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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c1300 static winShmNode *winShmNodeList = 0; variable
1386 ** Purge the winShmNodeList list of all entries with winShmNode.nRef==0.
1396 pp = &winShmNodeList;
1466 for(pShmNode = winShmNodeList; pShmNode; pShmNode=pShmNode->pNext){
1478 pShmNode->pNext = winShmNodeList;
1479 winShmNodeList = pShmNode;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c32434 static winShmNode *winShmNodeList = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c34426 static winShmNode *winShmNodeList = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c34454 static winShmNode *winShmNodeList = 0; local
[all...]

Completed in 1227 milliseconds