Home
last modified time | relevance | path

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

/PHP-8.2/ext/dba/tests/
H A Ddba_qdbm_creation_matrix.phpt8 check_skip('qdbm');
14 $handler = 'qdbm';
21 $handler = 'qdbm';
28 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
46 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
64 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
76 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
89 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
107 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
119 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
[all …]
H A Ddba_qdbm.phpt8 check_skip('qdbm');
15 $handler = 'qdbm';
28 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
30 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
32 Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
63 Notice: dba_open(): Handler qdbm does locking internally in %s on line 1%d
124 Warning: dba_open(): Locking cannot be disabled for handler qdbm in %s on line %d
/PHP-8.2/ext/dba/
H A Ddba_qdbm.c34 DBA_OPEN_FUNC(qdbm) in DBA_OPEN_FUNC() argument
66 DBA_CLOSE_FUNC(qdbm) in DBA_CLOSE_FUNC() argument
74 DBA_FETCH_FUNC(qdbm) in DBA_FETCH_FUNC() argument
90 DBA_UPDATE_FUNC(qdbm) in DBA_UPDATE_FUNC() argument
105 DBA_EXISTS_FUNC(qdbm) in DBA_EXISTS_FUNC() argument
119 DBA_DELETE_FUNC(qdbm) in DBA_DELETE_FUNC() argument
126 DBA_FIRSTKEY_FUNC(qdbm) in DBA_FIRSTKEY_FUNC() argument
144 DBA_NEXTKEY_FUNC(qdbm) in DBA_NEXTKEY_FUNC() argument
160 DBA_OPTIMIZE_FUNC(qdbm) in DBA_OPTIMIZE_FUNC() argument
168 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.c197 DBA_HND(qdbm, DBA_LOCK_EXT)
/PHP-8.2/.github/actions/configure-x64/
H A Daction.yml71 --with-qdbm \
/PHP-8.2/.circleci/
H A Dconfig.yml152 --with-qdbm \

Completed in 19 milliseconds