Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2490 mapelm = &(pc->convmap[n*4]); in collector_encode_htmlnumericentity()
2491 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_htmlnumericentity()
2492 s = (c + mapelm[2]) & mapelm[3]; in collector_encode_htmlnumericentity()
2576 mapelm = &(pc->convmap[n*4]); in collector_decode_htmlnumericentity()
2577 d = s - mapelm[2]; in collector_decode_htmlnumericentity()
2578 if (d >= mapelm[0] && d <= mapelm[1]) { in collector_decode_htmlnumericentity()
2657 d = s - mapelm[2]; in collector_decode_htmlnumericentity()
2658 if (d >= mapelm[0] && d <= mapelm[1]) { in collector_decode_htmlnumericentity()
2712 mapelm = &(pc->convmap[n*4]); in collector_encode_hex_htmlnumericentity()
2713 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_hex_htmlnumericentity()
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c4078 int i, *convmap, *mapelm, mapsize=0; in php_mb_numericentity_exec() local
4111 mapelm = convmap; in php_mb_numericentity_exec()
4114 *mapelm++ = zval_get_long(hash_entry); in php_mb_numericentity_exec()

Completed in 34 milliseconds