Home
last modified time | relevance | path

Searched refs:scode (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Doffsets.c212 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()
[all …]