Searched refs:db3 (Results 1 – 9 of 9) sorted by relevance
/PHP-5.6/ext/dba/ |
H A D | dba_db3.c | 56 DBA_OPEN_FUNC(db3) in DBA_OPEN_FUNC() argument 114 DBA_CLOSE_FUNC(db3) in DBA_CLOSE_FUNC() argument 123 DBA_FETCH_FUNC(db3) in DBA_FETCH_FUNC() argument 138 DBA_UPDATE_FUNC(db3) in DBA_UPDATE_FUNC() argument 155 DBA_EXISTS_FUNC(db3) in DBA_EXISTS_FUNC() argument 168 DBA_DELETE_FUNC(db3) in DBA_DELETE_FUNC() argument 176 DBA_FIRSTKEY_FUNC(db3) in DBA_FIRSTKEY_FUNC() argument 193 DBA_NEXTKEY_FUNC(db3) in DBA_NEXTKEY_FUNC() argument 212 DBA_OPTIMIZE_FUNC(db3) in DBA_OPTIMIZE_FUNC() argument 217 DBA_SYNC_FUNC(db3) in DBA_SYNC_FUNC() argument [all …]
|
H A D | php_db3.h | 8 DBA_FUNCS(db3);
|
H A D | config.m4 | 88 PHP_ARG_WITH(db3,, 377 PHP_DBA_STD_RESULT(db3, Berkeley DB3, [You cannot combine --with-db3 with --with-db4]) 380 if test -f "$i/db3/db.h"; then 382 THIS_INCLUDE=$i/include/db3/db.h 384 elif test -f "$i/include/db3/db.h"; then 386 THIS_INCLUDE=$i/include/db3/db.h 388 elif test -f "$i/include/db/db3.h"; then 390 THIS_INCLUDE=$i/include/db/db3.h 392 elif test -f "$i/include/db3.h"; then 394 THIS_INCLUDE=$i/include/db3.h [all …]
|
H A D | README | 22 db3 DB3 is Sleepycat Software's DB3.
|
H A D | dba.c | 340 DBA_HND(db3, DBA_LOCK_ALL) /* No lock in lib */
|
/PHP-5.6/ext/sybase_ct/tests/ |
H A D | test_connection_caching.phpt | 16 $db3= sybase_connect_ex(NULL, NULL, $new= TRUE); 17 var_dump($db1, $db2, $db3, (string)$db1 == (string)$db2, (string)$db2 == (string)$db3);
|
/PHP-5.6/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-5.6/ |
H A D | EXTENSIONS | 136 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
|
Completed in 22 milliseconds