Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dhttp_fopen_wrapper.c134 char *user_headers = NULL; in php_stream_url_wrap_http_ex() local
444 user_headers = estrndup(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in php_stream_url_wrap_http_ex()
459 strip_header(user_headers, t, "content-length:"); in php_stream_url_wrap_http_ex()
460 strip_header(user_headers, t, "content-type:"); in php_stream_url_wrap_http_ex()
509 efree(user_headers); in php_stream_url_wrap_http_ex()
510 user_headers = NULL; in php_stream_url_wrap_http_ex()
513 user_headers[s - t] = 0; in php_stream_url_wrap_http_ex()
516 memmove(user_headers + (s - t), user_headers + (p - t), strlen(p) + 1); in php_stream_url_wrap_http_ex()
614 if (user_headers) { in php_stream_url_wrap_http_ex()
631 smart_str_appends(&req_buf, user_headers); in php_stream_url_wrap_http_ex()
[all …]

Completed in 8 milliseconds