Searched defs:apVal (Results 1 – 4 of 4) sorted by relevance
205 sqlite3_value **apVal /* Values to bind to statement */ in fts3SqlStmt()332 sqlite3_value **apVal /* Parameters to bind */ in fts3SqlExec()631 static int fts3InsertTerms(Fts3Table *p, sqlite3_value **apVal, u32 *aSz){ in fts3InsertTerms()661 sqlite3_value **apVal, /* Array of values to insert */ in fts3InsertData()744 sqlite3_value **apVal, /* apVal[] contains the docid to be deleted */ in fts3DeleteTerms()1897 static int fts3IsEmpty(Fts3Table *p, sqlite3_value **apVal, int *pisEmpty){ in fts3IsEmpty()2632 sqlite3_value **apVal, /* Array of arguments */ in sqlite3Fts3UpdateMethod()
3044 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts3FilterMethod()3195 sqlite3_value **apVal, /* Array of arguments */ in fts3UpdateMethod()3361 sqlite3_value **apVal /* Array of arguments */ in fts3SnippetFunc()3402 sqlite3_value **apVal /* Array of arguments */ in fts3OffsetsFunc()3428 sqlite3_value **apVal /* Array of arguments */ in fts3OptimizeFunc()3462 sqlite3_value **apVal /* Array of arguments */ in fts3MatchinfoFunc()
337 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts3auxFilterMethod()
1347 sqlite3_value **apVal; in sqlite3VdbeExec() local5166 sqlite3_value **apVal; in sqlite3VdbeExec() local