Searched refs:mime_hdr_find (Results 1 – 1 of 1) sorted by relevance
108 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name);447 if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_read_ASN1()482 if (!(hdr = mime_hdr_find(headers, "content-type")) || in SMIME_read_ASN1()584 if (!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_text()929 mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name) in mime_hdr_find() function