Searched refs:MatchingComponentOcts (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | componentlib.h | 88 #define MatchingComponentBMPString MatchingComponentOcts 145 #define MatchingComponentIA5String MatchingComponentOcts 213 #define MatchingComponentNumericString MatchingComponentOcts 233 int MatchingComponentOcts (char* oid, ComponentSyntaxInfo *a, ComponentSyntaxInfo *b); 270 #define MatchingComponentPrintableString MatchingComponentOcts 326 #define MatchingComponentTeletexString MatchingComponentOcts 345 #define MatchingComponentUniversalString MatchingComponentOcts 363 #define MatchingComponentUTF8String MatchingComponentOcts 381 #define MatchingComponentVisibleString MatchingComponentOcts 447 #define MatchingComponentUTCTime MatchingComponentOcts [all …]
|
H A D | authorityKeyIdentifier.h | 28 #define MatchingComponentKeyIdentifier MatchingComponentOcts
|
H A D | asn_to_syn_mr.c | 184 (comp_free_func*)NULL,(extract_component_from_id_func*)NULL,MatchingComponentOcts}},
|
H A D | certificate.c | 79 …ag_decoder_func*)BDecComponentOctsTag, (ExtractFcn)NULL,(MatchFcn)MatchingComponentOcts,(FreeFcn)F… in InitAnyAuthenticationFramework() 81 …ag_decoder_func*)BDecComponentOctsTag, (ExtractFcn)NULL,(MatchFcn)MatchingComponentOcts,(FreeFcn)F… in InitAnyAuthenticationFramework() 83 …ag_decoder_func*)BDecComponentOctsTag, (ExtractFcn)NULL,(MatchFcn)MatchingComponentOcts,(FreeFcn)F… in InitAnyAuthenticationFramework() 85 …ag_decoder_func*)BDecComponentOctsTag, (ExtractFcn)NULL,(MatchFcn)MatchingComponentOcts,(FreeFcn)F… in InitAnyAuthenticationFramework() 87 …ag_decoder_func*)BDecComponentOctsTag, (ExtractFcn)NULL,(MatchFcn)MatchingComponentOcts,(FreeFcn)F… in InitAnyAuthenticationFramework() 89 …ag_decoder_func*)BDecComponentOctsTag, (ExtractFcn)NULL,(MatchFcn)MatchingComponentOcts,(FreeFcn)F… in InitAnyAuthenticationFramework() 540 …rc = MatchingComponentOcts ( oid, (ComponentSyntaxInfo*)&((ComponentExtension*)csi_attr)->extnValu… in MatchingComponentExtension()
|
H A D | componentlib.c | 1027 MatchingComponentOcts ( char* oid, ComponentSyntaxInfo* csi_attr, in MatchingComponentOcts() function 1102 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentOcts; in GDecComponentOcts() 1158 k->comp_desc->cd_all_match = (allcomponent_matching_func*)MatchingComponentOcts; in BDecComponentOcts()
|
H A D | authorityKeyIdentifier.c | 275 …rc = MatchingComponentOcts ( oid, (ComponentSyntaxInfo*)&((ComponentORAddress*)csi_attr)->extensio… in MatchingComponentORAddress() 1089 …rc = MatchingComponentOcts ( oid, (ComponentSyntaxInfo*)(v1->a.iPAddress), (ComponentSyntaxInfo*)… in MatchingComponentGeneralName()
|