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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c10859 zipfileUpdate( sqlite3_vtab *pVtab, int nVal, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
11267 zipfileStep(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal) argument
15369 sqlite3_value **apVal; /* Array of nMax values */ member in struct:RecoverStateW1
15394 sqlite3_value **apVal; member in struct:RecoverStateLAF
16725 sqlite3_value **apVal = pLaf->apVal; local
16931 sqlite3_value **apVal = p1->apVal; local
[all...]
H A Dsqlite3.c83840 sqlite3_value **apVal = 0; /* Function arguments */ local
188040 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
195773 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) argument
195808 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
200521 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
227052 sqlite3_value **apVal = 0; /* Space for values for UPDATE inversion */ local
237469 fts5ExprFunction( sqlite3_context *pCtx, int nArg, sqlite3_value **apVal, int bTcl ) argument
249284 fts5StorageInsert( int *pRc, Fts5FullTable *pTab, sqlite3_value **apVal, i64 *piRowid ) argument
249314 fts5UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
251347 sqlite3Fts5StorageDelete(Fts5Storage *p, i64 iDel, sqlite3_value **apVal) argument
251524 sqlite3Fts5StorageContentInsert( Fts5Storage *p, sqlite3_value **apVal, i64 *piRowid ) argument
251559 sqlite3Fts5StorageIndexInsert( Fts5Storage *p, sqlite3_value **apVal, i64 iRowid ) argument
[all...]

Completed in 630 milliseconds