Searched refs:charset2 (Results 1 – 2 of 2) sorted by relevance
487 struct charset *charset1, *charset2; in charset_convert() local492 charset2 = charset_find(tocode); in charset_convert()493 if (!charset1 || !charset2 ) in charset_convert()496 tobuf = safe_malloc_mul2add_(fromlen, /*times*/charset2->max, /*+*/1); in charset_convert()509 j = charset_wctomb(charset2, p, wc); in charset_convert()513 j = charset_wctomb(charset2, p, '?'); in charset_convert()
31 std::string charset2; in LLVMFuzzerTestOneInput() local39 &charset2, &body2, &headers)); in LLVMFuzzerTestOneInput()