Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.h108 struct openCnt *pOpen; /* Info about all open fd's on this inode */
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()
1576 struct openCnt *pOpen = id->pOpen;

Completed in 11 milliseconds