Lines Matching defs:pArg
848 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
877 ** into an integer that the pArg argument points to.
1091 ** pointed to by the pArg argument. This capability is used during testing
6292 ** ^The fourth argument, pArg, is an application data pointer that is passed
6303 ** ^The collating function callback is invoked with a copy of the pArg
6328 ** with the addition that the xDestroy callback is invoked on pArg when
6349 void *pArg,
6356 void *pArg,
6364 void *pArg,
6752 ** ^The pArg argument is passed through to the callback.
8962 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
9095 void *pArg;
9117 void *pArg;
11059 SQLITE_API int sqlite3session_object_config(sqlite3_session*, int op, void *pArg);
11071 ** pArg must point to a value of type (int). If the value is initially
12775 ** pointed to by pArg is set to the final value of the streaming interface
12782 SQLITE_API int sqlite3session_config(int op, void *pArg);