HomeSort by relevance Sort by last modified time
    Searched full:cbent (Results 1 - 1 of 1) sorted by null

  /external/libevent/
buffer.c 444 struct evbuffer_cb_entry *cbent, *next; local
481 for (cbent = TAILQ_FIRST(&buffer->callbacks);
482 cbent != TAILQ_END(&buffer->callbacks);
483 cbent = next) {
486 next = TAILQ_NEXT(cbent, next);
488 if ((cbent->flags & mask) != masked_val)
491 if ((cbent->flags & EVBUFFER_CB_OBSOLETE))
492 cbent->cb.cb_obsolete(buffer,
493 info.orig_size, new_size, cbent->cbarg);
495 cbent->cb.cb_func(buffer, &info, cbent->cbarg)
539 struct evbuffer_cb_entry *cbent; local
2989 struct evbuffer_cb_entry *cbent; local
    [all...]

Completed in 2795 milliseconds