Searched refs:ctx (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/netbsd/isc/ |
D | ev_timers.c | 148 evContext_p *ctx = opaqueCtx.opaque; in evLastEventTime() local 150 return (ctx->lastEventTime); in evLastEventTime() 181 evContext_p *ctx = opaqueCtx.opaque; in evSetTimer() local 185 ctx, func, uap, in evSetTimer() 217 if (heap_insert(ctx->timers, id) < 0) in evSetTimer() 224 if (ctx->debug > 7) { in evSetTimer() 226 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer() 234 evContext_p *ctx = opaqueCtx.opaque; in evClearTimer() local 237 if (ctx->cur != NULL && in evClearTimer() 238 ctx->cur->type == Timer && in evClearTimer() [all …]
|
D | ev_streams.c | 64 evContext_p *ctx = opaqueCtx.opaque; in evWrite() local 79 if (ctx->streams != NULL) in evWrite() 80 ctx->streams->prev = new; in evWrite() 82 new->next = ctx->streams; in evWrite() 83 ctx->streams = new; in evWrite() 98 evContext_p *ctx = opaqueCtx.opaque; in evRead() local 113 if (ctx->streams != NULL) in evRead() 114 ctx->streams->prev = new; in evRead() 116 new->next = ctx->streams; in evRead() 117 ctx->streams = new; in evRead() [all …]
|
D | eventlib_p.h | 218 void evPrintf(const evContext_p *ctx, int level, const char *fmt, ...); 228 evWait *evFreeWait(evContext_p *ctx, evWait *old);
|
/bionic/libc/private/ |
D | arpa_nameser.h | 231 void *ctx; member
|