Home
last modified time | relevance | path

Searched refs:sqlite3_uri_parameter (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h594 #define sqlite3_uri_parameter sqlite3_api->uri_parameter macro
H A Dsqlite3.h1288 ** <li> sqlite3_uri_parameter()
3794 ** sqlite3_uri_parameter(F,P) returns the value of the P
3797 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
3823 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
3839 SQLITE_API const char *sqlite3_uri_parameter(sqlite3_filename z, const char *zParam);
3906 ** <li> [sqlite3_uri_parameter()],
6653 ** <li> [sqlite3_uri_parameter()]
H A Dsqlite3.c1601 ** <li> sqlite3_uri_parameter()
4107 ** sqlite3_uri_parameter(F,P) returns the value of the P
4110 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
4136 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
4152 SQLITE_API const char *sqlite3_uri_parameter(sqlite3_filename z, const char *zParam);
4219 ** <li> [sqlite3_uri_parameter()],
6966 ** <li> [sqlite3_uri_parameter()]
[all...]