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

  /external/chromium_org/third_party/libevent/
evbuffer.c 84 if (bufev->wm_read.high == 0 || now < bufev->wm_read.high) {
110 if (bufev->wm_read.high != 0) {
111 howmuch = bufev->wm_read.high - EVBUFFER_LENGTH(bufev->input);
140 if (bufev->wm_read.low != 0 && len < bufev->wm_read.low)
142 if (bufev->wm_read.high != 0 && len >= bufev->wm_read.high) {
428 bufev->wm_read.low = lowmark;
429 bufev->wm_read.high = highmark
    [all...]
event.h 764 struct event_watermark wm_read; member in struct:bufferevent
    [all...]

Completed in 123 milliseconds