Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h593 #define sqlite3_uri_parameter sqlite3_api->uri_parameter macro
H A Dsqlite3.h1285 ** <li> sqlite3_uri_parameter()
3704 ** sqlite3_uri_parameter(F,P) returns the value of the P
3707 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
3733 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
3749 SQLITE_API const char *sqlite3_uri_parameter(sqlite3_filename z, const char *zParam);
3816 ** <li> [sqlite3_uri_parameter()],
6421 ** <li> [sqlite3_uri_parameter()]
/third_party/sqlite/src/
H A Dsqlite3.c1595 ** <li> sqlite3_uri_parameter()
4010 ** sqlite3_uri_parameter(F,P) returns the value of the P
4013 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
4039 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
4055 SQLITE_API const char *sqlite3_uri_parameter(sqlite3_filename z, const char *zParam);
4122 ** <li> [sqlite3_uri_parameter()],
6730 ** <li> [sqlite3_uri_parameter()]
132516 #define sqlite3_uri_parameter global() macro
178044 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam){ global() function
[all...]

Completed in 148 milliseconds