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()
237 …val_list, len_list, num, info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection),… in _php_mb_encoding_handler_ex()
251 …[n], len_list[n], from_encoding, info->to_encoding, MBSTRG(current_filter_illegal_substchar), MBST… in _php_mb_encoding_handler_ex()
252 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
256 …[n], len_list[n], from_encoding, info->to_encoding, MBSTRG(current_filter_illegal_substchar), MBST… in _php_mb_encoding_handler_ex()
257 MBSTRG(illegalchars) += num_errors; in _php_mb_encoding_handler_ex()
298 MBSTRG(http_input_identify_post) = NULL; in SAPI_POST_HANDLER_FUNC()
303 info.to_encoding = MBSTRG(internal_encoding); in SAPI_POST_HANDLER_FUNC()
304 info.from_encodings = MBSTRG(http_input_list); in SAPI_POST_HANDLER_FUNC()
305 info.num_from_encodings = MBSTRG(http_input_list_size); in SAPI_POST_HANDLER_FUNC()
314 MBSTRG(http_input_identify) = detected; in SAPI_POST_HANDLER_FUNC()
316 MBSTRG(http_input_identify_post) = detected; in SAPI_POST_HANDLER_FUNC()