Home
last modified time | relevance | path

Searched refs:hdr_func (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/soap/
H A Dsoap.c3263 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()
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()
[all …]

Completed in 26 milliseconds