Home
last modified time | relevance | path

Searched refs:winShmNodeList (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c51206 static winShmNode *winShmNodeList = 0; local
51246 pp = &winShmNodeList;
51547 for(pShmNode = winShmNodeList; pShmNode; pShmNode=pShmNode->pNext){
51572 pShmNode->pNext = winShmNodeList;
51573 winShmNodeList = pShmNode;