Searched refs:load_cache (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/dialog/ |
| HD | inputstr.c | 183 load_cache(int cache_num, const char *string) in load_cache() function 195 #define load_cache(cache, string) &my_cache macro 278 CACHE *cache = load_cache(cCntWideBytes, string); in dlg_count_wcbytes() 316 CACHE *cache = load_cache(cCntWideChars, string); in dlg_count_wchars() 355 CACHE *cache = load_cache(cInxWideChars, string); in dlg_index_wchars() 409 CACHE *cache = load_cache(cInxCols, string); in dlg_index_columns()
|
| /trueos/contrib/unbound/daemon/ |
| HD | cachedump.h | 92 int load_cache(SSL* ssl, struct worker* worker);
|
| HD | cachedump.c | 689 load_cache(SSL* ssl, struct worker* worker) in load_cache() function
|
| HD | remote.c | 2074 if(load_cache(ssl, worker)) send_ok(ssl); in execute_cmd()
|
| /trueos/contrib/unbound/doc/ |
| HD | control_proto_spec.txt | 41 load_cache
|
| HD | Changelog | 2051 - documented that load_cache is meant for debugging. 2054 - fixup printing errors when load_cache, they were printed to the 3059 - dump_cache and load_cache statements in unbound-control.
|