Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c149 smart_str req_buf = {0}; in php_stream_url_wrap_http_ex() local
379 smart_str_appendc(&req_buf, ' '); in php_stream_url_wrap_http_ex()
385 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex()
396 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex()
404 smart_str_appendc(&req_buf, '/'); in php_stream_url_wrap_http_ex()
409 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex()
421 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
545 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
566 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex()
652 php_stream_write(stream, ZSTR_VAL(req_buf.s), ZSTR_LEN(req_buf.s)); in php_stream_url_wrap_http_ex()
[all …]

Completed in 6 milliseconds