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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c1347 sqlite3_value **apVal; local
1351 apVal = p->apArg;
1352 assert( apVal || n==0 );
1362 apVal[i] = pArg;
1396 (*ctx.pFunc->xFunc)(&ctx, n, apVal); /* IMP: R-24505-23230 */
5166 sqlite3_value **apVal; local
5171 apVal = p->apArg;
5172 assert( apVal || n==0 );
5175 apVal[i] = pRec;
5196 (ctx.pFunc->xStep)(&ctx, n, apVal); /* IM
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c3043 int nVal, /* Number of elements in apVal */
3044 sqlite3_value **apVal /* Arguments for the indexing scheme */
3071 const char *zQuery = (const char *)sqlite3_value_text(apVal[0]);
3073 if( zQuery==0 && sqlite3_value_type(apVal[0])!=SQLITE_NULL ){
3112 rc = sqlite3_bind_value(pCsr->pStmt, 1, apVal[0]);
3195 sqlite3_value **apVal, /* Array of arguments */
3198 return sqlite3Fts3UpdateMethod(pVtab, nArg, apVal, pRowid);
3360 int nVal, /* Size of apVal[] array */
3361 sqlite3_value **apVal /* Array of arguments */
3363 Fts3Cursor *pCsr; /* Cursor handle passed through apVal[
3192 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
[all...]
H A Dfts3_write.c196 ** If argument apVal is not NULL, then it must point to an array with
205 sqlite3_value **apVal /* Values to bind to statement */
264 if( apVal ){
268 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
322 ** array apVal[] to the SQL statement identified by eStmt, the statement
332 sqlite3_value **apVal /* Parameters to bind */
337 rc = fts3SqlStmt(p, eStmt, &pStmt, apVal);
628 ** Argument apVal is the same as the similarly named argument passed to
631 static int fts3InsertTerms(Fts3Table *p, sqlite3_value **apVal, u32 *aSz){ argument
634 const char *zText = (const char *)sqlite3_value_text(apVal[
659 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
741 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value **apVal, u32 *aSz ) argument
1897 fts3IsEmpty(Fts3Table *p, sqlite3_value **apVal, int *pisEmpty) argument
2629 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62515 sqlite3_value **apVal; member in struct:vdbeExecUnion::OP_Function_stack_vars
62811 sqlite3_value **apVal; member in struct:vdbeExecUnion::OP_AggStep_stack_vars
116242 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
120537 fts3InsertTerms(Fts3Table *p, sqlite3_value **apVal, u32 *aSz) argument
120565 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
120647 fts3DeleteTerms( int *pRC, Fts3Table *p, sqlite3_value **apVal, u32 *aSz ) argument
121803 fts3IsEmpty(Fts3Table *p, sqlite3_value **apVal, int *pisEmpty) argument
122535 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c69510 sqlite3_value **apVal; local
73651 sqlite3_value **apVal; local
130101 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
137610 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) argument
137645 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
142196 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c69530 sqlite3_value **apVal; local
73671 sqlite3_value **apVal; local
130121 fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
137642 fts3InsertTerms( Fts3Table *p, int iLangid, sqlite3_value **apVal, u32 *aSz ) argument
137677 fts3InsertData( Fts3Table *p, sqlite3_value **apVal, sqlite3_int64 *piDocid ) argument
142228 sqlite3Fts3UpdateMethod( sqlite3_vtab *pVtab, int nArg, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
[all...]

Completed in 576 milliseconds