Searched refs:DBFLAG_InternalFunc (Results 1 – 1 of 1) sorted by relevance
18886 #define DBFLAG_InternalFunc 0x0020 /* Allow use of internal functions */ macro93093 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );93114 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );111542 && (pParse->db->mDbFlags & DBFLAG_InternalFunc)==0146034 int showInternFunc = (db->mDbFlags & DBFLAG_InternalFunc)!=0;190742 db->mDbFlags |= DBFLAG_InternalFunc;191624 db->mDbFlags ^= DBFLAG_InternalFunc;