Searched refs:pCtx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/sqlite3/ |
| D | sqlite3.h | 2900 void *pCtx 8192 void *pCtx, /* Copy of third arg to preupdate_hook() */ 8650 void *pCtx, /* Copy of third arg to _filter_table() */ 8653 void *pCtx /* First argument passed to xFilter */ 9502 void *pCtx, /* Copy of sixth arg to _apply() */ 9506 void *pCtx, /* Copy of sixth arg to _apply() */ 9510 void *pCtx /* First argument passed to xConflict */ 9703 void *pCtx, /* Copy of sixth arg to _apply() */ 9707 void *pCtx, /* Copy of sixth arg to _apply() */ 9711 void *pCtx /* First argument passed to xConflict */ [all …]
|
| D | sqlite3.c | 3160 void *pCtx 8452 void *pCtx, /* Copy of third arg to preupdate_hook() */ 8910 void *pCtx, /* Copy of third arg to _filter_table() */ 8913 void *pCtx /* First argument passed to xFilter */ 9762 void *pCtx, /* Copy of sixth arg to _apply() */ 9766 void *pCtx, /* Copy of sixth arg to _apply() */ 9770 void *pCtx /* First argument passed to xConflict */ 9963 void *pCtx, /* Copy of sixth arg to _apply() */ 9967 void *pCtx, /* Copy of sixth arg to _apply() */ 9971 void *pCtx /* First argument passed to xConflict */ [all …]
|
| D | shell.c | 2335 static int session_filter(void *pCtx, const char *zTab){ in session_filter() argument 2336 OpenSession *pSession = (OpenSession*)pCtx; in session_filter()
|
| /freebsd-10-stable/contrib/wpa/src/drivers/ |
| 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-10-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 13674 sqlite3_context *pCtx, /* Write error here if one occurs */ in localtimeOffset() argument 13702 sqlite3_result_error(pCtx, "local time unavailable", -1); in localtimeOffset() 13746 static int parseModifier(sqlite3_context *pCtx, const char *zMod, DateTime *p){ in parseModifier() argument 13766 p->iJD += localtimeOffset(p, pCtx, &rc); in parseModifier() 13788 c1 = localtimeOffset(p, pCtx, &rc); in parseModifier() 13792 p->iJD += c1 - localtimeOffset(p, pCtx, &rc); in parseModifier() 29204 afpLockingContext *pCtx; 29205 pNew->lockingContext = pCtx = sqlite3_malloc( sizeof(*pCtx) ); 29206 if( pCtx==0 ){ 29212 pCtx->dbPath = zFilename; [all …]
|
| /freebsd-10-stable/contrib/sqlite3/tea/generic/ |
| D | tclsqlite3.c | 860 void *pCtx, in tclCollateNeeded() argument 865 SqliteDb *pDb = (SqliteDb *)pCtx; in tclCollateNeeded() 878 void *pCtx, in tclSqlCollate() argument 884 SqlCollate *p = (SqlCollate *)pCtx; in tclSqlCollate()
|