Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c136 char *user_headers = NULL; in php_stream_url_wrap_http_ex() local
448 user_headers = estrndup(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in php_stream_url_wrap_http_ex()
463 strip_header(user_headers, t, "content-length:"); in php_stream_url_wrap_http_ex()
464 strip_header(user_headers, t, "content-type:"); in php_stream_url_wrap_http_ex()
513 efree(user_headers); in php_stream_url_wrap_http_ex()
514 user_headers = NULL; in php_stream_url_wrap_http_ex()
517 user_headers[s - t] = 0; in php_stream_url_wrap_http_ex()
520 memmove(user_headers + (s - t), user_headers + (p - t), strlen(p) + 1); in php_stream_url_wrap_http_ex()
618 if (user_headers) { in php_stream_url_wrap_http_ex()
635 smart_str_appends(&req_buf, user_headers); in php_stream_url_wrap_http_ex()
[all …]

Completed in 9 milliseconds