HomeSort by: relevance | last modified time | path
    Searched refs:value_dn (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-relay/
init.c 116 c->value_dn.bv_val );
124 c->value_dn.bv_val );
135 ch_free( c->value_dn.bv_val );
  /src/external/bsd/openldap/dist/servers/slapd/
slap-config.h 198 #define value_dn values.v_dn.vdn_dn macro
bconfig.c 2667 default_search_base = c->value_dn;
2748 c->be->be_schemadn = c->value_dn;
3360 if ( !BER_BVISNULL( &c->value_dn ) ) {
3362 c->value_dn.bv_val );
3433 pdn = c->value_dn;
3501 c->be->be_rootdn = c->value_dn;
3944 ber_memfree_x( c->value_dn.bv_val, NULL );
3949 BER_BVZERO( &c->value_dn );
7285 c->value_dn.bv_val = c->log;
7297 c->value_dn.bv_len = snprintf(c->value_dn.bv_val, sizeof( c->log ), "cn=" SLAP_X_ORDERED_FMT, c->depth)
    [all...]
config.c 247 rc = dnPrettyNormal( NULL, &bv, &c->value_dn, &c->value_ndn, NULL );
256 ch_free( c->value_dn.bv_val );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
variant.c 864 ber_memfree( ca->value_dn.bv_val );
921 "duplicate variant regex: %s", ca->value_dn.bv_val );
955 ber_memfree( ca->value_dn.bv_val );
1100 BER_BVZERO( &ca->value_dn );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
refint.c 283 dd->nothing = c->value_dn;
294 dd->refint_dn = c->value_dn;
unique.c 482 legacy->uri->dn = c->value_dn;
491 ch_free( c->value_dn.bv_val );
492 BER_BVZERO( &c->value_dn );
accesslog.c 831 c->log, c->cr_msg, c->value_dn.bv_val );
977 c->log, c->cr_msg, c->value_dn.bv_val );
985 c->log, c->cr_msg, c->value_dn.bv_val );
992 ch_free( c->value_dn.bv_val );
autoca.c 727 ai->ai_localdn = c->value_dn;
nestgroup.c 182 ber_bvarray_add( &ngi->ngi_groupBase, &c->value_dn );
retcode.c 943 rd->rd_pdn = c->value_dn;
ppolicy.c 564 ber_memfree( c->value_dn.bv_val );
565 BER_BVZERO( &c->value_dn );
memberof.c 2060 mo->mo_dn = c->value_dn;
syncprov.c 3906 c->log, c->cr_msg, c->value_dn.bv_val );
3914 ch_free( c->value_dn.bv_val );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.c 782 ch_free( c->value_dn.bv_val );

Completed in 124 milliseconds