Home
last modified time | relevance | path

Searched refs:map_size (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/dba/
H A Ddba.stub.php17 …h, string $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0, ?int $flags … argument
20 …h, string $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0, ?int $flags … argument
H A Ddba_lmdb.c45 zend_long map_size = info->map_size; in DBA_OPEN_FUNC() local
47 ZEND_ASSERT(map_size >= 0); in DBA_OPEN_FUNC()
76 if (map_size > 0) { in DBA_OPEN_FUNC()
77 rc = mdb_env_set_mapsize(env, (size_t) map_size); in DBA_OPEN_FUNC()
H A Ddba_arginfo.h9 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, map_size, IS_LONG, 0, "0")
H A Dphp_dba.h46 zend_long map_size; member
H A Ddba.c495 zend_long map_size = 0; in php_dba_open() local
501 &permission, &map_size, &driver_flags, &is_flags_null)) { in php_dba_open()
518 if (map_size < 0) { in php_dba_open()
744 info->map_size = map_size; in php_dba_open()
/php-src/ext/dba/tests/
H A Dvalue_errors_open.phpt130 dba_open(): Argument #5 ($map_size) must be greater than or equal to 0
142 dba_popen(): Argument #5 ($map_size) must be greater than or equal to 0

Completed in 16 milliseconds