• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/libevent/include/event2/

Lines Matching defs:evbuffer_ptr

111     An evbuffer_ptr can represent any position from the start of a buffer up
116 struct evbuffer_ptr {
380 ev_ssize_t evbuffer_copyout_from(struct evbuffer *buf, const struct evbuffer_ptr *pos, void *data_out, size_t datlen);
742 @param start NULL or a pointer to a valid struct evbuffer_ptr.
743 @return a struct evbuffer_ptr whose 'pos' field has the offset of the
748 struct evbuffer_ptr evbuffer_search(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start);
756 @param start NULL or a pointer to a valid struct evbuffer_ptr that
758 @param end NULL or a pointer to a valid struct evbuffer_ptr that
760 @return a struct evbuffer_ptr whose 'pos' field has the offset of the
765 struct evbuffer_ptr evbuffer_search_range(struct evbuffer *buffer, const char *what, size_t len, const struct evbuffer_ptr *start, const struct evbuffer_ptr *end);
768 Defines how to adjust an evbuffer_ptr by evbuffer_ptr_set()
773 uninitialized evbuffer_ptr. */
788 If evbuffer_ptr is not initialized, this function can only be called
791 An evbuffer_ptr can represent any position from the start of the buffer to
795 @param ptr a pointer to a struct evbuffer_ptr
802 evbuffer_ptr_set(struct evbuffer *buffer, struct evbuffer_ptr *ptr,
809 @param start NULL or a pointer to a valid struct evbuffer_ptr to start
815 @return a struct evbuffer_ptr whose 'pos' field has the offset of the
820 struct evbuffer_ptr evbuffer_search_eol(struct evbuffer *buffer,
821 struct evbuffer_ptr *start, size_t *eol_len_out,
840 @param start_at an evbuffer_ptr indicating the point at which we
854 struct evbuffer_ptr *start_at,