attributes       1936 ext/imap/php_imap.c 		add_property_long(&mboxob, "attributes", cur->attributes);
attributes       2252 ext/imap/php_imap.c 		add_property_long(&mboxob, "attributes", cur->attributes);
attributes       4927 ext/imap/php_imap.c PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes)
attributes       4939 ext/imap/php_imap.c 			IMAPG(imap_folder_objects)->attributes = attributes;
attributes       4948 ext/imap/php_imap.c 			ocur->attributes = attributes;
attributes       4955 ext/imap/php_imap.c 		if (!(attributes & LATT_NOSELECT)) {
attributes       4973 ext/imap/php_imap.c PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes)
attributes       4985 ext/imap/php_imap.c 			IMAPG(imap_sfolder_objects)->attributes = attributes;
attributes       4994 ext/imap/php_imap.c 			ocur->attributes = attributes;
attributes         85 ext/imap/php_imap.h 	long attributes;
attributes       3072 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, attributes)
attributes       3083 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, attributes)
attributes       3094 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, attributes)
attributes       1663 ext/simplexml/simplexml.c SXE_METHOD(attributes)
attributes       2689 ext/simplexml/simplexml.c 	SXE_ME(attributes,             arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC)
attributes       1528 ext/soap/php_encoding.c 		if (sdlType->attributes) {
attributes       1531 ext/soap/php_encoding.c 			ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) {
attributes       1890 ext/soap/php_encoding.c 		      sdlType->attributes == NULL &&
attributes       1915 ext/soap/php_encoding.c 			if (sdlType->attributes) {
attributes       1919 ext/soap/php_encoding.c 				ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) {
attributes       2295 ext/soap/php_encoding.c 		    sdl_type->attributes &&
attributes       2296 ext/soap/php_encoding.c 		    (arrayType = zend_hash_str_find_ptr(sdl_type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
attributes       2344 ext/soap/php_encoding.c 		           sdl_type->attributes &&
attributes       2345 ext/soap/php_encoding.c 		           (arrayType = zend_hash_str_find_ptr(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
attributes       2355 ext/soap/php_encoding.c 			if ((arrayType = zend_hash_str_find_ptr(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
attributes       2374 ext/soap/php_encoding.c 		           sdl_type->attributes &&
attributes       2375 ext/soap/php_encoding.c 		           (arrayType = zend_hash_str_find_ptr(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
attributes       2531 ext/soap/php_encoding.c 	           type->sdl_type->attributes != NULL &&
attributes       2532 ext/soap/php_encoding.c 	           (arrayType = zend_hash_str_find_ptr(type->sdl_type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
attributes       2552 ext/soap/php_encoding.c 	           type->sdl_type->attributes != NULL &&
attributes       2553 ext/soap/php_encoding.c 	           (arrayType = zend_hash_str_find_ptr(type->sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
attributes       2562 ext/soap/php_encoding.c 		if ((arrayType = zend_hash_str_find_ptr(type->sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
attributes       2573 ext/soap/php_encoding.c 	           type->sdl_type->attributes != NULL &&
attributes       2574 ext/soap/php_encoding.c 	           (arrayType = zend_hash_str_find_ptr(type->sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
attributes        172 ext/soap/php_schema.c 	if (!ctx->attributes) {
attributes        173 ext/soap/php_schema.c 		ctx->attributes = emalloc(sizeof(HashTable));
attributes        174 ext/soap/php_schema.c 		zend_hash_init(ctx->attributes, 0, NULL, delete_attribute, 0);
attributes       1788 ext/soap/php_schema.c 			addHash = ctx->attributes;
attributes       1790 ext/soap/php_schema.c 			if (cur_type->attributes == NULL) {
attributes       1791 ext/soap/php_schema.c 				cur_type->attributes = emalloc(sizeof(HashTable));
attributes       1792 ext/soap/php_schema.c 				zend_hash_init(cur_type->attributes, 0, NULL, delete_attribute, 0);
attributes       1794 ext/soap/php_schema.c 			addHash = cur_type->attributes;
attributes       1992 ext/soap/php_schema.c 			if (cur_type->attributes == NULL) {
attributes       1993 ext/soap/php_schema.c 				cur_type->attributes = emalloc(sizeof(HashTable));
attributes       1994 ext/soap/php_schema.c 				zend_hash_init(cur_type->attributes, 0, NULL, delete_attribute, 0);
attributes       2012 ext/soap/php_schema.c 			zend_hash_next_index_insert_ptr(cur_type->attributes, newAttr);
attributes       2090 ext/soap/php_schema.c 		if (ctx->attributes != NULL) {
attributes       2091 ext/soap/php_schema.c 			tmp = (sdlAttributePtr)schema_find_by_ref(ctx->attributes, attr->ref);
attributes       2142 ext/soap/php_schema.c 				if (tmp->attributes) {
attributes       2143 ext/soap/php_schema.c 					zend_hash_internal_pointer_reset(tmp->attributes);
attributes       2144 ext/soap/php_schema.c 					while ((tmp_attr = zend_hash_get_current_data_ptr(tmp->attributes)) != NULL) {
attributes       2145 ext/soap/php_schema.c 						if (zend_hash_get_current_key_type(tmp->attributes) == HASH_KEY_IS_STRING) {
attributes       2164 ext/soap/php_schema.c 							zend_hash_get_current_key(tmp->attributes, &_key, NULL);
attributes       2167 ext/soap/php_schema.c 							zend_hash_move_forward(tmp->attributes);
attributes       2172 ext/soap/php_schema.c 							zend_hash_get_current_key(tmp->attributes, NULL, &index);
attributes       2173 ext/soap/php_schema.c 							zend_hash_index_del(tmp->attributes, index);
attributes       2266 ext/soap/php_schema.c 	if (type->attributes) {
attributes       2270 ext/soap/php_schema.c 		ZEND_HASH_FOREACH_KEY_PTR(type->attributes, index, str_key, attr) {
attributes       2274 ext/soap/php_schema.c 				schema_attributegroup_fixup(ctx, attr, type->attributes);
attributes       2275 ext/soap/php_schema.c 				zend_hash_index_del(type->attributes, index);
attributes       2287 ext/soap/php_schema.c 	if (ctx->attributes) {
attributes       2288 ext/soap/php_schema.c 		ZEND_HASH_FOREACH_PTR(ctx->attributes, attr) {
attributes       2312 ext/soap/php_schema.c 	if (ctx->attributes) {
attributes       2313 ext/soap/php_schema.c 		zend_hash_destroy(ctx->attributes);
attributes       2314 ext/soap/php_schema.c 		efree(ctx->attributes);
attributes       2390 ext/soap/php_schema.c 	if (type->attributes) {
attributes       2391 ext/soap/php_schema.c 		zend_hash_destroy(type->attributes);
attributes       2392 ext/soap/php_schema.c 		efree(type->attributes);
attributes       2439 ext/soap/php_schema.c 	if (type->attributes) {
attributes       2440 ext/soap/php_schema.c 		zend_hash_destroy(type->attributes);
attributes       2441 ext/soap/php_schema.c 		free(type->attributes);
attributes       1380 ext/soap/php_sdl.c 		type->attributes = emalloc(sizeof(HashTable));
attributes       1381 ext/soap/php_sdl.c 		zend_hash_init(type->attributes, i, NULL, delete_attribute, 0);
attributes       1385 ext/soap/php_sdl.c 			sdl_deserialize_key(type->attributes, attr, in);
attributes       1984 ext/soap/php_sdl.c 	if (type->attributes) {
attributes       1985 ext/soap/php_sdl.c 		i = zend_hash_num_elements(type->attributes);
attributes       1994 ext/soap/php_sdl.c 		ZEND_HASH_FOREACH_STR_KEY_PTR(type->attributes, key, tmp) {
attributes       2791 ext/soap/php_sdl.c 	if (ptype->attributes) {
attributes       2794 ext/soap/php_sdl.c 		ptype->attributes = malloc(sizeof(HashTable));
attributes       2795 ext/soap/php_sdl.c 		zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute_persistent, 1);
attributes       2797 ext/soap/php_sdl.c 		ZEND_HASH_FOREACH_STR_KEY_PTR(type->attributes, key, tmp) {
attributes       2801 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(ptype->attributes, ZSTR_VAL(key), ZSTR_LEN(key), pattr);
attributes       2803 ext/soap/php_sdl.c 				zend_hash_next_index_insert_ptr(ptype->attributes, pattr);
attributes         77 ext/soap/php_sdl.h 	HashTable *attributes;       /* array of sdlAttributePtr */
attributes        205 ext/soap/php_sdl.h 	HashTable          *attributes;           /* array of sdlAttributePtr */
attributes       4736 ext/soap/soap.c 				if (type->attributes &&
attributes       4737 ext/soap/soap.c 				    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
attributes       4760 ext/soap/soap.c 					if (type->attributes &&
attributes       4761 ext/soap/soap.c 					    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
attributes       4778 ext/soap/soap.c 					if (type->attributes &&
attributes       4779 ext/soap/soap.c 					    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
attributes       4817 ext/soap/soap.c 				if (type->attributes) {
attributes       4820 ext/soap/soap.c 					ZEND_HASH_FOREACH_PTR(type->attributes, attr) {
attributes         50 ext/xml/compat.c _start_element_handler(void *user, const xmlChar *name, const xmlChar **attributes)
attributes         60 ext/xml/compat.c 			if (attributes) {
attributes         61 ext/xml/compat.c 				while (attributes[attno] != NULL) {
attributes         65 ext/xml/compat.c 					att_name = (char *)attributes[attno++];
attributes         66 ext/xml/compat.c 					att_value = (char *)attributes[attno++];
attributes         84 ext/xml/compat.c 	parser->h_start_element(parser->user, (const XML_Char *) qualified_name, (const XML_Char **) attributes);
attributes         90 ext/xml/compat.c _start_element_handler_ns(void *user, const xmlChar *name, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes)
attributes        138 ext/xml/compat.c 			if (attributes) {
attributes        143 ext/xml/compat.c 					att_name = (char *) attributes[y++];
attributes        144 ext/xml/compat.c 					att_prefix = (char *)attributes[y++];
attributes        146 ext/xml/compat.c 					att_value = (char *)attributes[y++];
attributes        147 ext/xml/compat.c 					att_valueend = (char *)attributes[y++];
attributes        171 ext/xml/compat.c 	if (attributes != NULL) {
attributes        177 ext/xml/compat.c 			if (attributes[y+1] != NULL) {
attributes        178 ext/xml/compat.c 				_qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr);
attributes        180 ext/xml/compat.c 				qualified_name_attr = xmlStrdup(attributes[y]);
attributes        183 ext/xml/compat.c 			attrs[z + 1] = xmlStrndup(attributes[y + 3] , (int) (attributes[y + 4] - attributes[y + 3]));
attributes        717 ext/xml/xml.c  void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes)
attributes        720 ext/xml/xml.c  	const char **attrs = (const char **) attributes;
attributes        734 ext/xml/xml.c  			while (attributes && *attributes) {
attributes        737 ext/xml/xml.c  				att = _xml_decode_tag(parser, (const char *)attributes[0]);
attributes        738 ext/xml/xml.c  				val = xml_utf8_decode(attributes[1], strlen((char *)attributes[1]), parser->target_encoding);
attributes        743 ext/xml/xml.c  				attributes += 2;
attributes        769 ext/xml/xml.c  				attributes = (const XML_Char **) attrs;
attributes        771 ext/xml/xml.c  				while (attributes && *attributes) {
attributes        774 ext/xml/xml.c  					att = _xml_decode_tag(parser, (const char *)attributes[0]);
attributes        775 ext/xml/xml.c  					val = xml_utf8_decode(attributes[1], strlen((char *)attributes[1]), parser->target_encoding);
attributes        781 ext/xml/xml.c  					attributes += 2;
attributes         37 ext/zip/lib/zip_file_get_external_attributes.c zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *attributes)
attributes         47 ext/zip/lib/zip_file_get_external_attributes.c     if (attributes)
attributes         48 ext/zip/lib/zip_file_get_external_attributes.c 	*attributes = de->ext_attrib;
attributes         37 ext/zip/lib/zip_file_set_external_attributes.c zip_file_set_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t opsys, zip_uint32_t attributes)
attributes         57 ext/zip/lib/zip_file_set_external_attributes.c     changed = (opsys != unchanged_opsys || attributes != unchanged_attributes);
attributes         67 ext/zip/lib/zip_file_set_external_attributes.c 	e->changes->ext_attrib = attributes;