Searched defs:apVal (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c10232 int nVal, /* Number of values in apVal[] array */
10233 sqlite3_value **apVal /* Array of trailing arguments */
70788 sqlite3_value **apVal = 0; /* Function arguments */ local
148620 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
156243 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) argument
156278 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
160845 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
177253 sqlite3_value **apVal = 0; /* Space for values for UPDATE inversion */ local
188217 fts5ExprFunction( sqlite3_context *pCtx, int nArg, sqlite3_value **apVal, int bTcl ) argument
197071 fts5StorageInsert( int *pRc, Fts5Table *pTab, sqlite3_value **apVal, i64 *piRowid ) argument
197101 fts5UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
198891 sqlite3Fts5StorageDelete(Fts5Storage *p, i64 iDel, sqlite3_value **apVal) argument
199055 sqlite3Fts5StorageContentInsert( Fts5Storage *p, sqlite3_value **apVal, i64 *piRowid ) argument
199090 sqlite3Fts5StorageIndexInsert( Fts5Storage *p, sqlite3_value **apVal, i64 iRowid ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10232 int nVal, /* Number of values in apVal[] array */
10233 sqlite3_value **apVal /* Array of trailing arguments */
70788 sqlite3_value **apVal = 0; /* Function arguments */ local
148620 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
156255 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) argument
156290 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
160857 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
177265 sqlite3_value **apVal = 0; /* Space for values for UPDATE inversion */ local
188229 fts5ExprFunction( sqlite3_context *pCtx, int nArg, sqlite3_value **apVal, int bTcl ) argument
197083 fts5StorageInsert( int *pRc, Fts5Table *pTab, sqlite3_value **apVal, i64 *piRowid ) argument
197113 fts5UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
198903 sqlite3Fts5StorageDelete(Fts5Storage *p, i64 iDel, sqlite3_value **apVal) argument
199067 sqlite3Fts5StorageContentInsert( Fts5Storage *p, sqlite3_value **apVal, i64 *piRowid ) argument
199102 sqlite3Fts5StorageIndexInsert( Fts5Storage *p, sqlite3_value **apVal, i64 iRowid ) argument
[all...]

Completed in 848 milliseconds