Home
last modified time | relevance | path

Searched refs:DBA_PERSISTENT (Results 1 – 14 of 14) sorted by relevance

/PHP-8.2/ext/dba/
H A Ddba_db4.c105 if (info->flags & DBA_PERSISTENT) {
119 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
142 pefree(dba, info->flags&DBA_PERSISTENT);
157 if (info->flags & DBA_PERSISTENT) {
162 if (info->flags & DBA_PERSISTENT) {
202 if (info->flags & DBA_PERSISTENT) {
207 if (info->flags & DBA_PERSISTENT) {
252 if (info->flags & DBA_PERSISTENT) {
260 if (info->flags & DBA_PERSISTENT) {
H A Ddba_flatfile.c37 info->dbf = pemalloc(sizeof(flatfile), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
52 pefree(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_inifile.c37 info->dbf = inifile_alloc(info->fp, info->mode == DBA_READER, info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
46 inifile_free(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_qdbm.c56 info->dbf = pemalloc(sizeof(dba_qdbm_data), info->flags & DBA_PERSISTENT); in DBA_OPEN_FUNC()
71 pefree(dba, info->flags & DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_dbm.c74 info->dbf = pemalloc(sizeof(dba_dbm_data), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
81 pefree(info->dbf, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_tcadb.c66 info->dbf = pemalloc(sizeof(dba_tcadb_data), info->flags & DBA_PERSISTENT); in DBA_OPEN_FUNC()
81 pefree(dba, info->flags & DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_db1.c70 dba = pemalloc(sizeof(*dba), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
82 pefree(info->dbf, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_db2.c68 info->dbf = pemalloc(sizeof(dba_db2_data), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
81 pefree(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_gdbm.c52 info->dbf = pemalloc(sizeof(dba_gdbm_data), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
67 pefree(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_lmdb.c100 info->dbf = pemalloc(sizeof(struct php_lmdb_info), info->flags & DBA_PERSISTENT); in DBA_OPEN_FUNC()
110 pefree(info->dbf, info->flags & DBA_PERSISTENT); in DBA_OPEN_FUNC()
128 pefree(info->dbf, info->flags & DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_db3.c90 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
113 pefree(dba, info->flags&DBA_PERSISTENT);
H A Ddba_cdb.c98 cdb = pemalloc(sizeof(dba_cdb), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
132 pefree(cdb, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Dphp_dba.h67 #define DBA_PERSISTENT (0x0020) macro
H A Ddba.c266 pefree(info->path, info->flags&DBA_PERSISTENT); in dba_close()
269 if (info->flags & DBA_PERSISTENT) { in dba_close()
276 if (info->flags & DBA_PERSISTENT) { in dba_close()
282 pefree(info, info->flags&DBA_PERSISTENT); in dba_close()
732 …s = (hptr->flags & ~DBA_LOCK_ALL) | (lock_flag & DBA_LOCK_ALL) | (persistent ? DBA_PERSISTENT : 0); in php_dba_open()

Completed in 28 milliseconds