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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h2639 ** sqlite3_uri_parameter(F,P) returns the value of the P
2642 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
2656 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
2662 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
H A Dsqlite3.c3189 ** sqlite3_uri_parameter(F,P) returns the value of the P
3192 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
3206 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
3212 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
115186 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam){ function
[all...]

Completed in 408 milliseconds