putenv_ht        3734 ext/standard/basic_functions.c 	if (zend_hash_init(&BG(putenv_ht), 1, NULL, (void (*)(void *)) php_putenv_destructor, 0) == FAILURE) {
putenv_ht        3768 ext/standard/basic_functions.c 	zend_hash_destroy(&BG(putenv_ht));
putenv_ht        4091 ext/standard/basic_functions.c 	zend_hash_del(&BG(putenv_ht), pe.key, pe.key_len+1);
putenv_ht        4130 ext/standard/basic_functions.c 		zend_hash_add(&BG(putenv_ht), pe.key, pe.key_len + 1, (void **) &pe, sizeof(putenv_entry), NULL);
putenv_ht         166 ext/standard/basic_functions.h 	HashTable putenv_ht;