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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h65 u_int32_t nextRecord; /* record number to resume search */ member in struct:CatPosition
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_endian.c400 char *nextRecord; /* Points to start of record following current one */ local
429 nextRecord = (char *)src->buffer + srcOffs[i-1];
437 if ((char *)srcKey + sizeof(HFSPlusExtentKey) + recordSize > nextRecord) {
492 nextRecord = (char *)src->buffer + srcOffs[i-1];
497 if ((char *)srcKey + offsetof(HFSPlusCatalogKey, nodeName.unicode[0]) > nextRecord) {
530 if ((char *)srcPtr + sizeof(u_int32_t) > nextRecord) {
581 if ((char *)srcRec + sizeof(*srcRec) > nextRecord) {
616 if ((char *)srcRec + sizeof(*srcRec) > nextRecord) {
665 if ((char *) &srcRec->nodeName.unicode[0] > nextRecord) {
685 if ((char *) &srcRec->nodeName.unicode[srcRec->nodeName.length] > nextRecord) {
936 char *nextRecord; /* Points to start of record following current one */ local
[all...]
H A Dhfs_search.c319 myCatPositionPtr->nextRecord,
391 &myCatPositionPtr->nextRecord,

Completed in 100 milliseconds