Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c51205 static winShmNode *winShmNodeList = 0; local
51245 pp = &winShmNodeList;
51546 for(pShmNode = winShmNodeList; pShmNode; pShmNode=pShmNode->pNext){
51571 pShmNode->pNext = winShmNodeList;
51572 winShmNodeList = pShmNode;