Home
last modified time | relevance | path

Searched refs:ht_headers (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/mbstring/
H A Dmbstring.c4477 HashTable ht_headers; in PHP_FUNCTION() local
4513 zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_FUNCTION()
4516 _php_mbstr_parse_mail_headers(&ht_headers, ZSTR_VAL(str_headers), ZSTR_LEN(str_headers)); in PHP_FUNCTION()
4519 if ((s = zend_hash_str_find(&ht_headers, "content-type", sizeof("content-type") - 1))) { in PHP_FUNCTION()
4555 …if ((s = zend_hash_str_find(&ht_headers, "content-transfer-encoding", sizeof("content-transfer-enc… in PHP_FUNCTION()
4649 if (!zend_hash_str_exists(&ht_headers, "mime-version", sizeof("mime-version") - 1)) { in PHP_FUNCTION()
4702 zend_hash_destroy(&ht_headers); in PHP_FUNCTION()

Completed in 26 milliseconds