Searched defs:query_code (Results 1 - 9 of 9) sorted by relevance
/httpd/server/mpm/simple/ |
H A D | simple_api.c | 44 static int simple_query(int query_code, int *result, apr_status_t *rv) argument 49 switch (query_code) {
|
/httpd/server/mpm/mpmt_os2/ |
H A D | mpmt_os2.c | 402 static apr_status_t mpmt_os2_query(int query_code, int *result, apr_status_t *rv) argument 406 switch (query_code) {
|
/httpd/server/mpm/motorz/ |
H A D | motorz.c | 622 static int motorz_query(int query_code, int *result, apr_status_t *rv) argument 626 switch(query_code){
|
/httpd/server/mpm/netware/ |
H A D | mpm_netware.c | 201 static int netware_query(int query_code, int *result, apr_status_t *rv) argument 204 switch(query_code){
|
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 295 static int prefork_query(int query_code, int *result, apr_status_t *rv) argument 298 switch(query_code){
|
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.c | 925 static int winnt_query(int query_code, int *result, apr_status_t *rv) argument 928 switch (query_code) {
|
/httpd/server/mpm/worker/ |
H A D | worker.c | 335 static int worker_query(int query_code, int *result, apr_status_t *rv) argument 338 switch (query_code) {
|
/httpd/modules/lua/ |
H A D | lua_request.c | 1789 /* 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/event/ |
H A D | event.c | 540 static int event_query(int query_code, int *result, apr_status_t *rv) argument 543 switch (query_code) {
|
Completed in 400 milliseconds