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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c183 typedef struct unixInodeInfo unixInodeInfo; /* An i-node */ typedef in typeref:struct:unixInodeInfo
205 unixInodeInfo *pInode; /* Info about locks on this inode */
485 ** global mutex is used to protect the unixInodeInfo and
882 ** released. To work around this problem, each unixInodeInfo object
887 ** The unixInodeInfo structure keeps a list of file descriptors that need to
914 ** to locate a particular unixInodeInfo object.
934 struct unixInodeInfo { struct
943 unixInodeInfo *pNext; /* List of all unixInodeInfo object
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24134 typedef struct unixInodeInfo unixInodeInfo; /* An i-node */ typedef in typeref:struct:unixInodeInfo
24156 unixInodeInfo *pInode; /* Info about locks on this inode */
24641 ** global mutex is used to protect the unixInodeInfo and
25038 ** released. To work around this problem, each unixInodeInfo object
25043 ** The unixInodeInfo structure keeps a list of file descriptors that need to
25070 ** to locate a particular unixInodeInfo object.
25090 struct unixInodeInfo { struct
25099 unixInodeInfo *pNext; /* List of all unixInodeInfo object
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24995 typedef struct unixInodeInfo unixInodeInfo; /* An i-node */ typedef in typeref:struct:unixInodeInfo
25018 unixInodeInfo *pInode; /* Info about locks on this inode */
25564 ** global mutex is used to protect the unixInodeInfo and
25963 ** released. To work around this problem, each unixInodeInfo object
25968 ** The unixInodeInfo structure keeps a list of file descriptors that need to
25995 ** to locate a particular unixInodeInfo object.
26015 struct unixInodeInfo { struct
26024 unixInodeInfo *pNext; /* List of all unixInodeInfo object
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25002 typedef struct unixInodeInfo unixInodeInfo; /* An i-node */ typedef in typeref:struct:unixInodeInfo
25025 unixInodeInfo *pInode; /* Info about locks on this inode */
25582 ** global mutex is used to protect the unixInodeInfo and
25981 ** released. To work around this problem, each unixInodeInfo object
25986 ** The unixInodeInfo structure keeps a list of file descriptors that need to
26013 ** to locate a particular unixInodeInfo object.
26033 struct unixInodeInfo { struct
26042 unixInodeInfo *pNext; /* List of all unixInodeInfo object
[all...]

Completed in 459 milliseconds