Searched refs:use_cache (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | view.h | 693 unsigned int options, bool use_hints, bool use_cache,
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | view.h | 694 unsigned int options, bool use_hints, bool use_cache, 709 *\li If 'use_cache' is true, and the view has a cache, then it will be
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | view.c | 1294 unsigned int options, bool use_hints, bool use_cache, in dns_view_findzonecut() argument 1344 if (use_cache && view->cachedb != NULL) { in dns_view_findzonecut() 1380 if (use_cache && view->cachedb != NULL && db != view->hints) { in dns_view_findzonecut()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | view.c | 1092 unsigned int options, bool use_hints, bool use_cache, in dns_view_find() 1137 if (use_cache && view->cachedb != NULL) { in dns_view_find() 1181 if (use_cache && view->cachedb != NULL && db != view->hints) { in dns_view_find() 1325 dns_view_findzonecut(dns_view_t * view,const dns_name_t * name,dns_name_t * fname,dns_name_t * dcname,isc_stdtime_t now,unsigned int options,bool use_hints,bool use_cache,dns_rdataset_t * rdataset,dns_rdataset_t * sigrdataset) dns_view_findzonecut() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.cc | 868 bool use_cache = false; in split_constant_offset_1() local 877 use_cache = true; in split_constant_offset_1() 901 if (res && use_cache) in split_constant_offset_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.c | 708 bool use_cache = false; in split_constant_offset_1() local 717 use_cache = true; in split_constant_offset_1() 740 if (res && use_cache) in split_constant_offset_1()
|