Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c52792 static winShmNode *winShmNodeList = 0; variable
52833 pp = &winShmNodeList;
53089 for(pShmNode = winShmNodeList; pShmNode; pShmNode=pShmNode->pNext){
53114 pShmNode->pNext = winShmNodeList;
53115 winShmNodeList = pShmNode;