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

  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 61 typedef struct os2ShmLink os2ShmLink; /* A connection to shared-memory */
74 os2ShmLink *pShmLink; /* Instance of shared memory on this file */
773 int nRef; /* Number of os2ShmLink objects pointing to this */
774 os2ShmLink *pFirst; /* First os2ShmLink object pointing to this */
794 struct os2ShmLink {
796 os2ShmLink *pNext; /* Next os2Shm with the same os2ShmNode */
882 os2ShmLink *pLink;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 96 milliseconds