Home
last modified time | relevance | path

Searched refs:MBSTRG (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/mbstring/
H A Dmb_gpc.c64 char *value = MBSTRG(internal_encoding_name); in ZEND_EXTERN_MODULE_GLOBALS()
68 if (!MBSTRG(encoding_translation)) { in ZEND_EXTERN_MODULE_GLOBALS()
140 MBSTRG(http_input_identify_post) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
143 MBSTRG(http_input_identify_get) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
146 MBSTRG(http_input_identify_cookie) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
149 MBSTRG(http_input_identify_string) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
162 MBSTRG(illegalchars) = 0; in ZEND_EXTERN_MODULE_GLOBALS()
165 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
173 MBSTRG(http_input_identify_get) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
369 MBSTRG(http_input_identify_post) = NULL; in SAPI_POST_HANDLER_FUNC()
[all …]
H A Dmbstring.c1615 MBSTRG(current_internal_encoding) = MBSTRG(internal_encoding); in PHP_RINIT_FUNCTION()
1616 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1617 MBSTRG(current_filter_illegal_mode) = MBSTRG(filter_illegal_mode); in PHP_RINIT_FUNCTION()
1618 MBSTRG(current_filter_illegal_substchar) = MBSTRG(filter_illegal_substchar); in PHP_RINIT_FUNCTION()
1672 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_RSHUTDOWN_FUNCTION()
1674 MBSTRG(outconv) = NULL; in PHP_RSHUTDOWN_FUNCTION()
2132 if (MBSTRG(outconv)) { in PHP_FUNCTION()
2133 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_FUNCTION()
2203 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_FUNCTION()
2205 MBSTRG(outconv) = NULL; in PHP_FUNCTION()
[all …]
H A Dmbstring.h203 #define MBSTRG(v) TSRMG(mbstring_globals_id, zend_mbstring_globals *, v) macro
205 #define MBSTRG(v) (mbstring_globals.v) macro
H A Dphp_mbregex.c55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g)
133 return MBSTRG(mb_regex_globals) ? SUCCESS: FAILURE; in PHP_RINIT_FUNCTION()

Completed in 35 milliseconds