Lines Matching refs:unixShm
39077 typedef struct unixShm unixShm; /* Connection shared memory */ typedef
39110 unixShm *pShm; /* Shared memory segment information */
43188 unixShm *pFirst; /* All unixShm objects pointing to this */
43211 struct unixShm { struct
43213 unixShm *pNext; /* Next unixShm with the same unixShmNode */ argument
43515 struct unixShm *p = 0; /* The connection to be opened */ in unixOpenSharedMemory()
43676 unixShm *p; in unixShmMap()
43815 unixShm *pX; in assertLockingArrayOk()
43853 unixShm *p; /* The shared memory being locked */ in unixShmLock()
44069 unixShm *p; /* The connection to be closed */ in unixShmUnmap()
44071 unixShm **pp; /* For looping over sibling connections */ in unixShmUnmap()