Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbasic_functions.h166 HashTable putenv_ht; member
H A Dbasic_functions.c3761 …if (zend_hash_init(&BG(putenv_ht), 1, NULL, (void (*)(void *)) php_putenv_destructor, 0) == FAILUR… in PHP_RINIT_FUNCTION()
3795 zend_hash_destroy(&BG(putenv_ht)); in PHP_RSHUTDOWN_FUNCTION()
4121 zend_hash_del(&BG(putenv_ht), pe.key, pe.key_len+1);
4160 zend_hash_add(&BG(putenv_ht), pe.key, pe.key_len + 1, (void **) &pe, sizeof(putenv_entry), NULL);

Completed in 26 milliseconds