Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2696 mapelm = &(pc->convmap[n*4]); in collector_encode_htmlnumericentity()
2697 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_htmlnumericentity()
2698 s = (c + mapelm[2]) & mapelm[3]; in collector_encode_htmlnumericentity()
2782 mapelm = &(pc->convmap[n*4]); in collector_decode_htmlnumericentity()
2783 d = s - mapelm[2]; in collector_decode_htmlnumericentity()
2784 if (d >= mapelm[0] && d <= mapelm[1]) { in collector_decode_htmlnumericentity()
2865 d = s - mapelm[2]; in collector_decode_htmlnumericentity()
2866 if (d >= mapelm[0] && d <= mapelm[1]) { in collector_decode_htmlnumericentity()
2920 mapelm = &(pc->convmap[n*4]); in collector_encode_hex_htmlnumericentity()
2921 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_hex_htmlnumericentity()
[all …]
/PHP-7.1/ext/mbstring/
H A Dmbstring.c3996 int i, *convmap, *mapelm, mapsize=0; in php_mb_numericentity_exec() local
4033 mapelm = convmap; in php_mb_numericentity_exec()
4037 *mapelm++ = Z_LVAL_P(hash_entry); in php_mb_numericentity_exec()

Completed in 26 milliseconds