Searched refs:map_size (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/dba/ |
H A D | dba.stub.php | 26 …h, string $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0, ?int $flags … argument 28 …h, string $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0, ?int $flags … argument
|
H A D | dba_lmdb.c | 45 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 D | php_dba.h | 46 zend_long map_size; member
|
H A D | dba_arginfo.h | 9 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, map_size, IS_LONG, 0, "0")
|
H A D | dba.c | 539 zend_long map_size = 0; in php_dba_open() local 544 &permission, &map_size, &driver_flags, &is_flags_null)) { in php_dba_open() 561 if (map_size < 0) { in php_dba_open() 787 connection->info->map_size = map_size; in php_dba_open()
|
/php-src/ext/dba/tests/ |
H A D | value_errors_open.phpt | 131 dba_open(): Argument #5 ($map_size) must be greater than or equal to 0 143 dba_popen(): Argument #5 ($map_size) must be greater than or equal to 0
|
Completed in 12 milliseconds