HomeSort by: relevance | last modified time | path
    Searched refs:o_protocol (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
modrdn.c 65 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
71 /* op->o_protocol cannot be anything but LDAPv3,
bind.c 686 } else if ( op->o_protocol != 0 ) {
687 version = op->o_protocol;
743 rs->sr_err = ldap_back_start_tls( ld, op->o_protocol, &is_tls,
1751 int timeout_err = op->o_protocol >= LDAP_VERSION3 ?
2087 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
2826 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
  /src/external/bsd/openldap/dist/servers/slapd/
bind.c 118 op->o_protocol = version;
247 if ( op->o_protocol < LDAP_VERSION3 ) {
249 (unsigned long)op->o_protocol );
338 op->o_protocol );
349 op->o_protocol, op->o_req_ndn.bv_val );
360 op->o_protocol, op->orb_method );
548 op->o_protocol, op->o_req_dn.bv_val, op->o_conn->c_dn.bv_val );
result.c 690 op->o_protocol == LDAP_VERSION2 )
754 if( op->o_conn && op->o_conn->c_is_udp && op->o_protocol == LDAP_VERSION2
853 if ( op->o_protocol < LDAP_VERSION3 ) {
888 op->o_log_prefix, op->o_protocol );
906 } else if ( op->o_protocol < LDAP_VERSION3 ) {
911 if ( op->o_protocol < LDAP_VERSION3 ) {
1120 if ( op->o_protocol == LDAP_VERSION2 ) {
1476 if ( op->o_protocol != LDAP_VERSION2 ) {
1618 if( op->o_protocol < LDAP_VERSION3 ) {
extended.c 131 if( op->o_protocol < LDAP_VERSION3 ) {
133 op->o_log_prefix, op->o_protocol );
connection.c 1628 op->o_protocol = LDAP_VERSION2;
1641 if (op->o_protocol == LDAP_VERSION2) {
1876 if (!op->o_protocol) {
1877 op->o_protocol = op->o_conn->c_protocol
1882 op->o_protocol > LDAP_VERSION2)
search.c 309 if (op->o_protocol == LDAP_VERSION2 && op->o_conn->c_is_udp) {
modrdn.c 91 if ( op->o_protocol < LDAP_VERSION3 ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
modrdn.c 96 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
102 /* op->o_protocol cannot be anything but LDAPv3,
bind.c 329 int timeout_err = op->o_protocol >= LDAP_VERSION3 ?
995 int timeout_err = op->o_protocol >= LDAP_VERSION3 ?
1309 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
1652 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
modrdn.c 94 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
100 /* op->o_protocol cannot be anything but LDAPv3,
321 timeout_err = op->o_protocol >= LDAP_VERSION3 ?
bind.c 279 int timeout_err = op->o_protocol >= LDAP_VERSION3 ?
656 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
1298 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
compare.c 259 timeout_err = op->o_protocol >= LDAP_VERSION3 ?
delete.c 251 timeout_err = op->o_protocol >= LDAP_VERSION3 ?
add.c 318 timeout_err = op->o_protocol >= LDAP_VERSION3 ?
modify.c 307 timeout_err = op->o_protocol >= LDAP_VERSION3 ?
  /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
referral.c 116 op->o_log_prefix, op->o_protocol,
search.c 126 op->o_log_prefix, op->o_protocol,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
init.c 205 op2->o_protocol = LDAP_VERSION3;
rbacaudit.c 223 op2.o_protocol = LDAP_VERSION3;
rbacuser.c 266 op2.o_protocol = LDAP_VERSION3;
rbacsess.c 499 op2->o_protocol = LDAP_VERSION3;
606 op2.o_protocol = LDAP_VERSION3;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
vc.c 314 conn->op->o_protocol = LDAP_VERSION3;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
delete.c 353 op2.o_protocol = LDAP_VERSION3;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 872 op->o_protocol = LDAP_VERSION3;
1824 op->o_protocol = LDAP_VERSION3;
2145 op->o_protocol = LDAP_VERSION3;
2274 op->o_protocol = LDAP_VERSION3;
3434 op->o_protocol = LDAP_VERSION3;
4684 op->o_protocol = LDAP_VERSION3;
4887 op->o_protocol = LDAP_VERSION3;

Completed in 116 milliseconds

1 2