Searched refs:pCtx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 3313 void *pCtx 11390 void *pCtx, /* Copy of sixth arg to _apply() */ 11394 void *pCtx, /* Copy of sixth arg to _apply() */ 11405 void *pCtx, /* Copy of sixth arg to _apply() */ 11409 void *pCtx, /* Copy of sixth arg to _apply() */ 11788 void *pCtx, /* Copy of sixth arg to _apply() */ 11792 void *pCtx, /* Copy of sixth arg to _apply() */ 11803 void *pCtx, /* Copy of sixth arg to _apply() */ 11807 void *pCtx, /* Copy of sixth arg to _apply() */ 12191 void *pCtx, /* Context passed to xToken() */ [all …]
|
| H A D | sqlite3.c | 41957 memset(pCtx, 0, sizeof(*pCtx)); 93894 pOp->p4.pCtx = pCtx; 93909 pCtx = pOp->p4.pCtx; 93945 (pCtx->pFunc->xInverse)(pCtx,pCtx->argc,pCtx->argv); 93948 (pCtx->pFunc->xSFunc)(pCtx,pCtx->argc,pCtx->argv); /* IMP: R-24505-23230 */ 94793 pCtx = pOp->p4.pCtx; 94816 (*pCtx->pFunc->xSFunc)(pCtx, pCtx->argc, pCtx->argv);/* IMP: R-24505-23230 */ 145051 for(pCtx=db->pVtabCtx; pCtx; pCtx=pCtx->pPrior){ 145295 if( !pCtx || pCtx->bDeclared ){ 191456 p->pCtx = pCtx; [all …]
|
| H A D | shell.c | 970 sqlite3_context *pCtx, in shellModuleSchema() argument 1004 sqlite3_context *pCtx, in shellAddSchemaName() argument 4633 sqlite3_context *pCtx, in decimal_new() argument 4743 if( pCtx ) sqlite3_result_error_nomem(pCtx); in decimal_new() 10486 void *pCtx, in idxAuthCallback() argument 10691 sqlite3_context *pCtx, in idxSampleFunc() argument 10732 sqlite3_context *pCtx, in idxRemFunc() argument 11029 if( pCtx ){ in idxPopulateStat1() 11033 sqlite3_free(pCtx); in idxPopulateStat1() 12365 sqlite3_context *pCtx, in shellPutsFunc() argument [all …]
|
| /freebsd-13.1/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-13.1/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 904 void *pCtx, in tclCollateNeeded() argument 909 SqliteDb *pDb = (SqliteDb *)pCtx; in tclCollateNeeded() 922 void *pCtx, in tclSqlCollate() argument 928 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()
|