Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c4448 HashTable ht_headers; in PHP_FUNCTION() local
4484 zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_FUNCTION()
4487 _php_mbstr_parse_mail_headers(&ht_headers, ZSTR_VAL(str_headers), ZSTR_LEN(str_headers)); in PHP_FUNCTION()
4490 if ((s = zend_hash_str_find(&ht_headers, "content-type", sizeof("content-type") - 1))) { in PHP_FUNCTION()
4526 …if ((s = zend_hash_str_find(&ht_headers, "content-transfer-encoding", sizeof("content-transfer-enc… in PHP_FUNCTION()
4620 if (!zend_hash_str_exists(&ht_headers, "mime-version", sizeof("mime-version") - 1)) { in PHP_FUNCTION()
4672 zend_hash_destroy(&ht_headers); in PHP_FUNCTION()

Completed in 21 milliseconds