Lines Matching refs:from_encodings
1538 info.from_encodings = MBSTRG(http_input_list);
2402 MBSTRING_API char *php_mb_convert_encoding(const char *input, size_t length, const mbfl_encoding *to_encoding, const mbfl_encoding **from_encodings, size_t num_from_encodings, size_t *output_len)
2413 from_encoding = *from_encodings;
2421 &string, from_encodings, num_from_encodings, MBSTRG(strict_detection));
2432 MBSTRING_API HashTable *php_mb_convert_encoding_recursive(HashTable *input, const mbfl_encoding *to_encoding, const mbfl_encoding **from_encodings, size_t num_from_encodings)
2457 to_encoding, from_encodings, num_from_encodings, &ckey_len);
2468 to_encoding, from_encodings, num_from_encodings, &cval_len);
2481 Z_ARRVAL_P(entry), to_encoding, from_encodings, num_from_encodings);
2518 const mbfl_encoding **from_encodings;
2535 if (php_mb_parse_encoding_array(from_encodings_ht, &from_encodings, &num_from_encodings, 3) == FAILURE) {
2541 &from_encodings, &num_from_encodings,
2547 from_encodings = &MBSTRG(current_internal_encoding);
2553 efree(ZEND_VOIDP(from_encodings));
2562 to_encoding, from_encodings, num_from_encodings, &size);
2573 input_ht, to_encoding, from_encodings, num_from_encodings);
2578 efree(ZEND_VOIDP(from_encodings));