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

  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 78 struct berval *ndns[2]; local
83 ndns[0] = &op->o_ndn;
84 ndns[1] = &op->o_req_ndn;
88 BER_BVISNULL( ndns[0] ) ? "[anonymous]" : ndns[0]->bv_val,
89 BER_BVISNULL( ndns[1] ) ? "" : ndns[1]->bv_val );
103 struct berval *ndn = ndns[isthis];
limits.c 78 struct berval *ndns[2]; local
83 ndns[0] = &op->o_ndn;
84 ndns[1] = &op->o_req_ndn;
88 BER_BVISNULL( ndns[0] ) ? "[anonymous]" : ndns[0]->bv_val,
89 BER_BVISNULL( ndns[1] ) ? "" : ndns[1]->bv_val );
103 struct berval *ndn = ndns[isthis];
  /src/external/bsd/openldap/dist/tests/progs/
slapd-bind.c 384 int ndns = 0; local
419 dns = realloc( dns, (ndns + 1)*sizeof(char *) );
424 dns[ndns] = ber_strdup( bv.bv_val );
428 creds = realloc( creds, (ndns + 1)*sizeof(struct berval) );
435 creds[ndns].bv_len = 0;
436 creds[ndns].bv_val = nullstr;
458 ber_dupbv( &creds[ndns], &value );
462 ndns++;
483 if ( ndns == 0 ) {
492 (long) pid, base, filter, ndns );
    [all...]
slapd-bind.c 384 int ndns = 0; local
419 dns = realloc( dns, (ndns + 1)*sizeof(char *) );
424 dns[ndns] = ber_strdup( bv.bv_val );
428 creds = realloc( creds, (ndns + 1)*sizeof(struct berval) );
435 creds[ndns].bv_len = 0;
436 creds[ndns].bv_val = nullstr;
458 ber_dupbv( &creds[ndns], &value );
462 ndns++;
483 if ( ndns == 0 ) {
492 (long) pid, base, filter, ndns );
    [all...]

Completed in 58 milliseconds