Lines Matching defs:bufferevent
70 struct bufferevent { struct
74 bufferevent behaves. */ argument
75 const struct bufferevent_ops *be_ops; argument
83 bufferevent. */ argument
86 /** An input buffer. Only the bufferevent is allowed to add data to argument
90 /** An input buffer. Only the bufferevent is allowed to drain data argument
97 bufferevent_data_cb readcb; argument
98 bufferevent_data_cb writecb; argument
101 bufferevent_event_cb errorcb; argument
102 void *cbarg;
104 struct timeval timeout_read;
105 struct timeval timeout_write;
109 short enabled;