ht_headers       4073 ext/mbstring/mbstring.c 	HashTable ht_headers;
ht_headers       4109 ext/mbstring/mbstring.c 	zend_hash_init(&ht_headers, 0, NULL, (dtor_func_t) my_smart_str_dtor, 0);
ht_headers       4112 ext/mbstring/mbstring.c 		_php_mbstr_parse_mail_headers(&ht_headers, headers, headers_len);
ht_headers       4115 ext/mbstring/mbstring.c 	if (zend_hash_find(&ht_headers, "CONTENT-TYPE", sizeof("CONTENT-TYPE") - 1, (void **)&s) == SUCCESS) {
ht_headers       4153 ext/mbstring/mbstring.c 	if (zend_hash_find(&ht_headers, "CONTENT-TRANSFER-ENCODING", sizeof("CONTENT-TRANSFER-ENCODING") - 1, (void **)&s) == SUCCESS) {
ht_headers       4267 ext/mbstring/mbstring.c 	if (!zend_hash_exists(&ht_headers, "MIME-VERSION", sizeof("MIME-VERSION") - 1)) {
ht_headers       4321 ext/mbstring/mbstring.c 	zend_hash_destroy(&ht_headers);