Home
last modified time | relevance | path

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

/PHP-8.3/ext/dba/tests/
H A Dbug78808.phpt2 Bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached)
/PHP-8.3/ext/mbstring/
H A Dmbstring.c3658 uint32_t *convmap_end = convmap + (mapsize * 4); in html_numeric_entity_convert()
3703 if (html_numeric_entity_convert(w, convmap, mapsize, &w)) { in html_numeric_entity_encode()
3748 int mapsize; in PHP_FUNCTION() local
3765 uint32_t *convmap = make_conversion_map(target_hash, &mapsize); in PHP_FUNCTION()
3770 RETVAL_STR(html_numeric_entity_encode(str, enc, convmap, mapsize, is_hex)); in PHP_FUNCTION()
3777 uint32_t *convmap_end = convmap + (mapsize * 4); in html_numeric_entity_deconvert()
3892 if (html_numeric_entity_deconvert(value, convmap, mapsize, converted)) { in html_numeric_entity_decode()
3930 if (html_numeric_entity_deconvert(value, convmap, mapsize, converted)) { in html_numeric_entity_decode()
3980 int mapsize; in PHP_FUNCTION() local
3995 uint32_t *convmap = make_conversion_map(target_hash, &mapsize); in PHP_FUNCTION()
[all …]

Completed in 23 milliseconds