Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbasic_functions.h169 HashTable putenv_ht; member
H A Dbasic_functions.c3796 zend_hash_init(&BG(putenv_ht), 1, NULL, php_putenv_destructor, 0); in PHP_RINIT_FUNCTION()
3827 zend_hash_destroy(&BG(putenv_ht)); in PHP_RSHUTDOWN_FUNCTION()
4204 zend_hash_str_del(&BG(putenv_ht), pe.key, pe.key_len);
4259 zend_hash_str_add_mem(&BG(putenv_ht), pe.key, pe.key_len, &pe, sizeof(putenv_entry));

Completed in 30 milliseconds