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

/external/sqlite/dist/orig/
H A Dsqlite3.c10288 int nVal, /* Number of values in apVal[] array */
10289 sqlite3_value **apVal /* Array of trailing arguments */
71046 sqlite3_value **apVal = 0; /* Function arguments */ local
149338 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
156949 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) argument
156984 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
161551 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
177989 sqlite3_value **apVal = 0; /* Space for values for UPDATE inversion */ local
189146 fts5ExprFunction( sqlite3_context *pCtx, int nArg, sqlite3_value **apVal, int bTcl ) argument
198024 fts5StorageInsert( int *pRc, Fts5Table *pTab, sqlite3_value **apVal, i64 *piRowid ) argument
198054 fts5UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
199844 sqlite3Fts5StorageDelete(Fts5Storage *p, i64 iDel, sqlite3_value **apVal) argument
200008 sqlite3Fts5StorageContentInsert( Fts5Storage *p, sqlite3_value **apVal, i64 *piRowid ) argument
200043 sqlite3Fts5StorageIndexInsert( Fts5Storage *p, sqlite3_value **apVal, i64 iRowid ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10288 int nVal, /* Number of values in apVal[] array */
10289 sqlite3_value **apVal /* Array of trailing arguments */
71046 sqlite3_value **apVal = 0; /* Function arguments */ local
149338 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
156961 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) argument
156996 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
161563 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
178001 sqlite3_value **apVal = 0; /* Space for values for UPDATE inversion */ local
189158 fts5ExprFunction( sqlite3_context *pCtx, int nArg, sqlite3_value **apVal, int bTcl ) argument
198036 fts5StorageInsert( int *pRc, Fts5Table *pTab, sqlite3_value **apVal, i64 *piRowid ) argument
198066 fts5UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
199856 sqlite3Fts5StorageDelete(Fts5Storage *p, i64 iDel, sqlite3_value **apVal) argument
200020 sqlite3Fts5StorageContentInsert( Fts5Storage *p, sqlite3_value **apVal, i64 *piRowid ) argument
200055 sqlite3Fts5StorageIndexInsert( Fts5Storage *p, sqlite3_value **apVal, i64 iRowid ) argument
[all...]

Completed in 685 milliseconds