Home
last modified time | relevance | path

Searched refs:mapelm (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2267 mapelm = &(pc->convmap[n*4]); in collector_encode_htmlnumericentity()
2268 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_htmlnumericentity()
2269 s = (c + mapelm[2]) & mapelm[3]; in collector_encode_htmlnumericentity()
2353 mapelm = &(pc->convmap[n*4]); in collector_decode_htmlnumericentity()
2354 d = s - mapelm[2]; in collector_decode_htmlnumericentity()
2355 if (d >= mapelm[0] && d <= mapelm[1]) { in collector_decode_htmlnumericentity()
2434 d = s - mapelm[2]; in collector_decode_htmlnumericentity()
2435 if (d >= mapelm[0] && d <= mapelm[1]) { in collector_decode_htmlnumericentity()
2489 mapelm = &(pc->convmap[n*4]); in collector_encode_hex_htmlnumericentity()
2490 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_hex_htmlnumericentity()
[all …]
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3187 int *mapelm = convmap; in make_conversion_map() local
3190 *mapelm++ = zval_get_long(hash_entry); in make_conversion_map()

Completed in 20 milliseconds