Searched refs:dn_id (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dtools.cpp31 typedef struct dn_id { struct
34 } dn_id; typedef in typeref:struct:dn_id
37 static dn_id hbuf[HOLE_SIZE], *holes = hbuf;
284 struct dn_id *dn1 = (struct dn_id *)v1,
285 *dn2 = (struct dn_id *)v2;
307 struct dn_id *dptr;
321 dptr = (struct dn_id *)ch_malloc( sizeof( struct dn_id ) + npdn.bv_len + 1);
360 holes = (dn_id *)ch_mallo
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dtools.c34 typedef struct dn_id { struct
37 } dn_id; typedef in typeref:struct:dn_id
40 static dn_id hbuf[HOLE_SIZE], *holes = hbuf;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dtools.c66 typedef struct dn_id { struct
69 } dn_id; typedef in typeref:struct:dn_id
72 static dn_id hbuf[HOLE_SIZE], *holes = hbuf;
529 holes = ch_malloc( nhmax * sizeof(dn_id) * 2 );
532 holes = ch_realloc( holes, nhmax * sizeof(dn_id) * 2 );

Completed in 144 milliseconds