Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dattr.c55 static slap_list *attr_chunks; variable
68 s->next = attr_chunks; in attr_prealloc()
69 attr_chunks = s; in attr_prealloc()
721 for ( a=attr_chunks; a; a=attr_chunks ) { in attr_destroy()
722 attr_chunks = a->next; in attr_destroy()