Home
last modified time | relevance | path

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

/PHP-8.2/ext/dba/
H A Ddba_db4.c74 info->mode = DBA_TRUNC; /* force truncate */
78 info->mode == DBA_TRUNC ? DB_BTREE :
85 info->mode == DBA_TRUNC ? DB_CREATE | DB_TRUNCATE : -1;
92 (info->mode == DBA_TRUNC || info->mode == DBA_CREAT) ? DB_BTREE :
98 info->mode == DBA_TRUNC ? DB_CREATE | DB_TRUNCATE : -1;
H A Ddba_db2.c47 info->mode = DBA_TRUNC; /* force truncate */ in DBA_OPEN_FUNC()
51 info->mode == DBA_TRUNC ? DB_BTREE : in DBA_OPEN_FUNC()
58 info->mode == DBA_TRUNC ? DB_CREATE | DB_TRUNCATE : -1; in DBA_OPEN_FUNC()
H A Ddba_db3.c59 info->mode = DBA_TRUNC; /* force truncate */
63 info->mode == DBA_TRUNC ? DB_BTREE :
70 info->mode == DBA_TRUNC ? DB_CREATE | DB_TRUNCATE : -1;
H A Ddba_ndbm.c48 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Dphp_dba.h29 DBA_TRUNC, enumerator
H A Ddba_qdbm.c48 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Ddba_dbm.c55 if(info->mode == DBA_TRUNC) { in DBA_OPEN_FUNC()
H A Ddba_tcadb.c50 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Ddba_db1.c57 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Ddba_gdbm.c44 info->mode == DBA_TRUNC ? GDBM_NEWDB : -1; in DBA_OPEN_FUNC()
H A Ddba_cdb.c84 case DBA_TRUNC: in DBA_OPEN_FUNC()
H A Ddba.c142 if ((info)->mode != DBA_WRITER && (info)->mode != DBA_TRUNC && (info)->mode != DBA_CREAT) { \
692 modenr = DBA_TRUNC; in php_dba_open()

Completed in 21 milliseconds