Searched refs:HTTP_HEADER_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
70 #define HTTP_HEADER_BLOCK_SIZE 1024 macro158 char location[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()316 char header_line[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()319 while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) { in php_stream_url_wrap_http_ex()852 char new_path[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()853 char loc_path[HTTP_HEADER_BLOCK_SIZE]; in php_stream_url_wrap_http_ex()
Completed in 6 milliseconds