Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dasn_mime.c695 if (mhdr && ossl_isspace(linebuf[0])) in STACK_OF()
728 mhdr = new_hdr; in STACK_OF()
785 mhdr = new_hdr; in STACK_OF()
798 && mhdr->params != NULL) in STACK_OF()
857 MIME_HEADER *mhdr = NULL; in mime_hdr_new() local
872 mhdr = OPENSSL_malloc(sizeof(*mhdr)); in mime_hdr_new()
873 if (mhdr == NULL) in mime_hdr_new()
875 mhdr->name = tmpname; in mime_hdr_new()
876 mhdr->value = tmpval; in mime_hdr_new()
879 return mhdr; in mime_hdr_new()
[all …]

Completed in 10 milliseconds