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

/freebsd-10.2-release/contrib/unbound/daemon/
H A Dcachedump.h92 int load_cache(SSL* ssl, struct worker* worker);
H A Dcachedump.c689 load_cache(SSL* ssl, struct worker* worker) function
H A Dremote.c2303 } else if(cmdcmp(p, "load_cache", 10)) {
2304 if(load_cache(ssl, worker)) send_ok(ssl);
/freebsd-10.2-release/contrib/dialog/
H A Dinputstr.c169 assert_ptr(p, "load_cache");
183 load_cache(int cache_num, const char *string) function
195 #define load_cache(cache, string) &my_cache macro
220 assert_ptr(cache->list, "load_cache");
278 CACHE *cache = load_cache(cCntWideBytes, string);
316 CACHE *cache = load_cache(cCntWideChars, string);
355 CACHE *cache = load_cache(cInxWideChars, string);
409 CACHE *cache = load_cache(cInxCols, string);

Completed in 104 milliseconds