Searched defs:locktype (Results 1 – 3 of 3) sorted by relevance
| /external/ppp/pppd/ |
| D | tdb.c | 1000 static tdb_off tdb_find_lock_hash(TDB_CONTEXT *tdb, TDB_DATA key, u32 hash, int locktype,
|
| /external/sqlite/dist/ |
| D | sqlite3.c | 17748 unsigned char locktype; /* Type of lock currently held on this file */ member 17960 int os2Lock( sqlite3_file *id, int locktype ){ in os2Lock() 18141 int os2Unlock( sqlite3_file *id, int locktype ){ in os2Unlock() 18835 unsigned char locktype; /* The type of lock held on this fd */ member 19173 int locktype; /* One of SHARED_LOCK, RESERVED_LOCK etc. */ member 19587 static const char *locktypeName(int locktype){ in locktypeName() 19999 static int unixLock(sqlite3_file *id, int locktype){ in unixLock() 20201 static int unixUnlock(sqlite3_file *id, int locktype){ in unixUnlock() 20432 static int afpUnixLock(sqlite3_file *id, int locktype){ in afpUnixLock() 20566 static int afpUnixUnlock(sqlite3_file *id, int locktype) { in afpUnixUnlock() [all …]
|
| /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()
|