Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_xml.h25 #define get_attribute(node, name) get_attribute_ex(node, name, NULL)
40 xmlAttrPtr get_attribute_ex(xmlAttrPtr node,char *name, char *ns);
61 i = get_attribute_ex(n,c,ns); \
H A Dphp_xml.c262 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex() function
312 attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_ex()
325 xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns); in get_node_with_attribute_recursive_ex()
H A Dphp_encoding.c335 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
557 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval_int()
597 xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in master_to_zval()
2931 } else if (data->properties && get_attribute_ex(data->properties, "nil", XSI_NAMESPACE)) { in guess_zval_convert()
2934 tmpattr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE); in guess_zval_convert()
3465 href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE); in check_and_resolve_href()
H A Dsoap.c3750 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3755 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3794 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3798 attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
3806 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
3810 attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
3819 attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
H A Dphp_sdl.c218 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element()

Completed in 40 milliseconds