HomeSort by: relevance | last modified time | path
    Searched defs:realbase (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 333 struct berval realbase = op->o_req_dn; local
380 realbase = mt->mt_nsuffix;
407 realbase = mt->mt_nsuffix;
451 asyncmeta_dn_massage( &dc, &realbase, &mbase );
668 if ( mbase.bv_val != realbase.bv_val ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
search.c 446 struct berval realbase = op->o_req_dn; local
491 realbase = mt->mt_nsuffix;
518 realbase = mt->mt_nsuffix;
569 switch ( ldap_back_dn_massage( dc, &realbase, &mbase ) ) {
764 if ( mbase.bv_val != realbase.bv_val ) {
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 1478 char *realbase = base; local
1480 if ( realbase == NULL ) {
1481 ldap_get_option( ld, LDAP_OPT_DEFBASE, (void **)(char *)&realbase );
1487 realbase ? realbase : "",
1488 ( realbase == NULL || realbase != base ) ? " (default)" : "",
1549 if ( realbase && realbase != base ) {
1550 ldap_memfree( realbase );
    [all...]

Completed in 16 milliseconds