Searched refs:load_cache (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/unbound/contrib/ |
H A D | unbound_cache.sh | 101 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 D | unbound_cache.cmd | 32 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/contrib/dialog/ |
H A D | inputstr.c | 185 load_cache(int cache_num, const char *string) in load_cache() function 197 #define load_cache(cache, string) &my_cache macro 279 CACHE *cache = load_cache(cCntWideBytes, string); in dlg_count_wcbytes() 317 CACHE *cache = load_cache(cCntWideChars, string); in dlg_count_wchars() 356 CACHE *cache = load_cache(cInxWideChars, string); in dlg_index_wchars() 410 CACHE *cache = load_cache(cInxCols, string); in dlg_index_columns()
|
/freebsd/contrib/unbound/daemon/ |
H A D | cachedump.h | 93 int load_cache(RES* ssl, struct worker* worker);
|
H A D | cachedump.c | 717 load_cache(RES* ssl, struct worker* worker) in load_cache() function
|
H A D | remote.c | 3465 if(load_cache(ssl, worker)) send_ok(ssl); in execute_cmd()
|
/freebsd/contrib/unbound/doc/ |
H A D | control_proto_spec.txt | 41 load_cache
|
H A D | Changelog | 383 be properly distributed to all processes. dump_cache and load_cache 9102 - documented that load_cache is meant for debugging. 9105 - fixup printing errors when load_cache, they were printed to the 10110 - dump_cache and load_cache statements in unbound-control.
|