Searched refs:ndns (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-bind.c428 int ndns = 0; local
478 dns = realloc( dns, (ndns + 1)*sizeof(char *) );
479 dns[ndns] = ber_strdup( bv.bv_val );
483 creds = realloc( creds, (ndns + 1)*sizeof(struct berval) );
486 creds[ndns].bv_len = 0;
487 creds[ndns].bv_val = nullstr;
509 ber_dupbv( &creds[ndns], &value );
513 ndns++;
534 if ( ndns == 0 ) {
540 (long) pid, base, filter, ndns );
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c73 struct berval *ndns[2]; local
78 ndns[0] = &op->o_ndn;
79 ndns[1] = &op->o_req_ndn;
83 BER_BVISNULL( ndns[0] ) ? "[anonymous]" : ndns[0]->bv_val,
84 BER_BVISNULL( ndns[1] ) ? "" : ndns[1]->bv_val );
98 struct berval *ndn = ndns[isthis];

Completed in 120 milliseconds