Home
last modified time | relevance | path

Searched defs:pCtx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Dndis_events.c45 long lFlags, IWbemContext *pCtx, IEnumWbemClassObject **ppEnum) in call_IWbemServices_ExecQuery()
65 long lFlags, IWbemContext *pCtx, IWbemObjectSink *pResponseHandler) in call_IWbemServices_ExecNotificationQueryAsync()
87 LPCWSTR strAuthority, IWbemContext *pCtx, IWbemServices **ppNamespace) in call_IWbemLocator_ConnectServer()
/freebsd/contrib/sqlite3/
H A Dshell.c1596 sqlite3_context *pCtx, in shellStrtod()
1614 sqlite3_context *pCtx, in shellDtostr()
1647 sqlite3_context *pCtx, in shellAddSchemaName()
3878 sqlite3_context *pCtx, /* Report error here, if not null */ in decimal_new()
3933 static void decimal_result(sqlite3_context *pCtx, Decimal *p){ in decimal_result()
3988 static void decimal_result_sci(sqlite3_context *pCtx, Decimal *p){ in decimal_result_sci()
4797 static void percentError(sqlite3_context *pCtx, const char *zFormat, ...){ in percentError()
4816 static void percentStep(sqlite3_context *pCtx, int argc, sqlite3_value **argv){ in percentStep()
4974 static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){ in percentInverse()
5021 static void percentCompute(sqlite3_context *pCtx, int bIsFinal){ in percentCompute()
[all …]
H A Dsqlite3.c16931 sqlite3_context *pCtx; /* Used when p4type is P4_FUNCCTX */ member
25320 sqlite3_context *pCtx /* Write error here if one occurs */ in toLocaltime()
25441 sqlite3_context *pCtx, /* Function context */ in parseModifier()
32777 SQLITE_PRIVATE void sqlite3ResultStrAccum(sqlite3_context *pCtx, StrAccum *p){ in sqlite3ResultStrAccum()
44731 afpLockingContext *pCtx; in fillInUnixFile() local
46194 proxyLockingContext *pCtx = (proxyLockingContext *)pFile->lockingContext; in proxyBreakConchLock() local
46254 proxyLockingContext *pCtx = (proxyLockingContext *)pFile->lockingContext; in proxyConchLock() local
46332 proxyLockingContext *pCtx = (proxyLockingContext *)pFile->lockingContext; in proxyTakeConch() local
46555 proxyLockingContext *pCtx; /* The locking context for the proxy lock */ in proxyReleaseConch() local
46621 proxyLockingContext *pCtx = (proxyLockingContext*)pFile->lockingContext; in switchLockProxyPath() local
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c967 void *pCtx, in tclCollateNeeded()
985 void *pCtx, in tclSqlCollate()