Home
last modified time | relevance | path

Searched refs:max_path_len (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/http/src/
A Dhttp_client.c37 … size_t max_scheme_len, char *host, size_t maxhost_len, int *port, char *path, size_t max_path_len) in httpclient_parse_url() argument
104 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()
/AliOS-Things-master/components/linksdk/components/ota/
A Daiot_ota_api.c26 uint32_t max_path_len);
757 uint32_t max_path_len) in _download_parse_url() argument
792 if (path_len >= max_path_len) { in _download_parse_url()

Completed in 12 milliseconds