Searched refs:DBFLAG_InternalFunc (Results 1 – 4 of 4) sorted by relevance
3465 db->mDbFlags |= DBFLAG_InternalFunc; in openDatabase()4243 db->mDbFlags ^= DBFLAG_InternalFunc; in sqlite3_test_control()
1073 && (pParse->db->mDbFlags & DBFLAG_InternalFunc)==0 in resolveExprStep()
1420 int showInternFunc = (db->mDbFlags & DBFLAG_InternalFunc)!=0; in sqlite3Pragma()
1758 #define DBFLAG_InternalFunc 0x0020 /* Allow use of internal functions */ macro