Searched refs:tag_name (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/intl/locale/ |
H A D | locale_methods.c | 360 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_value_internal() 372 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_value_internal() 405 if( strcmp(tag_name , LOC_SCRIPT_TAG)==0 ){ in get_icu_value_internal() 408 if( strcmp(tag_name , LOC_LANG_TAG )==0 ){ in get_icu_value_internal() 411 if( strcmp(tag_name , LOC_REGION_TAG)==0 ){ in get_icu_value_internal() 513 spprintf(&msg , 0, "locale_get_%s : unable to get locale %s", tag_name , tag_name ); in get_icu_value_src_php() 588 if( strcmp(tag_name, DISP_NAME) != 0 ){ in get_icu_disp_value_src_php() 592 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_disp_value_src_php() 616 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_disp_value_src_php() 637 spprintf(&msg, 0, "locale_get_display_%s : unable to get locale %s", tag_name , tag_name ); in get_icu_disp_value_src_php() [all …]
|
/php-src/ext/xml/ |
H A D | xml.c | 593 zend_string *att, *tag_name, *val; in xml_startElementHandler() local 601 tag_name = xml_decode_tag(parser, name); in xml_startElementHandler() 606 ZVAL_STRING(&args[1], SKIP_TAGSTART(ZSTR_VAL(tag_name))); in xml_startElementHandler() 637 xml_add_to_info(parser, ZSTR_VAL(tag_name) + parser->toffset); in xml_startElementHandler() 639 add_assoc_string(&tag, "tag", SKIP_TAGSTART(ZSTR_VAL(tag_name))); /* cast to avoid gcc-warning */ in xml_startElementHandler() 643 parser->ltags[parser->level-1] = estrdup(ZSTR_VAL(tag_name)); in xml_startElementHandler() 675 zend_string_release_ex(tag_name, 0); in xml_startElementHandler() 688 zend_string *tag_name = xml_decode_tag(parser, name); in xml_endElementHandler() local 693 ZVAL_STRING(&args[1], SKIP_TAGSTART(ZSTR_VAL(tag_name))); in xml_endElementHandler() 708 xml_add_to_info(parser, ZSTR_VAL(tag_name) + parser->toffset); in xml_endElementHandler() [all …]
|
/php-src/ext/ffi/ |
H A D | ffi.c | 116 zend_string *tag_name; member 127 zend_string *tag_name; member 1621 if (type->record.tag_name) { in zend_ffi_ctype_name() 1628 if (type->record.tag_name) { in zend_ffi_ctype_name() 2306 if (type->enumeration.tag_name) { in _zend_ffi_type_dtor() 2311 if (type->record.tag_name) { in _zend_ffi_type_dtor() 6086 type->record.tag_name = NULL; 6772 type->record.tag_name = zend_string_copy(tag_name); 6777 type->record.tag_name = zend_string_copy(tag_name); 6782 type->enumeration.tag_name = zend_string_copy(tag_name); [all …]
|
Completed in 34 milliseconds