Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dhttp_fopen_wrapper.c684 size_t tmp_line_len; in php_stream_url_wrap_http_ex() local
687 if (php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) { in php_stream_url_wrap_http_ex()
690 if (tmp_line_len > 9) { in php_stream_url_wrap_http_ex()
710 && php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL in php_stream_url_wrap_http_ex()
714 if (tmp_line_len > 9) { in php_stream_url_wrap_http_ex()
733 if (!tmp_line_len) { in php_stream_url_wrap_http_ex()
740 if (tmp_line_len >= 1 && tmp_line[tmp_line_len - 1] == '\n') { in php_stream_url_wrap_http_ex()
741 --tmp_line_len; in php_stream_url_wrap_http_ex()
742 if (tmp_line_len >= 1 &&tmp_line[tmp_line_len - 1] == '\r') { in php_stream_url_wrap_http_ex()
743 --tmp_line_len; in php_stream_url_wrap_http_ex()
[all …]

Completed in 6 milliseconds