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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c2339 ** [SQLITE_USE_URI] symbol defined.)^
3914 ** [sqlite3_config()] method or by the [SQLITE_USE_URI] compile-time option.
22570 #ifdef SQLITE_USE_URI
22754 ** using the SQLITE_USE_URI=1 or SQLITE_USE_URI=0 compile-time options.
22758 ** SQLITE_USE_URI symbol defined.
22760 #ifndef SQLITE_USE_URI
22761 # define SQLITE_USE_URI 0 macro
22835 SQLITE_USE_URI, /* bOpenUri */
[all...]

Completed in 588 milliseconds