Lines Matching refs:smart_str_append
39 smart_str_append(&auth, Z_STR_P(login)); in proxy_authentication()
44 smart_str_append(&auth, Z_STR_P(password)); in proxy_authentication()
49 smart_str_append(soap_headers, buf); in proxy_authentication()
65 smart_str_append(&auth, Z_STR_P(login)); in basic_authentication()
70 smart_str_append(&auth, Z_STR_P(password)); in basic_authentication()
75 smart_str_append(soap_headers, buf); in basic_authentication()
827 smart_str_append(&auth, Z_STR_P(login)); in make_http_soap_request()
831 smart_str_append(&auth, Z_STR_P(password)); in make_http_soap_request()
836 smart_str_append(&soap_headers, buf); in make_http_soap_request()
875 smart_str_append(&soap_headers, key); in make_http_soap_request()
877 smart_str_append(&soap_headers, Z_STR_P(value)); in make_http_soap_request()