Searched refs:VDBE_MAGIC_HALT (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h331 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
H A Dvdbeaux.c2247 p->magic = VDBE_MAGIC_HALT;
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 ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12545 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14238 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14238 #define VDBE_MAGIC_HALT 0x519c2973 /* VDBE has completed execution */ macro
[all...]

Completed in 1609 milliseconds