Searched defs:pContext (Results 1 – 15 of 15) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | auth.c | 248 AuthContext *pContext, in sqlite3AuthContextPush() 261 void sqlite3AuthContextPop(AuthContext *pContext){ in sqlite3AuthContextPop()
|
| H A D | test8.c | 1208 sqlite3_context *pContext, in overloadedGlobFunction()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | sqlite3rtree.h | 54 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member 86 void *pContext; /* pContext from when function registered */ member
|
| H A D | rtree.c | 398 void *pContext; member 4524 void *pContext /* Extra data associated with the callback */ in sqlite3_rtree_geometry_callback() 4548 void *pContext, /* Extra data passed into the callback */ in sqlite3_rtree_query_callback()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_tcl.c | 774 F5tTokenizerContext *pContext; member 780 F5tTokenizerContext *pContext; member 964 F5tTokenizerContext *pContext = (F5tTokenizerContext*)clientData; in f5tCreateTokenizer() local 1139 F5tTokenizerContext *pContext; in Fts5tcl_Init() local
|
| H A D | fts5_aux.c | 150 void *pContext, /* Pointer to HighlightContext object */ in fts5HighlightCb() 286 void *pContext, /* Pointer to HighlightContext object */ in fts5SentenceFinderCb()
|
| H A D | fts5_storage.c | 370 void *pContext, /* Pointer to Fts5InsertCtx object */ in fts5StorageInsertCallback() 819 void *pContext, /* Pointer to Fts5IntegrityCtx object */ in fts5StorageIntegrityCallback()
|
| H A D | fts5_index.c | 3008 void *pContext, in fts5PoslistCallback() 3046 void *pContext, in fts5PoslistOffsetsCallback() 3069 void *pContext, in fts5PoslistFilterCallback()
|
| H A D | fts5_expr.c | 1661 void *pContext, /* Pointer to Fts5InsertCtx object */ in fts5ParseTokenize()
|
| H A D | fts5_main.c | 2029 void *pContext, /* Pointer to int */ in fts5ColumnSizeCb()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 1840 static int fts3CursorSeek(sqlite3_context *pContext, Fts3Cursor *pCsr){ in fts3CursorSeek() 3685 sqlite3_context *pContext, /* SQL function call context */ in fts3FunctionArg() 3707 sqlite3_context *pContext, /* SQLite function call context */ in fts3SnippetFunc() 3754 sqlite3_context *pContext, /* SQLite function call context */ in fts3OffsetsFunc() 3780 sqlite3_context *pContext, /* SQLite function call context */ in fts3OptimizeFunc() 3814 sqlite3_context *pContext, /* SQLite function call context */ in fts3MatchinfoFunc()
|
| H A D | fts3_snippet.c | 1728 sqlite3_context *pContext, /* Function call context */ in sqlite3Fts3Matchinfo()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 3860 sqlite3_context *pContext, int idxCol){ in fulltextColumn() 5961 sqlite3_context *pContext, in snippetFunc() 5995 sqlite3_context *pContext, in snippetOffsetsFunc() 6192 static void optimizeFunc(sqlite3_context *pContext, in optimizeFunc() 6297 static void generateError(sqlite3_context *pContext, in generateError() 6343 static int generateTermsResult(sqlite3_context *pContext, fts2Hash *pTerms){ in generateTermsResult() 6401 sqlite3_context *pContext, in dumpTermsFunc() 6477 static void createDoclistResult(sqlite3_context *pContext, in createDoclistResult() 6565 sqlite3_context *pContext, in dumpDoclistFunc()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 2940 sqlite3_context *pContext, int idxCol){ in fulltextColumn() 3212 sqlite3_context *pContext, in snippetFunc() 3246 sqlite3_context *pContext, in snippetOffsetsFunc()
|
| H A D | fulltext.c | 1281 sqlite3_context *pContext, int idxCol){ in fulltextColumn()
|