Home
last modified time | relevance | path

Searched refs:LDAP_COMPREF_CONTENT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c491 case LDAP_COMPREF_CONTENT: in comp_test_all_components()
633 case LDAP_COMPREF_CONTENT: in comp_test_components()
H A Dcertificate.c127 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentAlgorithmIdentifier()
567 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentExtension()
1272 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentSubjectPublicKeyInfo()
2460 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentTBSCertificate()
2470 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentTBSCertificate()
3033 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentCertificate()
H A Dcrl.c1074 else if ( cr->cr_curr->ci_next->ci_type == LDAP_COMPREF_CONTENT) { in ExtractingComponentCertificateList()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dcomponent.c475 case LDAP_COMPREF_CONTENT : in get_componentId()
531 return LDAP_COMPREF_CONTENT; in peek_componentId_type()
H A Dslap.h3108 #define LDAP_COMPREF_CONTENT ((ber_tag_t) 0x84U) macro