Lines Matching refs:MBSTRG

44 	if (!MBSTRG(encoding_translation)) {  in ZEND_EXTERN_MODULE_GLOBALS()
112 MBSTRG(http_input_identify_post) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
115 MBSTRG(http_input_identify_get) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
118 MBSTRG(http_input_identify_cookie) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
121 MBSTRG(http_input_identify_string) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
128 info.to_encoding = MBSTRG(internal_encoding); in ZEND_EXTERN_MODULE_GLOBALS()
129 info.from_encodings = MBSTRG(http_input_list); in ZEND_EXTERN_MODULE_GLOBALS()
130 info.num_from_encodings = MBSTRG(http_input_list_size); in ZEND_EXTERN_MODULE_GLOBALS()
132 MBSTRG(illegalchars) = 0; in ZEND_EXTERN_MODULE_GLOBALS()
135 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
140 MBSTRG(http_input_identify_post) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
143 MBSTRG(http_input_identify_get) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
146 MBSTRG(http_input_identify_cookie) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
149 MBSTRG(http_input_identify_string) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
230 …val_list, len_list, num, info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection),… in _php_mb_encoding_handler_ex()
244 …[n], len_list[n], from_encoding, info->to_encoding, MBSTRG(current_filter_illegal_substchar), MBST… in _php_mb_encoding_handler_ex()
245 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
249 …[n], len_list[n], from_encoding, info->to_encoding, MBSTRG(current_filter_illegal_substchar), MBST… in _php_mb_encoding_handler_ex()
250 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
291 MBSTRG(http_input_identify_post) = NULL; in SAPI_POST_HANDLER_FUNC()
296 info.to_encoding = MBSTRG(internal_encoding); in SAPI_POST_HANDLER_FUNC()
297 info.from_encodings = MBSTRG(http_input_list); in SAPI_POST_HANDLER_FUNC()
298 info.num_from_encodings = MBSTRG(http_input_list_size); in SAPI_POST_HANDLER_FUNC()
307 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
309 MBSTRG(http_input_identify_post) = detected; in SAPI_POST_HANDLER_FUNC()