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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h592 #define sqlite3_uri_boolean sqlite3_api->uri_boolean macro
H A Dsqlite3.h1287 ** <li> sqlite3_uri_boolean()
3781 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3783 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3786 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3790 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3805 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3821 SQLITE_API int sqlite3_uri_boolean(sqlite3_filename z, const char *zParam, int bDefault);
3888 ** <li> [sqlite3_uri_boolean()],
6635 ** <li> [sqlite3_uri_boolean()]
H A Dsqlite3.c1600 ** <li> sqlite3_uri_boolean()
4094 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
4096 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
4099 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
4103 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
4118 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
4134 SQLITE_API int sqlite3_uri_boolean(sqlite3_filename z, const char *zParam, int bDefault);
4201 ** <li> [sqlite3_uri_boolean()],
6948 ** <li> [sqlite3_uri_boolean()]
136064 #define sqlite3_uri_boolean macro
182952 SQLITE_API int sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d695 int sqlite3_uri_boolean(const(char)* zFile, const(char)* zParam, int bDefault);

Completed in 976 milliseconds