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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10857 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member in struct:sqlite3_rtree_geometry
10889 void *pContext; /* pContext from when function registered */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c11170 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member in struct:sqlite3_rtree_geometry
11202 void *pContext; /* pContext from when function registered */ member in struct:sqlite3_rtree_query_info
120592 sqlite3AuthContextPush( Parse *pParse, AuthContext *pContext, const char *zContext ) argument
120607 sqlite3AuthContextPop(AuthContext *pContext) argument
186375 fts3CursorSeek(sqlite3_context *pContext, Fts3Cursor *pCsr) argument
188219 fts3FunctionArg( sqlite3_context *pContext, const char *zFunc, sqlite3_value *pVal, Fts3Cursor **ppCsr ) argument
188241 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
188288 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
188314 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
188348 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
202416 sqlite3Fts3Matchinfo( sqlite3_context *pContext, Fts3Cursor *pCsr, const char *zArg ) argument
208920 void *pContext; member in struct:RtreeGeomCallback
214776 sqlite3_rtree_query_callback( sqlite3 *db, const char *zQueryFunc, int (*xQueryFunc)(sqlite3_rtree_query_info*), void *pContext, void (*xDestructor)(void*) ) argument
232688 fts5HighlightCb( void *pContext, int tflags, const char *pToken, int nToken, int iStartOff, int iEndOff ) argument
232855 fts5SentenceFinderCb( void *pContext, int tflags, const char *pToken, int nToken, int iStartOff, int iEndOff ) argument
236456 fts5ParseTokenize( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) argument
242003 fts5PoslistCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) argument
242041 fts5PoslistOffsetsCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) argument
242064 fts5PoslistFilterCallback( Fts5Index *pUnused, void *pContext, const u8 *pChunk, int nChunk ) argument
249763 fts5ColumnSizeCb( void *pContext, int tflags, const char *pUnused, int nUnused, int iUnused1, int iUnused2 ) argument
251150 fts5StorageInsertCallback( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) argument
251644 fts5StorageIntegrityCallback( void *pContext, int tflags, const char *pToken, int nToken, int iUnused1, int iUnused2 ) argument
[all...]

Completed in 480 milliseconds