Searched refs:evContext_p (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c39 static void print_waits(evContext_p *ctx);
40 static evWaitList * evNewWaitList(evContext_p *);
41 static void evFreeWaitList(evContext_p *, evWaitList *);
42 static evWaitList * evGetWaitList(evContext_p *, const void *, int);
54 evContext_p *ctx = opaqueCtx.opaque;
80 evContext_p *ctx = opaqueCtx.opaque;
107 evContext_p *ctx = opaqueCtx.opaque;
165 evContext_p *ctx = opaqueCtx.opaque;
186 print_waits(evContext_p *ctx) {
205 evNewWaitList(evContext_p *ct
[all...]
H A Dev_timers.c143 evContext_p *ctx = opaqueCtx.opaque;
174 evContext_p *ctx = opaqueCtx.opaque;
228 evContext_p *ctx = opaqueCtx.opaque;
264 evContext_p *ctx = opaqueCtx.opaque;
291 evContext_p *ctx = opaqueCtx.opaque;
350 evContext_p *ctx = opaqueCtx.opaque;
388 evContext_p *ctx = opaqueCtx.opaque;
404 evContext_p *ctx = opaqueCtx.opaque;
416 evCreateTimers(const evContext_p *ctx) {
424 evDestroyTimers(const evContext_p *ct
[all...]
H A Deventlib_p.h181 void *ctx; /* pointer to the evContext_p */
257 } evContext_p; typedef in typeref:struct:__anon3880
261 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
265 extern int evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd);
270 heap_context evCreateTimers(const evContext_p *);
272 void evDestroyTimers(const evContext_p *);
276 evWait *evFreeWait(evContext_p *ctx, evWait *old);
H A Dev_files.c42 static evFile *FindFD(const evContext_p *ctx, int fd, int eventmask);
52 evContext_p *ctx = opaqueCtx.opaque;
157 evContext_p *ctx = opaqueCtx.opaque;
268 FindFD(const evContext_p *ctx, int fd, int eventmask) {
H A Deventlib.c68 evContext_p *ctx;
144 evContext_p *ctx = opaqueCtx.opaque;
152 evContext_p *ctx = opaqueCtx.opaque;
212 evContext_p *ctx = opaqueCtx.opaque;
478 evContext_p *ctx = opaqueCtx.opaque;
591 evContext_p *ctx = opaqueCtx.opaque;
667 evContext_p *ctx = opaqueCtx.opaque;
673 evPrintf(const evContext_p *ctx, int level, const char *fmt, ...) {
686 /* evContext_p *ctx = opaqueCtx->opaque; */
713 /* evContext_p *ct
[all...]
H A Dev_streams.c60 evContext_p *ctx = opaqueCtx.opaque;
94 evContext_p *ctx = opaqueCtx.opaque;
147 evContext_p *ctx = opaqueCtx.opaque;
243 evContext_p *ctx = opaqueCtx.opaque;
H A Dev_connects.c66 evContext_p *ctx = opaqueCtx.opaque;
115 evContext_p *ctx = opaqueCtx.opaque;
157 evContext_p *ctx = opaqueCtx.opaque;
239 evContext_p *ctx = opaqueCtx.opaque;
281 evContext_p *ctx = opaqueCtx.opaque;

Completed in 49 milliseconds