Home
last modified time | relevance | path

Searched refs:DBA_TRUNC (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/dba/
H A Ddba_db4.c85 info->mode = DBA_TRUNC; /* force truncate */
89 info->mode == DBA_TRUNC ? DB_BTREE :
96 info->mode == DBA_TRUNC ? DB_CREATE | DB_TRUNCATE : -1;
103 (info->mode == DBA_TRUNC || info->mode == DBA_CREAT) ? DB_BTREE :
109 info->mode == DBA_TRUNC ? DB_CREATE | DB_TRUNCATE : -1;
H A Ddba_db2.c57 info->mode = DBA_TRUNC; /* force truncate */ in DBA_OPEN_FUNC()
61 info->mode == DBA_TRUNC ? DB_BTREE : in DBA_OPEN_FUNC()
68 info->mode == DBA_TRUNC ? DB_CREATE | DB_TRUNCATE : -1; in DBA_OPEN_FUNC()
H A Ddba_db3.c66 info->mode = DBA_TRUNC; /* force truncate */ in DBA_OPEN_FUNC()
70 info->mode == DBA_TRUNC ? DB_BTREE : in DBA_OPEN_FUNC()
77 info->mode == DBA_TRUNC ? DB_CREATE | DB_TRUNCATE : -1; in DBA_OPEN_FUNC()
H A Ddba_ndbm.c54 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Ddba_qdbm.c54 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Ddba_tcadb.c56 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Ddba_dbm.c67 if(info->mode == DBA_TRUNC) { in DBA_OPEN_FUNC()
H A Ddba_db1.c69 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Dphp_dba.h30 DBA_TRUNC, enumerator
H A Ddba_gdbm.c51 info->mode == DBA_TRUNC ? GDBM_NEWDB : -1; in DBA_OPEN_FUNC()
H A Ddba_cdb.c88 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Ddba.c300 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \
307 if(info->mode != DBA_WRITER && info->mode != DBA_TRUNC && info->mode != DBA_CREAT) { \
769 modenr = DBA_TRUNC; in php_dba_open()

Completed in 19 milliseconds