Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c231457 typedef struct StatPage StatPage; typedef
231471 struct StatPage { struct
231494 StatPage aPage[32]; /* Pages in path to current page */ argument
231676 static void statClearCells(StatPage *p){
231688 static void statClearPage(StatPage *p){
231692 memset(p, 0, sizeof(StatPage));
231765 static int statDecodePage(Btree *pBt, StatPage *p){
231910 StatPage *pPg /* Load page into this object */
231979 StatPage *p = &pCsr->aPage[pCsr->iPage];
232051 StatPage *p = &pCsr->aPage[pCsr->iPage];