Home
last modified time | relevance | path

Searched defs:pContext (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/src/
H A Dauth.c248 AuthContext *pContext, in sqlite3AuthContextPush()
261 void sqlite3AuthContextPop(AuthContext *pContext){ in sqlite3AuthContextPop()
H A Dtest8.c1208 sqlite3_context *pContext, in overloadedGlobFunction()
/sqlite-3.40.0/ext/rtree/
H A Dsqlite3rtree.h54 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member
86 void *pContext; /* pContext from when function registered */ member
H A Drtree.c398 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 Dfts5_tcl.c774 F5tTokenizerContext *pContext; member
780 F5tTokenizerContext *pContext; member
964 F5tTokenizerContext *pContext = (F5tTokenizerContext*)clientData; in f5tCreateTokenizer() local
1139 F5tTokenizerContext *pContext; in Fts5tcl_Init() local
H A Dfts5_aux.c150 void *pContext, /* Pointer to HighlightContext object */ in fts5HighlightCb()
286 void *pContext, /* Pointer to HighlightContext object */ in fts5SentenceFinderCb()
H A Dfts5_storage.c370 void *pContext, /* Pointer to Fts5InsertCtx object */ in fts5StorageInsertCallback()
819 void *pContext, /* Pointer to Fts5IntegrityCtx object */ in fts5StorageIntegrityCallback()
H A Dfts5_index.c3008 void *pContext, in fts5PoslistCallback()
3046 void *pContext, in fts5PoslistOffsetsCallback()
3069 void *pContext, in fts5PoslistFilterCallback()
H A Dfts5_expr.c1661 void *pContext, /* Pointer to Fts5InsertCtx object */ in fts5ParseTokenize()
H A Dfts5_main.c2029 void *pContext, /* Pointer to int */ in fts5ColumnSizeCb()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1840 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 Dfts3_snippet.c1728 sqlite3_context *pContext, /* Function call context */ in sqlite3Fts3Matchinfo()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3860 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 Dfts1.c2940 sqlite3_context *pContext, int idxCol){ in fulltextColumn()
3212 sqlite3_context *pContext, in snippetFunc()
3246 sqlite3_context *pContext, in snippetOffsetsFunc()
H A Dfulltext.c1281 sqlite3_context *pContext, int idxCol){ in fulltextColumn()