Home
last modified time | relevance | path

Searched defs:pOpen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c276 static void releaseOpenCnt(struct openCnt *pOpen){ in releaseOpenCnt()
302 struct openCnt *pOpen; in findLockInfo() local
922 struct openCnt *pOpen = id->pOpen; in sqliteOsClose() local
1572 struct openCnt *pOpen = id->pOpen; local
H A Dos.h108 struct openCnt *pOpen; /* Info about all open fd's on this inode */ member