Lines Matching refs:x

249 # define M_ASN1_D2I_get_IMP_set(r,func,free_func,x) \  argument
251 x,V_ASN1_CONTEXT_SPECIFIC);
253 # define M_ASN1_D2I_get_IMP_set_type(type,r,func,free_func,x) \ argument
255 x,V_ASN1_CONTEXT_SPECIFIC);
411 # define M_ASN1_I2D_len_IMP_SET(a,f,x) \ argument
412 ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET);
414 # define M_ASN1_I2D_len_IMP_SET_type(type,a,f,x) \ argument
415 ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
418 # define M_ASN1_I2D_len_IMP_SET_opt(a,f,x) \ argument
420 ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
423 # define M_ASN1_I2D_len_IMP_SET_opt_type(type,a,f,x) \ argument
425 ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
428 # define M_ASN1_I2D_len_IMP_SEQUENCE(a,f,x) \ argument
429 ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
432 # define M_ASN1_I2D_len_IMP_SEQUENCE_opt(a,f,x) \ argument
434 ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \
437 # define M_ASN1_I2D_len_IMP_SEQUENCE_opt_type(type,a,f,x) \ argument
439 ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \
489 # define M_ASN1_I2D_put_IMP_SET(a,f,x) i2d_ASN1_SET(a,&p,f,x,\ argument
491 # define M_ASN1_I2D_put_IMP_SET_type(type,a,f,x) \ argument
492 i2d_ASN1_SET_OF_##type(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET)
493 # define M_ASN1_I2D_put_IMP_SEQUENCE(a,f,x) i2d_ASN1_SET(a,&p,f,x,\ argument
507 # define M_ASN1_I2D_put_IMP_SET_opt(a,f,x) \ argument
509 { i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \
512 # define M_ASN1_I2D_put_IMP_SET_opt_type(type,a,f,x) \ argument
514 { i2d_ASN1_SET_OF_##type(a,&p,f,x, \
518 # define M_ASN1_I2D_put_IMP_SEQUENCE_opt(a,f,x) \ argument
520 { i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \
523 # define M_ASN1_I2D_put_IMP_SEQUENCE_opt_type(type,a,f,x) \ argument
525 { i2d_ASN1_SET_OF_##type(a,&p,f,x, \