Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c197 typedef struct unixShm unixShm; /* Connection shared memory */ typedef
230 unixShm *pShm; /* Shared memory segment information */
4290 unixShm *pFirst; /* All unixShm objects pointing to this */
4312 struct unixShm { struct
4314 unixShm *pNext; /* Next unixShm with the same unixShmNode */ argument
4590 struct unixShm *p = 0; /* The connection to be opened */ in unixOpenSharedMemory()
4739 unixShm *p; in unixShmMap()
4875 unixShm *pX; in assertLockingArrayOk()
4913 unixShm *p; /* The shared memory being locked */ in unixShmLock()
5067 unixShm *p; /* The connection to be closed */ in unixShmUnmap()
[all …]