Lines Matching full:more

71   across multiple blocks.  It is more efficient, however, to use
95 @see event2/event.h for more information
199 * operations for evbuffer_add_file(); see that function for more
208 /** Change the flags that are set for an evbuffer by adding more.
212 * @param flags One or more EVBUFFER_FLAG_* options
221 * @param flags One or more EVBUFFER_FLAG_* options
272 The space is made available as one or more extents, represented by
274 available as only one extent. Allowing more extents, however, makes the
275 function more efficient.
283 NOTE: The code currently does not ever use more than two extents.
290 @param vec an array of one or more evbuffer_iovec structures to
293 2 is more efficient.
314 value. Note that you may have received more space than you
342 If more bytes are requested than are available in the evbuffer, we
356 If more bytes are requested than are available in the evbuffer, we
370 If more bytes are requested than are available in the evbuffer, we
387 If more bytes are requested than are available in src, the src
516 For more fine-grained control, use evbuffer_add_file_segment.
535 evbuffer_file_segment can be added more than once, and to more than one
564 evbuffer it is added to may ever be accessed from more than one thread
606 one or more evbuffers. The evbuffer_file_segment will not be freed
607 until no more references to it exist.
616 The cleanup callback will be invoked when no more references to the
815 more information
829 with pointers to one or more extents of data inside the buffer.
831 The total data in the extents that you get back may be more than
832 you requested (if there is more data last extent than you asked
849 if we didn't need all the evbuffer_iovecs we were given, or more
850 than n_vec if we would need more to return all the data that was
876 An evbuffer may have one or more callbacks set at a time. The order
879 A callback function may add more callbacks, or remove itself from the
937 /** Change the flags that are set for a callback on a buffer by adding more.
990 requested more data than is present in the buffer.
1058 Append data from 1 or more iovec's to an evbuffer