/minix3/external/bsd/bind/dist/lib/dns/ |
H A D | cache.c | 53 #define VALID_CACHE(cache) ISC_MAGIC_VALID(cache, CACHE_MAGIC) argument 107 dns_cache_t *cache; member 175 cache_create_db(dns_cache_t *cache, dns_db_t **db) { in cache_create_db() 209 dns_cache_t *cache; in dns_cache_create3() local 360 cache_free(dns_cache_t *cache) { in cache_free() 424 dns_cache_attach(dns_cache_t *cache, dns_cache_t **targetp) { in dns_cache_attach() 438 dns_cache_t *cache; in dns_cache_detach() local 483 dns_cache_attachdb(dns_cache_t *cache, dns_db_t **dbp) { in dns_cache_attachdb() 495 dns_cache_setfilename(dns_cache_t *cache, const char *filename) { in dns_cache_setfilename() 515 dns_cache_load(dns_cache_t *cache) { in dns_cache_load() [all …]
|
H A D | ncache.c | 103 dns_ncache_add(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, in dns_ncache_add() 112 dns_ncache_addoptout(dns_message_t *message, dns_db_t *cache, in dns_ncache_addoptout() 122 addoptout(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node, in addoptout()
|
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/ |
H A D | pcy_cache.c | 80 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local 125 X509_POLICY_CACHE *cache; in policy_cache_new() local 219 void policy_cache_free(X509_POLICY_CACHE *cache) in policy_cache_free() 243 X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache, in policy_cache_find_data()
|
H A D | pcy_tree.c | 149 const X509_POLICY_CACHE *cache; in tree_init() local 334 const X509_POLICY_CACHE *cache) in tree_link_nodes() 367 const X509_POLICY_CACHE *cache, in tree_add_unmatched() 394 const X509_POLICY_CACHE *cache, in tree_link_unmatched() 429 const X509_POLICY_CACHE *cache, in tree_link_any() 667 const X509_POLICY_CACHE *cache; in tree_evaluate() local
|
H A D | pcy_map.c | 75 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_set_mapping() local
|
/minix3/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_read_disk_set_standard_lookup.c | 72 } cache[name_cache_size]; member 124 struct name_cache *cache = (struct name_cache *)data; in cleanup() local 142 lookup_name(struct name_cache *cache, in lookup_name() 187 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 228 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 251 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper() 290 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper()
|
H A D | archive_write_disk_set_standard_lookup.c | 240 struct bucket *cache = (struct bucket *)private; in cleanup() local
|
/minix3/lib/libintl/ |
H A D | gettext_iconv.c | 45 struct cache { struct 50 static const struct cache *cache_find(const char *, struct domainbinding *); argument 114 const struct cache *cache; in __gettext_iconv() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/ |
H A D | object.py | 123 def get_sections(self, cache=False): argument 151 def get_symbols(self, cache=False): argument 240 def get_relocations(self, cache=False): argument 271 def cache(self): member in Section 344 def cache(self): member in Symbol 426 def cache(self): member in Relocation
|
/minix3/lib/libc/locale/ |
H A D | setlocale.c | 63 _setlocale_cache(locale_t loc, struct _locale_cache_t *cache) in _setlocale_cache() 171 struct _locale_cache_t *cache; in __setlocale() local
|
H A D | setlocale_local.h | 55 const struct _locale_cache_t *cache; member
|
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/ |
H A D | discovery.py | 21 def getTestSuite(item, litConfig, cache): argument 76 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument
|
/minix3/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kdestroy.c | 38 static const char *cache; variable
|
H A D | kdecode_ticket.c | 103 krb5_ccache cache; in main() local
|
H A D | kgetcred.c | 86 krb5_ccache cache; in main() local
|
H A D | kinit.c | 233 krb5_ccache cache, in renew_validate() 653 ticket_lifetime(krb5_context context, krb5_ccache cache, in ticket_lifetime()
|
/minix3/external/bsd/bind/dist/bin/tests/ |
H A D | byaddr_test.c | 95 dns_cache_t *cache; in main() local
|
H A D | byname_test.c | 210 dns_cache_t *cache; in main() local
|
H A D | adb_test.c | 178 dns_cache_t *cache; in create_view() local
|
/minix3/crypto/external/bsd/heimdal/dist/kcm/ |
H A D | cache.c | 192 kcm_ccache_data *cache) in kcm_free_ccache_data_internal() 379 kcm_ccache_data *cache) in kcm_zero_ccache_data_internal() 398 kcm_ccache cache) in kcm_zero_ccache_data()
|
/minix3/external/bsd/libarchive/dist/cpio/ |
H A D | cpio.c | 98 } cache[name_cache_size]; member 1126 free_cache(struct name_cache *cache) in free_cache() 1145 struct name_cache *cache; in lookup_name() local
|
/minix3/minix/commands/rawspeed/ |
H A D | rawspeed.c | 76 int i, fd, n= 0, unit= -1, max= -1, cache= 0; in main() local
|
/minix3/external/public-domain/xz/dist/src/liblzma/rangecoder/ |
H A D | range_encoder.h | 31 uint8_t cache; member
|
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
H A D | kdc.c | 73 const char *cache; in get_ccache() local
|
/minix3/minix/lib/libddekit/src/ |
H A D | mem.c | 22 struct ddekit_slab * cache; member
|