Searched refs:qdbm (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/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 | README | 43 qdbm This is available since PHP 5.0.0. The qdbm library can be loaded 44 from http://qdbm.sourceforge.net.
|
H A D | config.m4 | 74 PHP_ARG_WITH(qdbm,, 75 [ --with-qdbm[=DIR] DBA: QDBM support], no, no) 121 for LIB in qdbm; do 137 PHP_DBA_STD_RESULT(qdbm) 143 PHP_DBA_STD_RESULT(gdbm, gdbm, [You cannot combine --with-gdbm with --with-qdbm]) 542 PHP_DBA_STD_RESULT(dbm, dbm, [You cannot combine --with-dbm with --with-qdbm])
|
H A D | dba.c | 360 DBA_HND(qdbm, DBA_LOCK_EXT)
|
/PHP-7.3/ext/dba/tests/ |
H A D | dba_qdbm.phpt | 5 $handler = 'qdbm'; 10 $handler = 'qdbm'; 21 database handler: qdbm
|
Completed in 17 milliseconds