Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c2337 xpc_object_t xpc_dict = xpc_dictionary_create(NULL, NULL, 0); in handle_state_dump_request() local
2345 xpc_dictionary_set_fd(xpc_dict, kDNSStateDumpFD, STDOUT_FILENO); in handle_state_dump_request()
2351 xpc_dictionary_set_uint64(xpc_dict, kDNSStateDump, dump_option); in handle_state_dump_request()
2354 …xpc_connection_send_message_with_reply(log_utility_connection, xpc_dict, dispatch_get_main_queue()… in handle_state_dump_request()
2380 xpc_release(xpc_dict); in handle_state_dump_request()