Searched refs:qdbm (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/dba/ |
H A D | dba_qdbm.c | 38 DBA_OPEN_FUNC(qdbm) in DBA_OPEN_FUNC() argument 70 DBA_CLOSE_FUNC(qdbm) in DBA_CLOSE_FUNC() argument 78 DBA_FETCH_FUNC(qdbm) in DBA_FETCH_FUNC() argument 94 DBA_UPDATE_FUNC(qdbm) in DBA_UPDATE_FUNC() argument 109 DBA_EXISTS_FUNC(qdbm) in DBA_EXISTS_FUNC() argument 123 DBA_DELETE_FUNC(qdbm) in DBA_DELETE_FUNC() argument 130 DBA_FIRSTKEY_FUNC(qdbm) in DBA_FIRSTKEY_FUNC() argument 148 DBA_NEXTKEY_FUNC(qdbm) in DBA_NEXTKEY_FUNC() argument 164 DBA_OPTIMIZE_FUNC(qdbm) in DBA_OPTIMIZE_FUNC() argument 172 DBA_SYNC_FUNC(qdbm) in DBA_SYNC_FUNC() argument [all …]
|
H A D | config.w32 | 4 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 D | php_qdbm.h | 8 DBA_FUNCS(qdbm);
|
H A D | config.m4 | 72 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 D | dba.c | 359 DBA_HND(qdbm, DBA_LOCK_EXT)
|
/PHP-7.4/ext/dba/tests/ |
H A D | dba_qdbm.phpt | 5 $handler = 'qdbm'; 10 $handler = 'qdbm'; 21 database handler: qdbm
|
Completed in 15 milliseconds