Searched defs:sqlite3_uri_boolean (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c3230 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3232 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3235 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3239 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3247 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3253 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
22221 if( sqlite3_uri_boolean(zBaseFilename, "8_3_names", 0) )
115436 SQLITE_API int sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c3230 ** The sqlite3_uri_boolean(F,P,B) routine assumes that P is a boolean
3232 ** of P. The sqlite3_uri_boolean(F,P,B) routine returns true (1) if the
3235 ** sqlite3_uri_boolean(F,P,B) routines returns false (0) if the value of
3239 ** above, then sqlite3_uri_boolean(F,P,B) returns (B!=0).
3247 ** sqlite3_uri_boolean(F,P,B) returns B. If F is not a NULL pointer and
3253 SQLITE_API int sqlite3_uri_boolean(const char *zFile, const char *zParam, int bDefault);
22221 if( sqlite3_uri_boolean(zBaseFilename, "8_3_names", 0) )
115462 SQLITE_API int sqlite3_uri_boolean(const char *zFilename, const char *zParam, int bDflt){ function
[all...]

Completed in 408 milliseconds