Lines Matching refs:current_mbctype

54 	OnigEncoding current_mbctype;  member
77 pglobals->current_mbctype = ONIG_ENCODING_UTF8; in _php_mb_regex_globals_ctor()
152 MBREX(current_mbctype) = MBREX(default_mbctype); in PHP_RSHUTDOWN_FUNCTION()
419 MBREX(current_mbctype) = mbctype; in php_mb_regex_set_mbctype()
439 return _php_mb_regex_mbctype2name(MBREX(current_mbctype)); in php_mb_regex_get_mbctype()
849 const char *retval = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); in PHP_FUNCTION()
864 MBREX(current_mbctype) = mbctype; in PHP_FUNCTION()
916 _php_mb_regex_mbctype2name(MBREX(current_mbctype)) in _php_mb_regex_ereg_exec()
944 …ern(Z_STRVAL_P(arg_pattern), Z_STRLEN_P(arg_pattern), options, MBREX(current_mbctype), MBREX(regex… in _php_mb_regex_ereg_exec()
1039 current_enc_name = _php_mb_regex_mbctype2name(MBREX(current_mbctype)); in _php_mb_regex_ereg_replace_exec()
1072 _php_mb_regex_mbctype2name(MBREX(current_mbctype)) in _php_mb_regex_ereg_replace_exec()
1108 …re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, options, MBREX(current_mbctype), sy… in _php_mb_regex_ereg_replace_exec()
1298 _php_mb_regex_mbctype2name(MBREX(current_mbctype)))) { in PHP_FUNCTION()
1303 …rn(arg_pattern, arg_pattern_len, MBREX(regex_default_options), MBREX(current_mbctype), MBREX(regex… in PHP_FUNCTION()
1393 _php_mb_regex_mbctype2name(MBREX(current_mbctype)))) { in PHP_FUNCTION()
1397 …if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype)… in PHP_FUNCTION()
1451 …_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) ==… in _php_mb_regex_ereg_search_exec()
1589 …_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) ==… in PHP_FUNCTION()
1603 _php_mb_regex_mbctype2name(MBREX(current_mbctype)) in PHP_FUNCTION()