Home
last modified time | relevance | path

Searched refs:mbc_to_code (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/mbstring/tests/
H A Dbug72994.phpt2 Bug #72994 (mbc_to_code() out of bounds read)
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dsjis.c126 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() function
294 mbc_to_code,
H A Dutf8.c101 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() function
274 mbc_to_code,
H A Deuc_jp.c96 mbc_to_code(const UChar* p, const UChar* end) in mbc_to_code() function
277 mbc_to_code,
H A Doniguruma.h131 OnigCodePoint (*mbc_to_code)(const OnigUChar* p, const OnigUChar* end); member
279 #define ONIGENC_MBC_TO_CODE(enc,p,end) (enc)->mbc_to_code((p),(end))
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY255 2016/08/21: fix out of bounds read in mbc_to_code() #16

Completed in 27 milliseconds