Home
last modified time | relevance | path

Searched defs:dflt (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js48 const getOwnOption = (opts, p, dflt)=>{ argument
/sqlite-3.40.0/src/
H A Dpragma.c44 static u8 getSafetyLevel(const char *z, int omitFull, u8 dflt){ in getSafetyLevel()
69 u8 sqlite3GetBoolean(const char *z, u8 dflt){ in sqlite3GetBoolean()