Searched refs:lmdb (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/dba/tests/ |
H A D | bug78808.phpt | 5 $handler = 'lmdb'; 10 $handler = 'lmdb'; 13 $lmdb_h = dba_open($db_filename, 'c', 'lmdb', 0644, 5*1048576);
|
H A D | dba_lmdb.phpt | 5 $handler = 'lmdb'; 10 $handler = 'lmdb'; 20 database handler: lmdb
|
/PHP-8.0/ext/dba/ |
H A D | dba_lmdb.c | 39 DBA_OPEN_FUNC(lmdb) in DBA_OPEN_FUNC() argument 110 DBA_CLOSE_FUNC(lmdb) in DBA_CLOSE_FUNC() argument 118 DBA_FETCH_FUNC(lmdb) in DBA_FETCH_FUNC() argument 160 DBA_UPDATE_FUNC(lmdb) in DBA_UPDATE_FUNC() argument 195 DBA_EXISTS_FUNC(lmdb) in DBA_EXISTS_FUNC() argument 231 DBA_DELETE_FUNC(lmdb) in DBA_DELETE_FUNC() argument 262 DBA_FIRSTKEY_FUNC(lmdb) in DBA_FIRSTKEY_FUNC() argument 302 DBA_NEXTKEY_FUNC(lmdb) in DBA_NEXTKEY_FUNC() argument 335 DBA_OPTIMIZE_FUNC(lmdb) in DBA_OPTIMIZE_FUNC() argument 340 DBA_SYNC_FUNC(lmdb) in DBA_SYNC_FUNC() argument [all …]
|
H A D | config.w32 | 6 ARG_WITH("lmdb", "DBA: Lightning memory-mapped database support", "no"); 38 CHECK_HEADER_ADD_INCLUDE("lmdb.h", "CFLAGS_DBA") && 41 AC_DEFINE("LMDB_INCLUDE_FILE", "<lmdb.h>", "", false); 44 WARNING("dba: lmdb handlers not enabled; libraries and headers not found");
|
H A D | php_lmdb.h | 8 DBA_FUNCS(lmdb);
|
H A D | config.m4 | 126 PHP_ARG_WITH([lmdb],, 127 [AS_HELP_STRING([[--with-lmdb[=DIR]]], 267 if test -f "$i/include/lmdb.h"; then 270 THIS_INCLUDE=$i/include/lmdb.h 276 for LIB in lmdb; do 292 PHP_DBA_STD_RESULT(lmdb)
|
H A D | dba.c | 266 DBA_HND(lmdb, DBA_LOCK_EXT)
|
/PHP-8.0/.github/actions/configure-x64/ |
H A D | action.yml | 69 --with-lmdb \
|
Completed in 18 milliseconds