hdr_func         3614 ext/soap/soap.c 				xmlNodePtr hdr_func = trav;
hdr_func         3618 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
hdr_func         3622 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
hdr_func         3630 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
hdr_func         3634 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
hdr_func         3643 ext/soap/soap.c 				attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
hdr_func         3658 ext/soap/soap.c 				h->function = find_function(sdl, hdr_func, &h->function_name);
hdr_func         3665 ext/soap/soap.c 						if (hdr_func->ns) {
hdr_func         3666 ext/soap/soap.c 							smart_str_appends(&key, (char*)hdr_func->ns->href);
hdr_func         3680 ext/soap/soap.c 					h->parameters[0] = master_to_zval(h->hdr->encode, hdr_func TSRMLS_CC);
hdr_func         3685 ext/soap/soap.c 							hdr_func = hdr_func->children;
hdr_func         3688 ext/soap/soap.c 					deserialize_parameters(hdr_func, h->function, &h->num_params, &h->parameters TSRMLS_CC);