Lines Matching defs:void
22 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x)
25 void *ret;
38 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x)
42 void *ret = NULL;
58 void *ASN1_item_d2i_bio_ex(const ASN1_ITEM *it, BIO *in, void *x,
63 void *ret = NULL;
79 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
85 void *ASN1_item_d2i_fp_ex(const ASN1_ITEM *it, FILE *in, void *x,
101 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x)