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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c182 { "vdbe_listing", SQLITE_VdbeListing },
H A DsqliteInt.h926 #define SQLITE_VdbeListing 0x00008000 /* Debug listings of VDBE programs */ macro
H A Dvdbe.c592 if( p->pc==0 && (p->db->flags & SQLITE_VdbeListing)!=0 ){
/external/sqlite/dist/orig/
H A Dsqlite3.c10565 #define SQLITE_VdbeListing 0x00000400 /* Debug listings of VDBE programs */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10565 #define SQLITE_VdbeListing 0x00000400 /* Debug listings of VDBE programs */ macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9271 #define SQLITE_VdbeListing 0x00008000 /* Debug listings of VDBE programs */ macro
[all...]

Completed in 523 milliseconds