Searched refs:req_buf (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/standard/ |
H A D | http_fopen_wrapper.c | 176 smart_str req_buf = {0}; in php_stream_url_wrap_http_ex() local 370 smart_str_appendc(&req_buf, ' '); in php_stream_url_wrap_http_ex() 376 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex() 387 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex() 395 smart_str_appendc(&req_buf, '/'); in php_stream_url_wrap_http_ex() 400 smart_str_appendc(&req_buf, '?'); in php_stream_url_wrap_http_ex() 412 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 536 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex() 557 smart_str_appendc(&req_buf, ':'); in php_stream_url_wrap_http_ex() 643 php_stream_write(stream, ZSTR_VAL(req_buf.s), ZSTR_LEN(req_buf.s)); in php_stream_url_wrap_http_ex() [all …]
|
Completed in 7 milliseconds