Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dhttp_fopen_wrapper.c140 smart_str req_buf = {0}; in php_stream_url_wrap_http_ex() local
369 smart_str_appendc(&req_buf, ' '); in php_stream_url_wrap_http_ex()
375 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex()
386 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex()
394 smart_str_appendc(&req_buf, '/'); in php_stream_url_wrap_http_ex()
399 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex()
411 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
549 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
570 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex()
656 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