Searched refs:pgrcf (Results 1 – 3 of 3) sorted by relevance
307 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() argument420 ngx_postgres_rewrite_conf_t *pgrcf) in ngx_postgres_rewrite_rows() argument446 ngx_postgres_rewrite_conf_t *pgrcf) in ngx_postgres_rewrite_valid() argument469 if (pgrcf->methods_set & r->method) { in ngx_postgres_rewrite_valid()470 rewrite = pgrcf->methods->elts; in ngx_postgres_rewrite_valid()[all …]
832 ngx_postgres_rewrite_conf_t *pgrcf; in ngx_postgres_conf_rewrite() local866 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 …]
758 ngx_postgres_rewrite_conf_t *pgrcf; in ngx_postgres_process_response() local790 pgrcf = pglcf->rewrites->elts; in ngx_postgres_process_response()792 rc = pgrcf[i].handler(r, &pgrcf[i]); in ngx_postgres_process_response()