Searched defs:sqlite3_uri_parameter (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h467 #define sqlite3_uri_parameter sqlite3_api->uri_parameter macro
H A Dsqlite3.c3002 ** sqlite3_uri_parameter(F,P) returns the value of the P
3005 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
3024 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
3030 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
97438 #define sqlite3_uri_parameter macro
125554 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h467 #define sqlite3_uri_parameter sqlite3_api->uri_parameter macro
H A Dsqlite3.c3002 ** sqlite3_uri_parameter(F,P) returns the value of the P
3005 ** has no explicit value, then sqlite3_uri_parameter(F,P) returns
3024 ** If F is a NULL pointer, then sqlite3_uri_parameter(F,P) returns NULL and
3030 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam);
97458 #define sqlite3_uri_parameter macro
125574 SQLITE_API const char *sqlite3_uri_parameter(const char *zFilename, const char *zParam){ function
[all...]

Completed in 639 milliseconds