Searched refs:cache_key (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_cache.c17 /* const char *dict_cache_lookup(cache, cache_key)
19 /* const char *cache_key;
21 /* int dict_cache_update(cache, cache_key, cache_val)
23 /* const char *cache_key;
26 /* int dict_cache_delete(cache, cache_key)
28 /* const char *cache_key;
30 /* int dict_cache_sequence(cache, first_next, cache_key, cache_val)
33 /* const char **cache_key;
40 /* typedef int (*DICT_CACHE_VALIDATOR_FN) (const char *cache_key,
130 /* .IP cache_key
269 dict_cache_lookup(DICT_CACHE *cp, const char *cache_key) argument
301 dict_cache_update(DICT_CACHE *cp, const char *cache_key, const char *cache_val) argument
328 dict_cache_delete(DICT_CACHE *cp, const char *cache_key) argument
360 dict_cache_sequence(DICT_CACHE *cp, int first_next, const char **cache_key, const char **cache_val) argument
467 const char *cache_key; local
946 const char *cache_key; local
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dsysconfig.h99 IPv4ARPCollisionKeyParse(CFStringRef cache_key, struct in_addr * ipaddr_p,
H A Dipconfigd.c1215 CFStringRef cache_key)
1222 if (CFStringHasPrefix(cache_key, S_state_interface_prefix) == FALSE) {
1227 ifname = my_CFStringCopyComponent(cache_key, CFSTR("/"), 3);
1234 dict = SCDynamicStoreCopyValue(store, cache_key);
6496 link_refresh(SCDynamicStoreRef session, CFStringRef cache_key) argument
6502 if (CFStringHasPrefix(cache_key, S_state_interface_prefix) == FALSE) {
6506 ifn_cf = my_CFStringCopyComponent(cache_key, CFSTR("/"), 3);
6529 CFStringRef cache_key)
6535 if (CFStringHasPrefix(cache_key, S_state_interface_prefix) == FALSE) {
6542 ifn_cf = my_CFStringCopyComponent(cache_key, CFST
1214 ActiveDuringSleepRequestedKeyChanged(SCDynamicStoreRef store, CFStringRef cache_key) argument
6528 ipv6_interface_address_changed(SCDynamicStoreRef session, CFStringRef cache_key) argument
6658 ap_key_changed(SCDynamicStoreRef session, CFStringRef cache_key) argument
6739 link_key_changed(SCDynamicStoreRef session, CFStringRef cache_key) argument
6885 arp_collision(SCDynamicStoreRef session, CFStringRef cache_key) argument
6971 CFStringRef cache_key = CFArrayGetValueAtIndex(changes, i); local
7026 CFStringRef cache_key = CFArrayGetValueAtIndex(state_changes, i); local
[all...]
H A Dsysconfig.c340 IPv4ARPCollisionKeyParse(CFStringRef cache_key, struct in_addr * ipaddr_p, argument
359 components = CFStringCreateArrayBySeparatingStrings(NULL, cache_key,
/macosx-10.10/ntp-92/libntp/
H A Dauthkeys.c67 u_char *cache_key; /* key pointer */ variable
183 cache_key = sk->k.MD5_key;
503 return (MD5authencrypt(cache_type, cache_key, pkt, length));
532 return (MD5authdecrypt(cache_type, cache_key, pkt, length,
/macosx-10.10/ntp-92/include/
H A Dntp_stdlib.h146 extern u_char * cache_key; /* key pointer */
/macosx-10.10/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c2074 CFStringRef cache_key = CFArrayGetValueAtIndex(changes, i); local
2076 if (CFEqual(cache_key, console_user_key)) {
2079 else if (CFStringHasPrefix(cache_key, kSCDynamicStoreDomainSetup)) {
2082 else if (CFStringHasSuffix(cache_key, kSCCompInterface)) {
2086 else if (CFStringHasSuffix(cache_key, kSCEntNetLink)) {
2090 if_name = my_CFStringCopyComponent(cache_key, CFSTR("/"), 3);
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm2115 my $cache_key = join( chr(28), @ARGV );
2116 if ( my $result = $process_command_line_cache{$cache_key} ) {
2123 $process_command_line_cache{$cache_key} = [ \@ARGV, @retvals ]
[all...]

Completed in 469 milliseconds