Lines Matching refs:bufferevent
69 "bufferevent" functions for higher-level buffered IO are in
70 event2/bufferevent.h.
241 To make an evbuffer or a bufferevent object threadsafe, call its
454 The "bufferevent" structure is now an abstract base type with multiple
458 Current implementations of the bufferevent interface are described below.
466 5.3. Filtered bufferevent IO
468 You can use bufferevent_filter_new() to create a bufferevent that wraps
469 around another bufferevent and transforms data it is sending and
471 compress data before sending it over a bufferevent.
481 There is now a bufferevent type that supports SSL/TLS using the
488 SSL layer around an existing bufferevent, you would call the
505 You can now create a bufferevent that is not yet connected to any
514 bufferevent, or by a group of them, you can do this with a new set of
515 bufferevent rate-limiting calls.