Searched refs:VDBE_MAGIC_RUN (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h330 #define VDBE_MAGIC_RUN 0xbdf20da3 /* VDBE is ready to execute */ macro
H A Dvdbeaux.c1137 assert( p->magic==VDBE_MAGIC_RUN );
1400 ** VDBE_MAGIC_RUN.
1429 /* Set the magic to VDBE_MAGIC_RUN sooner rather than later. */
1430 p->magic = VDBE_MAGIC_RUN;
1514 p->magic = VDBE_MAGIC_RUN;
1932 if( p->magic==VDBE_MAGIC_RUN && p->pc>=0 ){
2086 if( p->magic!=VDBE_MAGIC_RUN ){
2282 ** virtual machine from VDBE_MAGIC_RUN or VDBE_MAGIC_HALT back to
2363 if( p->magic==VDBE_MAGIC_RUN || p->magic==VDBE_MAGIC_HALT ){
H A Dvdbeapi.c346 if( p->magic!=VDBE_MAGIC_RUN ){
986 if( p->magic!=VDBE_MAGIC_RUN || p->pc>=0 ){
H A Dvdbe.c573 assert( p->magic==VDBE_MAGIC_RUN ); /* sqlite3_step() verifies this */
4514 if( pVdbe->magic==VDBE_MAGIC_RUN && pVdbe->inVtabMethod<2 && pVdbe->pc>=0 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12544 #define VDBE_MAGIC_RUN 0xbdf20da3 /* VDBE is ready to execute */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14237 #define VDBE_MAGIC_RUN 0xbdf20da3 /* VDBE is ready to execute */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14237 #define VDBE_MAGIC_RUN 0xbdf20da3 /* VDBE is ready to execute */ macro
[all...]

Completed in 2646 milliseconds