Home
last modified time | relevance | path

Searched defs:apVal (Results 1 – 25 of 25) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c395 sqlite3_value **apVal in fts5StorageDeleteFromIndex()
529 int sqlite3Fts5StorageDelete(Fts5Storage *p, i64 iDel, sqlite3_value **apVal){ in sqlite3Fts5StorageDelete()
700 sqlite3_value **apVal, in sqlite3Fts5StorageContentInsert()
735 sqlite3_value **apVal, in sqlite3Fts5StorageIndexInsert()
H A Dfts5_aux.c208 sqlite3_value **apVal /* Array of trailing arguments */ in fts5HighlightFunction()
380 sqlite3_value **apVal /* Array of trailing arguments */ in fts5SnippetFunction()
639 sqlite3_value **apVal /* Array of trailing arguments */ in fts5Bm25Function()
H A Dfts5_expr.c2643 sqlite3_value **apVal, /* Function arguments */ in fts5ExprFunction()
2728 sqlite3_value **apVal /* Function arguments */ in fts5ExprFunctionHr()
2735 sqlite3_value **apVal /* Function arguments */ in fts5ExprFunctionTcl()
2748 sqlite3_value **apVal /* Function arguments */ in fts5ExprIsAlnum()
2769 sqlite3_value **apVal /* Function arguments */ in fts5ExprFold()
H A Dfts5_test_mi.c362 sqlite3_value **apVal /* Array of trailing arguments */ in fts5MatchinfoFunc()
H A Dfts5_test_tok.c367 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts5tokFilterMethod()
H A Dfts5_main.c1210 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts5FilterMethod()
1575 sqlite3_value **apVal in fts5SpecialDelete()
1589 sqlite3_value **apVal, in fts5StorageInsert()
1619 sqlite3_value **apVal, /* Array of arguments */ in fts5UpdateMethod()
H A Dfts5_vocab.c606 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts5VocabFilterMethod()
H A Dfts5_tcl.c522 sqlite3_value **apVal /* Array of trailing arguments */ in xF5tFunction()
H A Dfts5_index.c6542 sqlite3_value **apVal /* Function arguments */ in fts5DecodeFunction()
6753 sqlite3_value **apVal /* Function arguments */ in fts5RowidFunction()
/sqlite-3.40.0/ext/misc/
H A Dprefixes.c282 sqlite3_value **apVal in prefixLengthFunc()
H A Dzipfile.c1544 sqlite3_value **apVal, in zipfileUpdate()
1946 static void zipfileStep(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in zipfileStep()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_term.c253 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts3termFilterMethod()
H A Dfts3_tokenize_vtab.c338 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts3tokFilterMethod()
H A Dfts3.c3303 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts3FilterMethod()
3508 sqlite3_value **apVal, /* Array of arguments */ in fts3UpdateMethod()
3709 sqlite3_value **apVal /* Array of arguments */ in fts3SnippetFunc()
3756 sqlite3_value **apVal /* Array of arguments */ in fts3OffsetsFunc()
3782 sqlite3_value **apVal /* Array of arguments */ in fts3OptimizeFunc()
3816 sqlite3_value **apVal /* Array of arguments */ in fts3MatchinfoFunc()
H A Dfts3_aux.c370 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts3auxFilterMethod()
H A Dfts3_write.c291 sqlite3_value **apVal /* Values to bind to statement */ in fts3SqlStmt()
498 sqlite3_value **apVal /* Parameters to bind */ in fts3SqlExec()
923 sqlite3_value **apVal, in fts3InsertTerms()
957 sqlite3_value **apVal, /* Array of values to insert */ in fts3InsertData()
5656 sqlite3_value **apVal, /* Array of arguments */ in sqlite3Fts3UpdateMethod()
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c160 sqlite3_value **apVal; /* Array of nMax values */ member
185 sqlite3_value **apVal; member
1513 sqlite3_value **apVal = pLaf->apVal; in recoverLostAndFoundOnePage() local
1719 sqlite3_value **apVal = p1->apVal; in recoverWriteDataStep() local
/sqlite-3.40.0/ext/rbu/
H A Dtest_rbu.c42 void test_rbu_delta(sqlite3_context *pCtx, int nArg, sqlite3_value **apVal){ in test_rbu_delta()
H A Dsqlite3rbu.c2191 sqlite3_value **apVal in rbuTmpInsertFunc()
3881 sqlite3_value **apVal in rbuIndexCntFunc()
/sqlite-3.40.0/src/
H A Dtest_func.c849 static void rankfunc(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in rankfunc()
H A Dvdbemem.c1465 sqlite3_value **apVal = 0; /* Function arguments */ in valueFromFunction() local
H A Dshell.c.in943 sqlite3_value **apVal
979 sqlite3_value **apVal
1341 sqlite3_value **apVal
6214 sqlite3_value **apVal
/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c308 u8 **apVal; /* Array of all values in changeset */ member
H A Dsqlite3session.c3555 sqlite3_value **apVal = 0; /* Space for values for UPDATE inversion */ in sessionChangesetInvert() local
/sqlite-3.40.0/tool/
H A Dsqldiff.c1824 int nVal, sqlite3_value **apVal in module_name_func()