Home
last modified time | relevance | path

Searched refs:mbc_enc_len (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dutf8.c71 mbc_enc_len(const UChar* p) in mbc_enc_len() function
85 len = mbc_enc_len(p++); in is_valid_mbc_string()
106 len = mbc_enc_len(p); in mbc_to_code()
265 mbc_enc_len,
H A Dsjis.c74 mbc_enc_len(const UChar* p) in mbc_enc_len() function
289 mbc_enc_len,
H A Deuc_jp.c54 mbc_enc_len(const UChar* p) in mbc_enc_len() function
272 mbc_enc_len,
H A Doniguruma.h126 int (*mbc_enc_len)(const OnigUChar* p); member
274 #define ONIGENC_MBC_ENC_LEN(enc,p) (enc)->mbc_enc_len(p)
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY102 2018/03/30: fix #84: stack-buffer-overflow in mbc_enc_len

Completed in 38 milliseconds