Home
last modified time | relevance | path

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

/PHP-8.2/ext/dba/
H A Ddba_db3.c49 DBA_OPEN_FUNC(db3) argument
107 DBA_CLOSE_FUNC(db3) argument
116 DBA_FETCH_FUNC(db3) argument
133 DBA_UPDATE_FUNC(db3) argument
154 DBA_EXISTS_FUNC(db3) argument
171 DBA_DELETE_FUNC(db3) argument
183 DBA_FIRSTKEY_FUNC(db3) argument
199 DBA_NEXTKEY_FUNC(db3) argument
216 DBA_OPTIMIZE_FUNC(db3) argument
221 DBA_SYNC_FUNC(db3) argument
[all …]
H A Dphp_db3.h8 DBA_FUNCS(db3);
H A Dconfig.m496 PHP_ARG_WITH([db3],,
97 [AS_HELP_STRING([[--with-db3[=DIR]]],
440 PHP_DBA_STD_RESULT(db3, Berkeley DB3, [You cannot combine --with-db3 with --with-db4])
443 if test -f "$i/db3/db.h"; then
445 THIS_INCLUDE=$i/include/db3/db.h
447 elif test -f "$i/include/db3/db.h"; then
449 THIS_INCLUDE=$i/include/db3/db.h
453 THIS_INCLUDE=$i/include/db/db3.h
455 elif test -f "$i/include/db3.h"; then
457 THIS_INCLUDE=$i/include/db3.h
[all …]
H A Ddba.c185 DBA_HND(db3, DBA_LOCK_ALL) /* No lock in lib */
/PHP-8.2/ext/dba/tests/
H A Ddba_db3.phpt8 check_skip('db3');
15 $handler = 'db3';
/PHP-8.2/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc154 … dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
/PHP-8.2/
H A DEXTENSIONS77 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini

Completed in 18 milliseconds