Home
last modified time | relevance | path

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

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/dnscrypt-proxy/
H A Dxtransport.go49 type XTransport struct { struct
66 func NewXTransport() *XTransport {
70 xTransport := XTransport{
91 func (xTransport *XTransport) saveCachedIP(host string, ip net.IP, ttl time.Duration) { argument
105 func (xTransport *XTransport) loadCachedIP(host string) (ip net.IP, expired bool) { argument
121 func (xTransport *XTransport) rebuildTransport() { argument
213 func (xTransport *XTransport) resolveUsingSystem(host string) (ip net.IP, ttl time.Duration, err er… argument
241 func (xTransport *XTransport) resolveUsingResolver(proto, host string, resolver string) (ip net.IP,… argument
286 func (xTransport *XTransport) resolveUsingResolvers(proto, host string, resolvers []string) (ip net… argument
302 func (xTransport *XTransport) resolveAndUpdateCache(host string) error { argument
[all …]
H A Dsources.go133 func fetchFromURL(xTransport *XTransport, u *url.URL) (bin []byte, err error) { argument
138 func (source *Source) fetchWithCache(xTransport *XTransport, now time.Time) (delay time.Duration, e…
183 func NewSource(name string, xTransport *XTransport, urls []string, minisignKeyStr string, cacheFile… argument
206 func PrefetchSources(xTransport *XTransport, sources []*Source) time.Duration { argument
H A Dsources_test.go48 xTransport *XTransport
H A Dproxy.go40 xTransport *XTransport
/dports/net/py-kombu/kombu-4.6.11/t/unit/transport/
H A Dtest_redis.py299 class XTransport(Transport): class
302 conn = Connection(transport=XTransport)