Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dos.c250 struct openCnt { struct
279 static void releaseOpenCnt(struct openCnt *pOpen){ in releaseOpenCnt()
298 struct openCnt **ppOpen /* Return the openCnt structure here */ in findLockInfo()
305 struct openCnt *pOpen; in findLockInfo()
333 pOpen = (struct openCnt*)sqliteHashFind(&openHash, &key2, sizeof(key2)); in findLockInfo()
335 struct openCnt *pOld; in findLockInfo()
925 struct openCnt *pOpen = id->pOpen; in sqliteOsClose()
1575 struct openCnt *pOpen = id->pOpen;
H A Dos.h111 struct openCnt *pOpen; /* Info about all open fd's on this inode */