Searched refs:apVal (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2032 sqlite3_value **apVal
2034 char *z = (char*)sqlite3_value_text(apVal[0]);
2050 sqlite3_value **apVal
2052 double r = sqlite3_value_double(apVal[0]);
2053 int n = nVal>=2 ? sqlite3_value_int(apVal[1]) : 26;
2071 sqlite3_value **apVal
2076 zName = (const char*)sqlite3_value_text(apVal[0]);
2107 sqlite3_value **apVal
2118 const char *zIn = (const char*)sqlite3_value_text(apVal[0]);
2119 const char *zSchema = (const char*)sqlite3_value_text(apVal[
10859 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.c13086 int nVal, /* Number of values in apVal[] array */
13087 sqlite3_value **apVal /* Array of trailing arguments */
83840 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...]
H A Dsqlite3.h12773 int nVal, /* Number of values in apVal[] array */
12774 sqlite3_value **apVal /* Array of trailing arguments */
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2033 sqlite3_value **apVal

Completed in 690 milliseconds