Searched refs:qdbm (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/ext/dba/ |
H A D | dba_qdbm.c | 40 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 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 | 76 PHP_ARG_WITH(qdbm,, 77 [ --with-qdbm[=DIR] DBA: QDBM support], no, no) 120 for LIB in qdbm; do 136 PHP_DBA_STD_RESULT(qdbm) 142 PHP_DBA_STD_RESULT(gdbm, gdbm, [You cannot combine --with-gdbm with --with-qdbm]) 510 PHP_DBA_STD_RESULT(dbm, dbm, [You cannot combine --with-dbm with --with-qdbm])
|
H A D | dba.c | 361 DBA_HND(qdbm, DBA_LOCK_EXT)
|
/PHP-7.1/ext/dba/tests/ |
H A D | dba_qdbm.phpt | 5 $handler = 'qdbm'; 10 $handler = 'qdbm'; 17 database handler: qdbm 35 Warning: dba_popen(%stest0.dbm,r-): Locking cannot be disabled for handler qdbm in %sdba_handler.in…
|
Completed in 12 milliseconds