Searched refs:pCtx (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 3668 void *pCtx 10901 void *pCtx, /* Copy of third arg to preupdate_hook() */ 11741 void *pCtx, /* Copy of third arg to _filter_table() */ 11744 void *pCtx /* First argument passed to xFilter */ 12772 void *pCtx, /* Copy of sixth arg to _apply() */ 12776 void *pCtx, /* Copy of sixth arg to _apply() */ 12780 void *pCtx /* First argument passed to xConflict */ 12787 void *pCtx, /* Copy of sixth arg to _apply() */ 12791 void *pCtx, /* Copy of sixth arg to _apply() */ 12795 void *pCtx, /* First argument passed to xConflict */ [all …]
|
| H A D | sqlite3.c | 3989 void *pCtx 11222 void *pCtx, /* Copy of third arg to preupdate_hook() */ 12062 void *pCtx, /* Copy of third arg to _filter_table() */ 12065 void *pCtx /* First argument passed to xFilter */ 13093 void *pCtx, /* Copy of sixth arg to _apply() */ 13097 void *pCtx, /* Copy of sixth arg to _apply() */ 13101 void *pCtx /* First argument passed to xConflict */ 13108 void *pCtx, /* Copy of sixth arg to _apply() */ 13112 void *pCtx, /* Copy of sixth arg to _apply() */ 13116 void *pCtx, /* First argument passed to xConflict */ [all …]
|
| H A D | shell.c | 5940 sqlite3_context *pCtx, /* Report error here, if not null */ in decimal_new() argument 5987 if( pCtx ) sqlite3_result_error_nomem(pCtx); in decimal_new() 5995 static void decimal_result(sqlite3_context *pCtx, Decimal *p){ in decimal_result() argument 6000 sqlite3_result_error_nomem(pCtx); in decimal_result() 6004 sqlite3_result_null(pCtx); in decimal_result() 6009 sqlite3_result_error_nomem(pCtx); in decimal_result() 6042 sqlite3_result_text(pCtx, z, i, sqlite3_free); in decimal_result() 6076 static void decimal_result_sci(sqlite3_context *pCtx, Decimal *p, int N){ in decimal_result_sci() argument 6087 sqlite3_result_error_nomem(pCtx); in decimal_result_sci() 6091 sqlite3_result_null(pCtx); in decimal_result_sci() [all …]
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | ndis_events.c | 45 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 D | tclsqlite3.c | 980 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()
|