Searched refs:LBER_SEQUENCE (Results 1 – 13 of 13) sorted by relevance
259 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 …]
148 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()
380 if( tag != LBER_SEQUENCE ) { in slap_passwd_parse()
1160 if( tag != LBER_SEQUENCE ) { in get_vrFilter()
1881 if ( tag != LBER_SEQUENCE ) { in parseSessionTracking()
156 if (tag != LBER_SEQUENCE) goto exit; in ldap_parse_passwordpolicy_control()
209 if ( tag != LBER_SEQUENCE ) { in ldap_parse_session_tracking_control()
1508 if ( tag != LBER_SEQUENCE ) in ldap_X509dn2bv()1516 tag == LBER_SEQUENCE; in ldap_X509dn2bv()1553 tag == LBER_SEQUENCE; in ldap_X509dn2bv()
722 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()
153 ber_start_seq( ber, LBER_SEQUENCE ); in autoca_dnbv2der()167 ber_start_seq( ber, LBER_SEQUENCE ); in autoca_dnbv2der()
1036 tag == LBER_SEQUENCE; in count_key()
422 tag = LBER_SEQUENCE; in ber_start_seq()
91 #define LBER_SEQUENCE ((ber_tag_t) 0x30UL) /* constructed */ macro