Home
last modified time | relevance | path

Searched refs:shm_key (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/sysvshm/
H A Dsysvshm.c157 zend_long shm_key, shm_id, shm_size = php_sysvshm.init_mem, shm_flag = 0666; in PHP_FUNCTION() local
171 if ((shm_id = shmget(shm_key, 0, 0)) < 0) { in PHP_FUNCTION()
200 shm_list_ptr->key = shm_key; in PHP_FUNCTION()
250 zend_long shm_key; in PHP_FUNCTION() local
289 zend_long shm_key; in PHP_FUNCTION() local
303 shm_varpos = php_check_shm_data((shm_list_ptr->ptr), shm_key); in PHP_FUNCTION()
306 php_error_docref(NULL, E_WARNING, "variable key %pd doesn't exist", shm_key); in PHP_FUNCTION()
326 zend_long shm_key; in PHP_FUNCTION() local
333 RETURN_BOOL(php_check_shm_data(shm_list_ptr->ptr, shm_key) >= 0); in PHP_FUNCTION()
342 zend_long shm_key, shm_varpos; in PHP_FUNCTION() local
[all …]

Completed in 5 milliseconds