Home
last modified time | relevance | path

Searched refs:HTTP_HEADER_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c70 #define HTTP_HEADER_BLOCK_SIZE 1024 macro
158 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