Lines Matching refs:scode
212 static int ofstSerialSize(int scode){ in ofstSerialSize() argument
213 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() local
269 scode = ofstVarint(p, &ofst); in ofstWalkLeafPage()
270 dataOfst += ofstSerialSize(scode); in ofstWalkLeafPage()
272 scode = ofstVarint(p, &ofst); in ofstWalkLeafPage()
273 sz = ofstSerialSize(scode); in ofstWalkLeafPage()