Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/
H A Dmbstring.c1403 MBSTRG(current_internal_encoding) = MBSTRG(internal_encoding); in PHP_RINIT_FUNCTION()
1404 MBSTRG(current_http_output_encoding) = MBSTRG(http_output_encoding); in PHP_RINIT_FUNCTION()
1405 MBSTRG(current_filter_illegal_mode) = MBSTRG(filter_illegal_mode); in PHP_RINIT_FUNCTION()
1406 MBSTRG(current_filter_illegal_substchar) = MBSTRG(filter_illegal_substchar); in PHP_RINIT_FUNCTION()
1478 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_RSHUTDOWN_FUNCTION()
1480 MBSTRG(outconv) = NULL; in PHP_RSHUTDOWN_FUNCTION()
1941 if (MBSTRG(outconv)) { in PHP_FUNCTION()
1942 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_FUNCTION()
2010 MBSTRG(illegalchars) += mbfl_buffer_illegalchars(MBSTRG(outconv)); in PHP_FUNCTION()
2012 MBSTRG(outconv) = NULL; in PHP_FUNCTION()
[all …]
H A Dmb_gpc.c67 if (!MBSTRG(encoding_translation)) { in ZEND_EXTERN_MODULE_GLOBALS()
157 info.to_language = MBSTRG(language); in ZEND_EXTERN_MODULE_GLOBALS()
160 info.from_language = MBSTRG(language); 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()
170 MBSTRG(http_input_identify_post) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
173 MBSTRG(http_input_identify_get) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
176 MBSTRG(http_input_identify_cookie) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
179 MBSTRG(http_input_identify_string) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
395 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
[all …]
H A Dmbstring.h215 #define MBSTRG(v) TSRMG(mbstring_globals_id, zend_mbstring_globals *, v) macro
217 #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()
/PHP-5.3/ext/standard/
H A Dhtml.c732 switch (MBSTRG(current_internal_encoding)) { in determine_charset()

Completed in 52 milliseconds