Lines Matching defs:pArg
2684 static int pcachetraceInit(void *pArg){ in pcachetraceInit()
2695 static void pcachetraceShutdown(void *pArg){ in pcachetraceShutdown()
4401 Decimal *pArg; in decimalSumStep() local
4427 Decimal *pArg; in decimalSumInverse() local
9051 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl()
18942 static int recoverVfsFileControl(sqlite3_file *pFd, int op, void *pArg){ in recoverVfsFileControl()
19238 int sqlite3_recover_config(sqlite3_recover *p, int op, void *pArg){ in sqlite3_recover_config()
19605 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog()
20497 void *pArg, in shell_callback()
20889 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
20898 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
21179 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
21343 ShellState *pArg /* Pointer to ShellState */ in display_explain_scanstats()
21531 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
21613 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
22086 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
22305 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
22588 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
23799 void *pArg, /* The ShellState pointer */ in sql_trace_callback()