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

/macosx-10.9.5/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
/macosx-10.9.5/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,
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A Dhfs_endian.c441 char *nextRecord; /* Points to start of record following current one */ local
464 nextRecord = (char *)src->buffer + srcOffs[i-1];
472 if ((char *)srcKey + sizeof(HFSPlusExtentKey) + recordSize > nextRecord) {
521 nextRecord = (char *)src->buffer + srcOffs[i-1];
525 if ((char *)srcKey + offsetof(HFSPlusCatalogKey, nodeName.unicode[0]) > nextRecord) {
552 if ((char *)srcPtr + sizeof(UInt32) > nextRecord) {
570 uintptr_t recordSize = (uintptr_t)nextRecord - (uintptr_t)srcKey;
605 if ((char *)srcRec + sizeof(*srcRec) > nextRecord) {
639 if ((char *)srcRec + sizeof(*srcRec) > nextRecord) {
687 if ((char *) &srcRec->nodeName.unicode[0] > nextRecord) {
880 char *nextRecord; /* Points to start of record following current one */ local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dalphaindextst.cpp194 b = index->nextRecord(status);
212 while (index->nextRecord(status)) {
228 while (index->nextRecord(status)) {
246 while (index->nextRecord(status)) {
453 while (aindex.nextRecord(status)) {
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbitblb.cpp1197 int32_t nextRecord = 0; local
1204 while (nextRecord < tbl->size()) {
1205 thisRecord = nextRecord;
1206 nextRecord = thisRecord + tbl->elementAti(thisRecord) + 1;
1208 for (i=thisRecord+1; i<nextRecord; i++) {
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dalphaindex.h146 * while (index->nextRecord(status)) {
615 virtual UBool nextRecord(UErrorCode &status);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dalphaindex.cpp1279 UBool AlphabeticIndex::nextRecord(UErrorCode &status) { function in class:AlphabeticIndex

Completed in 261 milliseconds