Searched refs:ht_headers (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 4216 HashTable ht_headers; in PHP_FUNCTION() local 4252 zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_FUNCTION() 4255 _php_mbstr_parse_mail_headers(&ht_headers, ZSTR_VAL(str_headers), ZSTR_LEN(str_headers)); in PHP_FUNCTION() 4258 if ((s = zend_hash_str_find(&ht_headers, "content-type", sizeof("content-type") - 1))) { in PHP_FUNCTION() 4294 …if ((s = zend_hash_str_find(&ht_headers, "content-transfer-encoding", sizeof("content-transfer-enc… in PHP_FUNCTION() 4388 if (!zend_hash_str_exists(&ht_headers, "mime-version", sizeof("mime-version") - 1)) { in PHP_FUNCTION() 4440 zend_hash_destroy(&ht_headers); in PHP_FUNCTION()
|
Completed in 17 milliseconds