Searched refs:max_path_len (Results 1 – 2 of 2) sorted by relevance
37 … size_t max_scheme_len, char *host, size_t maxhost_len, int *port, char *path, size_t max_path_len) in httpclient_parse_url() argument104 if ( max_path_len < path_len + 1 ) { /* including NULL-terminating char */ in httpclient_parse_url()105 http_err("Path str is too small (%d >= %d)", max_path_len, path_len + 1); in httpclient_parse_url()
26 uint32_t max_path_len);757 uint32_t max_path_len) in _download_parse_url() argument792 if (path_len >= max_path_len) { in _download_parse_url()
Completed in 12 milliseconds