HomeSort by: relevance | last modified time | path
    Searched defs:hfslib_realloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/hfs/
libhfs.c 242 buffer2 = hfslib_realloc(buffer, 512, cbargs);
305 buffer2 = hfslib_realloc(buffer, sizeof(hfs_journal_info_t), cbargs);
319 buffer2 = hfslib_realloc(buffer, sizeof(hfs_journal_header_t), cbargs);
412 newpath = hfslib_realloc(path, 514 + total_path_length*2, cbargs);
860 dummy = hfslib_realloc(*out_extents,
1052 ptr = hfslib_realloc(*out_children,
1064 ptr = hfslib_realloc(*out_childnames,
2222 hfslib_realloc(void* ptr, size_t size, hfs_callback_args* cbargs) function in typeref:typename:void *

Completed in 14 milliseconds