Lines Matching refs:csi_attr

42 MatchingComponentBits ( char* oid, ComponentSyntaxInfo *csi_attr,
50 mr = retrieve_matching_rule(oid, (AsnTypeId)csi_attr->csi_comp_desc->cd_type_id );
52 return component_value_match( mr, csi_attr , csi_assert );
54 a = ((ComponentBits*)csi_attr);
399 MatchingComponentBool(char* oid, ComponentSyntaxInfo* csi_attr,
406 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
408 return component_value_match( mr, csi_attr , csi_assert );
411 a = ((ComponentBool*)csi_attr);
509 MatchingComponentEnum ( char* oid, ComponentSyntaxInfo *csi_attr,
517 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
519 return component_value_match( mr, csi_attr , csi_assert );
521 a = ((ComponentEnum*)csi_attr);
718 MatchingComponentInt(char* oid, ComponentSyntaxInfo* csi_attr,
726 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
730 return component_value_match( mr, csi_attr , csi_assert );
732 a = ((ComponentInt*)csi_attr);
827 MatchingComponentNull ( char *oid, ComponentSyntaxInfo *csi_attr,
834 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
836 return component_value_match( mr, csi_attr , csi_assert );
838 a = ((ComponentNull*)csi_attr);
1027 MatchingComponentOcts ( char* oid, ComponentSyntaxInfo* csi_attr,
1035 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1037 return component_value_match( mr, csi_attr , csi_assert );
1039 a = (ComponentOcts*) csi_attr;
1166 MatchingComponentOid ( char *oid, ComponentSyntaxInfo *csi_attr ,
1174 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1176 return component_value_match( mr, csi_attr , csi_assert );
1179 a = (ComponentOid*)csi_attr;
1421 MatchingComponentReal (char* oid, ComponentSyntaxInfo *csi_attr,
1429 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1431 return component_value_match( mr, csi_attr , csi_assert );
1433 a = (ComponentReal*)csi_attr;
1530 MatchingComponentRelativeOid ( char* oid, ComponentSyntaxInfo *csi_attr,
1538 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
1540 return component_value_match( mr, csi_attr , csi_assert );
1543 a = (ComponentRelativeOid*)csi_attr;