Lines Matching defs:pArg
1728 void *pArg in sqlite3_busy_handler()
1752 void *pArg in sqlite3_progress_handler()
1961 FuncDestructor *pArg = 0; in createFunctionApi() local
2137 void *sqlite3_trace(sqlite3 *db, void(*xTrace)(void*,const char*), void *pArg){ in sqlite3_trace() argument
2162 void *pArg /* Context */ in sqlite3_trace_v2()
2191 void *pArg in sqlite3_profile()
2221 void *pArg /* Argument to the function */ in sqlite3_commit_hook()
2246 void *pArg /* Argument to the function */ in sqlite3_update_hook()
2271 void *pArg /* Argument to the function */ in sqlite3_rollback_hook()
2298 void *pArg /* First callback argument */ in sqlite3_preupdate_hook()
2317 void *pArg, /* Argument to the function */ in sqlite3_autovacuum_pages()
2395 void *pArg /* First argument passed to xCallback() */ in sqlite3_wal_hook()
3504 void *pArg = sqlite3GlobalConfig.pSqllogArg; in openDatabase() local
3917 int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ in sqlite3_file_control()