OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:evContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/include/isc/
eventlib.h
49
typedef struct { void *opaque; }
evContext
;
55
typedef void (*evConnFunc)__P((
evContext
, void *, int, const void *, int,
57
typedef void (*evFileFunc)__P((
evContext
, void *, int, int));
58
typedef void (*evStreamFunc)__P((
evContext
, void *, int, int));
59
typedef void (*evTimerFunc)__P((
evContext
, void *,
61
typedef void (*evWaitFunc)__P((
evContext
, void *, const void *));
95
int evCreate __P((
evContext
*));
96
void evSetDebug __P((
evContext
, int, FILE *));
97
int evDestroy __P((
evContext
));
98
int evGetNext __P((
evContext
, evEvent *, int))
[
all
...]
/src/external/bsd/libbind/dist/include/isc/
eventlib.h
51
typedef struct { void *opaque; }
evContext
;
57
typedef void (*evConnFunc)__P((
evContext
, void *, int, const void *, int,
59
typedef void (*evFileFunc)__P((
evContext
, void *, int, int));
60
typedef void (*evStreamFunc)__P((
evContext
, void *, int, int));
61
typedef void (*evTimerFunc)__P((
evContext
, void *,
63
typedef void (*evWaitFunc)__P((
evContext
, void *, const void *));
97
int evCreate __P((
evContext
*));
98
void evSetDebug __P((
evContext
, int, FILE *));
99
int evDestroy __P((
evContext
));
100
int evGetNext __P((
evContext
, evEvent *, int))
[
all
...]
Completed in 39 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026