Searched defs:request_method (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_request.c | 92 proc->request_method[0] = '\0'; 110 char *request_method = fpm_php_request_method(TSRMLS_C); local 132 if (request_method) { 133 strlcpy(proc->request_method, request_method, sizeof(proc->request_method)); 270 child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.request_uri, 280 child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.request_uri,
|
| H A D | fpm_scoreboard.h | 36 char request_method[16]; member in struct:fpm_scoreboard_proc_s
|
| /PHP_5_3/main/ |
| H A D | SAPI.h | 80 const char *request_method; member in struct:__anon245
|
| /PHP_5_3/sapi/continuity/ |
| H A D | capi.c | 418 char *request_method = lstFset_get(NSG(t->vars), "method"); local 424 SG(request_info).request_method = capi_strdup(request_method); 435 capi_free(SG(request_info).request_method);
|
| /PHP_5_3/sapi/nsapi/ |
| H A D | nsapi.c | 974 char *request_method = pblock_findval("method", rq->reqpb); local 1030 SG(request_info).request_method = request_method;
|
Completed in 16 milliseconds