Searched refs:db3 (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/ext/dba/ |
H A D | dba_db3.c | 59 DBA_OPEN_FUNC(db3) argument 122 DBA_CLOSE_FUNC(db3) argument 131 DBA_FETCH_FUNC(db3) argument 146 DBA_UPDATE_FUNC(db3) argument 163 DBA_EXISTS_FUNC(db3) argument 176 DBA_DELETE_FUNC(db3) argument 184 DBA_FIRSTKEY_FUNC(db3) argument 201 DBA_NEXTKEY_FUNC(db3) argument 220 DBA_OPTIMIZE_FUNC(db3) argument 225 DBA_SYNC_FUNC(db3) argument [all …]
|
H A D | php_db3.h | 8 DBA_FUNCS(db3);
|
H A D | config.m4 | 88 PHP_ARG_WITH(db3,, 411 PHP_DBA_STD_RESULT(db3, Berkeley DB3, [You cannot combine --with-db3 with --with-db4]) 414 if test -f "$i/db3/db.h"; then 416 THIS_INCLUDE=$i/include/db3/db.h 418 elif test -f "$i/include/db3/db.h"; then 420 THIS_INCLUDE=$i/include/db3/db.h 422 elif test -f "$i/include/db/db3.h"; then 424 THIS_INCLUDE=$i/include/db/db3.h 426 elif test -f "$i/include/db3.h"; then 428 THIS_INCLUDE=$i/include/db3.h [all …]
|
H A D | README | 22 db3 DB3 is Sleepycat Software's DB3.
|
H A D | dba.c | 350 DBA_HND(db3, DBA_LOCK_ALL) /* No lock in lib */
|
/PHP-7.2/ext/dba/tests/ |
H A D | dba_db3.phpt | 5 $handler = 'db3'; 10 $handler = 'db3'; 16 database handler: db3
|
H A D | dba_handler.inc | 63 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
/PHP-7.2/ |
H A D | EXTENSIONS | 74 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
|
Completed in 13 milliseconds