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

/httpd/server/mpm/winnt/
H A Dchild.c123 static winnt_conn_ctx_t *qtail = NULL; variable
144 if (qtail) {
145 qtail->next = context;
150 qtail = context;
168 qtail = NULL;

Completed in 627 milliseconds