Home
last modified time | relevance | path

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

/openssl-master/crypto/asn1/
A Dasn_mime.c669 MIME_HEADER *mhdr = NULL, *new_hdr = NULL; in STACK_OF() local
707 if (new_hdr == NULL) in STACK_OF()
709 if (!sk_MIME_HEADER_push(headers, new_hdr)) in STACK_OF()
711 mhdr = new_hdr; in STACK_OF()
712 new_hdr = NULL; in STACK_OF()
763 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF()
764 if (new_hdr == NULL) in STACK_OF()
766 if (!sk_MIME_HEADER_push(headers, new_hdr)) in STACK_OF()
768 mhdr = new_hdr; in STACK_OF()
769 new_hdr = NULL; in STACK_OF()
[all …]

Completed in 4 milliseconds