Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c87 static ngx_int_t ngx_http_sub_match(ngx_http_sub_ctx_t *ctx, ngx_int_t start,
659 rc = ngx_http_sub_match(ctx, start, m); in ngx_http_sub_parse()
698 if (ngx_http_sub_match(ctx, start, m) == NGX_AGAIN) { in ngx_http_sub_parse()
744 ngx_http_sub_match(ngx_http_sub_ctx_t *ctx, ngx_int_t start, ngx_str_t *m) in ngx_http_sub_match() function