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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c266 ** Release a lockInfo structure previously allocated by findLockInfo().
277 ** Release a openCnt structure previously allocated by findLockInfo().
295 int findLockInfo( function
484 rc = findLockInfo(id->fd, &id->pLock, &id->pOpen);
605 rc = findLockInfo(id->fd, &id->pLock, &id->pOpen);
692 rc = findLockInfo(id->fd, &id->pLock, &id->pOpen);

Completed in 869 milliseconds