Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_write.c205 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()
Dfts3.c3044 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()
Dfts3_aux.c337 sqlite3_value **apVal /* Arguments for the indexing scheme */ in fts3auxFilterMethod()
/external/chromium_org/third_party/sqlite/src/src/
Dvdbe.c1347 sqlite3_value **apVal; in sqlite3VdbeExec() local
5166 sqlite3_value **apVal; in sqlite3VdbeExec() local