Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/mbstring/
H A Dmbstring.c3714 int i, *convmap, *mapelm, mapsize=0; in php_mb_numericentity_exec() local
3754 mapelm = convmap; in php_mb_numericentity_exec()
3761 *mapelm++ = Z_LVAL_PP(hash_entry); in php_mb_numericentity_exec()

Completed in 28 milliseconds