Searched refs:php_shmop (Results 1 – 2 of 2) sorted by relevance
117 struct php_shmop *shmop = (struct php_shmop *)rsrc->ptr; in ZEND_GET_MODULE()149 struct php_shmop *shmop; in PHP_FUNCTION()163 shmop = emalloc(sizeof(struct php_shmop)); in PHP_FUNCTION()164 memset(shmop, 0, sizeof(struct php_shmop)); in PHP_FUNCTION()236 struct php_shmop *shmop; in PHP_FUNCTION()245 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION()273 struct php_shmop *shmop; in PHP_FUNCTION()280 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION()293 struct php_shmop *shmop; in PHP_FUNCTION()311 struct php_shmop *shmop; in PHP_FUNCTION()[all …]
44 struct php_shmop struct
Completed in 11 milliseconds