Searched refs:HTTP_HEADER_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
70 #define HTTP_HEADER_BLOCK_SIZE 1024 macro129 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()323 char header_line[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()326 while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { in php_stream_url_wrap_http_ex()848 char new_path[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()849 char loc_path[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()
Completed in 5 milliseconds