Lines Matching defs:result
44 static int simple_query(int query_code, int *result, apr_status_t *rv)
51 *result = AP_MPMQ_STATIC;
54 *result = AP_MPMQ_DYNAMIC;
57 *result = 1;
60 *result = sc->procmgr.proc_count;
63 *result = sc->procmgr.proc_count;
66 *result = sc->procmgr.thread_count;
69 *result = sc->procmgr.thread_count;
72 *result = sc->procmgr.proc_count;
75 *result = sc->procmgr.proc_count;
79 *result = sc->procmgr.thread_count;
82 *result = sc->procmgr.max_requests_per_child;
85 *result = sc->procmgr.proc_count;
88 *result = sc->mpm_state;
91 *result = 0;