Searched refs:sqlite3_uri_boolean (Results 1 – 3 of 3) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 592 #define sqlite3_uri_boolean sqlite3_api->uri_boolean macro
|
| H A D | sqlite3.h | 1289 ** <li> sqlite3_uri_boolean() 3800 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean 3802 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the 3805 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of 3809 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0). 3824 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and 3840 SQLITE_API int sqlite3_uri_boolean(sqlite3_filename z, const char *zParam, int bDefault); 3907 ** <li> [sqlite3_uri_boolean()], 6654 ** <li> [sqlite3_uri_boolean()]
|
| H A D | sqlite3.c | 1602 ** <li> sqlite3_uri_boolean() 4113 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean 4115 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the 4118 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of 4122 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0). 4137 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and 4153 SQLITE_API int sqlite3_uri_boolean(sqlite3_filename z, const char *zParam, int bDefault); 4220 ** <li> [sqlite3_uri_boolean()], 6967 ** <li> [sqlite3_uri_boolean()] [all...] |