Lines Matching defs:pArg
2670 static int pcachetraceInit(void *pArg){ in pcachetraceInit()
2681 static void pcachetraceShutdown(void *pArg){ in pcachetraceShutdown()
4387 Decimal *pArg; in decimalSumStep() local
4413 Decimal *pArg; in decimalSumInverse() local
8973 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl()
17679 static int recoverVfsFileControl(sqlite3_file *pFd, int op, void *pArg){ in recoverVfsFileControl()
17975 int sqlite3_recover_config(sqlite3_recover *p, int op, void *pArg){ in sqlite3_recover_config()
18342 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog()
19234 void *pArg, in shell_callback()
19626 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
19635 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
19916 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
20080 ShellState *pArg /* Pointer to ShellState */ in display_explain_scanstats()
20268 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
20350 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
20823 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
21042 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
21325 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
22535 void *pArg, /* The ShellState pointer */ in sql_trace_callback()