Home
last modified time | relevance | path

Searched refs:tag_name (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/intl/locale/
H A Dlocale_methods.c360 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 Dxml.c593 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 Dffi.c116 zend_string *tag_name; member
127 zend_string *tag_name; member
1620 if (type->record.tag_name) { in zend_ffi_ctype_name()
1627 if (type->record.tag_name) { in zend_ffi_ctype_name()
2305 if (type->enumeration.tag_name) { in _zend_ffi_type_dtor()
2310 if (type->record.tag_name) { in _zend_ffi_type_dtor()
6049 type->record.tag_name = NULL;
6735 type->record.tag_name = zend_string_copy(tag_name);
6740 type->record.tag_name = zend_string_copy(tag_name);
6745 type->enumeration.tag_name = zend_string_copy(tag_name);
[all …]

Completed in 39 milliseconds