Home
last modified time | relevance | path

Searched refs:qdbm (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/dba/
H A Ddba_qdbm.c36 DBA_OPEN_FUNC(qdbm) in DBA_OPEN_FUNC() argument
68 DBA_CLOSE_FUNC(qdbm) in DBA_CLOSE_FUNC() argument
76 DBA_FETCH_FUNC(qdbm) in DBA_FETCH_FUNC() argument
92 DBA_UPDATE_FUNC(qdbm) in DBA_UPDATE_FUNC() argument
107 DBA_EXISTS_FUNC(qdbm) in DBA_EXISTS_FUNC() argument
121 DBA_DELETE_FUNC(qdbm) in DBA_DELETE_FUNC() argument
128 DBA_FIRSTKEY_FUNC(qdbm) in DBA_FIRSTKEY_FUNC() argument
146 DBA_NEXTKEY_FUNC(qdbm) in DBA_NEXTKEY_FUNC() argument
162 DBA_OPTIMIZE_FUNC(qdbm) in DBA_OPTIMIZE_FUNC() argument
170 DBA_SYNC_FUNC(qdbm) in DBA_SYNC_FUNC() argument
[all …]
H A Dconfig.w324 ARG_WITH("qdbm", "DBA: QDBM support", "no");
26 if (CHECK_LIB("qdbm_a.lib;qdbm.lib", "dba", PHP_DBA) &&
27 …K_HEADER_ADD_INCLUDE("depot.h", "CFLAGS_DBA", PHP_DBA + ";" + PHP_PHP_BUILD + "\\include\\qdbm")) {
32 WARNING("dba: qdbm handlers not enabled; libraries and headers not found");
H A Dphp_qdbm.h8 DBA_FUNCS(qdbm);
H A Dconfig.m472 PHP_ARG_WITH([qdbm],,
73 [AS_HELP_STRING([[--with-qdbm[=DIR]]],
144 elif test -f "$i/include/qdbm/depot.h"; then
146 THIS_INCLUDE=$i/include/qdbm/depot.h
152 for LIB in qdbm; do
168 PHP_DBA_STD_RESULT(qdbm)
174 PHP_DBA_STD_RESULT(gdbm, gdbm, [You cannot combine --with-gdbm with --with-qdbm])
573 PHP_DBA_STD_RESULT(dbm, dbm, [You cannot combine --with-dbm with --with-qdbm])
H A Ddba.c260 DBA_HND(qdbm, DBA_LOCK_EXT)
/PHP-8.1/ext/dba/tests/
H A Ddba_qdbm.phpt7 $handler = 'qdbm';
12 $handler = 'qdbm';
22 database handler: qdbm
/PHP-8.1/.github/actions/configure-x64/
H A Daction.yml71 --with-qdbm \
/PHP-8.1/.circleci/
H A Dconfig.yml152 --with-qdbm \

Completed in 12 milliseconds