Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c4191 HashTable ht_headers; in PHP_FUNCTION() local
4227 zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_FUNCTION()
4230 _php_mbstr_parse_mail_headers(&ht_headers, ZSTR_VAL(str_headers), ZSTR_LEN(str_headers)); in PHP_FUNCTION()
4233 if ((s = zend_hash_str_find(&ht_headers, "content-type", sizeof("content-type") - 1))) { in PHP_FUNCTION()
4269 …if ((s = zend_hash_str_find(&ht_headers, "content-transfer-encoding", sizeof("content-transfer-enc… in PHP_FUNCTION()
4363 if (!zend_hash_str_exists(&ht_headers, "mime-version", sizeof("mime-version") - 1)) { in PHP_FUNCTION()
4415 zend_hash_destroy(&ht_headers); in PHP_FUNCTION()

Completed in 18 milliseconds