Lines Matching defs:what
74 short what = EVBUFFER_READ;
79 what |= EVBUFFER_TIMEOUT;
111 what |= EVBUFFER_ERROR;
115 what |= EVBUFFER_EOF;
146 (*bufev->errorcb)(bufev, what, bufev->cbarg);
156 short what = EVBUFFER_WRITE;
159 what |= EVBUFFER_TIMEOUT;
176 what |= EVBUFFER_ERROR;
179 what |= EVBUFFER_EOF;
204 (*bufev->errorcb)(bufev, what, bufev->cbarg);
214 short what = EVBUFFER_HANDSHAKE;
217 what |= EVBUFFER_TIMEOUT;
230 what |= EVBUFFER_ERROR;
249 (*bufev->errorcb)(bufev, what, bufev->cbarg);