Searched defs:locktype (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | os_os2.c | 71 int locktype; /* Type of lock currently held on this file */ member 317 static int os2Lock( sqlite3_file *id, int locktype ){ in os2Lock() 500 static int os2Unlock( sqlite3_file *id, int locktype ){ in os2Unlock()
|
D | os_win.c | 105 unsigned char locktype; /* Type of lock currently held on this file */ member 976 static int winLock(sqlite3_file *id, int locktype){ in winLock() 1132 static int winUnlock(sqlite3_file *id, int locktype){ in winUnlock()
|
D | pager.c | 3643 static int pager_wait_on_lock(Pager *pPager, int locktype){ in pager_wait_on_lock()
|
/external/chromium_org/tools/telemetry/third_party/davclient/ |
D | davclient.py | 266 …def set_lock(self, path, owner, locktype='exclusive', lockscope='write', depth=None, headers=None): argument
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 3135 tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, int locktype, in tdb_find_lock_hash()
|