Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dasn_mime.c697 if (mhdr && ossl_isspace(linebuf[0])) in STACK_OF()
730 mhdr = new_hdr; in STACK_OF()
787 mhdr = new_hdr; in STACK_OF()
800 && mhdr->params != NULL) in STACK_OF()
859 MIME_HEADER *mhdr = NULL; in mime_hdr_new() local
874 mhdr = OPENSSL_malloc(sizeof(*mhdr)); in mime_hdr_new()
875 if (mhdr == NULL) in mime_hdr_new()
877 mhdr->name = tmpname; in mime_hdr_new()
878 mhdr->value = tmpval; in mime_hdr_new()
881 return mhdr; in mime_hdr_new()
[all …]

Completed in 6 milliseconds