Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c75 #define HTTP_HEADER_BLOCK_SIZE 1024 macro
123 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()
302 char header_line[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()
305 while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { in php_stream_url_wrap_http_ex()
716 http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE); in php_stream_url_wrap_http_ex()
720 …if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length… in php_stream_url_wrap_http_ex()
724 …if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length… in php_stream_url_wrap_http_ex()
806 char new_path[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()
807 char loc_path[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()

Completed in 15 milliseconds