Lines Matching refs:num_from_encodings
1539 info.num_from_encodings = MBSTRG(http_input_list_size);
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)
2411 ZEND_ASSERT(num_from_encodings >= 1);
2412 if (num_from_encodings == 1) {
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);
2519 size_t num_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,
2548 num_from_encodings = 1;
2552 if (!num_from_encodings) {
2562 to_encoding, from_encodings, num_from_encodings, &size);
2573 input_ht, to_encoding, from_encodings, num_from_encodings);