Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c20913 ShellState *pState, in expertHandleSQL()
20933 ShellState *pState, in expertFinish()
20977 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
23402 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
23575 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
24315 ShellState *pState, /* Current shell tool state */ in arDotCommand()
24430 ShellState *pState = (ShellState*)pCtx; in recoverSqlCb() local
24440 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()