Searched refs:DBA_LOCK_ALL (Results 1 – 2 of 2) sorted by relevance
329 DBA_HND(dbm, DBA_LOCK_ALL) /* No lock in lib */362 DBA_HND(tcadb, DBA_LOCK_ALL)745 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()746 lock_flag = (hptr->flags & DBA_LOCK_ALL); in php_dba_open()751 lock_flag = DBA_LOCK_ALL; in php_dba_open()752 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()758 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()767 lock_flag = (hptr->flags&DBA_LOCK_ALL); in php_dba_open()848 if ((hptr->flags & DBA_LOCK_ALL) == 0) { in php_dba_open()873 …info->flags = (hptr->flags & ~DBA_LOCK_ALL) | (lock_flag & DBA_LOCK_ALL) | (persistent ? DBA_PERSI… in php_dba_open()[all …]
63 #define DBA_LOCK_ALL (DBA_LOCK_READER|DBA_LOCK_WRITER|DBA_LOCK_CREAT|DBA_LOCK_TRUNC) macro
Completed in 8 milliseconds