Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dentry.c72 static slap_list *entry_chunks; variable
84 for ( e=entry_chunks; e; e=entry_chunks ) { in entry_destroy()
85 entry_chunks = e->next; in entry_destroy()
521 s->next = entry_chunks; in entry_prealloc()
522 entry_chunks = s; in entry_prealloc()