HTTP_HEADER_BLOCK_SIZE   96 ext/standard/http_fopen_wrapper.c 	char location[HTTP_HEADER_BLOCK_SIZE];
HTTP_HEADER_BLOCK_SIZE  207 ext/standard/http_fopen_wrapper.c  	 		char header_line[HTTP_HEADER_BLOCK_SIZE];
HTTP_HEADER_BLOCK_SIZE  210 ext/standard/http_fopen_wrapper.c 			while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL)	{
HTTP_HEADER_BLOCK_SIZE  564 ext/standard/http_fopen_wrapper.c 	http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE);
HTTP_HEADER_BLOCK_SIZE  568 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  614 ext/standard/http_fopen_wrapper.c 			char new_path[HTTP_HEADER_BLOCK_SIZE];
HTTP_HEADER_BLOCK_SIZE  615 ext/standard/http_fopen_wrapper.c 			char loc_path[HTTP_HEADER_BLOCK_SIZE];