HTTP_HEADER_BLOCK_SIZE 126 ext/standard/http_fopen_wrapper.c char location[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 322 ext/standard/http_fopen_wrapper.c char header_line[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 325 ext/standard/http_fopen_wrapper.c while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { HTTP_HEADER_BLOCK_SIZE 736 ext/standard/http_fopen_wrapper.c http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE); HTTP_HEADER_BLOCK_SIZE 740 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 744 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 820 ext/standard/http_fopen_wrapper.c char new_path[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 821 ext/standard/http_fopen_wrapper.c char loc_path[HTTP_HEADER_BLOCK_SIZE];