get_attribute     249 mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_get(stmt, attr, value)	(stmt)->m->get_attribute((stmt), (attr), (value) TSRMLS_CC)
get_attribute     751 mysqlnd/mysqlnd_structs.h 	func_mysqlnd_stmt__get_attribute get_attribute;
get_attribute     929 pdo/pdo_dbh.c  	if (!dbh->methods->get_attribute) {
get_attribute     934 pdo/pdo_dbh.c  	switch (dbh->methods->get_attribute(dbh, attr, return_value TSRMLS_CC)) {
get_attribute    1792 pdo/pdo_stmt.c 	if (!stmt->methods->get_attribute) {
get_attribute    1802 pdo/pdo_stmt.c 	switch (stmt->methods->get_attribute(stmt, attr, return_value TSRMLS_CC)) {
get_attribute     309 pdo/php_pdo_driver.h 	pdo_dbh_get_attr_func   	get_attribute;
get_attribute     413 pdo/php_pdo_driver.h 	pdo_stmt_get_attr_func		get_attribute;
get_attribute     109 soap/php_encoding.c 			null = get_attribute(xml->properties, "nil"); \
get_attribute     127 soap/php_encoding.c 			null = get_attribute(xml->properties, "nil"); \
get_attribute     313 soap/php_encoding.c 					attr = get_attribute(attr, "id");
get_attribute    1604 soap/php_encoding.c 					xmlAttrPtr val = get_attribute(data->properties, (*attr)->name);
get_attribute    2585 soap/php_encoding.c 	    (attr = get_attribute(data->properties,"arrayType")) &&
get_attribute    2605 soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"itemType")) &&
get_attribute    2619 soap/php_encoding.c 		if ((attr = get_attribute(data->properties,"arraySize")) &&
get_attribute    2628 soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"arraySize")) &&
get_attribute    2713 soap/php_encoding.c 	    (attr = get_attribute(data->properties,"offset")) &&
get_attribute    2729 soap/php_encoding.c 			xmlAttrPtr position = get_attribute(trav->properties,"position");
get_attribute    2941 soap/php_encoding.c 			if (get_attribute(data->properties, "arrayType") ||
get_attribute    2942 soap/php_encoding.c 			    get_attribute(data->properties, "itemType") ||
get_attribute    2943 soap/php_encoding.c 			    get_attribute(data->properties, "arraySize")) {
get_attribute    3424 soap/php_encoding.c 			href = get_attribute(href, "href");
get_attribute     117 soap/php_schema.c 		new_tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     128 soap/php_schema.c 			new_tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     181 soap/php_schema.c 	tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     192 soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     212 soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     234 soap/php_schema.c 			ns = get_attribute(trav->properties, "namespace");
get_attribute     235 soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     310 soap/php_schema.c 	ns = get_attribute(simpleType->properties, "targetNamespace");
get_attribute     315 soap/php_schema.c 	name = get_attribute(simpleType->properties, "name");
get_attribute     416 soap/php_schema.c 	itemType = get_attribute(listType->properties, "itemType");
get_attribute     498 soap/php_schema.c 	memberTypes = get_attribute(unionType->properties, "memberTypes");
get_attribute     641 soap/php_schema.c 	base = get_attribute(restType->properties, "base");
get_attribute     746 soap/php_schema.c 	base = get_attribute(restType->properties, "base");
get_attribute     812 soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
get_attribute     820 soap/php_schema.c 	value = get_attribute(val->properties, "value");
get_attribute     839 soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
get_attribute     848 soap/php_schema.c 	value = get_attribute(val->properties, "value");
get_attribute     871 soap/php_schema.c 	base = get_attribute(extType->properties, "base");
get_attribute     926 soap/php_schema.c 	base = get_attribute(extType->properties, "base");
get_attribute     984 soap/php_schema.c 	xmlAttrPtr attr = get_attribute(node->properties, "minOccurs");
get_attribute     992 soap/php_schema.c 	attr = get_attribute(node->properties, "maxOccurs");
get_attribute    1063 soap/php_schema.c 	ns = get_attribute(groupType->properties, "targetNamespace");
get_attribute    1068 soap/php_schema.c 	name = get_attribute(groupType->properties, "name");
get_attribute    1070 soap/php_schema.c 		name = ref = get_attribute(groupType->properties, "ref");
get_attribute    1355 soap/php_schema.c 	ns = get_attribute(attrs, "targetNamespace");
get_attribute    1360 soap/php_schema.c 	name = get_attribute(attrs, "name");
get_attribute    1484 soap/php_schema.c 	ns = get_attribute(attrs, "targetNamespace");
get_attribute    1489 soap/php_schema.c 	name = get_attribute(attrs, "name");
get_attribute    1491 soap/php_schema.c 		name = ref = get_attribute(attrs, "ref");
get_attribute    1574 soap/php_schema.c 	attr = get_attribute(attrs, "nillable");
get_attribute    1589 soap/php_schema.c 	attr = get_attribute(attrs, "fixed");
get_attribute    1597 soap/php_schema.c 	attr = get_attribute(attrs, "default");
get_attribute    1608 soap/php_schema.c 	attr = get_attribute(attrs, "form");
get_attribute    1625 soap/php_schema.c 				def = get_attribute(parent->properties, "elementFormDefault");
get_attribute    1641 soap/php_schema.c 	type = get_attribute(attrs, "type");
get_attribute    1718 soap/php_schema.c 	name = get_attribute(attrType->properties, "name");
get_attribute    1720 soap/php_schema.c 		name = ref = get_attribute(attrType->properties, "ref");
get_attribute    1748 soap/php_schema.c 			ns = get_attribute(attrType->properties, "targetNamespace");
get_attribute    1780 soap/php_schema.c 	type = get_attribute(attrType->properties, "type");
get_attribute    1871 soap/php_schema.c 				def = get_attribute(parent->properties, "attributeFormDefault");
get_attribute    1927 soap/php_schema.c 	name = get_attribute(attrGroup->properties, "name");
get_attribute    1929 soap/php_schema.c 		name = ref = get_attribute(attrGroup->properties, "ref");
get_attribute    1937 soap/php_schema.c 			ns = get_attribute(attrGroup->properties, "targetNamespace");
get_attribute     362 soap/php_sdl.c 		targetNamespace = get_attribute(definitions->properties, "targetNamespace");
get_attribute     388 soap/php_sdl.c 			xmlAttrPtr tmp = get_attribute(trav->properties, "location");
get_attribute     404 soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     414 soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     424 soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     434 soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     456 soap/php_sdl.c 	tmp = get_attribute(header->properties, "message");
get_attribute     471 soap/php_sdl.c 	tmp = get_attribute(header->properties, "part");
get_attribute     484 soap/php_sdl.c 	tmp = get_attribute(header->properties, "use");
get_attribute     491 soap/php_sdl.c 	tmp = get_attribute(header->properties, "namespace");
get_attribute     497 soap/php_sdl.c 		tmp = get_attribute(header->properties, "encodingStyle");
get_attribute     511 soap/php_sdl.c 	tmp = get_attribute(part->properties, "type");
get_attribute     515 soap/php_sdl.c 		tmp = get_attribute(part->properties, "element");
get_attribute     571 soap/php_sdl.c 			tmp = get_attribute(body->properties, "use");
get_attribute     578 soap/php_sdl.c 			tmp = get_attribute(body->properties, "namespace");
get_attribute     583 soap/php_sdl.c 			tmp = get_attribute(body->properties, "parts");
get_attribute     625 soap/php_sdl.c 				tmp = get_attribute(body->properties, "encodingStyle");
get_attribute     704 soap/php_sdl.c 		name = get_attribute(part->properties, "name");
get_attribute     711 soap/php_sdl.c 		type = get_attribute(part->properties, "type");
get_attribute     715 soap/php_sdl.c 			element = get_attribute(part->properties, "element");
get_attribute     784 soap/php_sdl.c 				bindingAttr = get_attribute(port->properties, "binding");
get_attribute     830 soap/php_sdl.c 				location = get_attribute(address->properties, "location");
get_attribute     859 soap/php_sdl.c 						tmp = get_attribute(soapBindingNode->properties, "style");
get_attribute     864 soap/php_sdl.c 						tmp = get_attribute(soapBindingNode->properties, "transport");
get_attribute     881 soap/php_sdl.c 				name = get_attribute(binding->properties, "name");
get_attribute     887 soap/php_sdl.c 				type = get_attribute(binding->properties, "type");
get_attribute     922 soap/php_sdl.c 					op_name = get_attribute(operation->properties, "name");
get_attribute     963 soap/php_sdl.c 							tmp = get_attribute(soapOperation->properties, "soapAction");
get_attribute     968 soap/php_sdl.c 							tmp = get_attribute(soapOperation->properties, "style");
get_attribute     987 soap/php_sdl.c 						message = get_attribute(input->properties, "message");
get_attribute     993 soap/php_sdl.c 						name = get_attribute(input->properties, "name");
get_attribute    1016 soap/php_sdl.c 						message = get_attribute(output->properties, "message");
get_attribute    1022 soap/php_sdl.c 						name = get_attribute(output->properties, "name");
get_attribute    1046 soap/php_sdl.c 					paramOrder = get_attribute(portTypeOperation->properties, "parameterOrder");
get_attribute    1057 soap/php_sdl.c 							name = get_attribute(fault->properties, "name");
get_attribute    1061 soap/php_sdl.c 							message = get_attribute(fault->properties, "message");
get_attribute    1087 soap/php_sdl.c 											tmp = get_attribute(trav->properties, "use");
get_attribute    1094 soap/php_sdl.c 											tmp = get_attribute(trav->properties, "namespace");
get_attribute    1100 soap/php_sdl.c 												tmp = get_attribute(trav->properties, "encodingStyle");