Searched refs:pCtx (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 3616 void *pCtx 10685 void *pCtx, /* Copy of third arg to preupdate_hook() */ 11453 void *pCtx, /* Copy of third arg to _filter_table() */ 11456 void *pCtx /* First argument passed to xFilter */ 12472 void *pCtx, /* Copy of sixth arg to _apply() */ 12476 void *pCtx, /* Copy of sixth arg to _apply() */ 12480 void *pCtx /* First argument passed to xConflict */ 12487 void *pCtx, /* Copy of sixth arg to _apply() */ 12491 void *pCtx, /* Copy of sixth arg to _apply() */ 12495 void *pCtx, /* First argument passed to xConflict */ [all …]
|
| H A D | sqlite3.c | 3935 void *pCtx 11004 void *pCtx, /* Copy of third arg to preupdate_hook() */ 11772 void *pCtx, /* Copy of third arg to _filter_table() */ 11775 void *pCtx /* First argument passed to xFilter */ 12791 void *pCtx, /* Copy of sixth arg to _apply() */ 12795 void *pCtx, /* Copy of sixth arg to _apply() */ 12799 void *pCtx /* First argument passed to xConflict */ 12806 void *pCtx, /* Copy of sixth arg to _apply() */ 12810 void *pCtx, /* Copy of sixth arg to _apply() */ 12814 void *pCtx, /* First argument passed to xConflict */ [all …]
|
| H A D | shell.c | 1596 sqlite3_context *pCtx, in shellStrtod() argument 1603 sqlite3_result_double(pCtx, strtod(z,0)); in shellStrtod() 1614 sqlite3_context *pCtx, in shellDtostr() argument 1624 sqlite3_result_text(pCtx, z, -1, SQLITE_TRANSIENT); in shellDtostr() 1647 sqlite3_context *pCtx, in shellAddSchemaName() argument 1663 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellAddSchemaName() 1691 sqlite3_result_text(pCtx, z, -1, sqlite3_free); in shellAddSchemaName() 1697 sqlite3_result_value(pCtx, apVal[0]); in shellAddSchemaName() 3878 sqlite3_context *pCtx, /* Report error here, if not null */ in decimal_new() argument 3925 if( pCtx ) sqlite3_result_error_nomem(pCtx); in decimal_new() [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 | 967 void *pCtx, in tclCollateNeeded() argument 972 SqliteDb *pDb = (SqliteDb *)pCtx; in tclCollateNeeded() 985 void *pCtx, in tclSqlCollate() argument 991 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()
|