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);
30125 ** sqlite3_uri_parameter(). */
30138 ** for use by sqlite3_uri_parameter(). */
35214 ** sqlite3_uri_parameter().
115447 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam){
115463 const char *z = sqlite3_uri_parameter(zFilename, zParam);
115476 const char *z = sqlite3_uri_parameter(zFilename, zParam);