Searched refs:DBFLAG_InternalFunc (Results 1 – 1 of 1) sorted by relevance
18262 #define DBFLAG_InternalFunc 0x0020 /* Allow use of internal functions */ macro91252 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );91273 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );109248 && (pParse->db->mDbFlags & DBFLAG_InternalFunc)==0142118 int showInternFunc = (db->mDbFlags & DBFLAG_InternalFunc)!=0;186226 db->mDbFlags |= DBFLAG_InternalFunc;187102 db->mDbFlags ^= DBFLAG_InternalFunc;