Lines Matching defs:type
165 int type; member
242 # define DECLARE_ASN1_FUNCTIONS_attr(attr, type) \ argument
244 # define DECLARE_ASN1_FUNCTIONS(type) \ argument
247 # define DECLARE_ASN1_ALLOC_FUNCTIONS_attr(attr, type) \ argument
249 # define DECLARE_ASN1_ALLOC_FUNCTIONS(type) \ argument
252 # define DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, name) \ argument
255 # define DECLARE_ASN1_FUNCTIONS_name(type, name) \ argument
258 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument
261 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
264 # define DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) \ argument
266 # define DECLARE_ASN1_ENCODE_FUNCTIONS_name(type, name) \ argument
269 # define DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ argument
272 # define DECLARE_ASN1_ENCODE_FUNCTIONS_only(type, name) \ argument
280 # define DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr(attr, type, name) \ argument
283 # define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \ argument
286 # define DECLARE_ASN1_DUP_FUNCTION_attr(attr, type) \ argument
288 # define DECLARE_ASN1_DUP_FUNCTION(type) \ argument
291 # define DECLARE_ASN1_DUP_FUNCTION_name_attr(attr, type, name) \ argument
293 # define DECLARE_ASN1_DUP_FUNCTION_name(type, name) \ argument
307 # define D2I_OF(type) type *(*)(type **,const unsigned char **,long) argument
308 # define I2D_OF(type) int (*)(const type *,unsigned char **) argument
310 # define CHECKED_D2I_OF(type, d2i) \ argument
312 # define CHECKED_I2D_OF(type, i2d) \ argument
314 # define CHECKED_NEW_OF(type, xnew) \ argument
316 # define CHECKED_PTR_OF(type, p) \ argument
318 # define CHECKED_PPTR_OF(type, p) \ argument
321 # define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long) argument
322 # define TYPEDEF_I2D_OF(type) typedef int i2d_of_##type(const type *,unsigned char **) argument
323 # define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type) argument
477 int type; member
742 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
760 # define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type)) argument
761 # define M_ASN1_free_of(x, type) \ argument
767 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument
778 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument
791 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
802 # define ASN1_i2d_bio_of(type,i2d,out,x) \ argument
952 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument
955 # define DECLARE_ASN1_FUNCTIONS_const(type) DECLARE_ASN1_FUNCTIONS(type) argument
956 # define DECLARE_ASN1_ENCODE_FUNCTIONS_const(type, name) \ argument
958 # define I2D_OF_const(type) I2D_OF(type) argument
959 # define ASN1_dup_of_const(type,i2d,d2i,x) ASN1_dup_of(type,i2d,d2i,x) argument
960 # define ASN1_i2d_fp_of_const(type,i2d,out,x) ASN1_i2d_fp_of(type,i2d,out,x) argument
961 # define ASN1_i2d_bio_of_const(type,i2d,out,x) ASN1_i2d_bio_of(type,i2d,out,x) argument