attr              334 ext/com_dotnet/com_typeinfo.c 				TYPEATTR *attr;
attr              337 ext/com_dotnet/com_typeinfo.c 				ITypeInfo_GetTypeAttr(coinfo, &attr);
attr              339 ext/com_dotnet/com_typeinfo.c 				for (i = 0; i < attr->cImplTypes; i++) {
attr              359 ext/com_dotnet/com_typeinfo.c 				ITypeInfo_ReleaseTypeAttr(coinfo, attr);
attr              436 ext/com_dotnet/com_typeinfo.c 	TYPEATTR *attr;
attr              444 ext/com_dotnet/com_typeinfo.c 	if (FAILED(ITypeInfo_GetTypeAttr(typeinfo, &attr))) {
attr              449 ext/com_dotnet/com_typeinfo.c 	if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) {
attr              452 ext/com_dotnet/com_typeinfo.c 			memcpy(guid, &attr->guid, sizeof(GUID));
attr              462 ext/com_dotnet/com_typeinfo.c 			guidstring = php_com_string_from_clsid(&attr->guid, codepage TSRMLS_CC);
attr              474 ext/com_dotnet/com_typeinfo.c 		for (i = 0; i < attr->cFuncs; i++) {
attr              599 ext/com_dotnet/com_typeinfo.c 		zend_error(E_WARNING, "That's not a dispatchable interface!! type kind = %08x", attr->typekind);
attr              602 ext/com_dotnet/com_typeinfo.c 	ITypeInfo_ReleaseTypeAttr(typeinfo, attr);
attr              111 ext/dom/element.c 	ZEND_ARG_OBJ_INFO(0, attr, DOMAttr, 0)
attr              336 ext/dom/element.c 	xmlNodePtr attr;
attr              345 ext/dom/element.c 	attr = dom_get_dom1_attribute(nodep, (xmlChar *)name);
attr              346 ext/dom/element.c 	if (attr) {
attr              347 ext/dom/element.c 		switch (attr->type) {
attr              349 ext/dom/element.c 				value = xmlNodeListGetString(attr->doc, attr->children, 1);
attr              352 ext/dom/element.c 				value = xmlStrdup(((xmlNsPtr)attr)->href);
attr              355 ext/dom/element.c 				value = xmlStrdup(((xmlAttributePtr)attr)->defaultValue);
attr              376 ext/dom/element.c 	xmlNodePtr attr = NULL;
attr              403 ext/dom/element.c 	attr = dom_get_dom1_attribute(nodep, (xmlChar *)name);
attr              404 ext/dom/element.c 	if (attr != NULL) {
attr              405 ext/dom/element.c 		switch (attr->type) {
attr              407 ext/dom/element.c 				node_list_unlink(attr->children TSRMLS_CC);
attr              422 ext/dom/element.c 		attr = (xmlNodePtr)xmlSetProp(nodep, (xmlChar *) name, (xmlChar *)value);
attr              424 ext/dom/element.c 	if (!attr) {
attr              429 ext/dom/element.c 	DOM_RET_OBJ(attr, &ret, intern);
attr              746 ext/dom/element.c 	xmlAttr *attr;
attr              843 ext/dom/element.c 				attr = xmlHasProp(elemp, (xmlChar *)localname);
attr              844 ext/dom/element.c 				if (attr != NULL && attr->type != XML_ATTRIBUTE_DECL) {
attr              845 ext/dom/element.c 					node_list_unlink(attr->children TSRMLS_CC);
attr             1064 ext/dom/element.c 	xmlNodePtr attr;
attr             1072 ext/dom/element.c 	attr = dom_get_dom1_attribute(nodep, (xmlChar *)name);
attr             1073 ext/dom/element.c 	if (attr == NULL) {
attr             1516 ext/dom/php_dom.c 	xmlAttrPtr attr;
attr             1540 ext/dom/php_dom.c 				attr = child->properties;
attr             1541 ext/dom/php_dom.c 				while (attr != NULL) {
attr             1542 ext/dom/php_dom.c 					dom_normalize((xmlNodePtr) attr TSRMLS_CC);
attr             1543 ext/dom/php_dom.c 					attr = attr->next;
attr              128 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(0, attr)
attr              132 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(0, attr)
attr              137 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(0, attr)
attr              268 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, attr)
attr              273 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, attr)
attr              279 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, attr)
attr              704 ext/ldap/ldap.c 	zval *link, *base_dn, **filter, *attrs = NULL, **attr;
attr              733 ext/ldap/ldap.c 				if (zend_hash_index_find(Z_ARRVAL_P(attrs), i, (void **) &attr) != SUCCESS) {
attr              739 ext/ldap/ldap.c 				SEPARATE_ZVAL(attr);
attr              740 ext/ldap/ldap.c 				convert_to_string_ex(attr);
attr              741 ext/ldap/ldap.c 				ldap_attrs[i] = Z_STRVAL_PP(attr);
attr             1252 ext/ldap/ldap.c 	char *attr;
attr             1256 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rrs", &link, &result_entry, &attr, &attr_len) != SUCCESS) {
attr             1263 ext/ldap/ldap.c 	if ((ldap_value_len = ldap_get_values_len(ld->link, resultentry->data, attr)) == NULL) {
attr             1954 ext/ldap/ldap.c 	char *dn, *attr, *value;
attr             1960 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsss", &link, &dn, &dn_len, &attr, &attr_len, &value, &value_len) != SUCCESS) {
attr             1969 ext/ldap/ldap.c 	errno = ldap_compare_ext_s(ld->link, dn, attr, &lvalue, NULL, NULL);
attr             2383 ext/mysqli/mysqli_api.c 	ulong	attr;
attr             2386 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &mysql_stmt, mysqli_stmt_class_entry, &attr, &mode_in) == FAILURE) {
attr             2396 ext/mysqli/mysqli_api.c 	switch (attr) {
attr             2409 ext/mysqli/mysqli_api.c 	if (mysql_stmt_attr_set(stmt->stmt, attr, mode_p)) {
attr             2411 ext/mysqli/mysqli_api.c 	if (FAIL == mysql_stmt_attr_set(stmt->stmt, attr, mode_p)) {
attr             2426 ext/mysqli/mysqli_api.c 	ulong	attr;
attr             2429 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &mysql_stmt, mysqli_stmt_class_entry, &attr) == FAILURE) {
attr             2434 ext/mysqli/mysqli_api.c 	if ((rc = mysql_stmt_attr_get(stmt->stmt, attr, &value))) {
attr             2439 ext/mysqli/mysqli_api.c 	if (attr == STMT_ATTR_UPDATE_MAX_LENGTH)
attr              254 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_get(stmt, attr, value)	(stmt)->m->get_attribute((stmt), (attr), (value) TSRMLS_CC)
attr              255 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_set(stmt, attr, value)	(stmt)->m->set_attribute((stmt), (attr), (value) TSRMLS_CC)
attr               39 ext/pdo/pdo_dbh.c static int pdo_dbh_attribute_set(pdo_dbh_t *dbh, long attr, zval *value TSRMLS_DC);
attr              704 ext/pdo/pdo_dbh.c static int pdo_dbh_attribute_set(pdo_dbh_t *dbh, long attr, zval *value TSRMLS_DC) /* {{{ */
attr              714 ext/pdo/pdo_dbh.c 	switch (attr) {
attr              844 ext/pdo/pdo_dbh.c 	if (dbh->methods->set_attribute(dbh, attr, value TSRMLS_CC)) {
attr              849 ext/pdo/pdo_dbh.c 	if (attr == PDO_ATTR_AUTOCOMMIT) {
attr              865 ext/pdo/pdo_dbh.c 	long attr;
attr              868 ext/pdo/pdo_dbh.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lz", &attr, &value)) {
attr              875 ext/pdo/pdo_dbh.c 	if (pdo_dbh_attribute_set(dbh, attr, value TSRMLS_CC) != FAILURE) {
attr              887 ext/pdo/pdo_dbh.c 	long attr;
attr              889 ext/pdo/pdo_dbh.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &attr)) {
attr              897 ext/pdo/pdo_dbh.c 	switch (attr) {
attr              931 ext/pdo/pdo_dbh.c 	switch (dbh->methods->get_attribute(dbh, attr, return_value TSRMLS_CC)) {
attr             1722 ext/pdo/pdo_stmt.c 	long attr;
attr             1726 ext/pdo/pdo_stmt.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lz!", &attr, &value)) {
attr             1735 ext/pdo/pdo_stmt.c 	if (stmt->methods->set_attribute(stmt, attr, value TSRMLS_CC)) {
attr             1752 ext/pdo/pdo_stmt.c static int generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, long attr)
attr             1754 ext/pdo/pdo_stmt.c 	switch (attr) {
attr             1764 ext/pdo/pdo_stmt.c 	long attr;
attr             1767 ext/pdo/pdo_stmt.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &attr)) {
attr             1772 ext/pdo/pdo_stmt.c 		if (!generic_stmt_attr_get(stmt, return_value, attr)) {
attr             1781 ext/pdo/pdo_stmt.c 	switch (stmt->methods->get_attribute(stmt, attr, return_value TSRMLS_CC)) {
attr             1787 ext/pdo/pdo_stmt.c 			if (!generic_stmt_attr_get(stmt, return_value, attr)) {
attr              267 ext/pdo/php_pdo_driver.h typedef int (*pdo_dbh_set_attr_func)(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC);
attr              282 ext/pdo/php_pdo_driver.h typedef int (*pdo_dbh_get_attr_func)(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC);
attr              368 ext/pdo/php_pdo_driver.h typedef int (*pdo_stmt_set_attr_func)(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC);
attr              371 ext/pdo/php_pdo_driver.h typedef int (*pdo_stmt_get_attr_func)(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC);
attr              472 ext/pdo_firebird/firebird_driver.c static int firebird_handle_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */
attr              476 ext/pdo_firebird/firebird_driver.c 	switch (attr) {
attr              547 ext/pdo_firebird/firebird_driver.c static int firebird_handle_get_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */
attr              551 ext/pdo_firebird/firebird_driver.c 	switch (attr) {
attr              633 ext/pdo_firebird/firebird_statement.c static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */
attr              637 ext/pdo_firebird/firebird_statement.c 	switch (attr) {
attr              654 ext/pdo_firebird/firebird_statement.c static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */
attr              658 ext/pdo_firebird/firebird_statement.c 	switch (attr) {
attr              371 ext/pdo_mysql/mysql_driver.c static int pdo_mysql_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC)
attr              375 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_INF_FMT("attr=%l", attr);
attr              376 ext/pdo_mysql/mysql_driver.c 	switch (attr) {
attr              417 ext/pdo_mysql/mysql_driver.c static int pdo_mysql_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC)
attr              423 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_INF_FMT("attr=%l", attr);
attr              424 ext/pdo_mysql/mysql_driver.c 	switch (attr) {
attr              443 ext/pdo_oci/oci_driver.c static int oci_handle_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */
attr              447 ext/pdo_oci/oci_driver.c 	if (attr == PDO_ATTR_AUTOCOMMIT) {
attr              470 ext/pdo_oci/oci_driver.c static int oci_handle_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC)  /* {{{ */
attr              474 ext/pdo_oci/oci_driver.c 	switch (attr) {
attr              486 ext/pdo_oci/oci_driver.c 				if (attr == PDO_ATTR_SERVER_INFO) {
attr              339 ext/pdo_odbc/odbc_driver.c static int odbc_handle_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC)
attr              342 ext/pdo_odbc/odbc_driver.c 	switch (attr) {
attr              354 ext/pdo_odbc/odbc_driver.c static int odbc_handle_get_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC)
attr              357 ext/pdo_odbc/odbc_driver.c 	switch (attr) {
attr              742 ext/pdo_odbc/odbc_stmt.c static int odbc_stmt_set_param(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC)
attr              747 ext/pdo_odbc/odbc_stmt.c 	switch (attr) {
attr              769 ext/pdo_odbc/odbc_stmt.c static int odbc_stmt_get_attr(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC)
attr              774 ext/pdo_odbc/odbc_stmt.c 	switch (attr) {
attr              389 ext/pdo_pgsql/pgsql_driver.c static int pdo_pgsql_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC)
attr              393 ext/pdo_pgsql/pgsql_driver.c 	switch (attr) {
attr             1150 ext/pdo_pgsql/pgsql_driver.c static int pdo_pgsql_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC)
attr             1154 ext/pdo_pgsql/pgsql_driver.c 	switch (attr) {
attr              283 ext/pdo_sqlite/sqlite_driver.c static int pdo_sqlite_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC)
attr              285 ext/pdo_sqlite/sqlite_driver.c 	switch (attr) {
attr              298 ext/pdo_sqlite/sqlite_driver.c static int pdo_sqlite_set_attr(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC)
attr              302 ext/pdo_sqlite/sqlite_driver.c 	switch (attr) {
attr              254 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
attr              287 ext/simplexml/simplexml.c 		attr = (xmlAttrPtr)node;
attr              291 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
attr              308 ext/simplexml/simplexml.c 					while (attr && nodendx <= Z_LVAL_P(member)) {
attr              309 ext/simplexml/simplexml.c 						if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              311 ext/simplexml/simplexml.c 								_node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC);
attr              316 ext/simplexml/simplexml.c 						attr = attr->next;
attr              319 ext/simplexml/simplexml.c 					while (attr) {
attr              320 ext/simplexml/simplexml.c 						if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)name) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              321 ext/simplexml/simplexml.c 							_node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC);
attr              324 ext/simplexml/simplexml.c 						attr = attr->next;
attr              459 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
attr              508 ext/simplexml/simplexml.c 		attr = (xmlAttrPtr)node;
attr              513 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
attr              526 ext/simplexml/simplexml.c 			attr = node->properties;
attr              567 ext/simplexml/simplexml.c 				while (attr && nodendx <= Z_LVAL_P(member)) {
attr              568 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              576 ext/simplexml/simplexml.c 					attr = attr->next;
attr              579 ext/simplexml/simplexml.c 				while (attr) {
attr              580 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              585 ext/simplexml/simplexml.c 					attr = attr->next;
attr              629 ext/simplexml/simplexml.c 				newnode = (xmlNodePtr) attr;
attr              740 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
attr              770 ext/simplexml/simplexml.c 		attr = (xmlAttrPtr)node;
attr              774 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
attr              783 ext/simplexml/simplexml.c 				while (attr && nodendx <= Z_LVAL_P(member)) {
attr              784 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              791 ext/simplexml/simplexml.c 					attr = attr->next;
attr              794 ext/simplexml/simplexml.c 				while (attr) {
attr              795 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              800 ext/simplexml/simplexml.c 					attr = attr->next;
attr              804 ext/simplexml/simplexml.c 				(!attr->children || !attr->children->content || !attr->children->content[0] || !xmlStrcmp(attr->children->content, "0")) ) {
attr              870 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
attr              900 ext/simplexml/simplexml.c 		attr = (xmlAttrPtr)node;
attr              904 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
attr              913 ext/simplexml/simplexml.c 				while (attr && nodendx <= Z_LVAL_P(member)) {
attr              914 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              916 ext/simplexml/simplexml.c 							xmlUnlinkNode((xmlNodePtr) attr);
attr              917 ext/simplexml/simplexml.c 							php_libxml_node_free_resource((xmlNodePtr) attr TSRMLS_CC);
attr              922 ext/simplexml/simplexml.c 					attr = attr->next;
attr              925 ext/simplexml/simplexml.c 				while (attr) {
attr              926 ext/simplexml/simplexml.c 					anext = attr->next;
attr              927 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              928 ext/simplexml/simplexml.c 						xmlUnlinkNode((xmlNodePtr) attr);
attr              929 ext/simplexml/simplexml.c 						php_libxml_node_free_resource((xmlNodePtr) attr TSRMLS_CC);
attr              932 ext/simplexml/simplexml.c 					attr = anext;
attr             1069 ext/simplexml/simplexml.c 	xmlAttrPtr       attr;
attr             1101 ext/simplexml/simplexml.c 			attr = node ? (xmlAttrPtr)node->properties : NULL;
attr             1104 ext/simplexml/simplexml.c 			while (attr) {
attr             1105 ext/simplexml/simplexml.c 				if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr)attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr             1107 ext/simplexml/simplexml.c 					ZVAL_STRING(value, sxe_xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, attr->children, 1), 0);
attr             1108 ext/simplexml/simplexml.c 					namelen = xmlStrlen(attr->name) + 1;
attr             1114 ext/simplexml/simplexml.c 					add_assoc_zval_ex(zattr, (char*)attr->name, namelen, value);
attr             1116 ext/simplexml/simplexml.c 				attr = attr->next;
attr             1453 ext/simplexml/simplexml.c 	xmlAttrPtr  attr;
attr             1459 ext/simplexml/simplexml.c 	attr = node->properties;
attr             1460 ext/simplexml/simplexml.c 	while (attr) {
attr             1461 ext/simplexml/simplexml.c 		if (attr->ns) {
attr             1462 ext/simplexml/simplexml.c 			sxe_add_namespace_name(return_value, attr->ns);
attr             1464 ext/simplexml/simplexml.c 		attr = attr->next;
attr              300 ext/soap/php_encoding.c 			xmlAttrPtr attr = (*node_ptr)->properties;
attr              311 ext/soap/php_encoding.c 					attr = get_attribute(attr, "id");
attr              312 ext/soap/php_encoding.c 					if (attr == NULL || attr->ns == NULL) {
attr              315 ext/soap/php_encoding.c 					attr = attr->next;
attr              317 ext/soap/php_encoding.c 				if (attr) {
attr              318 ext/soap/php_encoding.c 					id = (char*)attr->children->content;
attr              333 ext/soap/php_encoding.c 				attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE);
attr              334 ext/soap/php_encoding.c 				if (attr) {
attr              335 ext/soap/php_encoding.c 					id = (char*)attr->children->content;
attr             1603 ext/soap/php_encoding.c 			sdlAttributePtr *attr;
attr             1607 ext/soap/php_encoding.c 			while (zend_hash_get_current_data_ex(sdlType->attributes, (void**)&attr, &pos) == SUCCESS) {
attr             1608 ext/soap/php_encoding.c 				if ((*attr)->name) {
attr             1609 ext/soap/php_encoding.c 					xmlAttrPtr val = get_attribute(data->properties, (*attr)->name);
attr             1614 ext/soap/php_encoding.c 						if ((*attr)->fixed && strcmp((*attr)->fixed, str_val) != 0) {
attr             1615 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", (*attr)->name, (*attr)->fixed, str_val);
attr             1617 ext/soap/php_encoding.c 					} else if ((*attr)->fixed) {
attr             1618 ext/soap/php_encoding.c 						str_val = (*attr)->fixed;
attr             1619 ext/soap/php_encoding.c 					} else if ((*attr)->def) {
attr             1620 ext/soap/php_encoding.c 						str_val = (*attr)->def;
attr             1629 ext/soap/php_encoding.c 						data = master_to_zval((*attr)->encode, dummy TSRMLS_CC);
attr             1631 ext/soap/php_encoding.c 						set_zval_property(ret, (*attr)->name, data TSRMLS_CC);
attr             2006 ext/soap/php_encoding.c 				sdlAttributePtr *attr;
attr             2011 ext/soap/php_encoding.c 				while (zend_hash_get_current_data_ex(sdlType->attributes, (void**)&attr, &pos) == SUCCESS) {
attr             2012 ext/soap/php_encoding.c 					if ((*attr)->name) {
attr             2013 ext/soap/php_encoding.c 						zattr = get_zval_property(data, (*attr)->name TSRMLS_CC);
attr             2017 ext/soap/php_encoding.c 							dummy = master_to_xml((*attr)->encode, zattr, SOAP_LITERAL, xmlParam TSRMLS_CC);
attr             2019 ext/soap/php_encoding.c 								if ((*attr)->fixed && strcmp((*attr)->fixed, (char*)dummy->children->content) != 0) {
attr             2020 ext/soap/php_encoding.c 									soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", (*attr)->name, (*attr)->fixed, dummy->children->content);
attr             2025 ext/soap/php_encoding.c 								if ((*attr)->namens &&
attr             2026 ext/soap/php_encoding.c 								    (!strncmp((*attr)->namens, XML_NAMESPACE, sizeof(XML_NAMESPACE)) ||
attr             2027 ext/soap/php_encoding.c 								     (*attr)->form == XSD_FORM_QUALIFIED)) {
attr             2028 ext/soap/php_encoding.c 									xmlNsPtr nsp = encode_add_ns(xmlParam, (*attr)->namens);
attr             2030 ext/soap/php_encoding.c 									xmlSetNsProp(xmlParam, nsp, BAD_CAST((*attr)->name), dummy->children->content);
attr             2032 ext/soap/php_encoding.c 									xmlSetProp(xmlParam, BAD_CAST((*attr)->name), dummy->children->content);
attr             2570 ext/soap/php_encoding.c 	xmlAttrPtr attr;
attr             2581 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"arrayType")) &&
attr             2582 ext/soap/php_encoding.c 	    attr->children && attr->children->content) {
attr             2586 ext/soap/php_encoding.c 		parse_namespace(attr->children->content, &type, &ns);
attr             2587 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
attr             2601 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"itemType")) &&
attr             2602 ext/soap/php_encoding.c 	    attr->children &&
attr             2603 ext/soap/php_encoding.c 	    attr->children->content) {
attr             2607 ext/soap/php_encoding.c 		parse_namespace(attr->children->content, &type, &ns);
attr             2608 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
attr             2615 ext/soap/php_encoding.c 		if ((attr = get_attribute(data->properties,"arraySize")) &&
attr             2616 ext/soap/php_encoding.c 		    attr->children && attr->children->content) {
attr             2617 ext/soap/php_encoding.c 			dimension = calc_dimension_12((char*)attr->children->content);
attr             2618 ext/soap/php_encoding.c 			dims = get_position_12(dimension, (char*)attr->children->content);
attr             2624 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"arraySize")) &&
attr             2625 ext/soap/php_encoding.c 	    attr->children && attr->children->content) {
attr             2627 ext/soap/php_encoding.c 		dimension = calc_dimension_12((char*)attr->children->content);
attr             2628 ext/soap/php_encoding.c 		dims = get_position_12(dimension, (char*)attr->children->content);
attr             2709 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"offset")) &&
attr             2710 ext/soap/php_encoding.c 	     attr->children && attr->children->content) {
attr             2711 ext/soap/php_encoding.c 		char* tmp = strrchr((char*)attr->children->content,'[');
attr             2714 ext/soap/php_encoding.c 			tmp = (char*)attr->children->content;
attr               30 ext/soap/php_packet_soap.c 	xmlAttrPtr attr;
attr               82 ext/soap/php_packet_soap.c 	attr = env->properties;
attr               83 ext/soap/php_packet_soap.c 	while (attr != NULL) {
attr               84 ext/soap/php_packet_soap.c 		if (attr->ns == NULL) {
attr               88 ext/soap/php_packet_soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr               93 ext/soap/php_packet_soap.c 			} else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) {
attr               99 ext/soap/php_packet_soap.c 		attr = attr->next;
attr              130 ext/soap/php_packet_soap.c 	attr = body->properties;
attr              131 ext/soap/php_packet_soap.c 	while (attr != NULL) {
attr              132 ext/soap/php_packet_soap.c 		if (attr->ns == NULL) {
attr              138 ext/soap/php_packet_soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr              143 ext/soap/php_packet_soap.c 			} else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) {
attr              149 ext/soap/php_packet_soap.c 		attr = attr->next;
attr              158 ext/soap/php_packet_soap.c 		attr = head->properties;
attr              159 ext/soap/php_packet_soap.c 		while (attr != NULL) {
attr              160 ext/soap/php_packet_soap.c 			if (attr->ns == NULL) {
attr              164 ext/soap/php_packet_soap.c 			} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr              169 ext/soap/php_packet_soap.c 				} else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) {
attr              175 ext/soap/php_packet_soap.c 			attr = attr->next;
attr              984 ext/soap/php_schema.c 	xmlAttrPtr attr = get_attribute(node->properties, "minOccurs");
attr              986 ext/soap/php_schema.c 	if (attr) {
attr              987 ext/soap/php_schema.c 		model->min_occurs = atoi((char*)attr->children->content);
attr              992 ext/soap/php_schema.c 	attr = get_attribute(node->properties, "maxOccurs");
attr              993 ext/soap/php_schema.c 	if (attr) {
attr              994 ext/soap/php_schema.c 		if (!strncmp((char*)attr->children->content, "unbounded", sizeof("unbounded"))) {
attr              997 ext/soap/php_schema.c 			model->max_occurs = atoi((char*)attr->children->content);
attr             1489 ext/soap/php_schema.c 	xmlAttrPtr attrs, attr, ns, name, type, ref = NULL;
attr             1590 ext/soap/php_schema.c 	attr = get_attribute(attrs, "nillable");
attr             1591 ext/soap/php_schema.c 	if (attr) {
attr             1595 ext/soap/php_schema.c 		if (!stricmp((char*)attr->children->content, "true") ||
attr             1596 ext/soap/php_schema.c 			!stricmp((char*)attr->children->content, "1")) {
attr             1605 ext/soap/php_schema.c 	attr = get_attribute(attrs, "fixed");
attr             1606 ext/soap/php_schema.c 	if (attr) {
attr             1610 ext/soap/php_schema.c 		cur_type->fixed = estrdup((char*)attr->children->content);
attr             1613 ext/soap/php_schema.c 	attr = get_attribute(attrs, "default");
attr             1614 ext/soap/php_schema.c 	if (attr) {
attr             1620 ext/soap/php_schema.c 		cur_type->def = estrdup((char*)attr->children->content);
attr             1624 ext/soap/php_schema.c 	attr = get_attribute(attrs, "form");
attr             1625 ext/soap/php_schema.c 	if (attr) {
attr             1626 ext/soap/php_schema.c 		if (strncmp((char*)attr->children->content, "qualified", sizeof("qualified")) == 0) {
attr             1628 ext/soap/php_schema.c 		} else if (strncmp((char*)attr->children->content, "unqualified", sizeof("unqualified")) == 0) {
attr             1731 ext/soap/php_schema.c 	xmlAttrPtr attr, name, ref = NULL, type = NULL;
attr             1821 ext/soap/php_schema.c 	attr = attrType->properties;
attr             1822 ext/soap/php_schema.c 	while (attr != NULL) {
attr             1823 ext/soap/php_schema.c 		if (attr_is_equal_ex(attr, "default", SCHEMA_NAMESPACE)) {
attr             1824 ext/soap/php_schema.c 			newAttr->def = estrdup((char*)attr->children->content);
attr             1825 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "fixed", SCHEMA_NAMESPACE)) {
attr             1826 ext/soap/php_schema.c 			newAttr->fixed = estrdup((char*)attr->children->content);
attr             1827 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "form", SCHEMA_NAMESPACE)) {
attr             1828 ext/soap/php_schema.c 			if (strncmp((char*)attr->children->content, "qualified", sizeof("qualified")) == 0) {
attr             1830 ext/soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "unqualified", sizeof("unqualified")) == 0) {
attr             1835 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "id", SCHEMA_NAMESPACE)) {
attr             1837 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "name", SCHEMA_NAMESPACE)) {
attr             1838 ext/soap/php_schema.c 			newAttr->name = estrdup((char*)attr->children->content);
attr             1839 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "ref", SCHEMA_NAMESPACE)) {
attr             1841 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "type", SCHEMA_NAMESPACE)) {
attr             1843 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "use", SCHEMA_NAMESPACE)) {
attr             1844 ext/soap/php_schema.c 			if (strncmp((char*)attr->children->content, "prohibited", sizeof("prohibited")) == 0) {
attr             1846 ext/soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "required", sizeof("required")) == 0) {
attr             1848 ext/soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "optional", sizeof("optional")) == 0) {
attr             1854 ext/soap/php_schema.c 			xmlNsPtr nsPtr = attr_find_ns(attr);
attr             1864 ext/soap/php_schema.c 				parse_namespace(attr->children->content, &value, &ns);
attr             1865 ext/soap/php_schema.c 				nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
attr             1870 ext/soap/php_schema.c 					ext->val = estrdup((char*)attr->children->content);
attr             1882 ext/soap/php_schema.c 				smart_str_appends(&key2, (char*)attr->name);
attr             1888 ext/soap/php_schema.c 		attr = attr->next;
attr             2049 ext/soap/php_schema.c 	sdlExtraAttributePtr *attr = (sdlExtraAttributePtr*)attribute;
attr             2053 ext/soap/php_schema.c 	memcpy(new_attr, *attr, sizeof(sdlExtraAttribute));
attr             2054 ext/soap/php_schema.c 	*attr = new_attr;
attr             2080 ext/soap/php_schema.c static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr)
attr             2084 ext/soap/php_schema.c 	if (attr->ref != NULL) {
attr             2086 ext/soap/php_schema.c 			tmp = (sdlAttributePtr*)schema_find_by_ref(ctx->attributes, attr->ref);
attr             2089 ext/soap/php_schema.c 				if ((*tmp)->name != NULL && attr->name == NULL) {
attr             2090 ext/soap/php_schema.c 					attr->name = estrdup((*tmp)->name);
attr             2092 ext/soap/php_schema.c 				if ((*tmp)->namens != NULL && attr->namens == NULL) {
attr             2093 ext/soap/php_schema.c 					attr->namens = estrdup((*tmp)->namens);
attr             2095 ext/soap/php_schema.c 				if ((*tmp)->def != NULL && attr->def == NULL) {
attr             2096 ext/soap/php_schema.c 					attr->def = estrdup((*tmp)->def);
attr             2098 ext/soap/php_schema.c 				if ((*tmp)->fixed != NULL && attr->fixed == NULL) {
attr             2099 ext/soap/php_schema.c 					attr->fixed = estrdup((*tmp)->fixed);
attr             2101 ext/soap/php_schema.c 				if (attr->form == XSD_FORM_DEFAULT) {
attr             2102 ext/soap/php_schema.c 					attr->form = (*tmp)->form;
attr             2104 ext/soap/php_schema.c 				if (attr->use == XSD_USE_DEFAULT) {
attr             2105 ext/soap/php_schema.c 					attr->use  = (*tmp)->use;
attr             2110 ext/soap/php_schema.c 					attr->extraAttributes = emalloc(sizeof(HashTable));
attr             2111 ext/soap/php_schema.c 					zend_hash_init(attr->extraAttributes, zend_hash_num_elements((*tmp)->extraAttributes), NULL, delete_extra_attribute, 0);
attr             2112 ext/soap/php_schema.c 					zend_hash_copy(attr->extraAttributes, (*tmp)->extraAttributes, copy_extra_attribute, &node, sizeof(xmlNodePtr));
attr             2114 ext/soap/php_schema.c 				attr->encode = (*tmp)->encode;
attr             2117 ext/soap/php_schema.c 		if (attr->name == NULL && attr->ref != NULL) {
attr             2118 ext/soap/php_schema.c 			char *name = strrchr(attr->ref, ':');
attr             2120 ext/soap/php_schema.c 				attr->name = estrdup(name+1);
attr             2122 ext/soap/php_schema.c 				attr->name = estrdup(attr->ref);
attr             2125 ext/soap/php_schema.c 		efree(attr->ref);
attr             2126 ext/soap/php_schema.c 		attr->ref = NULL;
attr             2130 ext/soap/php_schema.c static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht)
attr             2135 ext/soap/php_schema.c 	if (attr->ref != NULL) {
attr             2137 ext/soap/php_schema.c 			tmp = (sdlTypePtr*)schema_find_by_ref(ctx->attributeGroups, attr->ref);
attr             2178 ext/soap/php_schema.c 		efree(attr->ref);
attr             2179 ext/soap/php_schema.c 		attr->ref = NULL;
attr             2235 ext/soap/php_schema.c 	sdlAttributePtr *attr;
attr             2274 ext/soap/php_schema.c 		while (zend_hash_get_current_data(type->attributes,(void**)&attr) == SUCCESS) {
attr             2276 ext/soap/php_schema.c 				schema_attribute_fixup(ctx,*attr);
attr             2281 ext/soap/php_schema.c 				schema_attributegroup_fixup(ctx,*attr,type->attributes);
attr             2292 ext/soap/php_schema.c 	sdlAttributePtr *attr;
attr             2297 ext/soap/php_schema.c 		while (zend_hash_get_current_data(ctx->attributes,(void**)&attr) == SUCCESS) {
attr             2298 ext/soap/php_schema.c 			schema_attribute_fixup(ctx,*attr);
attr             2481 ext/soap/php_schema.c 	sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute);
attr             2483 ext/soap/php_schema.c 	if (attr->ns) {
attr             2484 ext/soap/php_schema.c 		efree(attr->ns);
attr             2486 ext/soap/php_schema.c 	if (attr->val) {
attr             2487 ext/soap/php_schema.c 		efree(attr->val);
attr             2489 ext/soap/php_schema.c 	efree(attr);
attr             2494 ext/soap/php_schema.c 	sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute);
attr             2496 ext/soap/php_schema.c 	if (attr->ns) {
attr             2497 ext/soap/php_schema.c 		free(attr->ns);
attr             2499 ext/soap/php_schema.c 	if (attr->val) {
attr             2500 ext/soap/php_schema.c 		free(attr->val);
attr             2502 ext/soap/php_schema.c 	free(attr);
attr             2507 ext/soap/php_schema.c 	sdlAttributePtr attr = *((sdlAttributePtr*)attribute);
attr             2509 ext/soap/php_schema.c 	if (attr->def) {
attr             2510 ext/soap/php_schema.c 		efree(attr->def);
attr             2512 ext/soap/php_schema.c 	if (attr->fixed) {
attr             2513 ext/soap/php_schema.c 		efree(attr->fixed);
attr             2515 ext/soap/php_schema.c 	if (attr->name) {
attr             2516 ext/soap/php_schema.c 		efree(attr->name);
attr             2518 ext/soap/php_schema.c 	if (attr->namens) {
attr             2519 ext/soap/php_schema.c 		efree(attr->namens);
attr             2521 ext/soap/php_schema.c 	if (attr->ref) {
attr             2522 ext/soap/php_schema.c 		efree(attr->ref);
attr             2524 ext/soap/php_schema.c 	if (attr->extraAttributes) {
attr             2525 ext/soap/php_schema.c 		zend_hash_destroy(attr->extraAttributes);
attr             2526 ext/soap/php_schema.c 		efree(attr->extraAttributes);
attr             2528 ext/soap/php_schema.c 	efree(attr);
attr             2533 ext/soap/php_schema.c 	sdlAttributePtr attr = *((sdlAttributePtr*)attribute);
attr             2535 ext/soap/php_schema.c 	if (attr->def) {
attr             2536 ext/soap/php_schema.c 		free(attr->def);
attr             2538 ext/soap/php_schema.c 	if (attr->fixed) {
attr             2539 ext/soap/php_schema.c 		free(attr->fixed);
attr             2541 ext/soap/php_schema.c 	if (attr->name) {
attr             2542 ext/soap/php_schema.c 		free(attr->name);
attr             2544 ext/soap/php_schema.c 	if (attr->namens) {
attr             2545 ext/soap/php_schema.c 		free(attr->namens);
attr             2547 ext/soap/php_schema.c 	if (attr->ref) {
attr             2548 ext/soap/php_schema.c 		free(attr->ref);
attr             2550 ext/soap/php_schema.c 	if (attr->extraAttributes) {
attr             2551 ext/soap/php_schema.c 		zend_hash_destroy(attr->extraAttributes);
attr             2552 ext/soap/php_schema.c 		free(attr->extraAttributes);
attr             2554 ext/soap/php_schema.c 	free(attr);
attr              217 ext/soap/php_sdl.c 		xmlAttrPtr attr;
attr              218 ext/soap/php_sdl.c 		if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL &&
attr              219 ext/soap/php_sdl.c 		     attr->children && attr->children->content &&
attr              220 ext/soap/php_sdl.c 		     (strcmp((char*)attr->children->content, "1") == 0 ||
attr              221 ext/soap/php_sdl.c 		      strcmp((char*)attr->children->content, "true") == 0)) {
attr             1229 ext/soap/php_sdl.c static void sdl_deserialize_attribute(sdlAttributePtr attr, encodePtr *encoders, char **in)
attr             1233 ext/soap/php_sdl.c 	attr->name = sdl_deserialize_string(in);
attr             1234 ext/soap/php_sdl.c 	attr->namens = sdl_deserialize_string(in);
attr             1235 ext/soap/php_sdl.c 	attr->ref = sdl_deserialize_string(in);
attr             1236 ext/soap/php_sdl.c 	attr->def = sdl_deserialize_string(in);
attr             1237 ext/soap/php_sdl.c 	attr->fixed = sdl_deserialize_string(in);
attr             1238 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(attr->form, sdlForm, in);
attr             1239 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(attr->use, sdlUse, in);
attr             1241 ext/soap/php_sdl.c 	attr->encode = encoders[i];
attr             1244 ext/soap/php_sdl.c 		attr->extraAttributes = emalloc(sizeof(HashTable));
attr             1245 ext/soap/php_sdl.c 		zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0);
attr             1248 ext/soap/php_sdl.c 			sdl_deserialize_key(attr->extraAttributes, x, in);
attr             1391 ext/soap/php_sdl.c 			sdlAttributePtr attr = emalloc(sizeof(sdlAttribute));
attr             1392 ext/soap/php_sdl.c 			memset(attr, 0, sizeof(sdlAttribute));
attr             1393 ext/soap/php_sdl.c 			sdl_deserialize_key(type->attributes, attr, in);
attr             1394 ext/soap/php_sdl.c 			sdl_deserialize_attribute(attr, encoders, in);
attr             1842 ext/soap/php_sdl.c static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out)
attr             1846 ext/soap/php_sdl.c 	sdl_serialize_string(attr->name, out);
attr             1847 ext/soap/php_sdl.c 	sdl_serialize_string(attr->namens, out);
attr             1848 ext/soap/php_sdl.c 	sdl_serialize_string(attr->ref, out);
attr             1849 ext/soap/php_sdl.c 	sdl_serialize_string(attr->def, out);
attr             1850 ext/soap/php_sdl.c 	sdl_serialize_string(attr->fixed, out);
attr             1851 ext/soap/php_sdl.c 	WSDL_CACHE_PUT_1(attr->form, out);
attr             1852 ext/soap/php_sdl.c 	WSDL_CACHE_PUT_1(attr->use, out);
attr             1853 ext/soap/php_sdl.c 	sdl_serialize_encoder_ref(attr->encode, tmp_encoders, out);
attr             1854 ext/soap/php_sdl.c 	if (attr->extraAttributes) {
attr             1855 ext/soap/php_sdl.c 		i = zend_hash_num_elements(attr->extraAttributes);
attr             1862 ext/soap/php_sdl.c 		zend_hash_internal_pointer_reset(attr->extraAttributes);
attr             1863 ext/soap/php_sdl.c 		while (zend_hash_get_current_data(attr->extraAttributes, (void**)&tmp) == SUCCESS) {
attr             1864 ext/soap/php_sdl.c 			sdl_serialize_key(attr->extraAttributes, out);
attr             1867 ext/soap/php_sdl.c 			zend_hash_move_forward(attr->extraAttributes);
attr             2608 ext/soap/php_sdl.c static sdlAttributePtr make_persistent_sdl_attribute(sdlAttributePtr attr, HashTable *ptr_map, HashTable *bp_types, HashTable *bp_encoders)
attr             2618 ext/soap/php_sdl.c 	*pattr = *attr;
attr             2645 ext/soap/php_sdl.c 		zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete_extra_attribute_persistent, 1);
attr             2648 ext/soap/php_sdl.c 		while (zend_hash_get_current_data(attr->extraAttributes, (void**)&tmp) == SUCCESS) {
attr             2649 ext/soap/php_sdl.c 			if (zend_hash_get_current_key_ex(attr->extraAttributes, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) {			
attr             2663 ext/soap/php_sdl.c 			zend_hash_move_forward(attr->extraAttributes);
attr              279 ext/soap/php_xml.c 	xmlAttrPtr attr;
attr              289 ext/soap/php_xml.c 		attr = get_attribute_ex(node->properties, attribute, attr_ns);
attr              290 ext/soap/php_xml.c 		if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) {
attr              302 ext/soap/php_xml.c 			xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns);
attr              303 ext/soap/php_xml.c 			if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) {
attr               28 ext/soap/php_xml.h #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, attr, val, NULL)
attr               29 ext/soap/php_xml.h #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NULL, attr, val, NULL)
attr             3460 ext/soap/soap.c 	xmlAttrPtr attr;
attr             3490 ext/soap/soap.c 	attr = env->properties;
attr             3491 ext/soap/soap.c 	while (attr != NULL) {
attr             3492 ext/soap/soap.c 		if (attr->ns == NULL) {
attr             3494 ext/soap/soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr             3497 ext/soap/soap.c 			} else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3501 ext/soap/soap.c 		attr = attr->next;
attr             3530 ext/soap/soap.c 	attr = body->properties;
attr             3531 ext/soap/soap.c 	while (attr != NULL) {
attr             3532 ext/soap/soap.c 		if (attr->ns == NULL) {
attr             3536 ext/soap/soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr             3539 ext/soap/soap.c 			} else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3543 ext/soap/soap.c 		attr = attr->next;
attr             3574 ext/soap/soap.c 			attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
attr             3575 ext/soap/soap.c 			if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3579 ext/soap/soap.c 			attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
attr             3580 ext/soap/soap.c 			if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
attr             3598 ext/soap/soap.c 		attr = head->properties;
attr             3599 ext/soap/soap.c 		while (attr != NULL) {
attr             3600 ext/soap/soap.c 			if (attr->ns == NULL) {
attr             3602 ext/soap/soap.c 			} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr             3605 ext/soap/soap.c 				} else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3609 ext/soap/soap.c 			attr = attr->next;
attr             3618 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
attr             3619 ext/soap/soap.c 					if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3622 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
attr             3623 ext/soap/soap.c 					if (attr != NULL) {
attr             3624 ext/soap/soap.c 						if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 &&
attr             3625 ext/soap/soap.c 						    (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
attr             3630 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
attr             3631 ext/soap/soap.c 					if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
attr             3634 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
attr             3635 ext/soap/soap.c 					if (attr != NULL) {
attr             3636 ext/soap/soap.c 						if (strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_UNLIMATERECEIVER) != 0 &&
attr             3637 ext/soap/soap.c 						    strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 &&
attr             3638 ext/soap/soap.c 						    (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
attr             3643 ext/soap/soap.c 				attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
attr             3644 ext/soap/soap.c 				if (attr) {
attr             3645 ext/soap/soap.c 					if (strcmp((char*)attr->children->content,"1") == 0 ||
attr             3646 ext/soap/soap.c 					    strcmp((char*)attr->children->content,"true") == 0) {
attr             3648 ext/soap/soap.c 					} else if (strcmp((char*)attr->children->content,"0") == 0 ||
attr             3649 ext/soap/soap.c 					           strcmp((char*)attr->children->content,"false") == 0) {
attr             4765 ext/soap/soap.c 			  sdlAttributePtr *attr;
attr             4771 ext/soap/soap.c 				      (void **)&attr) == SUCCESS &&
attr             4772 ext/soap/soap.c 				      (*attr)->extraAttributes &&
attr             4773 ext/soap/soap.c 				      zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType"), (void **)&ext) == SUCCESS) {
attr             4796 ext/soap/soap.c 					      (void **)&attr) == SUCCESS &&
attr             4797 ext/soap/soap.c 					      (*attr)->extraAttributes &&
attr             4798 ext/soap/soap.c 					      zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arrayType"), (void **)&ext) == SUCCESS) {
attr             4816 ext/soap/soap.c 					      (void **)&attr) == SUCCESS &&
attr             4817 ext/soap/soap.c 					      (*attr)->extraAttributes &&
attr             4818 ext/soap/soap.c 					      zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arraySize"), (void **)&ext) == SUCCESS) {
attr             4852 ext/soap/soap.c 					sdlAttributePtr *attr;
attr             4855 ext/soap/soap.c 					while (zend_hash_get_current_data_ex(type->attributes, (void **)&attr, &pos) != FAILURE) {
attr             4858 ext/soap/soap.c 						if ((*attr)->encode && (*attr)->encode->details.type_str) {
attr             4859 ext/soap/soap.c 							smart_str_appends(buf, (*attr)->encode->details.type_str);
attr             4864 ext/soap/soap.c 						smart_str_appends(buf, (*attr)->name);
attr             37777 ext/sqlite3/libsqlite/sqlite3.c   DWORD attr;
attr             37791 ext/sqlite3/libsqlite/sqlite3.c     attr = sAttrData.dwFileAttributes;
attr             37794 ext/sqlite3/libsqlite/sqlite3.c     attr = osGetFileAttributesA((char*)zConverted);
attr             37797 ext/sqlite3/libsqlite/sqlite3.c   return (attr!=INVALID_FILE_ATTRIBUTES) && (attr&FILE_ATTRIBUTE_DIRECTORY);
attr             38101 ext/sqlite3/libsqlite/sqlite3.c   DWORD attr;
attr             38122 ext/sqlite3/libsqlite/sqlite3.c         attr = sAttrData.dwFileAttributes;
attr             38134 ext/sqlite3/libsqlite/sqlite3.c       attr = osGetFileAttributesW(zConverted);
attr             38136 ext/sqlite3/libsqlite/sqlite3.c       if ( attr==INVALID_FILE_ATTRIBUTES ){
attr             38146 ext/sqlite3/libsqlite/sqlite3.c       if ( attr&FILE_ATTRIBUTE_DIRECTORY ){
attr             38163 ext/sqlite3/libsqlite/sqlite3.c       attr = osGetFileAttributesA(zConverted);
attr             38164 ext/sqlite3/libsqlite/sqlite3.c       if ( attr==INVALID_FILE_ATTRIBUTES ){
attr             38174 ext/sqlite3/libsqlite/sqlite3.c       if ( attr&FILE_ATTRIBUTE_DIRECTORY ){
attr             38208 ext/sqlite3/libsqlite/sqlite3.c   DWORD attr;
attr             38237 ext/sqlite3/libsqlite/sqlite3.c         attr = INVALID_FILE_ATTRIBUTES;
attr             38239 ext/sqlite3/libsqlite/sqlite3.c         attr = sAttrData.dwFileAttributes;
attr             38248 ext/sqlite3/libsqlite/sqlite3.c         attr = INVALID_FILE_ATTRIBUTES;
attr             38254 ext/sqlite3/libsqlite/sqlite3.c     attr = osGetFileAttributesA((char*)zConverted);
attr             38261 ext/sqlite3/libsqlite/sqlite3.c       rc = attr!=INVALID_FILE_ATTRIBUTES;
attr             38264 ext/sqlite3/libsqlite/sqlite3.c       rc = attr!=INVALID_FILE_ATTRIBUTES &&
attr             38265 ext/sqlite3/libsqlite/sqlite3.c              (attr & FILE_ATTRIBUTE_READONLY)==0;
attr              119 ext/standard/link_win32.c 	DWORD attr;
attr              169 ext/standard/link_win32.c 	if ((attr = GetFileAttributes(topath)) == INVALID_FILE_ATTRIBUTES) {
attr              177 ext/standard/link_win32.c 	ret = pCreateSymbolicLinkA(source_p, topath, (attr & FILE_ATTRIBUTE_DIRECTORY ? 1 : 0));
attr              610 ext/xmlrpc/libxmlrpc/xml_element.c          xml_element_attr* attr = malloc(sizeof(xml_element_attr));
attr              611 ext/xmlrpc/libxmlrpc/xml_element.c          if(attr) {
attr              612 ext/xmlrpc/libxmlrpc/xml_element.c             attr->key = strdup(*p);
attr              613 ext/xmlrpc/libxmlrpc/xml_element.c             attr->val = strdup(*(p+1));
attr              614 ext/xmlrpc/libxmlrpc/xml_element.c             Q_PushTail(&mydata->current->attrs, attr);
attr               69 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	xml_element_attr* attr = malloc(sizeof(xml_element_attr));
attr               70 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	if (attr) {
attr               71 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		attr->key = key ? strdup(key) : NULL;
attr               72 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		attr->val = val ? strdup(val) : NULL;
attr               74 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	return attr;
attr             1447 ext/xmlrpc/xmlrpc-epi-php.c 					zval** attr;
attr             1450 ext/xmlrpc/xmlrpc-epi-php.c 					if (zend_hash_find(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR), (void**) &attr) == SUCCESS) {
attr             1451 ext/xmlrpc/xmlrpc-epi-php.c 						if (Z_TYPE_PP(attr) == IS_STRING) {
attr             1452 ext/xmlrpc/xmlrpc-epi-php.c 							type = xmlrpc_str_as_type(Z_STRVAL_PP(attr));
attr             2191 ext/zip/php_zip.c 	long flags=0, opsys, attr;
attr             2201 ext/zip/php_zip.c 			&name, &name_len, &opsys, &attr, &flags) == FAILURE) {
attr             2214 ext/zip/php_zip.c 			(zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
attr             2227 ext/zip/php_zip.c 	long index, flags=0, opsys, attr;
attr             2237 ext/zip/php_zip.c 			&index, &opsys, &attr, &flags) == FAILURE) {
attr             2243 ext/zip/php_zip.c 			(zip_flags_t)flags, (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
attr             2260 ext/zip/php_zip.c 	zip_uint32_t attr;
attr             2283 ext/zip/php_zip.c 			(zip_flags_t)flags, &opsys, &attr) < 0) {
attr             2289 ext/zip/php_zip.c 	ZVAL_LONG(z_attr, attr);
attr             2302 ext/zip/php_zip.c 	zip_uint32_t attr;
attr             2318 ext/zip/php_zip.c 			(zip_flags_t)flags, &opsys, &attr) < 0) {
attr             2324 ext/zip/php_zip.c 	ZVAL_LONG(z_attr, attr);
attr             2963 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, attr)
attr             2970 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, attr)
attr             2977 ext/zip/php_zip.c 	ZEND_ARG_INFO(1, attr)
attr             2984 ext/zip/php_zip.c 	ZEND_ARG_INFO(1, attr)