Searched refs:DBA_LOCK_ALL (Results 1 – 2 of 2) sorted by relevance
308 DBA_HND(dbm, DBA_LOCK_ALL) /* No lock in lib */320 DBA_HND(db1, DBA_LOCK_ALL) /* No lock in lib */703 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()704 lock_flag = (hptr->flags & DBA_LOCK_ALL); in php_dba_open()709 lock_flag = DBA_LOCK_ALL; in php_dba_open()710 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()716 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()725 lock_flag = (hptr->flags&DBA_LOCK_ALL); in php_dba_open()784 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()809 …info->flags = (hptr->flags & ~DBA_LOCK_ALL) | (lock_flag & DBA_LOCK_ALL) | (persistent ? DBA_PERSI… in php_dba_open()[all …]
62 #define DBA_LOCK_ALL (DBA_LOCK_READER|DBA_LOCK_WRITER|DBA_LOCK_CREAT|DBA_LOCK_TRUNC) macro
Completed in 8 milliseconds