• Home
  • Raw
  • Download

Lines Matching refs:AppContext

142 	void             *AppContext;  member
153 void *AppContext; member
401 x->AppContext = NULL; in FreeDNSServiceOp()
416 …SServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppContext) in ConnectToServer() argument
470 sdr->AppContext = AppContext; in ConnectToServer()
828 …rviceResolveReply) sdr->AppCallback)(sdr, 0, 0, error, NULL, 0, 0, 0, NULL, sdr->AppContext); in CallbackWithError()
831 …rviceQueryRecordReply)sdr->AppCallback)(sdr, 0, 0, error, NULL, 0, 0, 0, NULL, 0, sdr->AppContext); in CallbackWithError()
834 …rviceGetAddrInfoReply)sdr->AppCallback)(sdr, 0, 0, error, NULL, NULL, 0, sdr->AppContext); in CallbackWithError()
837 …rviceBrowseReply) sdr->AppCallback)(sdr, 0, 0, error, NULL, 0, NULL, sdr->AppContext); in CallbackWithError()
840 …rviceRegisterReply) sdr->AppCallback)(sdr, 0, error, NULL, 0, NULL, sdr->AppContext); in CallbackWithError()
843 …rviceDomainEnumReply) sdr->AppCallback)(sdr, 0, 0, error, NULL, sdr->AppContext); in CallbackWithError()
846 …rviceSetHostReply) sdr->AppCallback)(sdr, 0, error, NULL, sdr->AppContext); in CallbackWithError()
854 …>AppCallback) ((DNSServiceRegisterRecordReply)rec->AppCallback)(sdr, 0, 0, error, rec->AppContext); in CallbackWithError()
862 …(DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, 0, 0, error, 0, 0, 0, 0, 0, sdr->AppContext); in CallbackWithError()
1126 …ags, cbh->cb_interface, cbh->cb_err, fullname, target, port.s, txtlen, txtrecord, sdr->AppContext); in handle_resolve_response()
1201 …_flags, cbh->cb_interface, cbh->cb_err, name, rrtype, rrclass, rdlen, rdata, ttl, sdr->AppContext); in handle_query_response()
1295 …pCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, hostname, sa, ttl, sdr->AppContext); in handle_addrinfo_response()
1347 …cbh->cb_flags, cbh->cb_interface, cbh->cb_err, replyName, replyType, replyDomain, sdr->AppContext); in handle_browse_response()
1398 sdr, cbh->cb_flags, cbh->cb_err, replyHostname, sdr->AppContext); in handle_hostname_changed_response()
1460 …erReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_err, name, regtype, domain, sdr->AppContext); in handle_regservice_response()
1529 …ply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, domain, sdr->AppContext); in handle_enumeration_response()
1590 rref->AppCallback(rref->sdr, rref, cbh->cb_flags, cbh->cb_err, rref->AppContext); in ConnectionResponse()
1594 rref->AppCallback(rref->sdr, rref, 0, kDNSServiceErr_Unknown, rref->AppContext); in ConnectionResponse()
1676 rref->AppContext = context; in DNSServiceRegisterRecord()
1741 rref->AppContext = NULL; in DNSServiceAddRecord()
1898 …cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->AppContext); in handle_port_mapping_response()