Searched defs: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.c24119 typedef struct unixInodeInfo unixInodeInfo; /* An i-node */ typedef in typeref:struct:unixInodeInfo
24141 unixInodeInfo *pInode; /* Info about locks on this inode */
24626 ** global mutex is used to protect the unixInodeInfo and
25023 ** released. To work around this problem, each unixInodeInfo object
25028 ** The unixInodeInfo structure keeps a list of file descriptors that need to
25055 ** to locate a particular unixInodeInfo object.
25075 struct unixInodeInfo { struct
25084 unixInodeInfo *pNext; /* List of all unixInodeInfo object
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24224 typedef struct unixInodeInfo unixInodeInfo; /* An i-node */ typedef in typeref:struct:unixInodeInfo
24247 unixInodeInfo *pInode; /* Info about locks on this inode */
24877 ** global mutex is used to protect the unixInodeInfo and
25265 ** released. To work around this problem, each unixInodeInfo object
25270 ** The unixInodeInfo structure keeps a list of file descriptors that need to
25297 ** to locate a particular unixInodeInfo object.
25317 struct unixInodeInfo { struct
25326 unixInodeInfo *pNext; /* List of all unixInodeInfo object
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24231 typedef struct unixInodeInfo unixInodeInfo; /* An i-node */ typedef in typeref:struct:unixInodeInfo
24254 unixInodeInfo *pInode; /* Info about locks on this inode */
24895 ** global mutex is used to protect the unixInodeInfo and
25283 ** released. To work around this problem, each unixInodeInfo object
25288 ** The unixInodeInfo structure keeps a list of file descriptors that need to
25315 ** to locate a particular unixInodeInfo object.
25335 struct unixInodeInfo { struct
25344 unixInodeInfo *pNext; /* List of all unixInodeInfo object
[all...]

Completed in 492 milliseconds