Home | History | Annotate | Download | only in DLLStub

Lines Matching refs:callBack

134 		DNSServiceDomainEnumReply           callBack,
144 ret = func( sdRef, flags, interfaceIndex, callBack, context );
164 DNSServiceRegisterReply callBack,
174 ret = func( sdRef, flags, interfaceIndex, name, regtype, domain, host, port, txtLen, txtRecord, callBack, context );
259 DNSServiceBrowseReply callBack,
269 ret = func( sdRef, flags, interfaceIndex, regtype, domain, callBack, context );
285 DNSServiceResolveReply callBack,
295 ret = func( sdRef, flags, interfaceIndex, name, regtype, domain, callBack, context );
353 DNSServiceRegisterRecordReply callBack,
363 ret = func( sdRef, RecordRef, flags, interfaceIndex, fullname, rrtype, rrclass, rdlen, rdata, ttl, callBack, context );
379 DNSServiceQueryRecordReply callBack,
389 ret = func( sdRef, flags, interfaceIndex, fullname, rrtype, rrclass, callBack, context );
431 DNSServiceNATPortMappingReply callBack,
441 ret = func( sdRef, flags, interfaceIndex, protocol, internalPort, externalPort, ttl, callBack, context );
456 DNSServiceGetAddrInfoReply callBack,
466 ret = func( sdRef, flags, interfaceIndex, protocol, hostname, callBack, context );