Searched refs:mapelm (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 2570 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local 2576 mapelm = &(pc->convmap[n*4]); in collector_encode_htmlnumericentity() 2577 if (c >= mapelm[0] && c <= mapelm[1]) { in collector_encode_htmlnumericentity() 2578 s = (c + mapelm[2]) & mapelm[3]; in collector_encode_htmlnumericentity() 2616 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local 2660 mapelm = &(pc->convmap[n*4]); in collector_decode_htmlnumericentity() 2661 d = s - mapelm[2]; in collector_decode_htmlnumericentity() 2662 if (d >= mapelm[0] && d <= mapelm[1]) { in collector_decode_htmlnumericentity()
|
/PHP-5.3/ext/mbstring/ |
H A D | mbstring.c | 3533 int i, *convmap, *mapelm, mapsize=0; in php_mb_numericentity_exec() local 3566 mapelm = convmap; in php_mb_numericentity_exec() 3573 *mapelm++ = Z_LVAL_PP(hash_entry); in php_mb_numericentity_exec()
|
Completed in 37 milliseconds