Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c47372 typedef struct winShmNode winShmNode; /* A region of shared-memory */ typedef
51178 struct winShmNode { struct
51195 winShmNode *pNext; /* Next in list of all winShmNode objects */ argument
51206 static winShmNode *winShmNodeList = 0;
51214 winShmNode *pShmNode; /* The underlying winShmNode object */
51241 winShmNode **pp;
51242 winShmNode *p;
51283 static int winLockSharedMemory(winShmNode *pShmNode, DWORD nMs){
51515 winShmNode *pShmNode = 0; /* The underlying mmapped file */
51517 winShmNode *pNew; /* Newly allocated winShmNode */
[all …]