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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h636 #define sqlite3_uri_key sqlite3_api->uri_key macro
H A Dsqlite3.h3596 ** The sqlite3_uri_key(F,N) returns a pointer to the name (not
3622 SQLITE_API const char *sqlite3_uri_key(const char *zFilename, int N);
3689 ** <li> [sqlite3_uri_key()],
H A Dsqlite3.c4659 ** The sqlite3_uri_key(F,N) returns a pointer to the name (not
4685 SQLITE_API const char *sqlite3_uri_key(const char *zFilename, int N);
4752 ** <li> [sqlite3_uri_key()],
126026 #define sqlite3_uri_key macro
168438 SQLITE_API const char *sqlite3_uri_key(const char *zFilename, int N){ function
[all...]

Completed in 527 milliseconds