Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/epwget/
H A Depwget.c105 int pending; member
202 ctx->pending++; in CreateConnection()
217 ctx->pending--; in CloseConnection()
219 assert(ctx->pending >= 0); in CloseConnection()
653 ctx->started = ctx->done = ctx->pending = 0; in InitWget()
699 ctx->events, ctx->maxevents, ctx->pending ? -1 : 10); in RunWget()
H A Depwget-mp.c104 int pending; member
201 ctx->pending++; in CreateConnection()
216 ctx->pending--; in CloseConnection()
218 assert(ctx->pending >= 0); in CloseConnection()
651 ctx->started = ctx->done = ctx->pending = 0; in InitWget()
697 ctx->events, ctx->maxevents, ctx->pending ? -1 : 10); in RunWget()