Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17807 #define DBFLAG_InternalFunc 0x0020 /* Allow use of internal functions */ macro
107313 && (pParse->db->mDbFlags & DBFLAG_InternalFunc)==0
139187 int showInternFunc = (db->mDbFlags & DBFLAG_InternalFunc)!=0;
181698 db->mDbFlags |= DBFLAG_InternalFunc;
182566 db->mDbFlags ^= DBFLAG_InternalFunc;