Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmb_gpc.h26 const mbfl_encoding **from_encodings; member
H A Dmb_gpc.c137 info.from_encodings = MBSTRG(http_input_list); in ZEND_EXTERN_MODULE_GLOBALS()
235 from_encoding = info->from_encodings[0]; in _php_mb_encoding_handler_ex()
237 …ng_for_strings((const unsigned char**)val_list, len_list, num, info->from_encodings, info->num_fro… in _php_mb_encoding_handler_ex()
304 info.from_encodings = MBSTRG(http_input_list); in SAPI_POST_HANDLER_FUNC()
H A Dmbstring.h63 const mbfl_encoding **from_encodings, size_t num_from_encodings);
H A Dmbstring.c1537 info.from_encodings = MBSTRG(http_input_list); in PHP_FUNCTION()
2676 from_encoding = *from_encodings; in php_mb_convert_encoding()
2740 Z_ARRVAL_P(entry), to_encoding, from_encodings, num_from_encodings); in php_mb_convert_encoding_recursive()
2794 const mbfl_encoding **from_encodings; in PHP_FUNCTION() local
2811 …if (php_mb_parse_encoding_array(from_encodings_ht, &from_encodings, &num_from_encodings, 3) == FAI… in PHP_FUNCTION()
2817 &from_encodings, &num_from_encodings, in PHP_FUNCTION()
2823 from_encodings = &MBSTRG(current_internal_encoding); in PHP_FUNCTION()
2828 remove_non_encodings_from_elist(from_encodings, &num_from_encodings); in PHP_FUNCTION()
2832 efree(ZEND_VOIDP(from_encodings)); in PHP_FUNCTION()
2847 input_ht, to_encoding, from_encodings, num_from_encodings); in PHP_FUNCTION()
[all …]

Completed in 26 milliseconds