Home
last modified time | relevance | path

Searched refs:openCnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c247 struct openCnt { struct
276 static void releaseOpenCnt(struct openCnt *pOpen){ in releaseOpenCnt()
295 struct openCnt **ppOpen /* Return the openCnt structure here */ in findLockInfo()
302 struct openCnt *pOpen; in findLockInfo()
330 pOpen = (struct openCnt*)sqliteHashFind(&openHash, &key2, sizeof(key2)); in findLockInfo()
332 struct openCnt *pOld; in findLockInfo()
922 struct openCnt *pOpen = id->pOpen; in sqliteOsClose()
1572 struct openCnt *pOpen = id->pOpen;
H A Dos.h108 struct openCnt *pOpen; /* Info about all open fd's on this inode */