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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c60 typedef struct os2ShmNode os2ShmNode; /* A shared descritive memory node */ typedef in typeref:struct:os2ShmNode
759 ** Either os2ShmNode.mutex must be held or os2ShmNode.nRef==0 and
764 struct os2ShmNode { struct
766 os2ShmNode *pNext; /* Next in list of all os2ShmNode objects */
795 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */
796 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22072 typedef struct os2ShmNode os2ShmNode; /* A shared descritive memory node */ typedef in typeref:struct:os2ShmNode
22771 ** Either os2ShmNode.mutex must be held or os2ShmNode.nRef==0 and
22776 struct os2ShmNode { struct
22778 os2ShmNode *pNext; /* Next in list of all os2ShmNode objects */
22807 os2ShmNode *pShmNode; /* The underlying os2ShmNode object */
22808 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */
[all...]

Completed in 1504 milliseconds