attributes 1908 ext/imap/php_imap.c add_property_long(mboxob, "attributes", cur->attributes); attributes 2214 ext/imap/php_imap.c add_property_long(mboxob, "attributes", cur->attributes); attributes 4906 ext/imap/php_imap.c PHP_IMAP_EXPORT void mm_list(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) attributes 4919 ext/imap/php_imap.c IMAPG(imap_folder_objects)->attributes = attributes; attributes 4928 ext/imap/php_imap.c ocur->attributes = attributes; attributes 4935 ext/imap/php_imap.c if (!(attributes & LATT_NOSELECT)) { attributes 4953 ext/imap/php_imap.c PHP_IMAP_EXPORT void mm_lsub(MAILSTREAM *stream, DTYPE delimiter, char *mailbox, long attributes) attributes 4966 ext/imap/php_imap.c IMAPG(imap_sfolder_objects)->attributes = attributes; attributes 4975 ext/imap/php_imap.c ocur->attributes = attributes; attributes 83 ext/imap/php_imap.h long attributes; attributes 2988 ext/ldap/ldap.c ZEND_ARG_INFO(0, attributes) attributes 2999 ext/ldap/ldap.c ZEND_ARG_INFO(0, attributes) attributes 3010 ext/ldap/ldap.c ZEND_ARG_INFO(0, attributes) attributes 1606 ext/simplexml/simplexml.c SXE_METHOD(attributes) attributes 2606 ext/simplexml/simplexml.c SXE_ME(attributes, arginfo_simplexmlelement_children, ZEND_ACC_PUBLIC) attributes 1602 ext/soap/php_encoding.c if (sdlType->attributes) { attributes 1606 ext/soap/php_encoding.c zend_hash_internal_pointer_reset_ex(sdlType->attributes, &pos); attributes 1607 ext/soap/php_encoding.c while (zend_hash_get_current_data_ex(sdlType->attributes, (void**)&attr, &pos) == SUCCESS) { attributes 1634 ext/soap/php_encoding.c zend_hash_move_forward_ex(sdlType->attributes, &pos); attributes 1978 ext/soap/php_encoding.c sdlType->attributes == NULL && attributes 2005 ext/soap/php_encoding.c if (sdlType->attributes) { attributes 2010 ext/soap/php_encoding.c zend_hash_internal_pointer_reset_ex(sdlType->attributes, &pos); attributes 2011 ext/soap/php_encoding.c while (zend_hash_get_current_data_ex(sdlType->attributes, (void**)&attr, &pos) == SUCCESS) { attributes 2039 ext/soap/php_encoding.c zend_hash_move_forward_ex(sdlType->attributes, &pos); attributes 2385 ext/soap/php_encoding.c sdl_type->attributes && attributes 2386 ext/soap/php_encoding.c zend_hash_find(sdl_type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType", attributes 2434 ext/soap/php_encoding.c sdl_type->attributes && attributes 2435 ext/soap/php_encoding.c zend_hash_find(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType", attributes 2446 ext/soap/php_encoding.c if (zend_hash_find(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize", attributes 2466 ext/soap/php_encoding.c sdl_type->attributes && attributes 2467 ext/soap/php_encoding.c zend_hash_find(sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize", attributes 2631 ext/soap/php_encoding.c type->sdl_type->attributes != NULL && attributes 2632 ext/soap/php_encoding.c zend_hash_find(type->sdl_type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType", attributes 2653 ext/soap/php_encoding.c type->sdl_type->attributes != NULL && attributes 2654 ext/soap/php_encoding.c zend_hash_find(type->sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType", attributes 2664 ext/soap/php_encoding.c if (zend_hash_find(type->sdl_type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize", attributes 2676 ext/soap/php_encoding.c type->sdl_type->attributes != NULL && attributes 2677 ext/soap/php_encoding.c zend_hash_find(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 1786 ext/soap/php_schema.c addHash = ctx->attributes; attributes 1788 ext/soap/php_schema.c if (cur_type->attributes == NULL) { attributes 1789 ext/soap/php_schema.c cur_type->attributes = emalloc(sizeof(HashTable)); attributes 1790 ext/soap/php_schema.c zend_hash_init(cur_type->attributes, 0, NULL, delete_attribute, 0); attributes 1792 ext/soap/php_schema.c addHash = cur_type->attributes; attributes 1986 ext/soap/php_schema.c if (cur_type->attributes == NULL) { attributes 1987 ext/soap/php_schema.c cur_type->attributes = emalloc(sizeof(HashTable)); attributes 1988 ext/soap/php_schema.c zend_hash_init(cur_type->attributes, 0, NULL, delete_attribute, 0); attributes 2006 ext/soap/php_schema.c zend_hash_next_index_insert(cur_type->attributes, &newAttr, sizeof(sdlAttributePtr), NULL); attributes 2085 ext/soap/php_schema.c if (ctx->attributes != NULL) { attributes 2086 ext/soap/php_schema.c tmp = (sdlAttributePtr*)schema_find_by_ref(ctx->attributes, attr->ref); attributes 2139 ext/soap/php_schema.c if ((*tmp)->attributes) { attributes 2140 ext/soap/php_schema.c zend_hash_internal_pointer_reset((*tmp)->attributes); attributes 2141 ext/soap/php_schema.c while (zend_hash_get_current_data((*tmp)->attributes,(void**)&tmp_attr) == SUCCESS) { attributes 2142 ext/soap/php_schema.c if (zend_hash_get_current_key_type((*tmp)->attributes) == HASH_KEY_IS_STRING) { attributes 2163 ext/soap/php_schema.c zend_hash_get_current_key_ex((*tmp)->attributes, &key, &key_len, NULL, 0, NULL); attributes 2166 ext/soap/php_schema.c zend_hash_move_forward((*tmp)->attributes); attributes 2171 ext/soap/php_schema.c zend_hash_get_current_key((*tmp)->attributes, NULL, &index, 0); attributes 2172 ext/soap/php_schema.c zend_hash_index_del((*tmp)->attributes, index); attributes 2272 ext/soap/php_schema.c if (type->attributes) { attributes 2273 ext/soap/php_schema.c zend_hash_internal_pointer_reset(type->attributes); attributes 2274 ext/soap/php_schema.c while (zend_hash_get_current_data(type->attributes,(void**)&attr) == SUCCESS) { attributes 2275 ext/soap/php_schema.c if (zend_hash_get_current_key_type(type->attributes) == HASH_KEY_IS_STRING) { attributes 2277 ext/soap/php_schema.c zend_hash_move_forward(type->attributes); attributes 2281 ext/soap/php_schema.c schema_attributegroup_fixup(ctx,*attr,type->attributes); attributes 2282 ext/soap/php_schema.c zend_hash_get_current_key(type->attributes, NULL, &index, 0); attributes 2283 ext/soap/php_schema.c zend_hash_index_del(type->attributes, index); attributes 2295 ext/soap/php_schema.c if (ctx->attributes) { attributes 2296 ext/soap/php_schema.c zend_hash_internal_pointer_reset(ctx->attributes); attributes 2297 ext/soap/php_schema.c while (zend_hash_get_current_data(ctx->attributes,(void**)&attr) == SUCCESS) { attributes 2299 ext/soap/php_schema.c zend_hash_move_forward(ctx->attributes); attributes 2330 ext/soap/php_schema.c if (ctx->attributes) { attributes 2331 ext/soap/php_schema.c zend_hash_destroy(ctx->attributes); attributes 2332 ext/soap/php_schema.c efree(ctx->attributes); attributes 2404 ext/soap/php_schema.c if (type->attributes) { attributes 2405 ext/soap/php_schema.c zend_hash_destroy(type->attributes); attributes 2406 ext/soap/php_schema.c efree(type->attributes); attributes 2451 ext/soap/php_schema.c if (type->attributes) { attributes 2452 ext/soap/php_schema.c zend_hash_destroy(type->attributes); attributes 2453 ext/soap/php_schema.c free(type->attributes); attributes 1388 ext/soap/php_sdl.c type->attributes = emalloc(sizeof(HashTable)); attributes 1389 ext/soap/php_sdl.c zend_hash_init(type->attributes, i, NULL, delete_attribute, 0); attributes 1393 ext/soap/php_sdl.c sdl_deserialize_key(type->attributes, attr, in); attributes 1997 ext/soap/php_sdl.c if (type->attributes) { attributes 1998 ext/soap/php_sdl.c i = zend_hash_num_elements(type->attributes); attributes 2005 ext/soap/php_sdl.c zend_hash_internal_pointer_reset(type->attributes); attributes 2006 ext/soap/php_sdl.c while (zend_hash_get_current_data(type->attributes, (void**)&tmp) == SUCCESS) { attributes 2007 ext/soap/php_sdl.c sdl_serialize_key(type->attributes, out); attributes 2009 ext/soap/php_sdl.c zend_hash_move_forward(type->attributes); attributes 2821 ext/soap/php_sdl.c if (ptype->attributes) { attributes 2824 ext/soap/php_sdl.c ptype->attributes = malloc(sizeof(HashTable)); attributes 2825 ext/soap/php_sdl.c zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute_persistent, 1); attributes 2827 ext/soap/php_sdl.c zend_hash_internal_pointer_reset(type->attributes); attributes 2828 ext/soap/php_sdl.c while (zend_hash_get_current_data(type->attributes, (void **)&tmp) == SUCCESS) { attributes 2830 ext/soap/php_sdl.c if (zend_hash_get_current_key_ex(type->attributes, &key, &key_len, &index, 0, NULL) == HASH_KEY_IS_STRING) { attributes 2831 ext/soap/php_sdl.c zend_hash_add(ptype->attributes, key, key_len, (void*)&pattr, sizeof(sdlAttributePtr), NULL); attributes 2833 ext/soap/php_sdl.c zend_hash_next_index_insert(ptype->attributes, (void*)&pattr, sizeof(sdlAttributePtr), NULL); attributes 2835 ext/soap/php_sdl.c zend_hash_move_forward(type->attributes); 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 4768 ext/soap/soap.c if (type->attributes && attributes 4769 ext/soap/soap.c zend_hash_find(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType", attributes 4793 ext/soap/soap.c if (type->attributes && attributes 4794 ext/soap/soap.c zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType", attributes 4813 ext/soap/soap.c if (type->attributes && attributes 4814 ext/soap/soap.c zend_hash_find(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize", attributes 4851 ext/soap/soap.c if (type->attributes) { attributes 4854 ext/soap/soap.c zend_hash_internal_pointer_reset_ex(type->attributes, &pos); attributes 4855 ext/soap/soap.c while (zend_hash_get_current_data_ex(type->attributes, (void **)&attr, &pos) != FAILURE) { attributes 4866 ext/soap/soap.c zend_hash_move_forward_ex(type->attributes, &pos); 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 771 ext/xml/xml.c void _xml_startElementHandler(void *userData, const XML_Char *name, const XML_Char **attributes) attributes 774 ext/xml/xml.c const char **attrs = (const char **) attributes; attributes 791 ext/xml/xml.c while (attributes && *attributes) { attributes 792 ext/xml/xml.c att = _xml_decode_tag(parser, attributes[0]); attributes 793 ext/xml/xml.c val = xml_utf8_decode(attributes[1], strlen(attributes[1]), &val_len, parser->target_encoding); attributes 797 ext/xml/xml.c attributes += 2; attributes 827 ext/xml/xml.c attributes = (const XML_Char **) attrs; attributes 829 ext/xml/xml.c while (attributes && *attributes) { attributes 830 ext/xml/xml.c att = _xml_decode_tag(parser, attributes[0]); attributes 831 ext/xml/xml.c val = xml_utf8_decode(attributes[1], strlen(attributes[1]), &val_len, parser->target_encoding); attributes 836 ext/xml/xml.c attributes += 2; attributes 37 ext/zip/lib/zip_file_get_external_attributes.c zip_file_get_external_attributes(struct zip *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *attributes) attributes 49 ext/zip/lib/zip_file_get_external_attributes.c if (attributes) attributes 50 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(struct zip *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;