Searched refs:mapsize (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/ext/dba/ |
H A D | dba_lmdb.c | 46 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.4/ext/dba/tests/ |
H A D | bug78808.phpt | 2 Bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached)
|
/PHP-7.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.h | 300 mbfl_html_numeric_entity(mbfl_string *string, mbfl_string *result, int *convmap, int mapsize, int t…
|
H A D | mbfilter.c | 2477 int mapsize; member 2486 size = pc->mapsize; in collector_encode_htmlnumericentity() 2574 size = pc->mapsize; in collector_decode_htmlnumericentity() 2654 size = pc->mapsize; in collector_decode_htmlnumericentity() 2708 size = pc->mapsize; in collector_encode_hex_htmlnumericentity() 2826 int mapsize, in mbfl_html_numeric_entity() argument 2875 pc.mapsize = mapsize; in mbfl_html_numeric_entity()
|
/PHP-7.4/ |
H A D | UPGRADING | 579 databases which allows to specify the mapsize. The parameter defaults to 580 zero, in which case the compiled in default mapsize (usually 1048576) will 581 be used. The mapsize should be a multiple of the page size of the OS.
|
H A D | NEWS | 1201 . Fixed bug #78808 ([LMDB] MDB_MAP_FULL: Environment mapsize limit reached).
|
/PHP-7.4/ext/mbstring/ |
H A D | mbstring.c | 4078 int i, *convmap, *mapelm, mapsize=0; in php_mb_numericentity_exec() local 4112 mapsize = 0; in php_mb_numericentity_exec() 4115 mapsize++; in php_mb_numericentity_exec() 4122 mapsize /= 4; in php_mb_numericentity_exec() 4124 ret = mbfl_html_numeric_entity(&string, &result, convmap, mapsize, type); in php_mb_numericentity_exec()
|
Completed in 56 milliseconds