Searched defs:pContext (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ce/
H A Dceddk.c668 void TAU32_CALLBACK_TYPE ce_error_callback (TAU32_UserContext *pContext, argument
718 void TAU32_CALLBACK_TYPE ce_status_callback(TAU32_UserContext *pContext, argument
211 ce_on_receive(TAU32_UserContext *pContext, TAU32_UserRequest *req) argument
272 ce_on_transmit(TAU32_UserContext *pContext, TAU32_UserRequest *req) argument
356 ce_on_config(TAU32_UserContext *pContext, TAU32_UserRequest *req) argument
368 ce_on_config_stop(TAU32_UserContext *pContext, TAU32_UserRequest *req) argument
[all...]
H A Dtau32-ddk.h305 void SetupCallback(PKDEFERRED_ROUTINE DeferredCallbackRoutine, void* pContext) argument
383 void SetupCallback(PKDEFERRED_ROUTINE DeferredCallbackRoutine, void* pContext) argument
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h6744 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member in struct:sqlite3_rtree_geometry
H A Dsqlite3.c7297 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member in struct:sqlite3_rtree_geometry
79112 sqlite3AuthContextPush( Parse *pParse, AuthContext *pContext, const char *zContext ) argument
79127 sqlite3AuthContextPop(AuthContext *pContext) argument
115545 fts3CursorSeek(sqlite3_context *pContext, Fts3Cursor *pCsr) argument
116977 fts3ColumnMethod( sqlite3_vtab_cursor *pCursor, sqlite3_context *pContext, int iCol ) argument
117106 fts3FunctionArg( sqlite3_context *pContext, const char *zFunc, sqlite3_value *pVal, Fts3Cursor **ppCsr ) argument
117129 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
117170 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
117196 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
117230 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
119463 fts3auxColumnMethod( sqlite3_vtab_cursor *pCursor, sqlite3_context *pContext, int iCol ) argument
126987 sqlite3Fts3Matchinfo( sqlite3_context *pContext, Fts3Cursor *pCsr, const char *zArg ) argument
127320 void *pContext; member in struct:RtreeMatchArg
127335 void *pContext; member in struct:RtreeGeomCallback
130766 void *pContext; /* sqlite3_user_data() context */ member in struct:IcuScalar
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h9947 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member in struct:sqlite3_rtree_geometry
9979 void *pContext; /* pContext from when function registered */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c11010 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member in struct:sqlite3_rtree_geometry
11042 void *pContext; /* pContext from when function registered */ member in struct:sqlite3_rtree_query_info
111554 sqlite3AuthContextPush( Parse *pParse, AuthContext *pContext, const char *zContext ) argument
111569 sqlite3AuthContextPop(AuthContext *pContext) argument
171843 fts3CursorSeek(sqlite3_context *pContext, Fts3Cursor *pCsr) argument
173681 fts3FunctionArg( sqlite3_context *pContext, const char *zFunc, sqlite3_value *pVal, Fts3Cursor **ppCsr ) argument
173703 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
173750 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
173776 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
173810 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
187749 sqlite3Fts3Matchinfo( sqlite3_context *pContext, Fts3Cursor *pCsr, const char *zArg ) argument
191575 void *pContext; member in struct:RtreeGeomCallback
197520 sqlite3_rtree_query_callback( sqlite3 *db, const char *zQueryFunc, int (*xQueryFunc)(sqlite3_rtree_query_info*), void *pContext, void (*xDestructor)(void*) ) argument
214261 fts5HighlightCb( void *pContext, int tflags, const char *pToken, int nToken, int iStartOff, int iEndOff ) argument
214397 fts5SentenceFinderCb( void *pContext, int tflags, const char *pToken, int nToken, int iStartOff, int iEndOff ) argument
217847 fts5ParseTokenize( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) argument
222750 fts5PoslistCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) argument
222788 fts5PoslistOffsetsCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) argument
222811 fts5PoslistFilterCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) argument
228541 fts5ColumnSizeCb( void *pContext, int tflags, const char *pUnused, int nUnused, int iUnused1, int iUnused2 ) argument
229809 fts5StorageInsertCallback( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) argument
230254 fts5StorageIntegrityCallback( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) argument
[all...]

Completed in 1024 milliseconds