HomeSort by: relevance | last modified time | path
    Searched defs:evContext_p (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/isc/
eventlib_p.h 183 void *ctx; /* pointer to the evContext_p */
259 } evContext_p;
263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
267 extern int evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd);
272 heap_context evCreateTimers(const evContext_p *);
274 void evDestroyTimers(const evContext_p *);
278 evWait *evFreeWait(evContext_p *ctx, evWait *old);
  /src/external/bsd/libbind/dist/isc/
eventlib_p.h 183 void *ctx; /* pointer to the evContext_p */
259 } evContext_p;
263 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...)
267 extern int evPollfdRealloc(evContext_p *ctx, int pollfd_chunk_size, int fd);
272 heap_context evCreateTimers(const evContext_p *);
274 void evDestroyTimers(const evContext_p *);
278 evWait *evFreeWait(evContext_p *ctx, evWait *old);

Completed in 63 milliseconds