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

  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 714 ** global mutex is used to protect os2ShmNodeList.
810 static os2ShmNode *os2ShmNodeList = NULL;
907 for( pNode = os2ShmNodeList;
944 pNode->pNext = os2ShmNodeList;
945 os2ShmNodeList = pNode;
981 ** Purge the os2ShmNodeList list of all entries with nRef==0.
992 ppNode = &os2ShmNodeList;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 111 milliseconds