Searched refs:DB_LOCK_ILOCK (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_util.c25 * We know that DB uses DB_LOCK_ILOCK types for its lock objects. The first
57 if (dbt->size == sizeof(DB_LOCK_ILOCK))
76 if (lock_obj->lockobj.size == sizeof(DB_LOCK_ILOCK))
H A Dlock_list.c111 DB_LOCK_ILOCK *lock, *plock;
148 if (obj->size != sizeof(DB_LOCK_ILOCK))
152 plock = (DB_LOCK_ILOCK *)obj->data;
158 if (obj[i].size != sizeof(DB_LOCK_ILOCK))
160 lock = (DB_LOCK_ILOCK *)obj[i].data;
175 not_ilock: size = nfid * sizeof(DB_LOCK_ILOCK);
195 lock = (DB_LOCK_ILOCK *)obj[i].data;
197 lock = (DB_LOCK_ILOCK *)obj[j].data;
227 DB_LOCK_ILOCK *lock;
261 lock = (DB_LOCK_ILOCK *) d
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in146 struct __db_ilock; typedef struct __db_ilock DB_LOCK_ILOCK;
390 * DB_LOCK_ILOCK --
1665 DB_LOCK_ILOCK lock; /* Object to be locked. */
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h136 struct __db_ilock; typedef struct __db_ilock DB_LOCK_ILOCK; typedef in typeref:struct:__db_ilock
380 * DB_LOCK_ILOCK --
1655 DB_LOCK_ILOCK lock; /* Object to be locked. */
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h125 struct __db_ilock; typedef struct __db_ilock DB_LOCK_ILOCK; typedef in typeref:struct:__db_ilock
369 * DB_LOCK_ILOCK --
1644 DB_LOCK_ILOCK lock; /* Object to be locked. */
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h134 struct __db_ilock; typedef struct __db_ilock DB_LOCK_ILOCK; typedef in typeref:struct:__db_ilock
378 * DB_LOCK_ILOCK --
1653 DB_LOCK_ILOCK lock; /* Object to be locked. */
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h173 struct __db_ilock; typedef struct __db_ilock DB_LOCK_ILOCK; typedef in typeref:struct:__db_ilock
417 * DB_LOCK_ILOCK --
1692 DB_LOCK_ILOCK lock; /* Object to be locked. */
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h173 struct __db_ilock; typedef struct __db_ilock DB_LOCK_ILOCK; typedef in typeref:struct:__db_ilock
417 * DB_LOCK_ILOCK --
1692 DB_LOCK_ILOCK lock; /* Object to be locked. */
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfop_util.c109 DB_LOCK_ILOCK lock_desc;
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_backup.c583 DB_LOCK_ILOCK lock_obj;

Completed in 393 milliseconds