Lines Matching full:more
71 across multiple blocks. It is more efficient, however, to use
93 @see event2/event.h for more information
186 * operations for evbuffer_add_file(); see that function for more
195 /** Change the flags that are set for an evbuffer by adding more.
199 * @param flags One or more EVBUFFER_FLAG_* options
207 * @param flags One or more EVBUFFER_FLAG_* options
254 The space is made available as one or more extents, represented by
256 available as only one extent. Allowing more extents, however, makes the
257 function more efficient.
265 NOTE: The code currently does not ever use more than two extents.
272 @param vec an array of one or more evbuffer_iovec structures to
275 2 is more efficient.
295 value. Note that you may have received more space than you
321 If more bytes are requested than are available in the evbuffer, we
334 If more bytes are requested than are available in the evbuffer, we
349 If more bytes are requested than are available in src, the src
612 more information
625 with pointers to one or more extents of data inside the buffer.
627 The total data in the extents that you get back may be more than
628 you requested (if there is more data last extent than you asked
645 if we didn't need all the evbuffer_iovecs we were given, or more
646 than n_vec if we would need more to return all the data that was
671 An evbuffer may have one or more callbacks set at a time. The order
674 A callback function may add more callbacks, or remove itself from the
729 /** Change the flags that are set for a callback on a buffer by adding more.