HomeSort by relevance Sort by last modified time
    Searched refs:os2ShmNode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 60 typedef struct os2ShmNode os2ShmNode; /* A shared descritive memory node */
759 ** Either os2ShmNode.mutex must be held or os2ShmNode.nRef==0 and
764 struct os2ShmNode {
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/
sqlite3.c     [all...]

Completed in 412 milliseconds