Searched defs:findLockInfo (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c22389 ** Release a unixLockInfo structure previously allocated by findLockInfo().
22416 ** Release a unixOpenCnt structure previously allocated by findLockInfo().
22463 static int findLockInfo( function
22615 rc = findLockInfo(pFile, &pFile->pLock, 0);
24657 /* When opening a zero-size database, the findLockInfo() procedure
25073 rc = findLockInfo(pNew, &pNew->pLock, &pNew->pOpen);
25075 /* If an error occured in findLockInfo(), close the file descriptor
25076 ** immediately, before releasing the mutex. findLockInfo() may fail
25085 ** findLockInfo(). If this is the case, it is quite safe to close
25115 rc = findLockInfo(pNe
[all...]

Completed in 206 milliseconds