Home
last modified time | relevance | path

Searched refs:DBFLAG_InternalFunc (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c17861 #define DBFLAG_InternalFunc 0x0020 /* Allow use of internal functions */ macro
90177 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );
90198 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );
107927 && (pParse->db->mDbFlags & DBFLAG_InternalFunc)==0
140176 int showInternFunc = (db->mDbFlags & DBFLAG_InternalFunc)!=0;
183314 db->mDbFlags |= DBFLAG_InternalFunc;
184182 db->mDbFlags ^= DBFLAG_InternalFunc;