Lines Matching refs:smart_str_appends

249 		smart_str_appends(&header, ZSTR_VAL(resource->host));  in php_stream_url_wrap_http_ex()
381 smart_str_appends(&req_buf, "GET "); in php_stream_url_wrap_http_ex()
392 smart_str_appends(&req_buf, path); in php_stream_url_wrap_http_ex()
398 smart_str_appends(&req_buf, ZSTR_VAL(resource->path)); in php_stream_url_wrap_http_ex()
406 smart_str_appends(&req_buf, ZSTR_VAL(resource->query)); in php_stream_url_wrap_http_ex()
415 smart_str_appends(&req_buf, " HTTP/"); in php_stream_url_wrap_http_ex()
416 smart_str_appends(&req_buf, protocol_version); in php_stream_url_wrap_http_ex()
417 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
420 smart_str_appends(&req_buf, " HTTP/1.1\r\n"); in php_stream_url_wrap_http_ex()
539 smart_str_appends(&req_buf, "Authorization: Basic "); in php_stream_url_wrap_http_ex()
540 smart_str_appends(&req_buf, ZSTR_VAL(stmp)); in php_stream_url_wrap_http_ex()
541 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
551 smart_str_appends(&req_buf, "From: "); in php_stream_url_wrap_http_ex()
552 smart_str_appends(&req_buf, FG(from_address)); in php_stream_url_wrap_http_ex()
553 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
558 smart_str_appends(&req_buf, "Host: "); in php_stream_url_wrap_http_ex()
559 smart_str_appends(&req_buf, ZSTR_VAL(resource->host)); in php_stream_url_wrap_http_ex()
565 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
575 smart_str_appends(&req_buf, "Connection: close\r\n"); in php_stream_url_wrap_http_ex()
617 smart_str_appends(&req_buf, "Content-Length: "); in php_stream_url_wrap_http_ex()
619 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
623 smart_str_appends(&req_buf, user_headers); in php_stream_url_wrap_http_ex()
624 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
633 smart_str_appends(&req_buf, "Content-Length: "); in php_stream_url_wrap_http_ex()
635 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
638 smart_str_appends(&req_buf, "Content-Type: application/x-www-form-urlencoded\r\n"); in php_stream_url_wrap_http_ex()
641 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()
644 smart_str_appends(&req_buf, "\r\n"); in php_stream_url_wrap_http_ex()