5 #ifndef _ASN1_CONSTRAINTS_VALIDATOR_H_     6 #define _ASN1_CONSTRAINTS_VALIDATOR_H_    30     const void *struct_ptr, 
    42     const void *struct_ptr,
    44     void *optional_app_key      
    57 #define _ASN_CTFAIL if(ctfailcb) ctfailcb 
asn_constr_check_f asn_generic_unknown_constraint
 
asn_constr_check_f asn_generic_no_constraint
 
int asn_check_constraints(struct asn_TYPE_descriptor_s *type_descriptor, const void *struct_ptr, char *errbuf, size_t *errlen)
 
int() asn_constr_check_f(struct asn_TYPE_descriptor_s *type_descriptor, const void *struct_ptr, asn_app_constraint_failed_f *optional_callback, void *optional_app_key)
 
void() asn_app_constraint_failed_f(void *application_specific_key, struct asn_TYPE_descriptor_s *type_descriptor_which_failed, const void *structure_which_failed_ptr, const char *error_message_format,...) GCC_PRINTFLIKE(4