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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h65 u_int32_t nextRecord; /* record number to resume search */ member in struct:CatPosition
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_endian.c402 char *nextRecord; /* Points to start of record following current one */ local
431 nextRecord = (char *)src->buffer + srcOffs[i-1];
439 if ((char *)srcKey + sizeof(HFSPlusExtentKey) + recordSize > nextRecord) {
494 nextRecord = (char *)src->buffer + (uintptr_t)(srcOffs[i-1]);
499 if ((char *)srcKey + offsetof(HFSPlusCatalogKey, nodeName.unicode[0]) > nextRecord) {
532 if ((char *)srcPtr + sizeof(u_int32_t) > nextRecord) {
583 if ((char *)srcRec + sizeof(*srcRec) > nextRecord) {
618 if ((char *)srcRec + sizeof(*srcRec) > nextRecord) {
667 if ((char *) &srcRec->nodeName.unicode[0] > nextRecord) {
687 if ((char *) &srcRec->nodeName.unicode[srcRec->nodeName.length] > nextRecord) {
938 char *nextRecord; /* Points to start of record following current one */ local
[all...]
H A Dhfs_search.c330 myCatPositionPtr->nextRecord,
410 &myCatPositionPtr->nextRecord,

Completed in 22 milliseconds