Searched refs:ht_headers (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/mbstring/ |
H A D | mbstring.c | 4417 HashTable ht_headers; in PHP_FUNCTION() local 4466 zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_FUNCTION() 4469 _php_mbstr_parse_mail_headers(&ht_headers, ZSTR_VAL(str_headers), ZSTR_LEN(str_headers)); in PHP_FUNCTION() 4472 if ((s = zend_hash_str_find(&ht_headers, "CONTENT-TYPE", sizeof("CONTENT-TYPE") - 1))) { in PHP_FUNCTION() 4508 …if ((s = zend_hash_str_find(&ht_headers, "CONTENT-TRANSFER-ENCODING", sizeof("CONTENT-TRANSFER-ENC… in PHP_FUNCTION() 4622 if (!zend_hash_str_exists(&ht_headers, "MIME-VERSION", sizeof("MIME-VERSION") - 1)) { in PHP_FUNCTION() 4677 zend_hash_destroy(&ht_headers); in PHP_FUNCTION()
|
Completed in 24 milliseconds