Searched refs:handleNFSUnlock (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c1543 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED
1549 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument
1604 (void)handleNFSUnlock;
1605 assert( handleNFSUnlock==0 );
1608 if( handleNFSUnlock ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c25684 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED
25690 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument
25745 (void)handleNFSUnlock;
25746 assert( handleNFSUnlock==0 );
25749 if( handleNFSUnlock ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c25979 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED
25985 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument
26030 (void)handleNFSUnlock;
26031 assert( handleNFSUnlock==0 );
26034 if( handleNFSUnlock ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25997 ** If handleNFSUnlock is true, then on downgrading an EXCLUSIVE_LOCK to SHARED
26003 static int posixUnlock(sqlite3_file *id, int eFileLock, int handleNFSUnlock){ argument
26048 (void)handleNFSUnlock;
26049 assert( handleNFSUnlock==0 );
26052 if( handleNFSUnlock ){
[all...]

Completed in 540 milliseconds