Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dhttp_fopen_wrapper.c75 #define HTTP_HEADER_BLOCK_SIZE 1024 macro
126 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()
312 char header_line[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()
315 while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { in php_stream_url_wrap_http_ex()
757 http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE); in php_stream_url_wrap_http_ex()
761 …if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length… in php_stream_url_wrap_http_ex()
765 …if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length… in php_stream_url_wrap_http_ex()
847 char new_path[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()
848 char loc_path[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()

Completed in 14 milliseconds