Searched refs:evch_dlelem_t (Results 1 – 2 of 2) sorted by relevance
265 } evch_dlelem_t; typedef269 evch_dlelem_t dh_head;303 typedef int (*compare_f)(evch_dlelem_t *, char *);340 evch_dlelem_t su_link;356 evch_dlelem_t sd_link; /* Links all subscribers of this ch. */380 evch_dlelem_t ch_link; /* Must be first elem. of structure */
134 evch_dl_add(evch_dlist_t *hp, evch_dlelem_t *el) in evch_dl_add()136 evch_dlelem_t *x = hp->dh_head.dl_prev; in evch_dl_add()137 evch_dlelem_t *y = &hp->dh_head; in evch_dl_add()150 evch_dl_del(evch_dlist_t *hp, evch_dlelem_t *p) in evch_dl_del()163 static evch_dlelem_t *164 evch_dl_search(evch_dlist_t *hp, int (*cmp)(evch_dlelem_t *, char *), char *s) in evch_dl_search() argument166 evch_dlelem_t *p; in evch_dl_search()192 evch_dlelem_t *ep = (evch_dlelem_t *)el; in evch_dl_next()200 if ((ep = ep->dl_next) == (evch_dlelem_t *)hp) { in evch_dl_next()802 evch_namecmp(evch_dlelem_t *ep, char *s) in evch_namecmp()[all …]