Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c49021 typedef struct winShmNode winShmNode; /* A region of shared-memory */ typedef
52762 struct winShmNode { struct
52781 winShmNode *pNext; /* Next in list of all winShmNode objects */ argument
52792 static winShmNode *winShmNodeList = 0;
52800 winShmNode *pShmNode; /* The underlying winShmNode object */
52828 winShmNode **pp;
52829 winShmNode *p;
52870 static int winLockSharedMemory(winShmNode *pShmNode, DWORD nMs){
52991 winShmNode *pShmNode; /* The underlying shared-memory file */
53062 winShmNode *pShmNode = 0; /* The underlying mmapped file */
[all …]