Home
last modified time | relevance | path

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

/PHP-8.3/ext/dba/
H A Ddba.c167 DBA_HND(dbm, DBA_LOCK_ALL) /* No lock in lib */
179 DBA_HND(db1, DBA_LOCK_ALL) /* No lock in lib */
200 DBA_HND(tcadb, DBA_LOCK_ALL)
619 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()
629 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()
636 lock_flag = DBA_LOCK_ALL; in php_dba_open()
637 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()
647 lock_flag = (hptr->flags&DBA_LOCK_ALL); in php_dba_open()
725 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()
746 …info->flags = (hptr->flags & ~DBA_LOCK_ALL) | (lock_flag & DBA_LOCK_ALL) | (persistent ? DBA_PERSI… in php_dba_open()
[all …]
H A Dphp_dba.h63 #define DBA_LOCK_ALL (DBA_LOCK_READER|DBA_LOCK_WRITER|DBA_LOCK_CREAT|DBA_LOCK_TRUNC) macro

Completed in 7 milliseconds