Searched refs:query_code (Results 1 - 13 of 13) sorted by relevance

/httpd/include/
H A Dap_mpm.h187 * @param query_code One of AP_MPMQ_*
194 * @fn int ap_mpm_query(int query_code, int *result)
196 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result);
H A Dmpm_common.h416 AP_DECLARE_HOOK(int, mpm_query, (int query_code, int *result, apr_status_t *rv))
H A Dhttp_core.h1007 * @param query_code Which information is requested
1010 AP_DECLARE(int) ap_state_query(int query_code);
1013 * possible values for query_code in ap_state_query()
1027 /** return value for unknown query_code */
/httpd/server/mpm/simple/
H A Dsimple_api.c44 static int simple_query(int query_code, int *result, apr_status_t *rv) argument
49 switch (query_code) {
/httpd/server/
H A Dmpm_common.c102 (int query_code, int *result, apr_status_t *_rv),
103 (query_code, result, _rv), DECLINED)
433 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result)
437 if (ap_run_mpm_query(query_code, result, &rv) == DECLINED) {
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c402 static apr_status_t mpmt_os2_query(int query_code, int *result, apr_status_t *rv) argument
406 switch (query_code) {
/httpd/server/mpm/netware/
H A Dmpm_netware.c201 static int netware_query(int query_code, int *result, apr_status_t *rv) argument
204 switch(query_code){
/httpd/server/mpm/prefork/
H A Dprefork.c295 static int prefork_query(int query_code, int *result, apr_status_t *rv) argument
298 switch(query_code){
/httpd/server/mpm/motorz/
H A Dmotorz.c622 static int motorz_query(int query_code, int *result, apr_status_t *rv) argument
626 switch(query_code){
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c925 static int winnt_query(int query_code, int *result, apr_status_t *rv) argument
928 switch (query_code) {
/httpd/modules/lua/
H A Dlua_request.c1789 /* ap_state_query (int query_code) item starts a new field */
1794 int query_code; local
1796 query_code = lua_tointeger(L, 1);
1797 returnValue = ap_state_query(query_code);
/httpd/server/mpm/worker/
H A Dworker.c335 static int worker_query(int query_code, int *result, apr_status_t *rv) argument
338 switch (query_code) {
/httpd/server/mpm/event/
H A Devent.c540 static int event_query(int query_code, int *result, apr_status_t *rv) argument
543 switch (query_code) {

Completed in 100 milliseconds