Searched refs:DBFLAG_InternalFunc (Results 1 – 1 of 1) sorted by relevance
17861 #define DBFLAG_InternalFunc 0x0020 /* Allow use of internal functions */ macro90177 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );90198 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );107927 && (pParse->db->mDbFlags & DBFLAG_InternalFunc)==0140176 int showInternFunc = (db->mDbFlags & DBFLAG_InternalFunc)!=0;183314 db->mDbFlags |= DBFLAG_InternalFunc;184182 db->mDbFlags ^= DBFLAG_InternalFunc;