Home
last modified time | relevance | path

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

/dports/www/nginx-full/ngx_postgres-8aa7359/src/
H A Dngx_postgres_rewrite.c307 if (pgrcf->methods_set & r->method) { in ngx_postgres_rewrite()
309 rewrite = pgrcf->methods->elts; in ngx_postgres_rewrite()
331 if (pgrcf->key % 2 == 1 && pgrcf->handler == &ngx_postgres_rewrite_valid) { in ngx_postgres_rewrite()
382 } else if (pgrcf->def) { in ngx_postgres_rewrite()
385 return pgrcf->def->status; in ngx_postgres_rewrite()
394 ngx_postgres_rewrite_conf_t *pgrcf) in ngx_postgres_rewrite_changes() argument
420 ngx_postgres_rewrite_conf_t *pgrcf) in ngx_postgres_rewrite_rows() argument
446 ngx_postgres_rewrite_conf_t *pgrcf) in ngx_postgres_rewrite_valid() argument
469 if (pgrcf->methods_set & r->method) { in ngx_postgres_rewrite_valid()
470 rewrite = pgrcf->methods->elts; in ngx_postgres_rewrite_valid()
[all …]
H A Dngx_postgres_module.c832 ngx_postgres_rewrite_conf_t *pgrcf; in ngx_postgres_conf_rewrite() local
866 pgrcf = pglcf->rewrites->elts; in ngx_postgres_conf_rewrite()
869 pgrcf = &pgrcf[j]; in ngx_postgres_conf_rewrite()
876 if (pgrcf == NULL) { in ngx_postgres_conf_rewrite()
883 pgrcf->key = e[i].key; in ngx_postgres_conf_rewrite()
884 pgrcf->handler = e[i].handler; in ngx_postgres_conf_rewrite()
892 if (pgrcf->def != NULL) { in ngx_postgres_conf_rewrite()
898 if (pgrcf->def == NULL) { in ngx_postgres_conf_rewrite()
904 rewrite = pgrcf->def; in ngx_postgres_conf_rewrite()
944 if (pgrcf->methods == NULL) { in ngx_postgres_conf_rewrite()
[all …]
H A Dngx_postgres_processor.c758 ngx_postgres_rewrite_conf_t *pgrcf; in ngx_postgres_process_response() local
790 pgrcf = pglcf->rewrites->elts; in ngx_postgres_process_response()
792 rc = pgrcf[i].handler(r, &pgrcf[i]); in ngx_postgres_process_response()