Lines Matching refs:hdr_func
3263 xmlNodePtr hdr_func = trav; in deserialize_function_call() local
3267 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE); in deserialize_function_call()
3271 attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns); in deserialize_function_call()
3279 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE); in deserialize_function_call()
3283 attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns); in deserialize_function_call()
3292 attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns); in deserialize_function_call()
3307 h->function = find_function(sdl, hdr_func, &h->function_name); in deserialize_function_call()
3314 if (hdr_func->ns) { in deserialize_function_call()
3315 smart_str_appends(&key, (char*)hdr_func->ns->href); in deserialize_function_call()
3329 master_to_zval(&h->parameters[0], h->hdr->encode, hdr_func); in deserialize_function_call()
3334 hdr_func = hdr_func->children; in deserialize_function_call()
3337 deserialize_parameters(hdr_func, h->function, &h->num_params, &h->parameters); in deserialize_function_call()