Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_http.c436 uint32_t idx = 0, line_max_len = http_handle->header_line_max_len; in _core_http_recv_header() local
439 line = http_handle->sysdep->core_sysdep_malloc(line_max_len, CORE_HTTP_MODULE_NAME); in _core_http_recv_header()
443 memset(line, 0, line_max_len); in _core_http_recv_header()
446 for (idx = 0; idx < line_max_len;) { in _core_http_recv_header()
454 if (idx + 2 > line_max_len) { in _core_http_recv_header()
509 memset(line, 0, line_max_len); in _core_http_recv_header()

Completed in 7 milliseconds