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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c7409 zipfileUpdate( sqlite3_vtab *pVtab, int nVal, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
7814 zipfileStep(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal) argument
[all...]
H A Dsqlite3.c77863 sqlite3_value **apVal = 0; /* Function arguments */ local
173508 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
181145 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) argument
181180 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
185861 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
208934 sqlite3_value **apVal = 0; /* Space for values for UPDATE inversion */ local
218830 fts5ExprFunction( sqlite3_context *pCtx, int nArg, sqlite3_value **apVal, int bTcl ) argument
228101 fts5StorageInsert( int *pRc, Fts5FullTable *pTab, sqlite3_value **apVal, i64 *piRowid ) argument
228131 fts5UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
229965 sqlite3Fts5StorageDelete(Fts5Storage *p, i64 iDel, sqlite3_value **apVal) argument
230134 sqlite3Fts5StorageContentInsert( Fts5Storage *p, sqlite3_value **apVal, i64 *piRowid ) argument
230169 sqlite3Fts5StorageIndexInsert( Fts5Storage *p, sqlite3_value **apVal, i64 iRowid ) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c63713 sqlite3_value **apVal; member in struct:vdbeExecUnion::OP_Function_stack_vars
64020 sqlite3_value **apVal; member in struct:vdbeExecUnion::OP_AggStep_stack_vars
117015 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
123008 fts3InsertTerms(Fts3Table *p, sqlite3_value **apVal, u32 *aSz) argument
123034 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
125382 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
[all...]

Completed in 778 milliseconds