Searched refs:inVtabMethod (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h260 ** The Vdbe.inVtabMethod variable is set to non-zero for the duration of
300 u8 inVtabMethod; /* See comments above */ member in struct:Vdbe
H A Dvdbe.c4514 if( pVdbe->magic==VDBE_MAGIC_RUN && pVdbe->inVtabMethod<2 && pVdbe->pc>=0 ){
5497 p->inVtabMethod = 2;
5499 p->inVtabMethod = 0;
5598 p->inVtabMethod = 1;
5600 p->inVtabMethod = 0;
5702 p->inVtabMethod = 1;
5704 p->inVtabMethod = 0;
H A Dvdbeaux.c1550 p->inVtabMethod = 1;
1552 p->inVtabMethod = 0;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12474 ** The Vdbe.inVtabMethod variable is set to non-zero for the duration of
12514 u8 inVtabMethod; /* See comments above */ member in struct:Vdbe
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14162 ** The Vdbe.inVtabMethod variable is set to non-zero for the duration of
14196 bft inVtabMethod:2; /* See comments above */ member in struct:Vdbe
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14162 ** The Vdbe.inVtabMethod variable is set to non-zero for the duration of
14196 bft inVtabMethod:2; /* See comments above */ member in struct:Vdbe
[all...]

Completed in 3724 milliseconds