Searched refs:unixInodeInfo (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c24559 typedef struct unixInodeInfo unixInodeInfo; /* An i-node */ typedef in typeref:struct:unixInodeInfo
24581 unixInodeInfo *pInode; /* Info about locks on this inode */
25086 ** global mutex is used to protect the unixInodeInfo and
25485 ** released. To work around this problem, each unixInodeInfo object
25490 ** The unixInodeInfo structure keeps a list of file descriptors that need to
25517 ** to locate a particular unixInodeInfo object.
25537 struct unixInodeInfo { struct
25546 unixInodeInfo *pNext; /* List of all unixInodeInfo object
[all...]

Completed in 388 milliseconds