hdr_func         3611 ext/soap/soap.c 				xmlNodePtr hdr_func = trav;
hdr_func         3615 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
hdr_func         3619 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
hdr_func         3627 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
hdr_func         3631 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
hdr_func         3640 ext/soap/soap.c 				attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
hdr_func         3655 ext/soap/soap.c 				h->function = find_function(sdl, hdr_func, &h->function_name);
hdr_func         3662 ext/soap/soap.c 						if (hdr_func->ns) {
hdr_func         3663 ext/soap/soap.c 							smart_str_appends(&key, (char*)hdr_func->ns->href);
hdr_func         3677 ext/soap/soap.c 					master_to_zval(&h->parameters[0], h->hdr->encode, hdr_func);
hdr_func         3682 ext/soap/soap.c 							hdr_func = hdr_func->children;
hdr_func         3685 ext/soap/soap.c 					deserialize_parameters(hdr_func, h->function, &h->num_params, &h->parameters);