Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
HDasn_mime.c108 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name);
438 if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_read_ASN1()
473 if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_read_ASN1()
572 if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_text()
895 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name) in mime_hdr_find() function