Searched refs:c_protocol (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Dconn.c324 (long) c->c_protocol,
355 bv.bv_len = snprintf( buf, sizeof( buf ), "%ld", (long) c->c_protocol );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dbind.c199 op->o_conn->c_protocol = version;
H A Dconnection.c496 c->c_protocol = 0;
677 c->c_protocol = 0;
1885 op->o_protocol = op->o_conn->c_protocol
1886 ? op->o_conn->c_protocol : LDAP_VERSION3;
H A Dbackend.c1269 version = op->o_conn->c_protocol;
H A Dslap.h2888 ber_int_t c_protocol; /* version of the LDAP protocol used by client */ member in struct:Connection
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c411 } else if ( op->o_conn->c_protocol != 0 ) {
412 version = op->o_conn->c_protocol;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c243 conn->c_protocol = LDAP_VERSION3;

Completed in 101 milliseconds