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

/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h65 u_int32_t nextRecord; /* record number to resume search */ member in struct:CatPosition
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_endian.c408 char *nextRecord; /* Points to start of record following current one */ local
437 nextRecord = (char *)src->buffer + srcOffs[i-1];
445 if ((char *)srcKey + sizeof(HFSPlusExtentKey) + recordSize > nextRecord) {
500 nextRecord = (char *)src->buffer + (uintptr_t)(srcOffs[i-1]);
505 if ((char *)srcKey + offsetof(HFSPlusCatalogKey, nodeName.unicode[0]) > nextRecord) {
538 if ((char *)srcPtr + sizeof(u_int32_t) > nextRecord) {
589 if ((char *)srcRec + sizeof(*srcRec) > nextRecord) {
624 if ((char *)srcRec + sizeof(*srcRec) > nextRecord) {
673 if ((char *) &srcRec->nodeName.unicode[0] > nextRecord) {
693 if ((char *) &srcRec->nodeName.unicode[srcRec->nodeName.length] > nextRecord) {
945 char *nextRecord; /* Points to start of record following current one */ local
[all...]
H A Dhfs_search.c340 myCatPositionPtr->nextRecord,
420 &myCatPositionPtr->nextRecord,

Completed in 39 milliseconds