Lines Matching defs:pArg
2831 Decimal *pArg; in decimalSumStep() local
2857 Decimal *pArg; in decimalSumInverse() local
6518 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl()
15079 static int recoverVfsFileControl(sqlite3_file *pFd, int op, void *pArg){ in recoverVfsFileControl()
15369 int sqlite3_recover_config(sqlite3_recover *p, int op, void *pArg){ in sqlite3_recover_config()
15729 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog()
16563 void *pArg, in shell_callback()
16940 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
16949 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
17231 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
17377 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
17593 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
18056 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
18276 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
18565 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
19809 void *pArg, /* The ShellState pointer */ in sql_trace_callback()