Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c3755 static winShmNode *winShmNodeList = 0; variable
3847 pp = &winShmNodeList;
3949 for(pShmNode = winShmNodeList; pShmNode; pShmNode=pShmNode->pNext){
3964 pShmNode->pNext = winShmNodeList;
3965 winShmNodeList = pShmNode;