Lines Matching full:callbacks
56 An evbuffer may have one or more callbacks set at a time. The order
59 A callback function may add more callbacks, or remove itself from the
60 list of callbacks, or add or remove data from the buffer. It may not
65 other callbacks. If you ask for an infinite loop, you might just get
76 Replace all callbacks on an evbuffer with a single new callback, or
79 Subsequent calls to evbuffer_setcb() replace callbacks set by previous
83 callbacks set on the evbuffer, which can cause confusing behavior if
84 multiple parts of the code all want to add their own callbacks on a
86 evbuffer_setflags() to manage your own evbuffer callbacks without
87 interfering with callbacks set by others.
91 or NULL to remove all callbacks.