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

/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound_cache.sh101 load_cache () function
109 $CAT $CONF/$FNAME|$UC load_cache
114 $CAT $filename|$UC load_cache
123 load_cache $filename
139 load_cache
169 load_cache $file
H A Dunbound_cache.cmd32 type %program_path%\%fname%|%uc% load_cache
51 type %program_path%\%fname%|%uc% load_cache
61 type %program_path%\%fname%|%uc% load_cache
78 type %arg2%|%uc% load_cache
88 type %arg2%|%uc% load_cache
/freebsd-13-stable/contrib/unbound/daemon/
H A Dcachedump.h93 int load_cache(RES* ssl, struct worker* worker);
H A Dcachedump.c702 load_cache(RES* ssl, struct worker* worker) function
H A Dremote.c2965 } else if(cmdcmp(p, "load_cache", 10)) {
2966 if(load_cache(ssl, worker)) send_ok(ssl);
/freebsd-13-stable/contrib/dialog/
H A Dinputstr.c171 assert_ptr(p, "load_cache");
185 load_cache(int cache_num, const char *string) function
197 #define load_cache(cache, string) &my_cache macro
222 assert_ptr(cache->list, "load_cache");
280 CACHE *cache = load_cache(cCntWideBytes, string);
318 CACHE *cache = load_cache(cCntWideChars, string);
357 CACHE *cache = load_cache(cInxWideChars, string);
411 CACHE *cache = load_cache(cInxCols, string);

Completed in 134 milliseconds