Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c58212 *pRes = sqlite3Get4byte(ac);
65924 pgno = sqlite3Get4byte(&aFrame[0]);
65937 if( aCksum[0]!=sqlite3Get4byte(&aFrame[16])
65938 || aCksum[1]!=sqlite3Get4byte(&aFrame[20])
65948 *pnTruncate = sqlite3Get4byte(&aFrame[4]);
66342 magic = sqlite3Get4byte(&aBuf[0]);
66343 szPage = sqlite3Get4byte(&aBuf[8]);
66368 version = sqlite3Get4byte(&aBuf[4]);
68886 iPgno = sqlite3Get4byte(aBuf);
68887 nDbSize = sqlite3Get4byte(&aBuf[4]);
[all …]