Home
last modified time | relevance | path

Searched refs:pCtx (Results 1 – 7 of 7) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h3011 void *pCtx
8340 void *pCtx, /* Copy of third arg to preupdate_hook() */
8846 void *pCtx, /* Copy of third arg to _filter_table() */
8849 void *pCtx /* First argument passed to xFilter */
9709 void *pCtx, /* Copy of sixth arg to _apply() */
9713 void *pCtx, /* Copy of sixth arg to _apply() */
9717 void *pCtx /* First argument passed to xConflict */
9910 void *pCtx, /* Copy of sixth arg to _apply() */
9914 void *pCtx, /* Copy of sixth arg to _apply() */
9918 void *pCtx /* First argument passed to xConflict */
[all …]
Dsqlite3.c3288 void *pCtx
8617 void *pCtx, /* Copy of third arg to preupdate_hook() */
9123 void *pCtx, /* Copy of third arg to _filter_table() */
9126 void *pCtx /* First argument passed to xFilter */
9986 void *pCtx, /* Copy of sixth arg to _apply() */
9990 void *pCtx, /* Copy of sixth arg to _apply() */
9994 void *pCtx /* First argument passed to xConflict */
10187 void *pCtx, /* Copy of sixth arg to _apply() */
10191 void *pCtx, /* Copy of sixth arg to _apply() */
10195 void *pCtx /* First argument passed to xConflict */
[all …]
Dshell.c3478 static int session_filter(void *pCtx, const char *zTab){ in session_filter() argument
3479 OpenSession *pSession = (OpenSession*)pCtx; in session_filter()
4385 sqlite3_context *pCtx, in shellFkeyCollateClause() argument
4389 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellFkeyCollateClause()
4404 sqlite3_result_text(pCtx, "", -1, SQLITE_STATIC); in shellFkeyCollateClause()
4416 sqlite3_result_text(pCtx, z, -1, SQLITE_TRANSIENT); in shellFkeyCollateClause()
/external/sqlite/dist/orig/
Dsqlite3.h3011 void *pCtx
8340 void *pCtx, /* Copy of third arg to preupdate_hook() */
8846 void *pCtx, /* Copy of third arg to _filter_table() */
8849 void *pCtx /* First argument passed to xFilter */
9709 void *pCtx, /* Copy of sixth arg to _apply() */
9713 void *pCtx, /* Copy of sixth arg to _apply() */
9717 void *pCtx /* First argument passed to xConflict */
9910 void *pCtx, /* Copy of sixth arg to _apply() */
9914 void *pCtx, /* Copy of sixth arg to _apply() */
9918 void *pCtx /* First argument passed to xConflict */
[all …]
Dsqlite3.c3288 void *pCtx
8617 void *pCtx, /* Copy of third arg to preupdate_hook() */
9123 void *pCtx, /* Copy of third arg to _filter_table() */
9126 void *pCtx /* First argument passed to xFilter */
9986 void *pCtx, /* Copy of sixth arg to _apply() */
9990 void *pCtx, /* Copy of sixth arg to _apply() */
9994 void *pCtx /* First argument passed to xConflict */
10187 void *pCtx, /* Copy of sixth arg to _apply() */
10191 void *pCtx, /* Copy of sixth arg to _apply() */
10195 void *pCtx /* First argument passed to xConflict */
[all …]
Dshell.c3472 static int session_filter(void *pCtx, const char *zTab){ in session_filter() argument
3473 OpenSession *pSession = (OpenSession*)pCtx; in session_filter()
4363 sqlite3_context *pCtx, in shellFkeyCollateClause() argument
4367 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellFkeyCollateClause()
4382 sqlite3_result_text(pCtx, "", -1, SQLITE_STATIC); in shellFkeyCollateClause()
4394 sqlite3_result_text(pCtx, z, -1, SQLITE_TRANSIENT); in shellFkeyCollateClause()
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c45 long lFlags, IWbemContext *pCtx, IEnumWbemClassObject **ppEnum) in call_IWbemServices_ExecQuery() argument
54 pCtx, ppEnum); in call_IWbemServices_ExecQuery()
65 long lFlags, IWbemContext *pCtx, IWbemObjectSink *pResponseHandler) in call_IWbemServices_ExecNotificationQueryAsync() argument
74 bsQuery, lFlags, pCtx, in call_IWbemServices_ExecNotificationQueryAsync()
87 LPCWSTR strAuthority, IWbemContext *pCtx, IWbemServices **ppNamespace) in call_IWbemLocator_ConnectServer() argument
100 bsAuthority, pCtx, ppNamespace); in call_IWbemLocator_ConnectServer()