Searched refs:mime_hdr_find (Results 1 – 1 of 1) sorted by relevance
106 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name);445 if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_read_ASN1()480 if(!(hdr = mime_hdr_find(headers, "content-type")) || in SMIME_read_ASN1()581 if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_text()872 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name) in mime_hdr_find() function