OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:evbuffer
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libevent/dist/include/event2/
buffer.h
34
An
evbuffer
can be used for preparing data before sending it to
40
A new
evbuffer
can be allocated with evbuffer_new(), and can be
68
As the contents of an
evbuffer
can be stored in multiple different
93
An
evbuffer
is an opaque data type for efficiently buffering data to be
98
struct
evbuffer
struct
105
Pointer to a position within an
evbuffer
.
128
/** Describes a single extent of memory inside an
evbuffer
. Used for
147
Allocate storage for a new
evbuffer
.
149
@return a pointer to a newly allocated
evbuffer
struct, or NULL if an error
153
struct
evbuffer
*evbuffer_new(void)
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
buffer.h
35
An
evbuffer
can be used for preparing data before sending it to
41
A new
evbuffer
can be allocated with evbuffer_new(), and can be
69
As the contents of an
evbuffer
can be stored in multiple different
94
An
evbuffer
is an opaque data type for efficiently buffering data to be
99
struct
evbuffer
struct
106
Pointer to a position within an
evbuffer
.
129
/** Describes a single extent of memory inside an
evbuffer
. Used for
148
Allocate storage for a new
evbuffer
.
150
@return a pointer to a newly allocated
evbuffer
struct, or NULL if an error
154
struct
evbuffer
*evbuffer_new(void)
[
all
...]
/src/external/bsd/libevent/dist/
evbuffer-internal.h
1
/* $NetBSD:
evbuffer
-internal.h,v 1.6 2021/04/10 19:02:37 rillig Exp $ */
62
/** A single
evbuffer
callback for an
evbuffer
. This function will be invoked
63
* when bytes are added to or removed from the
evbuffer
. */
82
struct
evbuffer
{
struct
118
*
evbuffer
. */
126
/** True iff this
evbuffer
's callbacks are not invoked immediately
142
/** A reference count on this
evbuffer
. When the reference count
155
/** The parent bufferevent object this
evbuffer
belongs to.
156
* NULL if the
evbuffer
stands alone. *
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
evbuffer-internal.h
1
/* $NetBSD:
evbuffer
-internal.h,v 1.7 2024/08/18 20:47:21 christos Exp $ */
62
/** A single
evbuffer
callback for an
evbuffer
. This function will be invoked
63
* when bytes are added to or removed from the
evbuffer
. */
82
struct
evbuffer
{
struct
118
*
evbuffer
. */
126
/** True iff this
evbuffer
's callbacks are not invoked immediately
142
/** A reference count on this
evbuffer
. When the reference count
155
/** The parent bufferevent object this
evbuffer
belongs to.
156
* NULL if the
evbuffer
stands alone. *
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026