Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c143 smart_str req_buf = {0}; in php_stream_url_wrap_http_ex() local
373 smart_str_appendc(&req_buf, ' '); in php_stream_url_wrap_http_ex()
379 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex()
390 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex()
398 smart_str_appendc(&req_buf, '/'); in php_stream_url_wrap_http_ex()
403 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex()
415 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
553 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
574 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex()
660 php_stream_write(stream, ZSTR_VAL(req_buf.s), ZSTR_LEN(req_buf.s)); in php_stream_url_wrap_http_ex()
[all …]

Completed in 8 milliseconds