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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c23160 ** global mutex is used to protect os2ShmNodeList.
23256 static os2ShmNode *os2ShmNodeList = NULL; local
23353 for( pNode = os2ShmNodeList;
23390 pNode->pNext = os2ShmNodeList;
23391 os2ShmNodeList = pNode;
23427 ** Purge the os2ShmNodeList list of all entries with nRef==0.
23438 ppNode = &os2ShmNodeList;
[all...]

Completed in 402 milliseconds