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

/httpd/server/mpm/event/
H A Devent.c3445 } wc, ka; local
3452 wc.tail = ka.tail = NULL;
3453 wc.hash = apr_hash_make(ptemp);
3465 if (!wc.tail) {
3467 TO_QUEUE_INIT(wc.q, pconf, s->timeout, NULL);
3468 apr_hash_set(wc.hash, &s->timeout, sizeof s->timeout, wc.q);
3469 wc.tail = write_completion_q = wc.q;
3479 wc
[all...]

Completed in 839 milliseconds