Lines Matching refs:pArg
844 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
873 ** into an integer that the pArg argument points to.
1087 ** pointed to by the pArg argument. This capability is used during testing
6029 ** ^The fourth argument, pArg, is an application data pointer that is passed
6040 ** ^The collating function callback is invoked with a copy of the pArg
6065 ** with the addition that the xDestroy callback is invoked on pArg when
6086 void *pArg,
6093 void *pArg,
6101 void *pArg,
6520 ** ^The pArg argument is passed through to the callback.
8734 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
8867 void *pArg;
8889 void *pArg;
10738 ** pArg must point to a value of type (int). If the value is initially
10748 SQLITE_API int sqlite3session_object_config(sqlite3_session*, int op, void *pArg);
12339 ** pointed to by pArg is set to the final value of the streaming interface
12346 SQLITE_API int sqlite3session_config(int op, void *pArg);