Searched refs:scode (Results 1 – 1 of 1) sorted by relevance
212 static int ofstSerialSize(int scode){ in ofstSerialSize() argument213 if( scode<5 ) return scode; in ofstSerialSize()214 if( scode==5 ) return 6; in ofstSerialSize()215 if( scode<8 ) return 8; in ofstSerialSize()216 if( scode<12 ) return 0; in ofstSerialSize()217 return (scode-12)/2; in ofstSerialSize()249 int scode; in ofstWalkLeafPage() local269 scode = ofstVarint(p, &ofst); in ofstWalkLeafPage()270 dataOfst += ofstSerialSize(scode); in ofstWalkLeafPage()272 scode = ofstVarint(p, &ofst); in ofstWalkLeafPage()[all …]