Searched refs:http_header_line (Results 1 – 1 of 1) sorted by relevance
134 char *http_header_line = NULL; in php_stream_url_wrap_http_ex() local739 http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE); in php_stream_url_wrap_http_ex()744 …_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) && *http_hea… in php_stream_url_wrap_http_ex()745 char *e = http_header_line + http_header_line_length - 1; in php_stream_url_wrap_http_ex()753 e = http_header_line + http_header_line_length - 1; in php_stream_url_wrap_http_ex()757 while (e >= http_header_line && (*e == '\n' || *e == '\r')) { in php_stream_url_wrap_http_ex()767 while (e >= http_header_line && (*e == ' ' || *e == '\t')) { in php_stream_url_wrap_http_ex()774 http_header_line_length = e - http_header_line; in php_stream_url_wrap_http_ex()807 php_stream_notify_file_size(context, file_size, http_header_line, 0); in php_stream_url_wrap_http_ex()936 if (http_header_line) { in php_stream_url_wrap_http_ex()[all …]
Completed in 10 milliseconds