OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:event_overlapped
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
iocp-internal.h
35
struct
event_overlapped
;
38
typedef void (*iocp_callback)(struct
event_overlapped
*, ev_uintptr_t, ev_ssize_t, int success);
48
OVERLAPPED*, it upcasts the pointer to an
event_overlapped
, and calls the
49
iocp_callback function with the
event_overlapped
, the iocp key, and the
52
struct
event_overlapped
{
struct
100
struct
event_overlapped
{
struct
105
/** Initialize the fields in an
event_overlapped
.
107
@param overlapped The struct
event_overlapped
to initialize
112
void event_overlapped_init_(struct
event_overlapped
*, iocp_callback cb);
139
int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct
event_overlapped
*ol)
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
iocp-internal.h
36
struct
event_overlapped
;
39
typedef void (*iocp_callback)(struct
event_overlapped
*, ev_uintptr_t, ev_ssize_t, int success);
49
OVERLAPPED*, it upcasts the pointer to an
event_overlapped
, and calls the
50
iocp_callback function with the
event_overlapped
, the iocp key, and the
53
struct
event_overlapped
{
struct
101
struct
event_overlapped
{
struct
106
/** Initialize the fields in an
event_overlapped
.
108
@param overlapped The struct
event_overlapped
to initialize
113
void event_overlapped_init_(struct
event_overlapped
*, iocp_callback cb);
140
int evbuffer_launch_read_(struct evbuffer *buf, size_t n, struct
event_overlapped
*ol)
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026