Searched refs:slap_list (Results 1 – 2 of 2) sorted by relevance
52 typedef struct slap_list { struct53 struct slap_list *next; argument54 } slap_list; typedef55 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()
69 typedef struct slap_list { struct70 struct slap_list *next; argument71 } slap_list; typedef72 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()