Searched defs:openCnt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dos.c179 ** a pointer to an openCnt structure. There is one openCnt structure
181 ** openCnt. When an attempt is made to close an OsFile, if there are
184 ** The openCnt structure keeps a list of file descriptors that need to
199 ** openCnt structure should not include the process id in its
202 ** combine the lockInfo and openCnt structures into a single structure.
235 ** to locate a particular openCnt structure given its inode. This
250 struct openCnt { struct
259 ** These hash table maps inodes and process IDs into lockInfo and openCnt
277 ** Release a openCnt structur
[all...]

Completed in 22 milliseconds