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

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c59 } worker_args_t; typedef in typeref:struct:__anon372
198 worker_args_t *worker_args;
202 worker_args = apr_palloc(pconn, sizeof(worker_args_t));
243 DosWriteQueue(workq, WORKTYPE_CONN, sizeof(worker_args_t), worker_args, 0);
352 worker_args_t *worker_args;

Completed in 349 milliseconds