Lines Matching defs:dn
3 /* dncache.c - dn caching for back-asyncmeta */
42 struct berval dn;
64 * case sensitive, because the dn MUST be normalized
66 return ber_bvcmp( &cc1->dn, &cc2->dn);
84 * case sensitive, because the dn MUST be normalized
86 return ( ber_bvcmp( &cc1->dn, &cc2->dn ) == 0 ) ? -1 : 0;
92 * returns the target a dn belongs to, or -1 in case the dn is not
107 tmp_entry.dn = *ndn;
162 tmp_entry.dn = *ndn;
179 entry->dn.bv_len = ndn->bv_len;
180 entry->dn.bv_val = (char *)&entry[ 1 ];
181 AC_MEMCPY( entry->dn.bv_val, ndn->bv_val, ndn->bv_len );
182 entry->dn.bv_val[ ndn->bv_len ] = '\0';
208 tmp_entry.dn = *ndn;