• Home
  • Raw
  • Download

Lines Matching refs:AppContext

141 	void             *AppContext;  member
152 void *AppContext; member
400 x->AppContext = NULL; in FreeDNSServiceOp()
415 …SServiceFlags flags, uint32_t op, ProcessReplyFn ProcessReply, void *AppCallback, void *AppContext) in ConnectToServer() argument
469 sdr->AppContext = AppContext; in ConnectToServer()
827 …rviceResolveReply) sdr->AppCallback)(sdr, 0, 0, error, NULL, 0, 0, 0, NULL, sdr->AppContext); in CallbackWithError()
830 …rviceQueryRecordReply)sdr->AppCallback)(sdr, 0, 0, error, NULL, 0, 0, 0, NULL, 0, sdr->AppContext); in CallbackWithError()
833 …rviceGetAddrInfoReply)sdr->AppCallback)(sdr, 0, 0, error, NULL, NULL, 0, sdr->AppContext); in CallbackWithError()
836 …rviceBrowseReply) sdr->AppCallback)(sdr, 0, 0, error, NULL, 0, NULL, sdr->AppContext); in CallbackWithError()
839 …rviceRegisterReply) sdr->AppCallback)(sdr, 0, error, NULL, 0, NULL, sdr->AppContext); in CallbackWithError()
842 …rviceDomainEnumReply) sdr->AppCallback)(sdr, 0, 0, error, NULL, sdr->AppContext); in CallbackWithError()
845 …rviceSetHostReply) sdr->AppCallback)(sdr, 0, error, NULL, sdr->AppContext); in CallbackWithError()
853 …>AppCallback) ((DNSServiceRegisterRecordReply)rec->AppCallback)(sdr, 0, 0, error, rec->AppContext); in CallbackWithError()
861 …(DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, 0, 0, error, 0, 0, 0, 0, 0, sdr->AppContext); in CallbackWithError()
1125 …ags, cbh->cb_interface, cbh->cb_err, fullname, target, port.s, txtlen, txtrecord, sdr->AppContext); in handle_resolve_response()
1200 …_flags, cbh->cb_interface, cbh->cb_err, name, rrtype, rrclass, rdlen, rdata, ttl, sdr->AppContext); in handle_query_response()
1294 …pCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, hostname, sa, ttl, sdr->AppContext); in handle_addrinfo_response()
1346 …cbh->cb_flags, cbh->cb_interface, cbh->cb_err, replyName, replyType, replyDomain, sdr->AppContext); in handle_browse_response()
1392 …ameChangedReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_err, replyHostname, sdr->AppContext); in handle_hostname_changed_response()
1450 …erReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_err, name, regtype, domain, sdr->AppContext); in handle_regservice_response()
1519 …ply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, domain, sdr->AppContext); in handle_enumeration_response()
1580 rref->AppCallback(rref->sdr, rref, cbh->cb_flags, cbh->cb_err, rref->AppContext); in ConnectionResponse()
1584 rref->AppCallback(rref->sdr, rref, 0, kDNSServiceErr_Unknown, rref->AppContext); in ConnectionResponse()
1666 rref->AppContext = context; in DNSServiceRegisterRecord()
1731 rref->AppContext = NULL; in DNSServiceAddRecord()
1888 …cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->AppContext); in handle_port_mapping_response()