Home
last modified time | relevance | path

Searched refs:dnsp (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/
H A Ddoh.c78 unsigned char *dnsp, /* buffer */ in doh_encode()
83 unsigned char *orig = dnsp; in doh_encode()
120 *dnsp++ = 0; /* 16 bit id */ in doh_encode()
121 *dnsp++ = 0; in doh_encode()
122 *dnsp++ = 0x01; /* |QR| Opcode |AA|TC|RD| Set the RD bit */ in doh_encode()
123 *dnsp++ = '\0'; /* |RA| Z | RCODE | */ in doh_encode()
124 *dnsp++ = '\0'; in doh_encode()
125 *dnsp++ = 1; /* QDCOUNT (number of entries in the question section) */ in doh_encode()
126 *dnsp++ = '\0'; in doh_encode()
127 *dnsp in doh_encode()
76 doh_encode(const char *host, DNStype dnstype, unsigned char *dnsp, size_t len, size_t *olen) doh_encode() argument
902 Curl_doh_is_resolved(struct Curl_easy *data, struct Curl_dns_entry **dnsp) Curl_doh_is_resolved() argument
[all...]
H A Ddoh.h112 unsigned char *dnsp, /* buffer */

Completed in 1 milliseconds