Searched refs:apVal (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 961 sqlite3_value **apVal in shellModuleSchema() 966 zName = (const char*)sqlite3_value_text(apVal[0]); in shellModuleSchema() 997 sqlite3_value **apVal in shellAddSchemaName() 1008 const char *zIn = (const char*)sqlite3_value_text(apVal[0]); in shellAddSchemaName() 1009 const char *zSchema = (const char*)sqlite3_value_text(apVal[1]); in shellAddSchemaName() 1010 const char *zName = (const char*)sqlite3_value_text(apVal[2]); in shellAddSchemaName() 1045 sqlite3_result_value(pCtx, apVal[0]); in shellAddSchemaName() 8387 sqlite3_value **apVal, in zipfileUpdate() 8416 if( sqlite3_value_type(apVal[0])!=SQLITE_NULL ){ in zipfileUpdate() 8417 const char *zDelete = (const char*)sqlite3_value_text(apVal[ in zipfileUpdate() 8384 zipfileUpdate( sqlite3_vtab *pVtab, int nVal, sqlite3_value **apVal, sqlite_int64 *pRowid ) zipfileUpdate() argument 8789 zipfileStep(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal) zipfileStep() argument 12772 sqlite3_value **apVal; /* Array of nMax values */ global() member 12797 sqlite3_value **apVal; global() member 14125 sqlite3_value **apVal = pLaf->apVal; recoverLostAndFoundOnePage() local 14331 sqlite3_value **apVal = p1->apVal; recoverWriteDataStep() local [all...] |
H A D | sqlite3.c | 12737 int nVal, /* Number of values in apVal[] array */ 12738 sqlite3_value **apVal /* Array of trailing arguments */ 82013 sqlite3_value **apVal = 0; /* Function arguments */ global() local 183146 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) global() argument 190807 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) global() argument 190842 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) global() argument 195540 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) global() argument 219090 sqlite3_value **apVal = 0; /* Space for values for UPDATE inversion */ global() local 229012 fts5ExprFunction( sqlite3_context *pCtx, int nArg, sqlite3_value **apVal, int bTcl ) global() argument 238414 fts5StorageInsert( int *pRc, Fts5FullTable *pTab, sqlite3_value **apVal, i64 *piRowid ) global() argument 238444 fts5UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) global() argument 240284 sqlite3Fts5StorageDelete(Fts5Storage *p, i64 iDel, sqlite3_value **apVal) global() argument 240453 sqlite3Fts5StorageContentInsert( Fts5Storage *p, sqlite3_value **apVal, i64 *piRowid ) global() argument 240488 sqlite3Fts5StorageIndexInsert( Fts5Storage *p, sqlite3_value **apVal, i64 iRowid ) global() argument [all...] |
/third_party/sqlite/include/ |
H A D | sqlite3.h | 12407 int nVal, /* Number of values in apVal[] array */ 12408 sqlite3_value **apVal /* Array of trailing arguments */
|
Completed in 167 milliseconds