HTTP_HEADER_BLOCK_SIZE 99 standard/http_fopen_wrapper.c char location[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 277 standard/http_fopen_wrapper.c char header_line[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 280 standard/http_fopen_wrapper.c while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { HTTP_HEADER_BLOCK_SIZE 711 standard/http_fopen_wrapper.c http_header_line = emalloc(HTTP_HEADER_BLOCK_SIZE); HTTP_HEADER_BLOCK_SIZE 715 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 719 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 795 standard/http_fopen_wrapper.c char new_path[HTTP_HEADER_BLOCK_SIZE]; HTTP_HEADER_BLOCK_SIZE 796 standard/http_fopen_wrapper.c char loc_path[HTTP_HEADER_BLOCK_SIZE];