Searched refs:sqlite3_uri_parameter (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3ext.h467 #define sqlite3_uri_parameter sqlite3_api->uri_parameter macro
H A Dsqlite3.h2810 ** sqlite3_uri_parameter(F,P) returns the value of the P
2813 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
2832 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
2838 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
H A Dsqlite3.c3381 ** sqlite3_uri_parameter(F,P) returns the value of the P
3384 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
3403 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
3409 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
92644 #define sqlite3_uri_parameter macro
118049 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam){ function
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2606 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
H A Dsqlite3.c3159 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
21785 zOk = sqlite3_uri_parameter(zBaseFilename, "8_3_names");
113088 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam){ function
[all...]

Completed in 1239 milliseconds