attr_is_equal_ex   88 ext/soap/php_packet_soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex  138 ext/soap/php_packet_soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex  164 ext/soap/php_packet_soap.c 			} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex 1796 ext/soap/php_schema.c 		if (attr_is_equal_ex(attr, "default", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1798 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "fixed", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1800 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "form", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1808 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "id", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1810 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "name", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1812 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "ref", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1814 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "type", SCHEMA_NAMESPACE)) {
attr_is_equal_ex 1816 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "use", SCHEMA_NAMESPACE)) {
attr_is_equal_ex  251 ext/soap/php_xml.c 		if (attr_is_equal_ex(node, name, ns)) {
attr_is_equal_ex   31 ext/soap/php_xml.h #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL)
attr_is_equal_ex   38 ext/soap/php_xml.h int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns);
attr_is_equal_ex 3446 ext/soap/soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex 3488 ext/soap/soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr_is_equal_ex 3554 ext/soap/soap.c 			} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {