Searched refs:MIME_PARAM (Results 1 – 2 of 2) sorted by relevance
40 STACK_OF(MIME_PARAM) *params; /* Zero or more parameters */53 static int mime_param_cmp(const MIME_PARAM *const *a,54 const MIME_PARAM *const *b);55 static void mime_param_free(MIME_PARAM *param);60 static MIME_PARAM *mime_param_find(MIME_HEADER *hdr, const char *name);437 MIME_PARAM *prm; in SMIME_read_ASN1_ex()935 MIME_PARAM *mparam = NULL; in mime_hdr_addparam()974 static int mime_param_cmp(const MIME_PARAM *const *a, in mime_param_cmp()975 const MIME_PARAM *const *b) in mime_param_cmp()999 MIME_PARAM param; in mime_param_find()[all …]
45 typedef struct mime_param_st MIME_PARAM; typedef46 DEFINE_STACK_OF(MIME_PARAM)
Completed in 10 milliseconds