Searched refs:putenv_ht (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | basic_functions.h | 166 HashTable putenv_ht; member
|
H A D | basic_functions.c | 3729 …if (zend_hash_init(&BG(putenv_ht), 1, NULL, (void (*)(void *)) php_putenv_destructor, 0) == FAILUR… in PHP_RINIT_FUNCTION() 3768 zend_hash_destroy(&BG(putenv_ht)); in PHP_RSHUTDOWN_FUNCTION() 4124 zend_hash_del(&BG(putenv_ht), pe.key, pe.key_len+1); 4159 zend_hash_add(&BG(putenv_ht), pe.key, pe.key_len + 1, (void **) &pe, sizeof(putenv_entry), NULL);
|
Completed in 16 milliseconds