Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpragma.h602 /* iArg: */ SQLITE_TrustedSchema },
H A Ddelete.c89 ((pParse->db->flags & SQLITE_TrustedSchema)!=0) in vtabIsReadOnly()
H A Dmain.c956 { SQLITE_DBCONFIG_TRUSTED_SCHEMA, SQLITE_TrustedSchema }, in sqlite3_db_config()
3270 | SQLITE_TrustedSchema in openDatabase()
H A DsqliteInt.h1708 #define SQLITE_TrustedSchema 0x00000080 /* Allow unsafe functions and macro
H A Dexpr.c1117 || (pParse->db->flags & SQLITE_TrustedSchema)==0 in sqlite3ExprFunctionUsable()
H A Dselect.c5822 && pTab->u.vtab.p->eVtabRisk > ((db->flags & SQLITE_TrustedSchema)!=0) in selectExpander()
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl133 ARG: SQLITE_TrustedSchema