Home
last modified time | relevance | path

Searched refs:DBA_LOCK_ALL (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/dba/
H A Ddba.c332 DBA_HND(dbm, DBA_LOCK_ALL) /* No lock in lib */
365 DBA_HND(tcadb, DBA_LOCK_ALL)
739 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()
740 lock_flag = (hptr->flags & DBA_LOCK_ALL); in php_dba_open()
745 lock_flag = DBA_LOCK_ALL; in php_dba_open()
746 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()
752 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()
761 lock_flag = (hptr->flags&DBA_LOCK_ALL); in php_dba_open()
842 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()
867 …info->flags = (hptr->flags & ~DBA_LOCK_ALL) | (lock_flag & DBA_LOCK_ALL) | (persistent ? DBA_PERSI… in php_dba_open()
[all …]
H A Dphp_dba.h65 #define DBA_LOCK_ALL (DBA_LOCK_READER|DBA_LOCK_WRITER|DBA_LOCK_CREAT|DBA_LOCK_TRUNC) macro

Completed in 38 milliseconds