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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dconn.c341 BER_BVISNULL( &c->c_peer_domain )
342 ? "" : c->c_peer_domain.bv_val,
397 BER_BVISNULL( &c->c_peer_domain ) ? &bv_unknown : &c->c_peer_domain,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconnection.c395 BER_BVZERO( &c->c_peer_domain );
448 assert( BER_BVISNULL( &c->c_peer_domain ) );
483 ber_str2bv( dnsname, 0, 1, &c->c_peer_domain );
685 if(c->c_peer_domain.bv_val != NULL) {
686 free(c->c_peer_domain.bv_val);
688 BER_BVZERO( &c->c_peer_domain );
2063 conn->c_peer_domain = slap_empty_bv;
H A Dslapacl.c107 conn.c_peer_domain = peer_domain;
H A Dcontrols.c2026 if ( !BER_BVISNULL( &op->o_conn->c_peer_domain ) &&
2027 !bvmatch( &op->o_conn->c_peer_domain, &bv_unknown ) )
2029 name = op->o_conn->c_peer_domain;
H A Dacl.c1286 if ( !op->o_conn->c_peer_domain.bv_val ) {
1293 if ( !regex_matches( &b->a_domain_pat, op->o_conn->c_peer_domain.bv_val,
1301 struct berval cmp = op->o_conn->c_peer_domain;
H A Dslap.h2869 struct berval c_peer_domain; /* DNS name of client */ member in struct:Connection
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c209 ber_dupbv( &conn->c_peer_domain, (struct berval *)&slap_unknown_bv );
368 slapi_ch_free_string( &conn->c_peer_domain.bv_val );

Completed in 109 milliseconds