Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpragma.c69 u8 sqlite3GetBoolean(const char *z, u8 dflt){ in sqlite3GetBoolean() function
588 b = sqlite3GetBoolean(zRight, 0); in sqlite3Pragma()
883 if( sqlite3GetBoolean(zRight, size!=0) ){ in sqlite3Pragma()
1126 if( sqlite3GetBoolean(zRight, 0) ){ in sqlite3Pragma()
1614 sqlite3RegisterLikeFunctions(db, sqlite3GetBoolean(zRight, 0)); in sqlite3Pragma()
H A Dmain.c4593 return z ? sqlite3GetBoolean(z, bDflt) : bDflt; in sqlite3_uri_boolean()
H A DsqliteInt.h5034 u8 sqlite3GetBoolean(const char *z,u8);