Home
last modified time | relevance | path

Searched refs:_dnssd_xpc_dictionary_get_int32 (Results 1 – 1 of 1) sorted by relevance

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/
H A Ddnssd_xpc.c23 _dnssd_xpc_dictionary_get_int32(xpc_object_t dict, const char *key, bool *out_valid);
77 return _dnssd_xpc_dictionary_get_int32(msg, DNSSD_XPC_MESSAGE_KEY_ERROR, out_valid); in dnssd_xpc_message_get_error()
403 return _dnssd_xpc_dictionary_get_int32(result, DNSSD_XPC_RESULT_KEY_ERROR, out_valid); in dnssd_xpc_result_get_error()
562 _dnssd_xpc_dictionary_get_int32(xpc_object_t dict, const char *key, bool *out_valid) in _dnssd_xpc_dictionary_get_int32() function