Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_VdbeListing

9056 #define SQLITE_VdbeListing    0x00008000  /* Debug listings of VDBE programs */
61002 if( p->pc==0 && (p->db->flags & SQLITE_VdbeListing)!=0 ){
85658 { "vdbe_listing", SQLITE_VdbeListing },