Searched refs:maxhost_len (Results 1 – 1 of 1) sorted by relevance
37 …nst char *url, char *scheme, size_t max_scheme_len, char *host, size_t maxhost_len, int *port, cha… in httpclient_parse_url() argument90 if ( maxhost_len < host_len + 1 ) { /* including NULL-terminating char */ in httpclient_parse_url()91 http_err("Host str is too small (%d >= %d)", maxhost_len, host_len + 1); in httpclient_parse_url()
Completed in 4 milliseconds