Searched refs:o_protocol (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dmodrdn.c60 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
66 /* op->o_protocol cannot be anything but LDAPv3,
H A Dbind.c694 } else if ( op->o_protocol != 0 ) {
695 version = op->o_protocol;
747 rs->sr_err = ldap_back_start_tls( ld, op->o_protocol, &is_tls,
1732 int timeout_err = op->o_protocol >= LDAP_VERSION3 ?
2069 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
2794 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
H A Dsearch.c316 rc = rs->sr_err = op->o_protocol >= LDAP_VERSION3 ?
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbind.c112 op->o_protocol = version;
241 if ( op->o_protocol < LDAP_VERSION3 ) {
243 (unsigned long)op->o_protocol, 0, 0 );
333 op->o_protocol, 0, 0 );
344 op->o_protocol, op->o_req_ndn.bv_val, 0 );
355 op->o_protocol, op->orb_method, 0 );
436 op->o_protocol, op->o_req_dn.bv_val, op->o_conn->c_dn.bv_val );
H A Dextended.c128 if( op->o_protocol < LDAP_VERSION3 ) {
130 op->o_log_prefix, op->o_protocol, 0 );
H A Dresult.c618 op->o_protocol == LDAP_VERSION2 )
682 if( op->o_conn && op->o_conn->c_is_udp && op->o_protocol == LDAP_VERSION2
782 if ( op->o_protocol < LDAP_VERSION3 ) {
816 op->o_log_prefix, op->o_protocol, 0 );
835 } else if ( op->o_protocol < LDAP_VERSION3 ) {
840 if ( op->o_protocol < LDAP_VERSION3 ) {
1043 if ( op->o_protocol == LDAP_VERSION2 ) {
1399 if ( op->o_protocol != LDAP_VERSION2 ) {
1543 if( op->o_protocol < LDAP_VERSION3 ) {
H A Dconnection.c1628 op->o_protocol = LDAP_VERSION2;
1641 if (op->o_protocol == LDAP_VERSION2) {
1884 if (!op->o_protocol) {
1885 op->o_protocol = op->o_conn->c_protocol
1890 op->o_protocol > LDAP_VERSION2)
H A Dsearch.c280 if (op->o_protocol == LDAP_VERSION2 && op->o_conn->c_is_udp) {
H A Dmodrdn.c85 if ( op->o_protocol < LDAP_VERSION3 ) {
H A Didattracl.c428 nop.o_protocol = LDAP_VERSION3;
505 nop.o_protocol = LDAP_VERSION3;
H A Dmodify.c1061 if( op->o_protocol >= LDAP_VERSION3 ) {
H A Dbackend.c1281 if( op->o_protocol < LDAP_VERSION3 ) {
H A Dcontrols.c734 if( op->o_protocol < LDAP_VERSION3 ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dmodrdn.c88 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
94 /* op->o_protocol cannot be anything but LDAPv3,
H A Dbind.c331 int timeout_err = op->o_protocol >= LDAP_VERSION3 ?
999 int timeout_err = op->o_protocol >= LDAP_VERSION3 ?
1320 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
1652 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
H A Dsearch.c995 rc = rs->sr_err = op->o_protocol >= LDAP_VERSION3 ?
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dreferral.c111 op->o_log_prefix, op->o_protocol,
H A Dsearch.c121 op->o_log_prefix, op->o_protocol,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dnestedgroup.c76 nop.o_protocol = LDAP_VERSION3;
152 nop.o_protocol = LDAP_VERSION3;
H A Dpcache.c857 op->o_protocol = LDAP_VERSION3;
1805 op->o_protocol = LDAP_VERSION3;
2126 op->o_protocol = LDAP_VERSION3;
2255 op->o_protocol = LDAP_VERSION3;
3414 op->o_protocol = LDAP_VERSION3;
4623 op->o_protocol = LDAP_VERSION3;
4825 op->o_protocol = LDAP_VERSION3;
H A Ddynid.c390 nop.o_protocol = LDAP_VERSION3;
H A Dconstraint.c589 nop.o_protocol = LDAP_VERSION3;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Ddelete.c353 op2.o_protocol = LDAP_VERSION3;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c182 op->o_protocol = LDAP_VERSION3;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c270 op->o_protocol = LDAP_VERSION3;

Completed in 191 milliseconds

12