Searched refs:shmid_ds (Results 1 – 5 of 5) sorted by relevance
40 struct shmid_ds { struct60 struct shmid_ds *descriptor; argument111 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
712 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) { in shmctl()721 memcpy(buf, shm->descriptor, sizeof(struct shmid_ds)); in shmctl()
60 struct shmid_ds sds; in create_segments()
45 struct shmid_ds shmbuf;
151 struct shmid_ds shm; in PHP_FUNCTION()
Completed in 15 milliseconds