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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeTreeOps.c973 u_int16_t lengthFieldSize; local
983 lengthFieldSize = sizeof(u_int16_t);
985 lengthFieldSize = sizeof(u_int8_t);
987 insertSize = keyLength + lengthFieldSize + recSize + sizeof(u_int16_t);

Completed in 29 milliseconds