Home
last modified time | relevance | path

Searched refs:cd_extract_i (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.c444 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTime;
515 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTime;
678 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentExtension;
787 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentExtension;
1142 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentValidity;
1229 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentValidity;
1535 k->comp_desc->cd_extract_i = (extract_component_from_id_func*)NULL; in ExtractingComponentExtensions()
1778 k->comp_desc->cd_extract_i = (extract_component_from_id_func*)NULL; in ExtractingComponentRelativeDistinguishedName()
2016 k->comp_desc->cd_extract_i = (extract_component_from_id_func*)NULL; in ExtractingComponentRDNSequence()
2281 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentName;
[all …]
H A DauthorityKeyIdentifier.c161 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentOtherName;
249 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentOtherName;
405 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentORAddress;
511 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentORAddress;
953 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentEDIPartyName;
1040 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentEDIPartyName;
1418 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentGeneralName;
1538 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentGeneralName;
1623 k->comp_desc->cd_extract_i = (extract_component_from_id_func*)NULL; in ExtractingComponentGeneralNames()
1691 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentGeneralNames;
[all …]
H A Dcomponentlib.c580 k->comp_desc->cd_extract_i = NULL; in GDecComponentEnum()
637 k->comp_desc->cd_extract_i = NULL; in BDecComponentEnum()
706 k->comp_desc->cd_extract_i = NULL; in BDecComponentIA5String()
894 k->comp_desc->cd_extract_i = NULL; in GDecComponentNull()
952 k->comp_desc->cd_extract_i = NULL; in BDecComponentNull()
1006 k->comp_desc->cd_extract_i = NULL; in BDecComponentNumericString()
1099 k->comp_desc->cd_extract_i = NULL; in GDecComponentOcts()
1155 k->comp_desc->cd_extract_i = NULL; in BDecComponentOcts()
1856 k->comp_desc->cd_extract_i = NULL; in BEncComponentAny()
1896 k->comp_desc->cd_extract_i = NULL; in BDecComponentAny()
[all …]
H A Dcrl.c201 …t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertListSeqOfS…
309 …t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertListSeqOfS…
394 k->comp_desc->cd_extract_i = (extract_component_from_id_func*)NULL; in ExtractingComponentTBSCertListSeqOf()
473 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertListSeqOf;
549 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertListSeqOf;
840 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertList;
1020 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentTBSCertList;
1183 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentCertificateList;
1291 t->comp_desc->cd_extract_i = (extract_component_from_id_func*)ExtractingComponentCertificateList;
H A Dinit.c611 csi_attr = (ComponentSyntaxInfo*)csi_attr->csi_comp_desc->cd_extract_i( attr_nm, cr, csi_attr ); in comp_test_components()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dindex.c534 …csi_attr = ((ComponentSyntaxInfo*)decoded_comp)->csi_comp_desc->cd_extract_i( mem_op, dupped_cr, d… in mdb_index_entry()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h3293 extract_component_from_id_func* cd_extract_i; member