Lines Matching defs:pArg
2810 Decimal *pArg; in decimalSumStep() local
2836 Decimal *pArg; in decimalSumInverse() local
6390 static int apndFileControl(sqlite3_file *pFile, int op, void *pArg){ in apndFileControl()
12384 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog()
13181 void *pArg, in shell_callback()
13558 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ in callback()
13567 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()
13848 ShellState *pArg, /* Pointer to ShellState */ in display_stats()
13994 ShellState *pArg /* Pointer to ShellState */ in display_scanstats()
14210 static void bind_prepared_stmt(ShellState *pArg, sqlite3_stmt *pStmt){ in bind_prepared_stmt()
14673 ShellState *pArg, /* Pointer to ShellState */ in exec_prepared_stmt()
14893 ShellState *pArg, /* Pointer to ShellState */ in shell_exec()
15182 static int dump_callback(void *pArg, int nArg, char **azArg, char **azNotUsed){ in dump_callback()
16425 void *pArg, /* The ShellState pointer */ in sql_trace_callback()