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

  /external/curl/lib/
doh.h 99 DOHcode doh_decode(unsigned char *doh,
doh.c 576 UNITTEST DOHcode doh_decode(unsigned char *doh, function
907 rc = doh_decode(data->req.doh.probe[0].serverdoh.memory,
917 rc2 = doh_decode(data->req.doh.probe[1].serverdoh.memory,
  /external/curl/tests/unit/
unit1650.c 188 rc = doh_decode((unsigned char *)resp[i].packet, resp[i].size,
244 rc = doh_decode((unsigned char *)full49, i, DNS_TYPE_A, &d);
256 rc = doh_decode((unsigned char *)&full49[i], sizeof(full49)-i-1,
269 rc = doh_decode((unsigned char *)full49, sizeof(full49)-1,

Completed in 203 milliseconds