Home
last modified time | relevance | path

Searched refs:slap_list (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dattr.c52 typedef struct slap_list { struct
53 struct slap_list *next; argument
54 } slap_list; typedef
55 static slap_list *attr_chunks;
63 slap_list *s; in attr_prealloc()
67 s = ch_calloc( 1, sizeof(slap_list) + num * sizeof(Attribute)); in attr_prealloc()
719 slap_list *a; in attr_destroy()
H A Dentry.c69 typedef struct slap_list { struct
70 struct slap_list *next; argument
71 } slap_list; typedef
72 static slap_list *entry_chunks;
78 slap_list *e; in entry_destroy()
508 slap_list *s; in entry_prealloc()
520 s = ch_calloc( 1, sizeof(slap_list) + num * sizeof(Entry)); in entry_prealloc()