Searched refs:UNITTEST (Results 1 – 8 of 8) sorted by relevance
/curl/lib/ |
H A D | noproxy.h | 32 UNITTEST bool Curl_cidr4_match(const char *ipv4, /* 1.2.3.4 address */ 35 UNITTEST bool Curl_cidr6_match(const char *ipv6,
|
H A D | doh.h | 168 UNITTEST DOHcode doh_req_encode(const char *host, 173 UNITTEST DOHcode doh_resp_decode(const unsigned char *doh, 178 UNITTEST void de_init(struct dohentry *d); 179 UNITTEST void de_cleanup(struct dohentry *d);
|
H A D | urlapi-int.h | 34 UNITTEST CURLUcode Curl_parse_port(struct Curl_URL *u, struct dynbuf *host,
|
H A D | noproxy.c | 45 UNITTEST bool Curl_cidr4_match(const char *ipv4, /* 1.2.3.4 address */ in Curl_cidr4_match() 77 UNITTEST bool Curl_cidr6_match(const char *ipv6, in Curl_cidr6_match()
|
H A D | curl_setup.h | 924 #define UNITTEST macro 926 #define UNITTEST static macro
|
H A D | doh.c | 85 UNITTEST DOHcode doh_req_encode(const char *host, in doh_req_encode() 683 UNITTEST void de_init(struct dohentry *de) in de_init() 693 UNITTEST DOHcode doh_resp_decode(const unsigned char *doh, in doh_resp_decode() 1017 UNITTEST void de_cleanup(struct dohentry *d) in de_cleanup()
|
H A D | urlapi.c | 512 UNITTEST CURLUcode Curl_parse_port(struct Curl_URL *u, struct dynbuf *host, in Curl_parse_port() 881 UNITTEST int dedotdotify(const char *input, size_t clen, char **outp); 882 UNITTEST int dedotdotify(const char *input, size_t clen, char **outp) in dedotdotify()
|
H A D | hostip.c | 390 UNITTEST CURLcode Curl_shuffle_addr(struct Curl_easy *data, 404 UNITTEST CURLcode Curl_shuffle_addr(struct Curl_easy *data, in Curl_shuffle_addr()
|
Completed in 27 milliseconds