Home
last modified time | relevance | path

Searched refs:realloc_captures (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h503 unsigned realloc_captures:1; member
H A Dngx_http_variables.c2507 if (r->captures == NULL || r->realloc_captures) { in ngx_http_regex_exec()
2508 r->realloc_captures = 0; in ngx_http_regex_exec()
H A Dngx_http_core_module.c2402 sr->realloc_captures = 1; in ngx_http_subrequest()
2403 r->realloc_captures = 1; in ngx_http_subrequest()