Home
last modified time | relevance | path

Searched refs:tcadb (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/dba/
H A Ddba_tcadb.c31 TCADB *tcadb; member
34 DBA_OPEN_FUNC(tcadb) in DBA_OPEN_FUNC() argument
39 if (tcadb) { in DBA_OPEN_FUNC()
54 tcadbdel(tcadb); in DBA_OPEN_FUNC()
60 tcadbdel(tcadb); in DBA_OPEN_FUNC()
68 ((dba_tcadb_data *) info->dbf)->tcadb = tcadb; in DBA_OPEN_FUNC()
75 DBA_CLOSE_FUNC(tcadb) in DBA_CLOSE_FUNC() argument
80 tcadbdel(dba->tcadb); in DBA_CLOSE_FUNC()
84 DBA_FETCH_FUNC(tcadb) in DBA_FETCH_FUNC() argument
189 DBA_SYNC_FUNC(tcadb) in DBA_SYNC_FUNC() argument
[all …]
H A Dphp_tcadb.h24 DBA_FUNCS(tcadb);
H A Dconfig.m4120 PHP_ARG_WITH([tcadb],,
121 [AS_HELP_STRING([[--with-tcadb[=DIR]]],
236 if test -f "$i/include/tcadb.h"; then
239 THIS_INCLUDE=$i/include/tcadb.h
261 PHP_DBA_STD_RESULT(tcadb)
H A Ddba.c200 DBA_HND(tcadb, DBA_LOCK_ALL)
/PHP-8.2/ext/dba/tests/
H A Ddba_tcadb_creation_matrix.phpt2 DBA tcadb opening matrix of combination
8 check_skip('tcadb');
14 $handler = 'tcadb';
21 $handler = 'tcadb';
28 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
36 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
44 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
52 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
118 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
122 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d
[all …]
H A Ddba_tcadb.phpt8 check_skip('tcadb');
15 $handler = 'tcadb';
/PHP-8.2/.github/actions/configure-x64/
H A Daction.yml69 --with-tcadb \
/PHP-8.2/.circleci/
H A Dconfig.yml150 --with-tcadb \
/PHP-8.2/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc162 if ($handler == 'dbm' || $handler == "tcadb") {
204 $extension = $handler === 'tcadb' ? 'tch' : 'db';

Completed in 20 milliseconds