Home
last modified time | relevance | path

Searched refs:LBER_SEQUENCE (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dschema_init.c259 if ( in->bv_val[0] != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in sequenceValidate()
340 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
342 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
356 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
359 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
362 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
365 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
368 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
384 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
389 if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX; in certificateValidate()
[all …]
Dresult.c148 tag = LBER_SEQUENCE; in slap_req2res()
156 tag = LBER_SEQUENCE; in slap_req2res()
850 rs->sr_msgid = (rs->sr_tag != LBER_SEQUENCE) ? op->o_msgid : 0; in send_ldap_disconnect()
913 rs->sr_msgid = (rs->sr_tag != LBER_SEQUENCE) ? op->o_msgid : 0; in slap_send_ldap_result()
955 rs->sr_msgid = (rs->sr_tag != LBER_SEQUENCE) ? op->o_msgid : 0; in send_ldap_sasl()
980 rs->sr_msgid = (rs->sr_tag != LBER_SEQUENCE) ? op->o_msgid : 0; in slap_send_ldap_extended()
Dpasswd.c380 if( tag != LBER_SEQUENCE ) { in slap_passwd_parse()
Dfilter.c1160 if( tag != LBER_SEQUENCE ) { in get_vrFilter()
Dcontrols.c1881 if ( tag != LBER_SEQUENCE ) { in parseSessionTracking()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dppolicy.c156 if (tag != LBER_SEQUENCE) goto exit; in ldap_parse_passwordpolicy_control()
Dstctrl.c209 if ( tag != LBER_SEQUENCE ) { in ldap_parse_session_tracking_control()
Dtls2.c1508 if ( tag != LBER_SEQUENCE ) in ldap_X509dn2bv()
1516 tag == LBER_SEQUENCE; in ldap_X509dn2bv()
1553 tag == LBER_SEQUENCE; in ldap_X509dn2bv()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
Dsearch.c722 if ( ber_first_element( &ber, &len, &lastb ) != LBER_SEQUENCE ) { in ldap_build_entry()
727 while ( ber_next_element( &ber, &len, lastb ) == LBER_SEQUENCE && in ldap_build_entry()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dautoca.c153 ber_start_seq( ber, LBER_SEQUENCE ); in autoca_dnbv2der()
167 ber_start_seq( ber, LBER_SEQUENCE ); in autoca_dnbv2der()
Dsssvlv.c1036 tag == LBER_SEQUENCE; in count_key()
/netbsd/src/external/bsd/openldap/dist/libraries/liblber/
Dencode.c422 tag = LBER_SEQUENCE; in ber_start_seq()
/netbsd/src/external/bsd/openldap/dist/include/
Dlber.h91 #define LBER_SEQUENCE ((ber_tag_t) 0x30UL) /* constructed */ macro