Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18907 #define DBFLAG_InternalFunc 0x0020 /* Allow use of internal functions */ macro
93245 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );
93266 || (v->db->mDbFlags & DBFLAG_InternalFunc)!=0 );
111718 && (pParse->db->mDbFlags & DBFLAG_InternalFunc)==0
146255 int showInternFunc = (db->mDbFlags & DBFLAG_InternalFunc)!=0;
191033 db->mDbFlags |= DBFLAG_InternalFunc;
191919 db->mDbFlags ^= DBFLAG_InternalFunc;