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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h510 #define sqlite3_uri_boolean sqlite3_api->uri_boolean macro
H A Dsqlite3.h3307 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3309 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3312 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3316 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3324 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3330 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
H A Dsqlite3.c3584 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3586 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3589 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3593 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3601 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3607 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
111962 #define sqlite3_uri_boolean macro
144535 SQLITE_API int sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h510 #define sqlite3_uri_boolean sqlite3_api->uri_boolean macro
H A Dsqlite3.h3307 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3309 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3312 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3316 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3324 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3330 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
H A Dsqlite3.c3584 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3586 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3589 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3593 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3601 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3607 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
111962 #define sqlite3_uri_boolean macro
144535 SQLITE_API int sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt){ function
[all...]

Completed in 585 milliseconds