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.c363 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_value_internal()
375 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_value_internal()
408 if( strcmp(tag_name , LOC_SCRIPT_TAG)==0 ){ in get_icu_value_internal()
411 if( strcmp(tag_name , LOC_LANG_TAG )==0 ){ in get_icu_value_internal()
414 if( strcmp(tag_name , LOC_REGION_TAG)==0 ){ in get_icu_value_internal()
517 spprintf(&msg , 0, "locale_get_%s : unable to get locale %s", tag_name , tag_name ); in get_icu_value_src_php()
593 if( strcmp(tag_name, DISP_NAME) != 0 ){ in get_icu_disp_value_src_php()
597 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_disp_value_src_php()
621 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_disp_value_src_php()
642 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.c590 zend_string *att, *tag_name, *val; in _xml_startElementHandler() local
598 tag_name = _xml_decode_tag(parser, name); in _xml_startElementHandler()
603 ZVAL_STRING(&args[1], SKIP_TAGSTART(ZSTR_VAL(tag_name))); in _xml_startElementHandler()
634 _xml_add_to_info(parser, ZSTR_VAL(tag_name) + parser->toffset); in _xml_startElementHandler()
636 add_assoc_string(&tag, "tag", SKIP_TAGSTART(ZSTR_VAL(tag_name))); /* cast to avoid gcc-warning */ in _xml_startElementHandler()
640 parser->ltags[parser->level-1] = estrdup(ZSTR_VAL(tag_name)); in _xml_startElementHandler()
672 zend_string_release_ex(tag_name, 0); in _xml_startElementHandler()
685 zend_string *tag_name = _xml_decode_tag(parser, name); in _xml_endElementHandler() local
690 ZVAL_STRING(&args[1], SKIP_TAGSTART(ZSTR_VAL(tag_name))); in _xml_endElementHandler()
705 _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
1619 if (type->record.tag_name) { in zend_ffi_ctype_name()
1626 if (type->record.tag_name) { in zend_ffi_ctype_name()
2304 if (type->enumeration.tag_name) { in _zend_ffi_type_dtor()
2309 if (type->record.tag_name) { in _zend_ffi_type_dtor()
6039 type->record.tag_name = NULL;
6725 type->record.tag_name = zend_string_copy(tag_name);
6730 type->record.tag_name = zend_string_copy(tag_name);
6735 type->enumeration.tag_name = zend_string_copy(tag_name);
[all …]

Completed in 83 milliseconds