Home
last modified time | relevance | path

Searched defs:pState (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dshell.c.in3742 ShellState *pState,
3762 ShellState *pState,
3807 ShellState *pState, /* Current shell tool state */
6253 ShellState *pState, /* Current shell tool state */
6429 ShellState *pState, /* Current shell tool state */
7179 ShellState *pState, /* Current shell tool state */
7296 ShellState *pState = (ShellState*)pCtx; local
7306 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c2848 RbuState *pState = rbuLoadState(p); in rbuOpenDatabase() local
3004 static void rbuSetupCheckpoint(sqlite3rbu *p, RbuState *pState){ in rbuSetupCheckpoint()
3797 static void rbuSetupOal(sqlite3rbu *p, RbuState *pState){ in rbuSetupOal()
3981 RbuState *pState = 0; in openRbuHandle() local