Home
last modified time | relevance | path

Searched refs:lmdb (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/dba/tests/
H A Dbug78808.phpt7 $handler = 'lmdb';
12 $handler = 'lmdb';
15 $lmdb_h = dba_open($db_filename, 'c', 'lmdb', 0644, 5*1048576);
H A Ddba_lmdb.phpt7 $handler = 'lmdb';
12 $handler = 'lmdb';
22 database handler: lmdb
/PHP-8.1/ext/dba/
H A Ddba_lmdb.c39 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 Dconfig.w326 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 Dphp_lmdb.h8 DBA_FUNCS(lmdb);
H A Dconfig.m4126 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 Ddba.c266 DBA_HND(lmdb, DBA_LOCK_EXT)
/PHP-8.1/.github/actions/configure-x64/
H A Daction.yml70 --with-lmdb \
/PHP-8.1/.circleci/
H A Dconfig.yml151 --with-lmdb \

Completed in 17 milliseconds