Lines Matching refs:MBSTRG

52 	if (!MBSTRG(encoding_translation)) {  in ZEND_EXTERN_MODULE_GLOBALS()
120 MBSTRG(http_input_identify_post) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
123 MBSTRG(http_input_identify_get) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
126 MBSTRG(http_input_identify_cookie) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
129 MBSTRG(http_input_identify_string) = NULL; in ZEND_EXTERN_MODULE_GLOBALS()
136 info.to_encoding = MBSTRG(internal_encoding); in ZEND_EXTERN_MODULE_GLOBALS()
137 info.from_encodings = MBSTRG(http_input_list); in ZEND_EXTERN_MODULE_GLOBALS()
138 info.num_from_encodings = MBSTRG(http_input_list_size); in ZEND_EXTERN_MODULE_GLOBALS()
140 MBSTRG(illegalchars) = 0; in ZEND_EXTERN_MODULE_GLOBALS()
143 MBSTRG(http_input_identify) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
148 MBSTRG(http_input_identify_post) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
151 MBSTRG(http_input_identify_get) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
154 MBSTRG(http_input_identify_cookie) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
157 MBSTRG(http_input_identify_string) = detected; in ZEND_EXTERN_MODULE_GLOBALS()
240 …identd = mbfl_encoding_detector_new(info->from_encodings, info->num_from_encodings, MBSTRG(strict_… in _php_mb_encoding_handler_ex()
268 …[n], len_list[n], from_encoding, info->to_encoding, MBSTRG(current_filter_illegal_substchar), MBST… in _php_mb_encoding_handler_ex()
269 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
273 …[n], len_list[n], from_encoding, info->to_encoding, MBSTRG(current_filter_illegal_substchar), MBST… in _php_mb_encoding_handler_ex()
274 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
315 MBSTRG(http_input_identify_post) = NULL; in SAPI_POST_HANDLER_FUNC()
320 info.to_encoding = MBSTRG(internal_encoding); in SAPI_POST_HANDLER_FUNC()
321 info.from_encodings = MBSTRG(http_input_list); in SAPI_POST_HANDLER_FUNC()
322 info.num_from_encodings = MBSTRG(http_input_list_size); in SAPI_POST_HANDLER_FUNC()
331 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
333 MBSTRG(http_input_identify_post) = detected; in SAPI_POST_HANDLER_FUNC()