Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h591 #define sqlite3_uri_boolean sqlite3_api->uri_boolean macro
H A Dsqlite3.h1286 ** <li> sqlite3_uri_boolean()
3710 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3712 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3715 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3719 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3734 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3750 SQLITE_API int sqlite3_uri_boolean(sqlite3_filename z, const char *zParam, int bDefault);
3817 ** <li> [sqlite3_uri_boolean()],
6422 ** <li> [sqlite3_uri_boolean()]
/third_party/sqlite/src/
H A Dsqlite3.c1596 ** <li> sqlite3_uri_boolean()
4016 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
4018 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
4021 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
4025 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
4040 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
4056 SQLITE_API int sqlite3_uri_boolean(sqlite3_filename z, const char *zParam, int bDefault);
4123 ** <li> [sqlite3_uri_boolean()],
6731 ** <li> [sqlite3_uri_boolean()]
132514 #define sqlite3_uri_boolean global() macro
178067 SQLITE_API int sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt){ global() function
[all...]

Completed in 139 milliseconds