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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c182 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef in typeref:struct:unixShmNode
940 unixShmNode *pShmNode; /* Shared memory associated with this inode */
3542 ** of this unixShmNode object. In other words, each wal-index is opened
3545 ** Each unixShmNode object is connected to a single unixInodeInfo object.
3549 ** the unixInodeInfo object contains a pointer to this unixShmNode object
3550 ** and the unixShmNode object is created only when needed.
3562 ** Either unixShmNode.mutex must be held or unixShmNode.nRef==0 and
3566 struct unixShmNode { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24133 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef in typeref:struct:unixShmNode
25096 unixShmNode *pShmNode; /* Shared memory associated with this inode */
27698 ** of this unixShmNode object. In other words, each wal-index is opened
27701 ** Each unixShmNode object is connected to a single unixInodeInfo object.
27705 ** the unixInodeInfo object contains a pointer to this unixShmNode object
27706 ** and the unixShmNode object is created only when needed.
27718 ** Either unixShmNode.mutex must be held or unixShmNode.nRef==0 and
27722 struct unixShmNode { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24994 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef in typeref:struct:unixShmNode
26021 unixShmNode *pShmNode; /* Shared memory associated with this inode */
28695 struct unixShmNode { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25001 typedef struct unixShmNode unixShmNode; /* Shared memory instance */ typedef in typeref:struct:unixShmNode
26039 unixShmNode *pShmNode; /* Shared memory associated with this inode */
28715 struct unixShmNode { struct
[all...]

Completed in 810 milliseconds