Lines Matching refs:it
15 const ASN1_ITEM *it, int tag, int aclass, char opt,
18 const ASN1_ITEM *it, int tag, int aclass, char opt,
22 const ASN1_ITEM *it, int tag, int aclass);
23 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
24 typedef int ASN1_ex_new_ex_func(ASN1_VALUE **pval, const ASN1_ITEM *it,
26 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 newly constructed value should be stored in I<*pval>. The I<it> parameter is a
80 that was previously allocated via a "new" function. The I<it> parameter is a
87 in I<*pval> and making it suitable for reuse. The I<it> parameter is a pointer
95 B<ASN_VALUE> it points to should be reused. Otherwise a new B<ASN1_VALUE>
100 it will be zero. The I<it> parameter is a pointer to the B<ASN1_ITEM> template
123 returned as if it were.
129 non-fatal error occurred. Otherwise it should return the length of the encoded
144 This is the same as I<asn1_ex_new> except that it is additionally passed the
148 non NULL, then it will always be called in preference to I<asn1_ex_new>.
152 This is the same as I<asn1_ex_d2i> except that it is additionally passed the
156 non NULL, then it will always be called in preference to I<asn1_ex_d2i>.