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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c34 static Boolean ValidHFSRecord(const void *record, const BTreeControlBlock *btcb, u_int16_t recordSize);
86 if ( DEBUG_BUILD && !ValidHFSRecord(data, btcb, *dataSize) )
120 if ( DEBUG_BUILD && !ValidHFSRecord(newData, btcb, dataSize) )
156 static Boolean ValidHFSRecord(const void *record, const BTreeControlBlock *btcb, u_int16_t recordSize) function

Completed in 20 milliseconds