get_attribute     248 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_get(stmt, attr, value)	(stmt)->m->get_attribute((stmt), (attr), (value))
get_attribute     889 ext/pdo/pdo_dbh.c 	if (!dbh->methods->get_attribute) {
get_attribute     894 ext/pdo/pdo_dbh.c 	switch (dbh->methods->get_attribute(dbh, attr, return_value)) {
get_attribute    1751 ext/pdo/pdo_stmt.c 	if (!stmt->methods->get_attribute) {
get_attribute    1761 ext/pdo/pdo_stmt.c 	switch (stmt->methods->get_attribute(stmt, attr, return_value)) {
get_attribute     309 ext/pdo/php_pdo_driver.h 	pdo_dbh_get_attr_func   	get_attribute;
get_attribute     413 ext/pdo/php_pdo_driver.h 	pdo_stmt_get_attr_func		get_attribute;
get_attribute     109 ext/soap/php_encoding.c 			null = get_attribute(xml->properties, "nil"); \
get_attribute     125 ext/soap/php_encoding.c 			null = get_attribute(xml->properties, "nil"); \
get_attribute     305 ext/soap/php_encoding.c 					attr = get_attribute(attr, "id");
get_attribute    1533 ext/soap/php_encoding.c 					xmlAttrPtr val = get_attribute(data->properties, attr->name);
get_attribute    2481 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"arrayType")) &&
get_attribute    2501 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"itemType")) &&
get_attribute    2515 ext/soap/php_encoding.c 		if ((attr = get_attribute(data->properties,"arraySize")) &&
get_attribute    2524 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"arraySize")) &&
get_attribute    2603 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"offset")) &&
get_attribute    2619 ext/soap/php_encoding.c 			xmlAttrPtr position = get_attribute(trav->properties,"position");
get_attribute    2825 ext/soap/php_encoding.c 			if (get_attribute(data->properties, "arrayType") ||
get_attribute    2826 ext/soap/php_encoding.c 			    get_attribute(data->properties, "itemType") ||
get_attribute    2827 ext/soap/php_encoding.c 			    get_attribute(data->properties, "arraySize")) {
get_attribute    3302 ext/soap/php_encoding.c 			href = get_attribute(href, "href");
get_attribute     117 ext/soap/php_schema.c 		new_tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     128 ext/soap/php_schema.c 			new_tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     181 ext/soap/php_schema.c 	tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     192 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     212 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     234 ext/soap/php_schema.c 			ns = get_attribute(trav->properties, "namespace");
get_attribute     235 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     310 ext/soap/php_schema.c 	ns = get_attribute(simpleType->properties, "targetNamespace");
get_attribute     315 ext/soap/php_schema.c 	name = get_attribute(simpleType->properties, "name");
get_attribute     416 ext/soap/php_schema.c 	itemType = get_attribute(listType->properties, "itemType");
get_attribute     499 ext/soap/php_schema.c 	memberTypes = get_attribute(unionType->properties, "memberTypes");
get_attribute     643 ext/soap/php_schema.c 	base = get_attribute(restType->properties, "base");
get_attribute     748 ext/soap/php_schema.c 	base = get_attribute(restType->properties, "base");
get_attribute     814 ext/soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
get_attribute     822 ext/soap/php_schema.c 	value = get_attribute(val->properties, "value");
get_attribute     841 ext/soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
get_attribute     850 ext/soap/php_schema.c 	value = get_attribute(val->properties, "value");
get_attribute     873 ext/soap/php_schema.c 	base = get_attribute(extType->properties, "base");
get_attribute     928 ext/soap/php_schema.c 	base = get_attribute(extType->properties, "base");
get_attribute     986 ext/soap/php_schema.c 	xmlAttrPtr attr = get_attribute(node->properties, "minOccurs");
get_attribute     994 ext/soap/php_schema.c 	attr = get_attribute(node->properties, "maxOccurs");
get_attribute    1065 ext/soap/php_schema.c 	ns = get_attribute(groupType->properties, "targetNamespace");
get_attribute    1070 ext/soap/php_schema.c 	name = get_attribute(groupType->properties, "name");
get_attribute    1072 ext/soap/php_schema.c 		name = ref = get_attribute(groupType->properties, "ref");
get_attribute    1087 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace");
get_attribute    1365 ext/soap/php_schema.c 	ns = get_attribute(attrs, "targetNamespace");
get_attribute    1370 ext/soap/php_schema.c 	name = get_attribute(attrs, "name");
get_attribute    1494 ext/soap/php_schema.c 	ns = get_attribute(attrs, "targetNamespace");
get_attribute    1499 ext/soap/php_schema.c 	name = get_attribute(attrs, "name");
get_attribute    1501 ext/soap/php_schema.c 		name = ref = get_attribute(attrs, "ref");
get_attribute    1523 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(attrs, "targetNamespace");
get_attribute    1592 ext/soap/php_schema.c 	attr = get_attribute(attrs, "nillable");
get_attribute    1607 ext/soap/php_schema.c 	attr = get_attribute(attrs, "fixed");
get_attribute    1615 ext/soap/php_schema.c 	attr = get_attribute(attrs, "default");
get_attribute    1626 ext/soap/php_schema.c 	attr = get_attribute(attrs, "form");
get_attribute    1643 ext/soap/php_schema.c 				def = get_attribute(parent->properties, "elementFormDefault");
get_attribute    1659 ext/soap/php_schema.c 	type = get_attribute(attrs, "type");
get_attribute    1736 ext/soap/php_schema.c 	name = get_attribute(attrType->properties, "name");
get_attribute    1738 ext/soap/php_schema.c 		name = ref = get_attribute(attrType->properties, "ref");
get_attribute    1757 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace");
get_attribute    1774 ext/soap/php_schema.c 			ns = get_attribute(attrType->properties, "targetNamespace");
get_attribute    1806 ext/soap/php_schema.c 	type = get_attribute(attrType->properties, "type");
get_attribute    1897 ext/soap/php_schema.c 				def = get_attribute(parent->properties, "attributeFormDefault");
get_attribute    1957 ext/soap/php_schema.c 	name = get_attribute(attrGroup->properties, "name");
get_attribute    1959 ext/soap/php_schema.c 		name = ref = get_attribute(attrGroup->properties, "ref");
get_attribute    1967 ext/soap/php_schema.c 			ns = get_attribute(attrGroup->properties, "targetNamespace");
get_attribute     358 ext/soap/php_sdl.c 		targetNamespace = get_attribute(definitions->properties, "targetNamespace");
get_attribute     384 ext/soap/php_sdl.c 			xmlAttrPtr tmp = get_attribute(trav->properties, "location");
get_attribute     400 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     410 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     420 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     430 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     452 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "message");
get_attribute     467 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "part");
get_attribute     480 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "use");
get_attribute     487 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "namespace");
get_attribute     493 ext/soap/php_sdl.c 		tmp = get_attribute(header->properties, "encodingStyle");
get_attribute     507 ext/soap/php_sdl.c 	tmp = get_attribute(part->properties, "type");
get_attribute     511 ext/soap/php_sdl.c 		tmp = get_attribute(part->properties, "element");
get_attribute     567 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "use");
get_attribute     574 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "namespace");
get_attribute     579 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "parts");
get_attribute     618 ext/soap/php_sdl.c 				tmp = get_attribute(body->properties, "encodingStyle");
get_attribute     697 ext/soap/php_sdl.c 		name = get_attribute(part->properties, "name");
get_attribute     704 ext/soap/php_sdl.c 		type = get_attribute(part->properties, "type");
get_attribute     708 ext/soap/php_sdl.c 			element = get_attribute(part->properties, "element");
get_attribute     776 ext/soap/php_sdl.c 				bindingAttr = get_attribute(port->properties, "binding");
get_attribute     822 ext/soap/php_sdl.c 				location = get_attribute(address->properties, "location");
get_attribute     851 ext/soap/php_sdl.c 						tmp = get_attribute(soapBindingNode->properties, "style");
get_attribute     856 ext/soap/php_sdl.c 						tmp = get_attribute(soapBindingNode->properties, "transport");
get_attribute     873 ext/soap/php_sdl.c 				name = get_attribute(binding->properties, "name");
get_attribute     879 ext/soap/php_sdl.c 				type = get_attribute(binding->properties, "type");
get_attribute     914 ext/soap/php_sdl.c 					op_name = get_attribute(operation->properties, "name");
get_attribute     955 ext/soap/php_sdl.c 							tmp = get_attribute(soapOperation->properties, "soapAction");
get_attribute     960 ext/soap/php_sdl.c 							tmp = get_attribute(soapOperation->properties, "style");
get_attribute     979 ext/soap/php_sdl.c 						message = get_attribute(input->properties, "message");
get_attribute    1008 ext/soap/php_sdl.c 						message = get_attribute(output->properties, "message");
get_attribute    1038 ext/soap/php_sdl.c 					paramOrder = get_attribute(portTypeOperation->properties, "parameterOrder");
get_attribute    1049 ext/soap/php_sdl.c 							name = get_attribute(fault->properties, "name");
get_attribute    1053 ext/soap/php_sdl.c 							message = get_attribute(fault->properties, "message");
get_attribute    1079 ext/soap/php_sdl.c 											tmp = get_attribute(trav->properties, "use");
get_attribute    1086 ext/soap/php_sdl.c 											tmp = get_attribute(trav->properties, "namespace");
get_attribute    1092 ext/soap/php_sdl.c 												tmp = get_attribute(trav->properties, "encodingStyle");