Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Doffsets.c171 static int ofst2byte(GState *p, int ofst){ in ofst2byte() function
230 nCell = ofst2byte(p, 3); in ofstWalkInteriorPage()
232 ofst = ofst2byte(p, 12+i*2); in ofstWalkInteriorPage()
254 nCell = ofst2byte(p, 3); in ofstWalkLeafPage()
256 ofst = ofst2byte(p, 8+i*2); in ofstWalkLeafPage()