get_attribute_ex  314 ext/soap/php_encoding.c 				attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE);
get_attribute_ex  518 ext/soap/php_encoding.c 			xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE);
get_attribute_ex  558 ext/soap/php_encoding.c 		xmlAttrPtr type_attr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE);
get_attribute_ex 1263 ext/soap/php_encoding.c 			if (get_attribute_ex(node->properties,"type", XSI_NAMESPACE) == NULL &&
get_attribute_ex 1267 ext/soap/php_encoding.c 				       get_attribute_ex(node->next->properties,"type", XSI_NAMESPACE) == NULL) {
get_attribute_ex 2753 ext/soap/php_encoding.c 	} else if (data->properties && get_attribute_ex(data->properties, "nil", XSI_NAMESPACE)) {
get_attribute_ex 2756 ext/soap/php_encoding.c 		tmpattr = get_attribute_ex(data->properties,"type", XSI_NAMESPACE);
get_attribute_ex 3244 ext/soap/php_encoding.c 		href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE);
get_attribute_ex  218 ext/soap/php_sdl.c 		if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL &&
get_attribute_ex  298 ext/soap/php_xml.c 		attr = get_attribute_ex(node->properties, attribute, attr_ns);
get_attribute_ex  311 ext/soap/php_xml.c 			xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns);
get_attribute_ex   25 ext/soap/php_xml.h #define get_attribute(node, name) get_attribute_ex(node, name, NULL)
get_attribute_ex   40 ext/soap/php_xml.h xmlAttrPtr get_attribute_ex(xmlAttrPtr node,char *name, char *ns);
get_attribute_ex   61 ext/soap/php_xml.h 			i = get_attribute_ex(n,c,ns); \
get_attribute_ex 3526 ext/soap/soap.c 			attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
get_attribute_ex 3531 ext/soap/soap.c 			attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
get_attribute_ex 3571 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
get_attribute_ex 3575 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
get_attribute_ex 3583 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
get_attribute_ex 3587 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
get_attribute_ex 3596 ext/soap/soap.c 				attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);