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()
2666 from_encoding = *from_encodings; in php_mb_convert_encoding()
2730 Z_ARRVAL_P(entry), to_encoding, from_encodings, num_from_encodings); in php_mb_convert_encoding_recursive()
2784 const mbfl_encoding **from_encodings; in PHP_FUNCTION() local
2801 …if (php_mb_parse_encoding_array(from_encodings_ht, &from_encodings, &num_from_encodings, 3) == FAI… in PHP_FUNCTION()
2807 &from_encodings, &num_from_encodings, in PHP_FUNCTION()
2813 from_encodings = &MBSTRG(current_internal_encoding); in PHP_FUNCTION()
2818 remove_non_encodings_from_elist(from_encodings, &num_from_encodings); in PHP_FUNCTION()
2822 efree(ZEND_VOIDP(from_encodings)); in PHP_FUNCTION()
2837 input_ht, to_encoding, from_encodings, num_from_encodings); in PHP_FUNCTION()
[all …]

Completed in 37 milliseconds