Lines Matching refs:smart_str_appends
203 smart_str_appends(&key, ns); in get_binding_from_name()
205 smart_str_appends(&key, name); in get_binding_from_name()
543 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
546 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
648 smart_str_appends(&key,h->ns); in wsdl_soap_binding_body()
651 smart_str_appends(&key,h->name); in wsdl_soap_binding_body()
3267 smart_str_appends(&headers, "User-Agent: "); in get_sdl()
3268 smart_str_appends(&headers, Z_STRVAL_PP(tmp)); in get_sdl()
3269 smart_str_appends(&headers, "\r\n"); in get_sdl()
3281 smart_str_appends(&proxy,"tcp://"); in get_sdl()
3282 smart_str_appends(&proxy,Z_STRVAL_PP(proxy_host)); in get_sdl()
3283 smart_str_appends(&proxy,":"); in get_sdl()
3284 smart_str_appends(&proxy,Z_STRVAL(str_port)); in get_sdl()