Searched refs:shm_type (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/shmop/ |
H A D | shmop.c | 45 int shm_type; variable 128 shm_type = zend_register_list_destructors_ex(rsclean, NULL, "shmop", module_number); in PHP_MINIT_FUNCTION() 223 RETURN_RES(zend_register_resource(shmop, shm_type)); in PHP_FUNCTION() 245 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION() 280 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION() 299 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION() 321 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION() 353 if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) { in PHP_FUNCTION()
|
Completed in 20 milliseconds