Lines Matching defs:sqlite3_uri_parameter
3224 ** sqlite3_uri_parameter(F,P) returns the value of the P
3227 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
3246 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
3252 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
30114 ** sqlite3_uri_parameter(). */
30127 ** for use by sqlite3_uri_parameter(). */
35203 ** sqlite3_uri_parameter().
115421 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam){
115437 const char *z = sqlite3_uri_parameter(zFilename, zParam);
115450 const char *z = sqlite3_uri_parameter(zFilename, zParam);