HomeSort by relevance Sort by last modified time
    Searched refs:BEV_NORMAL (Results 1 - 3 of 3) sorted by null

  /external/libevent/
bufferevent_filter.c 130 return state == BEV_NORMAL &&
142 return state == BEV_NORMAL &&
284 if (state == BEV_NORMAL) {
294 if (state == BEV_NORMAL && bev->wm_read.high)
325 if (state == BEV_NORMAL) {
347 if (state == BEV_NORMAL &&
407 be_filter_process_output(bevf, BEV_NORMAL, &processed_any);
427 state = BEV_NORMAL;
453 be_filter_process_output(bevf, BEV_NORMAL, &processed_any);
bufferevent_pair.c 293 if (mode == BEV_NORMAL)
  /external/libevent/include/event2/
bufferevent.h 496 BEV_NORMAL = 0,
510 @param mode either BEV_NORMAL or BEV_FLUSH or BEV_FINISHED
546 (BEV_NORMAL), or flush as much data as we can (BEV_FLUSH),

Completed in 75 milliseconds