Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dasn_mime.c59 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name);
419 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL in SMIME_read_ASN1_ex()
455 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL in SMIME_read_ASN1_ex()
585 if ((hdr = mime_hdr_find(headers, "content-type")) == NULL in SMIME_text()
942 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, const char *name) in mime_hdr_find() function

Completed in 7 milliseconds