Searched refs:putenv_ht (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | basic_functions.h | 167 HashTable putenv_ht; member
|
H A D | basic_functions.c | 3814 zend_hash_init(&BG(putenv_ht), 1, NULL, php_putenv_destructor, 0); in PHP_RINIT_FUNCTION() 3844 zend_hash_destroy(&BG(putenv_ht)); in PHP_RSHUTDOWN_FUNCTION() 4208 zend_hash_str_del(&BG(putenv_ht), pe.key, pe.key_len); 4262 zend_hash_str_add_mem(&BG(putenv_ht), pe.key, pe.key_len, &pe, sizeof(putenv_entry));
|
Completed in 21 milliseconds