Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c231851 typedef struct StatPage StatPage; typedef
231865 struct StatPage { struct
231888 StatPage aPage[32]; /* Pages in path to current page */ argument
232070 static void statClearCells(StatPage *p){
232082 static void statClearPage(StatPage *p){
232086 memset(p, 0, sizeof(StatPage));
232159 static int statDecodePage(Btree *pBt, StatPage *p){
232304 StatPage *pPg /* Load page into this object */
232373 StatPage *p = &pCsr->aPage[pCsr->iPage];
232445 StatPage *p = &pCsr->aPage[pCsr->iPage];