Home
last modified time | relevance | path

Searched refs:ngx_http_sub_tables_t (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.c31 } ngx_http_sub_tables_t; typedef
39 ngx_http_sub_tables_t *tables;
75 ngx_http_sub_tables_t *tables;
95 static void ngx_http_sub_init_tables(ngx_http_sub_tables_t *tables,
242 ctx->tables = ngx_palloc(r->pool, sizeof(ngx_http_sub_tables_t)); in ngx_http_sub_header_filter()
615 ngx_http_sub_tables_t *tables; in ngx_http_sub_parse()
934 conf->tables = ngx_palloc(cf->pool, sizeof(ngx_http_sub_tables_t)); in ngx_http_sub_merge_conf()
948 ngx_http_sub_init_tables(ngx_http_sub_tables_t *tables, in ngx_http_sub_init_tables()