Searched refs:buildthread (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c134 static int buildthread(void *keyp, void *recp, int std_hfs, int directory);
384 thread_data.itemSize = buildthread(&iterator[0].key, &thread_rec, 1, 0);
940 datalen = buildthread((void*)&bto->key, &bto->data, std_hfs,
1328 datasize = buildthread(&to_iterator->key, recp, std_hfs, false);
1330 datasize = buildthread(&to_iterator->key, recp, std_hfs, directory);
2157 datalen = buildthread((void*)&bto->key, &bto->data, 0, 0);
4214 buildthread(void *keyp, void *recp, int std_hfs, int directory) function

Completed in 14 milliseconds