Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h3232 void *pCtx
11066 void *pCtx, /* Copy of sixth arg to _apply() */
11070 void *pCtx, /* Copy of sixth arg to _apply() */
11081 void *pCtx, /* Copy of sixth arg to _apply() */
11085 void *pCtx, /* Copy of sixth arg to _apply() */
11464 void *pCtx, /* Copy of sixth arg to _apply() */
11468 void *pCtx, /* Copy of sixth arg to _apply() */
11479 void *pCtx, /* Copy of sixth arg to _apply() */
11483 void *pCtx, /* Copy of sixth arg to _apply() */
11867 void *pCtx, /* Context passed to xToken() */
[all …]
H A Dsqlite3.c40998 memset(pCtx, 0, sizeof(*pCtx));
91884 pOp->p4.pCtx = pCtx;
91898 pCtx = pOp->p4.pCtx;
91934 (pCtx->pFunc->xInverse)(pCtx,pCtx->argc,pCtx->argv);
91937 (pCtx->pFunc->xSFunc)(pCtx,pCtx->argc,pCtx->argv); /* IMP: R-24505-23230 */
92780 pCtx = pOp->p4.pCtx;
92803 (*pCtx->pFunc->xSFunc)(pCtx, pCtx->argc, pCtx->argv);/* IMP: R-24505-23230 */
139357 for(pCtx=db->pVtabCtx; pCtx; pCtx=pCtx->pPrior){
139598 if( !pCtx || pCtx->bDeclared ){
184761 p->pCtx = pCtx;
[all …]
H A Dshell.c925 sqlite3_context *pCtx, in shellModuleSchema() argument
959 sqlite3_context *pCtx, in shellAddSchemaName() argument
8052 void *pCtx, in idxAuthCallback() argument
8257 sqlite3_context *pCtx, in idxSampleFunc() argument
8298 sqlite3_context *pCtx, in idxRemFunc() argument
8517 struct IdxRemCtx *pCtx = 0; in idxPopulateStat1() local
8560 pCtx->nSlot = nMax+1; in idxPopulateStat1()
8598 sqlite3_free(pCtx); in idxPopulateStat1()
9243 sqlite3_context *pCtx, in dbdataValue() argument
9919 sqlite3_context *pCtx, in shellPutsFunc() argument
[all …]
/freebsd-12.1/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-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c29205 pNew->lockingContext = pCtx = sqlite3_malloc( sizeof(*pCtx) );
29206 if( pCtx==0 ){
30823 (pCtx->lockProxyPath ? pCtx->lockProxyPath : ":auto:"),
30967 pCtx = sqlite3_malloc( sizeof(*pCtx) );
30968 if( pCtx==0 ){
30971 memset(pCtx, 0, sizeof(*pCtx));
111776 void* pCtx,
112503 void* pCtx,
112522 void* pCtx,
112543 void* pCtx,
[all …]
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c883 void *pCtx, in tclCollateNeeded() argument
888 SqliteDb *pDb = (SqliteDb *)pCtx; in tclCollateNeeded()
901 void *pCtx, in tclSqlCollate() argument
907 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()