Searched refs:php_shmop (Results 1 – 5 of 5) sorted by relevance
118 struct php_shmop *shmop = (struct php_shmop *)rsrc->ptr; in ZEND_GET_MODULE()150 struct php_shmop *shmop; in PHP_FUNCTION()164 shmop = emalloc(sizeof(struct php_shmop)); in PHP_FUNCTION()165 memset(shmop, 0, sizeof(struct php_shmop)); in PHP_FUNCTION()232 struct php_shmop *shmop; in PHP_FUNCTION()241 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION()269 struct php_shmop *shmop; in PHP_FUNCTION()276 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION()289 struct php_shmop *shmop; in PHP_FUNCTION()307 struct php_shmop *shmop; in PHP_FUNCTION()[all …]
44 struct php_shmop struct
900 ;extension=php_shmop.dll
1028 php_shmop.dll Shared Memory functions None
Completed in 16 milliseconds