Searched refs:tmp_line_len (Results 1 – 1 of 1) sorted by relevance
660 size_t tmp_line_len; in php_stream_url_wrap_http_ex() local662 php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) { in php_stream_url_wrap_http_ex()665 if (tmp_line_len > 9) { in php_stream_url_wrap_http_ex()685 && php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL in php_stream_url_wrap_http_ex()689 if (tmp_line_len > 9) { in php_stream_url_wrap_http_ex()708 if (!tmp_line_len) { in php_stream_url_wrap_http_ex()715 if (tmp_line_len >= 1 && tmp_line[tmp_line_len - 1] == '\n') { in php_stream_url_wrap_http_ex()716 --tmp_line_len; in php_stream_url_wrap_http_ex()717 if (tmp_line_len >= 1 &&tmp_line[tmp_line_len - 1] == '\r') { in php_stream_url_wrap_http_ex()718 --tmp_line_len; in php_stream_url_wrap_http_ex()[all …]
Completed in 5 milliseconds