Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Depoch.c46 struct pending_ref { struct
49 struct pending_ref *next; argument
56 static struct pending_ref *references[EPOCH_MASK];
76 struct pending_ref *old, *next; in epoch_shutdown()
118 struct pending_ref *old, *ref = NULL; in epoch_join()
169 struct pending_ref *p, *next, *old_refs = NULL, *current_refs = NULL; in epoch_leave()
273 struct pending_ref *new; in epoch_append()
284 new = ch_malloc( sizeof(struct pending_ref) ); in epoch_append()