Searched refs:shmid_ds (Results 1 – 5 of 5) sorted by relevance
35 struct shmid_ds { struct54 struct shmid_ds *descriptor; argument105 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
757 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()767 memcpy(buf, shm->descriptor, sizeof(struct shmid_ds)); in shmctl()
59 struct shmid_ds sds; in create_segments()
112 struct shmid_ds shmbuf;
138 struct shmid_ds shm; in PHP_FUNCTION()
Completed in 9 milliseconds