Home
last modified time | relevance | path

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

/PHP-7.2/ext/dba/
H A Ddba_qdbm.c40 DBA_OPEN_FUNC(qdbm) in DBA_OPEN_FUNC() argument
72 DBA_CLOSE_FUNC(qdbm) in DBA_CLOSE_FUNC() argument
80 DBA_FETCH_FUNC(qdbm) in DBA_FETCH_FUNC() argument
96 DBA_UPDATE_FUNC(qdbm) in DBA_UPDATE_FUNC() argument
111 DBA_EXISTS_FUNC(qdbm) in DBA_EXISTS_FUNC() argument
125 DBA_DELETE_FUNC(qdbm) in DBA_DELETE_FUNC() argument
132 DBA_FIRSTKEY_FUNC(qdbm) in DBA_FIRSTKEY_FUNC() argument
150 DBA_NEXTKEY_FUNC(qdbm) in DBA_NEXTKEY_FUNC() argument
166 DBA_OPTIMIZE_FUNC(qdbm) in DBA_OPTIMIZE_FUNC() argument
174 DBA_SYNC_FUNC(qdbm) in DBA_SYNC_FUNC() argument
[all …]
H A Dconfig.w325 ARG_WITH("qdbm", "DBA: QDBM support", "no");
27 if (CHECK_LIB("qdbm_a.lib;qdbm.lib", "dba", PHP_DBA) &&
28 …K_HEADER_ADD_INCLUDE("depot.h", "CFLAGS_DBA", PHP_DBA + ";" + PHP_PHP_BUILD + "\\include\\qdbm")) {
33 WARNING("dba: qdbm handlers not enabled; libraries and headers not found");
H A Dphp_qdbm.h8 DBA_FUNCS(qdbm);
H A DREADME43 qdbm This is available since PHP 5.0.0. The qdbm library can be loaded
44 from http://qdbm.sourceforge.net.
H A Dconfig.m476 PHP_ARG_WITH(qdbm,,
77 [ --with-qdbm[=DIR] DBA: QDBM support], no, no)
123 for LIB in qdbm; do
139 PHP_DBA_STD_RESULT(qdbm)
145 PHP_DBA_STD_RESULT(gdbm, gdbm, [You cannot combine --with-gdbm with --with-qdbm])
544 PHP_DBA_STD_RESULT(dbm, dbm, [You cannot combine --with-dbm with --with-qdbm])
H A Ddba.c362 DBA_HND(qdbm, DBA_LOCK_EXT)
/PHP-7.2/ext/dba/tests/
H A Ddba_qdbm.phpt5 $handler = 'qdbm';
10 $handler = 'qdbm';
17 database handler: qdbm

Completed in 21 milliseconds