Searched refs:os2ShmNodeList (Results 1 - 2 of 2) 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.c22726 ** global mutex is used to protect os2ShmNodeList.
22822 static os2ShmNode *os2ShmNodeList = NULL; local
22919 for( pNode = os2ShmNodeList;
22956 pNode->pNext = os2ShmNodeList;
22957 os2ShmNodeList = pNode;
22993 ** Purge the os2ShmNodeList list of all entries with nRef==0.
23004 ppNode = &os2ShmNodeList;
[all...]

Completed in 374 milliseconds