HTTP_HEADER_BLOCK_SIZE  123 ext/standard/http_fopen_wrapper.c 	char location[HTTP_HEADER_BLOCK_SIZE];
HTTP_HEADER_BLOCK_SIZE  302 ext/standard/http_fopen_wrapper.c  	 		char header_line[HTTP_HEADER_BLOCK_SIZE];
HTTP_HEADER_BLOCK_SIZE  305 ext/standard/http_fopen_wrapper.c 			while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) {
HTTP_HEADER_BLOCK_SIZE  716 ext/standard/http_fopen_wrapper.c 	http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE);
HTTP_HEADER_BLOCK_SIZE  720 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  724 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  806 ext/standard/http_fopen_wrapper.c 			char new_path[HTTP_HEADER_BLOCK_SIZE];
HTTP_HEADER_BLOCK_SIZE  807 ext/standard/http_fopen_wrapper.c 			char loc_path[HTTP_HEADER_BLOCK_SIZE];