HomeSort by: relevance | last modified time | path
    Searched refs:cr_curr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c 64 if ( ( comp->userCertificate.identifier.bv_val && strncmp(comp->userCertificate.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->userCertificate.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
65 if ( cr->cr_curr->ci_next == NULL )
70 if ( ( comp->revocationDate->identifier.bv_val && strncmp(comp->revocationDate->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->revocationDate->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
71 if ( cr->cr_curr->ci_next == NULL
    [all...]
authorityKeyIdentifier.c 60 if ( ( comp->type_id.identifier.bv_val && strncmp(comp->type_id.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->type_id.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
61 if ( cr->cr_curr->ci_next == NULL )
66 if ( ( comp->value.identifier.bv_val && strncmp(comp->value.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->value.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
67 if ( cr->cr_curr->ci_next == NULL
    [all...]
certificate.c 118 if ( ( comp->algorithm.identifier.bv_val && strncmp(comp->algorithm.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->algorithm.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
119 if ( cr->cr_curr->ci_next == NULL )
124 if ( ( comp->parameters.identifier.bv_val && strncmp(comp->parameters.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->parameters.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
125 if ( cr->cr_curr->ci_next == NULL
    [all...]
init.c 451 #define IS_TERMINAL_COMPREF(cr) (cr->cr_curr->ci_next == NULL)
464 switch ( cr->cr_curr->ci_type ) {
475 ComponentId *start_compid = ca->ca_comp_ref->cr_curr->ci_next;
478 cr->cr_curr = start_compid;
614 switch( cr->cr_curr->ci_type ) {
646 cr->cr_curr = cr->cr_curr->ci_next;
647 if ( !cr->cr_curr ) {
653 if ( cr->cr_curr->ci_type == LDAP_COMPREF_SELECT ) {
655 odm = RetrieveOidDecoderMappingbyBV( &cr->cr_curr->ci_val.ci_select_value )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
component.c 191 dup_cr->cr_curr = dup_cr->cr_list;
587 if ( count == 0 ) ca_comp_ref->cr_curr = ca_comp_ref->cr_list;
1299 ca->ca_comp_ref->cr_curr = ca->ca_comp_ref->cr_list;
slap.h 3168 ComponentId *cr_curr; member in struct:ComponentReference

Completed in 24 milliseconds