Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h3436 void *pCtx
10461 void *pCtx, /* Copy of third arg to preupdate_hook() */
11222 void *pCtx, /* Copy of third arg to _filter_table() */
11225 void *pCtx /* First argument passed to xFilter */
12252 void *pCtx, /* Copy of sixth arg to _apply() */
12256 void *pCtx, /* Copy of sixth arg to _apply() */
12260 void *pCtx /* First argument passed to xConflict */
12267 void *pCtx, /* Copy of sixth arg to _apply() */
12271 void *pCtx, /* Copy of sixth arg to _apply() */
12275 void *pCtx, /* First argument passed to xConflict */
[all …]
H A Dsqlite3.c3749 void *pCtx
10774 void *pCtx, /* Copy of third arg to preupdate_hook() */
11535 void *pCtx, /* Copy of third arg to _filter_table() */
11538 void *pCtx /* First argument passed to xFilter */
12565 void *pCtx, /* Copy of sixth arg to _apply() */
12569 void *pCtx, /* Copy of sixth arg to _apply() */
12573 void *pCtx /* First argument passed to xConflict */
12580 void *pCtx, /* Copy of sixth arg to _apply() */
12584 void *pCtx, /* Copy of sixth arg to _apply() */
12588 void *pCtx, /* First argument passed to xConflict */
[all …]
H A Dshell.c2044 sqlite3_context *pCtx, in shellStrtod() argument
2051 sqlite3_result_double(pCtx, strtod(z,0)); in shellStrtod()
2062 sqlite3_context *pCtx, in shellDtostr() argument
2072 sqlite3_result_text(pCtx, z, -1, SQLITE_TRANSIENT); in shellDtostr()
2083 sqlite3_context *pCtx, in shellModuleSchema() argument
2091 zFake = zName? shellFakeSchema(sqlite3_context_db_handle(pCtx), 0, zName) : 0; in shellModuleSchema()
2093 sqlite3_result_text(pCtx, sqlite3_mprintf("/* %s */", zFake), in shellModuleSchema()
2119 sqlite3_context *pCtx, in shellAddSchemaName() argument
2135 sqlite3 *db = sqlite3_context_db_handle(pCtx); in shellAddSchemaName()
2163 sqlite3_result_text(pCtx, z, -1, sqlite3_free); in shellAddSchemaName()
[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.c923 void *pCtx, in tclCollateNeeded() argument
928 SqliteDb *pDb = (SqliteDb *)pCtx; in tclCollateNeeded()
941 void *pCtx, in tclSqlCollate() argument
947 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()