Searched refs:aPage (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c10436 u8 *aPage; /* Buffer containing page */ member in struct:DbdataCursor
10437 int nPage; /* Size of aPage[] in bytes */
10438 int nCell; /* Number of cells on aPage[] */
10624 sqlite3_free(pCsr->aPage);
10627 pCsr->aPage = 0;
10815 if( pCsr->aPage==0 ){
10818 rc = dbdataLoadPage(pCsr, pCsr->iPgno, &pCsr->aPage, &pCsr->nPage);
10820 if( pCsr->aPage ) break;
10824 pCsr->nCell = get_uint16(&pCsr->aPage[iOff+3]);
10828 if( pCsr->aPage[iOf
[all...]
H A Dsqlite3.c204415 StatPage aPage[32]; /* Pages in path to current page */ member in struct:StatCursor
[all...]

Completed in 586 milliseconds