Searched refs:openCnt (Results 1 – 2 of 2) sorted by relevance
108 struct openCnt *pOpen; /* Info about all open fd's on this inode */
247 struct openCnt { struct276 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()1576 struct openCnt *pOpen = id->pOpen;
Completed in 11 milliseconds