Home
last modified time | relevance | path

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

/PHP-7.2/ext/dba/
H A Ddba_db4.c115 if (info->flags & DBA_PERSISTENT) {
134 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
157 pefree(dba, info->flags&DBA_PERSISTENT);
168 if (info->flags & DBA_PERSISTENT) {
174 if (info->flags & DBA_PERSISTENT) {
206 if (info->flags & DBA_PERSISTENT) {
211 if (info->flags & DBA_PERSISTENT) {
253 if (info->flags & DBA_PERSISTENT) {
262 if (info->flags & DBA_PERSISTENT) {
H A Ddba_inifile.c55 info->dbf = inifile_alloc(info->fp, info->mode == DBA_READER, info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
64 inifile_free(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_flatfile.c44 info->dbf = pemalloc(sizeof(flatfile), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
59 pefree(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_qdbm.c62 info->dbf = pemalloc(sizeof(dba_qdbm_data), info->flags & DBA_PERSISTENT); in DBA_OPEN_FUNC()
77 pefree(dba, info->flags & DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_dbm.c86 info->dbf = pemalloc(sizeof(dba_dbm_data), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
93 pefree(info->dbf, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_tcadb.c72 info->dbf = pemalloc(sizeof(dba_tcadb_data), info->flags & DBA_PERSISTENT); in DBA_OPEN_FUNC()
86 pefree(dba, info->flags & DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_db1.c82 dba = pemalloc(sizeof(*dba), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
94 pefree(info->dbf, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_db2.c83 info->dbf = pemalloc(sizeof(dba_db2_data), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
96 pefree(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_gdbm.c64 info->dbf = pemalloc(sizeof(dba_gdbm_data), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
79 pefree(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_lmdb.c75 info->dbf = pemalloc(sizeof(struct php_lmdb_info), info->flags & DBA_PERSISTENT); in DBA_OPEN_FUNC()
85 pefree(info->dbf, info->flags & DBA_PERSISTENT); in DBA_OPEN_FUNC()
103 pefree(info->dbf, info->flags & DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_db3.c105 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
128 pefree(dba, info->flags&DBA_PERSISTENT);
H A Ddba_cdb.c102 cdb = pemalloc(sizeof(dba_cdb), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
136 pefree(cdb, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba.c432 pefree(info->path, info->flags&DBA_PERSISTENT); in dba_close()
435 if (info->flags & DBA_PERSISTENT) { in dba_close()
442 if (info->flags & DBA_PERSISTENT) { in dba_close()
449 pefree(info->lock.name, info->flags&DBA_PERSISTENT); in dba_close()
451 pefree(info, info->flags&DBA_PERSISTENT); in dba_close()
867 …s = (hptr->flags & ~DBA_LOCK_ALL) | (lock_flag & DBA_LOCK_ALL) | (persistent ? DBA_PERSISTENT : 0); in php_dba_open()
H A Dphp_dba.h69 #define DBA_PERSISTENT (0x0020) macro

Completed in 18 milliseconds