Lines Matching refs:user_headers
141 char *user_headers = NULL; in php_stream_url_wrap_http_ex() local
451 user_headers = estrndup(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in php_stream_url_wrap_http_ex()
466 strip_header(user_headers, t, "content-length:"); in php_stream_url_wrap_http_ex()
467 strip_header(user_headers, t, "content-type:"); in php_stream_url_wrap_http_ex()
502 efree(user_headers); in php_stream_url_wrap_http_ex()
503 user_headers = NULL; in php_stream_url_wrap_http_ex()
506 user_headers[s - t] = 0; in php_stream_url_wrap_http_ex()
509 memmove(user_headers + (s - t), user_headers + (p - t), strlen(p) + 1); in php_stream_url_wrap_http_ex()
607 if (user_headers) { in php_stream_url_wrap_http_ex()
624 smart_str_appends(&req_buf, user_headers); in php_stream_url_wrap_http_ex()
626 efree(user_headers); in php_stream_url_wrap_http_ex()