HTTP_HEADER_BLOCK_SIZE 126 ext/standard/http_fopen_wrapper.c char location[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 312 ext/standard/http_fopen_wrapper.c char header_line[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 315 ext/standard/http_fopen_wrapper.c while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { HTTP_HEADER_BLOCK_SIZE 739 ext/standard/http_fopen_wrapper.c http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE); HTTP_HEADER_BLOCK_SIZE 743 ext/standard/http_fopen_wrapper.c if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) && *http_header_line != '\n' && *http_header_line != '\r') { HTTP_HEADER_BLOCK_SIZE 747 ext/standard/http_fopen_wrapper.c if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) == NULL) { HTTP_HEADER_BLOCK_SIZE 829 ext/standard/http_fopen_wrapper.c char new_path[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 830 ext/standard/http_fopen_wrapper.c char loc_path[HTTP_HEADER_BLOCK_SIZE];