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

  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
init.c 312 struct entry_limbo_t *el_next; member in struct:entry_limbo_t
349 elpp = &(*elpp)->el_next )
354 el.el_next = NULL;
406 elpp = &(*elpp)->el_next )
411 el.el_next = NULL;
451 elpp = &(*elpp)->el_next )
456 el.el_next = NULL;
600 elpp = &(*elpp)->el_next )
610 el.el_next = NULL;
804 elpp = &(*elpp)->el_next )
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 188 struct elist *el_next; member in struct:elist
merge.c 320 el1 = el1->el_next;
321 el2 = el2->el_next;
829 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) {
tdata.c 230 el = el->el_next;
st_parse.c 1043 elp->el_next = NULL;
1050 prev = &elp->el_next;
ctf.c 441 for (i = 0, ep = tp->t_emem; ep != NULL; ep = ep->el_next)
453 for (ep = tp->t_emem; ep != NULL && i > 0; ep = ep->el_next) {
1293 i++, epp = &((*epp)->el_next)) {
dwarf.c 889 elastp = &el->el_next;

Completed in 24 milliseconds