Searched refs:os2ShmNodeList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c714 ** global mutex is used to protect os2ShmNodeList.
810 static os2ShmNode *os2ShmNodeList = NULL; variable
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;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22741 ** global mutex is used to protect os2ShmNodeList.
22837 static os2ShmNode *os2ShmNodeList = NULL; local
22934 for( pNode = os2ShmNodeList;
22971 pNode->pNext = os2ShmNodeList;
22972 os2ShmNodeList = pNode;
23008 ** Purge the os2ShmNodeList list of all entries with nRef==0.
23019 ppNode = &os2ShmNodeList;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c23595 ** global mutex is used to protect os2ShmNodeList.
23691 static os2ShmNode *os2ShmNodeList = NULL; local
23788 for( pNode = os2ShmNodeList;
23825 pNode->pNext = os2ShmNodeList;
23826 os2ShmNodeList = pNode;
23862 ** Purge the os2ShmNodeList list of all entries with nRef==0.
23873 ppNode = &os2ShmNodeList;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c23595 ** global mutex is used to protect os2ShmNodeList.
23691 static os2ShmNode *os2ShmNodeList = NULL; local
23788 for( pNode = os2ShmNodeList;
23825 pNode->pNext = os2ShmNodeList;
23826 os2ShmNodeList = pNode;
23862 ** Purge the os2ShmNodeList list of all entries with nRef==0.
23873 ppNode = &os2ShmNodeList;
[all...]

Completed in 1144 milliseconds