Searched refs:ngx_http_arg (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.h | 110 ngx_int_t ngx_http_arg(ngx_http_request_t *r, u_char *name, size_t len,
|
| H A D | ngx_http_parse.c | 2069 ngx_http_arg(ngx_http_request_t *r, u_char *name, size_t len, ngx_str_t *value) in ngx_http_arg() function
|
| H A D | ngx_http_variables.c | 1094 if (ngx_http_arg(r, arg, len, &value) != NGX_OK) { in ngx_http_variable_argument()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_flv_module.c | 176 if (ngx_http_arg(r, (u_char *) "start", 5, &value) == NGX_OK) { in ngx_http_flv_handler()
|
| H A D | ngx_http_autoindex_module.c | 818 if (ngx_http_arg(r, (u_char *) "callback", 8, callback) != NGX_OK) { in ngx_http_autoindex_jsonp_callback()
|
| H A D | ngx_http_mp4_module.c | 544 if (ngx_http_arg(r, (u_char *) "start", 5, &value) == NGX_OK) { in ngx_http_mp4_handler() 554 if (ngx_http_arg(r, (u_char *) "end", 3, &value) == NGX_OK) { in ngx_http_mp4_handler()
|