Lines Matching refs:DNSServiceOp
113 typedef struct _DNSServiceRef_t DNSServiceOp; typedef
117 typedef void (*ProcessReplyFn)(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char…
130 DNSServiceOp *next; // For shared connection
131 DNSServiceOp *primary; // For shared connection
157 DNSServiceOp *sdr;
321 …reate_hdr(uint32_t op, size_t *len, char **data_start, int SeparateReturnSocket, DNSServiceOp *ref) in create_hdr()
372 static void FreeDNSRecords(DNSServiceOp *sdRef) in FreeDNSRecords()
383 static void FreeDNSServiceOp(DNSServiceOp *x) in FreeDNSServiceOp()
425 DNSServiceOp *sdr; in ConnectToServer()
456 sdr = malloc(sizeof(DNSServiceOp)); in ConnectToServer()
479 DNSServiceOp **p = &(*ref)->next; // Append ourselves to end of primary's list in ConnectToServer()
547 static DNSServiceErrorType deliver_request(ipc_msg_hdr *hdr, DNSServiceOp *sdr) in deliver_request()
813 DNSServiceOp *sdr = sdRef; in CallbackWithError()
814 DNSServiceOp *sdrNext; in CallbackWithError()
1023 DNSServiceOp **p = &sdRef->primary->next; in DNSServiceRefDeallocate()
1069 DNSServiceOp *p = sdRef; in DNSServiceRefDeallocate()
1081 DNSServiceOp *tmp; in DNSServiceGetProperty()
1108 static void handle_resolve_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const… in handle_resolve_response()
1186 static void handle_query_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const c… in handle_query_response()
1245 static void handle_addrinfo_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, cons… in handle_addrinfo_response()
1340 static void handle_browse_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const … in handle_browse_response()
1388 DNSServiceOp *const sdr, in handle_hostname_changed_response()
1436 DNSServiceOp *tmp; in DNSServiceSetDefaultDomainForUser()
1453 static void handle_regservice_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, co… in handle_regservice_response()
1524 static void handle_enumeration_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, c… in handle_enumeration_response()
1568 static void ConnectionResponse(DNSServiceOp *const sdr, const CallbackHeader *const cbh, const char… in ConnectionResponse()
1579 DNSServiceOp *op = sdr->next; in ConnectionResponse()
1850 DNSServiceOp *tmp; in DNSServiceReconfirmRecord()
1876 static void handle_port_mapping_response(DNSServiceOp *const sdr, const CallbackHeader *const cbh, … in handle_port_mapping_response()