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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
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);

Completed in 57 milliseconds