Searched refs:tcadb (Results 1 – 9 of 9) sorted by relevance
31 TCADB *tcadb; member34 DBA_OPEN_FUNC(tcadb) in DBA_OPEN_FUNC() argument39 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() argument80 tcadbdel(dba->tcadb); in DBA_CLOSE_FUNC()84 DBA_FETCH_FUNC(tcadb) in DBA_FETCH_FUNC() argument189 DBA_SYNC_FUNC(tcadb) in DBA_SYNC_FUNC() argument[all …]
24 DBA_FUNCS(tcadb);
141 PHP_ARG_WITH([tcadb],,142 [AS_HELP_STRING([[--with-tcadb[=DIR]]],264 if test -f "$i/include/tcadb.h"; then267 THIS_INCLUDE=$i/include/tcadb.h291 PHP_DBA_STD_RESULT([tcadb])
202 DBA_HND(tcadb, DBA_LOCK_ALL)
2 DBA tcadb opening matrix of combination8 check_skip('tcadb');14 $handler = 'tcadb';21 $handler = 'tcadb';28 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d36 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d44 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d52 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d118 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d122 Warning: dba_open(): Driver initialization failed for handler: tcadb in %s on line %d[all …]
8 check_skip('tcadb');15 $handler = 'tcadb';
73 --with-tcadb \
142 --with-tcadb \
177 if ($handler == 'dbm' || $handler == "tcadb") {219 $extension = $handler === 'tcadb' ? 'tch' : 'db';
Completed in 27 milliseconds