Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/src/
A Dhttp_client.c604 char *crlf_ptr = strstr(data, "\r\n"); in httpclient_response_parse() local
605 if (crlf_ptr == NULL) { in httpclient_response_parse()
610 crlf_pos = crlf_ptr - data; in httpclient_response_parse()
640 crlf_ptr = strstr(data, "\r\n"); in httpclient_response_parse()
641 if (crlf_ptr == NULL) { in httpclient_response_parse()
664 crlf_pos = crlf_ptr - data; in httpclient_response_parse()
681 value_len = crlf_ptr - colon_ptr - strlen(": "); in httpclient_response_parse()
899 char *crlf_ptr, *colon_ptr, *key_ptr, *value_ptr; in httpclient_get_response_header_value() local
906 crlf_ptr = strstr(data, "\r\n"); in httpclient_get_response_header_value()
908 if (crlf_ptr && colon_ptr) { in httpclient_get_response_header_value()
[all …]
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_httpc.c385 char *crlf_ptr; in _http_parse_response_header() local
400 crlf_ptr = strstr(data, "\r\n"); in _http_parse_response_header()
401 if (crlf_ptr == NULL) { in _http_parse_response_header()
406 crlf_pos = crlf_ptr - data; in _http_parse_response_header()

Completed in 6 milliseconds