Searched refs:sqlite3_uri_boolean (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h563 #define sqlite3_uri_boolean sqlite3_api->uri_boolean macro
H A Dsqlite3.h3580 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3582 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3585 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3589 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3604 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3620 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
3687 ** <li> [sqlite3_uri_boolean()],
6184 ** <li> [sqlite3_uri_boolean()]
H A Dsqlite3.c4643 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
4645 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
4648 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
4652 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
4667 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
4683 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
4750 ** <li> [sqlite3_uri_boolean()],
7247 ** <li> [sqlite3_uri_boolean()]
125953 #define sqlite3_uri_boolean macro
168452 SQLITE_API int sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt){ function
[all...]

Completed in 594 milliseconds