Home
last modified time | relevance | path

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

/PHP-7.3/ext/dba/
H A Ddba_lmdb.c46 zend_long mapsize = 0; in DBA_OPEN_FUNC() local
52 mapsize = zval_get_long(&info->argv[1]); in DBA_OPEN_FUNC()
53 if (mapsize < 0) { in DBA_OPEN_FUNC()
67 if (mapsize > 0) { in DBA_OPEN_FUNC()
68 rc = mdb_env_set_mapsize(env, (size_t) mapsize); in DBA_OPEN_FUNC()
/PHP-7.3/ext/dba/tests/
H A Dbug78808.phpt2 Bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached)
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h304 mbfl_html_numeric_entity(mbfl_string *string, mbfl_string *result, int *convmap, int mapsize, int t…
H A Dmbfilter.c2487 int mapsize; member
2496 size = pc->mapsize; in collector_encode_htmlnumericentity()
2584 size = pc->mapsize; in collector_decode_htmlnumericentity()
2666 size = pc->mapsize; in collector_decode_htmlnumericentity()
2720 size = pc->mapsize; in collector_encode_hex_htmlnumericentity()
2840 int mapsize, in mbfl_html_numeric_entity() argument
2889 pc.mapsize = mapsize; in mbfl_html_numeric_entity()
/PHP-7.3/
H A DUPGRADING506 databases which allows to specify the mapsize. The parameter defaults to
507 zero, in which case the compiled in default mapsize (usually 1048576) will
508 be used. The mapsize should be a multiple of the page size of the OS.
H A DNEWS546 . Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached).
/PHP-7.3/ext/mbstring/
H A Dmbstring.c3938 int i, *convmap, *mapelm, mapsize=0; in php_mb_numericentity_exec() local
3973 mapsize = 0; in php_mb_numericentity_exec()
3976 mapsize++; in php_mb_numericentity_exec()
3983 mapsize /= 4; in php_mb_numericentity_exec()
3985 ret = mbfl_html_numeric_entity(&string, &result, convmap, mapsize, type); in php_mb_numericentity_exec()

Completed in 41 milliseconds