shmat             105 TSRM/tsrm_win32.h TSRM_API void *shmat(int key, const void *shmaddr, int flags);
shmat             113 ext/opcache/shared_alloc_shm.c 		shared_segments[i].common.p = shmat(shared_segments[i].shm_id, NULL, 0);
shmat             221 ext/shmop/shmop.c 	shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg);
shmat             180 ext/sysvshm/sysvshm.c 	if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) {