HomeSort by: relevance | last modified time | path
    Searched refs:slap_list (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
attr.c 52 typedef struct slap_list { struct
53 struct slap_list *next;
54 } slap_list; typedef in typeref:struct:slap_list
55 static slap_list *attr_chunks;
63 slap_list *s;
67 s = ch_calloc( 1, sizeof(slap_list) + num * sizeof(Attribute));
719 slap_list *a;
entry.c 69 typedef struct slap_list { struct
70 struct slap_list *next;
71 } slap_list; typedef in typeref:struct:slap_list
72 static slap_list *entry_chunks;
78 slap_list *e;
508 slap_list *s;
520 s = ch_calloc( 1, sizeof(slap_list) + num * sizeof(Entry));

Completed in 24 milliseconds