Lines Matching defs:bufferevent
71 struct bufferevent { struct
75 bufferevent behaves. */ argument
76 const struct bufferevent_ops *be_ops; argument
84 bufferevent. */ argument
87 /** An input buffer. Only the bufferevent is allowed to add data to argument
91 /** An input buffer. Only the bufferevent is allowed to drain data argument
98 bufferevent_data_cb readcb; argument
99 bufferevent_data_cb writecb; argument
102 bufferevent_event_cb errorcb; argument
103 void *cbarg;
105 struct timeval timeout_read;
106 struct timeval timeout_write;
110 short enabled;