Searched refs:P4_VTAB (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h60 VTable *pVtab; /* Used when p4type is P4_VTAB */
112 #define P4_VTAB (-10) /* P4 is a pointer to an sqlite3_vtab structure */ macro
H A Ddelete.c403 sqlite3VdbeAddOp4(v, OP_VUpdate, 0, 1, iRowid, pVTab, P4_VTAB);
H A Dvdbeaux.c626 case P4_VTAB : {
710 if ( n!=P4_KEYINFO && n!=P4_VTAB ) {
755 }else if( n==P4_VTAB ){
757 pOp->p4type = P4_VTAB;
924 case P4_VTAB: {
H A Dalter.c493 sqlite3VdbeAddOp4(v, OP_VRename, i, 0, 0,(const char*)pVTab, P4_VTAB);
H A Dupdate.c656 sqlite3VdbeAddOp4(v, OP_VUpdate, 0, pTab->nCol+2, iReg, pVTab, P4_VTAB);
H A Dinsert.c162 assert( pOp->p4type==P4_VTAB );
971 sqlite3VdbeAddOp4(v, OP_VUpdate, 1, pTab->nCol+2, regIns, pVTab, P4_VTAB);
H A Dbuild.c173 sqlite3VdbeAddOp4(v, OP_VBegin, 0, 0, 0, vtab, P4_VTAB);
H A Dvdbe.c5779 assert( pOp->p4type==P4_VTAB );
H A Dwhere.c4744 sqlite3VdbeAddOp4(v, OP_VOpen, iCur, 0, 0, pVTab, P4_VTAB);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7945 VTable *pVtab; /* Used when p4type is P4_VTAB */
7997 #define P4_VTAB (-10) /* P4 is a pointer to an sqlite3_vtab structure */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8479 VTable *pVtab; /* Used when p4type is P4_VTAB */
8533 #define P4_VTAB (-10) /* P4 is a pointer to an sqlite3_vtab structure */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8479 VTable *pVtab; /* Used when p4type is P4_VTAB */
8533 #define P4_VTAB (-10) /* P4 is a pointer to an sqlite3_vtab structure */ macro
[all...]

Completed in 654 milliseconds