Home
last modified time | relevance | path

Searched refs:enable_shared_cache (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h94 int (*enable_shared_cache)(int); member
447 #define sqlite3_enable_shared_cache sqlite3_api->enable_shared_cache
H A Dsqlite3.c135566 int (*enable_shared_cache)(int);
135919 #define sqlite3_enable_shared_cache sqlite3_api->enable_shared_cache
/netbsd-src/external/lgpl3/mpfr/dist/
H A Dconfigure.ac340 if test "$enable_shared_cache" = yes; then
346 if test "$enable_shared_cache" = yes; then
H A Dconfigure4246 if test ${enable_shared_cache+y}
4248 enableval=$enable_shared_cache; case $enableval in
4382 if test "$enable_shared_cache" = yes; then
4389 if test "$enable_shared_cache" = yes; then
15123 if test "$enable_shared_cache" = yes; then
H A Dacinclude.m449 if test "$enable_shared_cache" = yes; then
H A DChangeLog6720 - test $enable_shared_cache instead of $mpfr_want_shared_cache;
6723 as enable_shared_cache (now used) already has the same usage.