Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dmbstring.c4049 HashTable ht_headers; in PHP_FUNCTION() local
4085 zend_hash_init(&ht_headers, 0, NULL, (dtor_func_t) my_smart_str_dtor, 0); in PHP_FUNCTION()
4088 _php_mbstr_parse_mail_headers(&ht_headers, headers, headers_len); in PHP_FUNCTION()
4091 …if (zend_hash_find(&ht_headers, "CONTENT-TYPE", sizeof("CONTENT-TYPE") - 1, (void **)&s) == SUCCES… in PHP_FUNCTION()
4129 …if (zend_hash_find(&ht_headers, "CONTENT-TRANSFER-ENCODING", sizeof("CONTENT-TRANSFER-ENCODING") -… in PHP_FUNCTION()
4243 if (!zend_hash_exists(&ht_headers, "MIME-VERSION", sizeof("MIME-VERSION") - 1)) { in PHP_FUNCTION()
4297 zend_hash_destroy(&ht_headers); in PHP_FUNCTION()

Completed in 17 milliseconds