ht_headers       4213 ext/mbstring/mbstring.c 	HashTable ht_headers;
ht_headers       4249 ext/mbstring/mbstring.c 	zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0);
ht_headers       4252 ext/mbstring/mbstring.c 		_php_mbstr_parse_mail_headers(&ht_headers, headers, headers_len);
ht_headers       4255 ext/mbstring/mbstring.c 	if ((s = zend_hash_str_find(&ht_headers, "CONTENT-TYPE", sizeof("CONTENT-TYPE") - 1))) {
ht_headers       4291 ext/mbstring/mbstring.c 	if ((s = zend_hash_str_find(&ht_headers, "CONTENT-TRANSFER-ENCODING", sizeof("CONTENT-TRANSFER-ENCODING") - 1))) {
ht_headers       4404 ext/mbstring/mbstring.c 	if (!zend_hash_str_exists(&ht_headers, "MIME-VERSION", sizeof("MIME-VERSION") - 1)) {
ht_headers       4459 ext/mbstring/mbstring.c 	zend_hash_destroy(&ht_headers);