Searched refs:shmid_ds (Results 1 – 5 of 5) sorted by relevance
39 struct shmid_ds { struct59 struct shmid_ds *descriptor; argument110 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
747 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()757 memcpy(buf, shm->descriptor, sizeof(struct shmid_ds)); in shmctl()
59 struct shmid_ds sds; in create_segments()
39 struct shmid_ds shmbuf;
150 struct shmid_ds shm; in PHP_FUNCTION()
Completed in 17 milliseconds