Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h3668 void *pCtx
10903 void *pCtx, /* Copy of third arg to preupdate_hook() */
11743 void *pCtx, /* Copy of third arg to _filter_table() */
11746 void *pCtx /* First argument passed to xFilter */
12774 void *pCtx, /* Copy of sixth arg to _apply() */
12778 void *pCtx, /* Copy of sixth arg to _apply() */
12782 void *pCtx /* First argument passed to xConflict */
12789 void *pCtx, /* Copy of sixth arg to _apply() */
12793 void *pCtx, /* Copy of sixth arg to _apply() */
12797 void *pCtx, /* First argument passed to xConflict */
[all …]
H A Dsqlite3.c3989 void *pCtx
11224 void *pCtx, /* Copy of third arg to preupdate_hook() */
12064 void *pCtx, /* Copy of third arg to _filter_table() */
12067 void *pCtx /* First argument passed to xFilter */
13095 void *pCtx, /* Copy of sixth arg to _apply() */
13099 void *pCtx, /* Copy of sixth arg to _apply() */
13103 void *pCtx /* First argument passed to xConflict */
13110 void *pCtx, /* Copy of sixth arg to _apply() */
13114 void *pCtx, /* Copy of sixth arg to _apply() */
13118 void *pCtx, /* First argument passed to xConflict */
[all …]
H A Dshell.c5943 sqlite3_context *pCtx, /* Report error here, if not null */ in decimal_new() argument
5990 if( pCtx ) sqlite3_result_error_nomem(pCtx); in decimal_new()
5998 static void decimal_result(sqlite3_context *pCtx, Decimal *p){ in decimal_result() argument
6003 sqlite3_result_error_nomem(pCtx); in decimal_result()
6007 sqlite3_result_null(pCtx); in decimal_result()
6012 sqlite3_result_error_nomem(pCtx); in decimal_result()
6045 sqlite3_result_text(pCtx, z, i, sqlite3_free); in decimal_result()
6088 static void decimal_result_sci(sqlite3_context *pCtx, Decimal *p, int N){ in decimal_result_sci() argument
6099 sqlite3_result_error_nomem(pCtx); in decimal_result_sci()
6103 sqlite3_result_null(pCtx); in decimal_result_sci()
[all …]
/freebsd/contrib/wpa/src/drivers/
H A 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()
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c980 void *pCtx, in tclCollateNeeded() argument
985 SqliteDb *pDb = (SqliteDb *)pCtx; in tclCollateNeeded()
998 void *pCtx, in tclSqlCollate() argument
1004 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()