Lines Matching refs:smart_str_append_const

31 #define smart_str_append_const(str, const) \  macro
53 smart_str_append_const(soap_headers, "Proxy-Authorization: Basic "); in proxy_authentication()
55 smart_str_append_const(soap_headers, "\r\n"); in proxy_authentication()
83 smart_str_append_const(soap_headers, "Authorization: Basic "); in basic_authentication()
85 smart_str_append_const(soap_headers, "\r\n"); in basic_authentication()
155 smart_str_append_const(soap_headers, "\r\n"); in http_context_headers()
248 smart_str_append_const(&soap_headers, "CONNECT "); in http_connect()
252 smart_str_append_const(&soap_headers, " HTTP/1.1\r\n"); in http_connect()
253 smart_str_append_const(&soap_headers, "Host: "); in http_connect()
259 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
261 smart_str_append_const(&soap_headers, "\r\n"); in http_connect()
380 smart_str_append_const(&soap_headers_z,"Accept-Encoding: gzip, deflate\r\n"); in make_http_soap_request()
400 smart_str_append_const(&soap_headers_z,"Content-Encoding: deflate\r\n"); in make_http_soap_request()
404 smart_str_append_const(&soap_headers_z,"Content-Encoding: gzip\r\n"); in make_http_soap_request()
544 smart_str_append_const(&soap_headers, "POST "); in make_http_soap_request()
547 smart_str_append_const(&soap_headers, "://"); in make_http_soap_request()
566 smart_str_append_const(&soap_headers, " HTTP/1.1\r\n"); in make_http_soap_request()
568 smart_str_append_const(&soap_headers, " HTTP/1.0\r\n"); in make_http_soap_request()
570 smart_str_append_const(&soap_headers, "Host: "); in make_http_soap_request()
580 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
583 smart_str_append_const(&soap_headers, "\r\n" in make_http_soap_request()
589 smart_str_append_const(&soap_headers, "User-Agent: "); in make_http_soap_request()
591 smart_str_append_const(&soap_headers, "\r\n"); in make_http_soap_request()
597 smart_str_append_const(&soap_headers, "User-Agent: "); in make_http_soap_request()
599 smart_str_append_const(&soap_headers, "\r\n"); in make_http_soap_request()
602 smart_str_append_const(&soap_headers, "User-Agent: "); in make_http_soap_request()
604 smart_str_append_const(&soap_headers, "\r\n"); in make_http_soap_request()
606 smart_str_append_const(&soap_headers, "User-Agent: PHP-SOAP/"PHP_VERSION"\r\n"); in make_http_soap_request()
612 smart_str_append_const(&soap_headers,"Content-Type: application/soap+xml; charset=utf-8"); in make_http_soap_request()
614 smart_str_append_const(&soap_headers,"; action=\""); in make_http_soap_request()
616 smart_str_append_const(&soap_headers,"\""); in make_http_soap_request()
618 smart_str_append_const(&soap_headers,"\r\n"); in make_http_soap_request()
620 smart_str_append_const(&soap_headers,"Content-Type: text/xml; charset=utf-8\r\n"); in make_http_soap_request()
622 smart_str_append_const(&soap_headers, "SOAPAction: \""); in make_http_soap_request()
624 smart_str_append_const(&soap_headers, "\"\r\n"); in make_http_soap_request()
627 smart_str_append_const(&soap_headers,"Content-Length: "); in make_http_soap_request()
629 smart_str_append_const(&soap_headers, "\r\n"); in make_http_soap_request()
736 smart_str_append_const(&soap_headers, "Authorization: Digest username=\""); in make_http_soap_request()
740 smart_str_append_const(&soap_headers, "\", realm=\""); in make_http_soap_request()
745 smart_str_append_const(&soap_headers, "\", nonce=\""); in make_http_soap_request()
748 smart_str_append_const(&soap_headers, "\", uri=\""); in make_http_soap_request()
765 smart_str_append_const(&soap_headers, "\", qop=\"auth"); in make_http_soap_request()
766 smart_str_append_const(&soap_headers, "\", nc=\""); in make_http_soap_request()
768 smart_str_append_const(&soap_headers, "\", cnonce=\""); in make_http_soap_request()
771 smart_str_append_const(&soap_headers, "\", response=\""); in make_http_soap_request()
775 smart_str_append_const(&soap_headers, "\", opaque=\""); in make_http_soap_request()
780 smart_str_append_const(&soap_headers, "\", algorithm=\""); in make_http_soap_request()
783 smart_str_append_const(&soap_headers, "\"\r\n"); in make_http_soap_request()
798 smart_str_append_const(&soap_headers, "Authorization: Basic "); in make_http_soap_request()
800 smart_str_append_const(&soap_headers, "\r\n"); in make_http_soap_request()
822 smart_str_append_const(&soap_headers, "Cookie: "); in make_http_soap_request()
850 smart_str_append_const(&soap_headers, "\r\n"); in make_http_soap_request()
856 smart_str_append_const(&soap_headers, "\r\n"); in make_http_soap_request()