HomeSort by relevance Sort by last modified time
    Searched refs:DOHcode (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
doh.h 58 } DOHcode;
94 DOHcode doh_encode(const char *host,
99 DOHcode doh_decode(unsigned char *doh,
doh.c 61 static const char *doh_strerror(DOHcode code)
75 UNITTEST DOHcode doh_encode(const char *host,
193 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer),
389 static DOHcode skipqname(unsigned char *doh, size_t dohlen,
424 static DOHcode store_a(unsigned char *doh, int index, struct dohentry *d)
436 static DOHcode store_aaaa(unsigned char *doh, int index, struct dohentry *d)
448 static DOHcode cnameappend(struct cnamestore *c,
474 static DOHcode store_cname(unsigned char *doh,
508 DOHcode rc;
529 static DOHcode rdata(unsigned char *doh
    [all...]

Completed in 440 milliseconds