Searched refs:shmid_ds (Results 1 – 5 of 5) sorted by relevance
41 struct shmid_ds { struct61 struct shmid_ds *descriptor; argument112 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf);
761 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()771 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 14 milliseconds