ph                452 http/ngx_http.c     ngx_http_phase_handler_t   *ph;
ph                467 http/ngx_http.c     ph = ngx_pcalloc(cf->pool,
ph                469 http/ngx_http.c     if (ph == NULL) {
ph                473 http/ngx_http.c     cmcf->phase_engine.handlers = ph;
ph                492 http/ngx_http.c             ph->checker = ngx_http_core_find_config_phase;
ph                494 http/ngx_http.c             ph++;
ph                508 http/ngx_http.c                 ph->checker = ngx_http_core_post_rewrite_phase;
ph                509 http/ngx_http.c                 ph->next = find_config_index;
ph                511 http/ngx_http.c                 ph++;
ph                523 http/ngx_http.c                 ph->checker = ngx_http_core_post_access_phase;
ph                524 http/ngx_http.c                 ph->next = n;
ph                525 http/ngx_http.c                 ph++;
ph                532 http/ngx_http.c                 ph->checker = ngx_http_core_try_files_phase;
ph                534 http/ngx_http.c                 ph++;
ph                550 http/ngx_http.c             ph->checker = checker;
ph                551 http/ngx_http.c             ph->handler = h[j];
ph                552 http/ngx_http.c             ph->next = n;
ph                553 http/ngx_http.c             ph++;
ph                828 http/ngx_http_core_module.c     ngx_http_phase_handler_t   *ph;
ph                833 http/ngx_http_core_module.c     ph = cmcf->phase_engine.handlers;
ph                835 http/ngx_http_core_module.c     while (ph[r->phase_handler].checker) {
ph                837 http/ngx_http_core_module.c         rc = ph[r->phase_handler].checker(r, &ph[r->phase_handler]);
ph                847 http/ngx_http_core_module.c ngx_http_core_generic_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph)
ph                859 http/ngx_http_core_module.c     rc = ph->handler(r);
ph                862 http/ngx_http_core_module.c         r->phase_handler = ph->next;
ph                884 http/ngx_http_core_module.c ngx_http_core_rewrite_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph)
ph                891 http/ngx_http_core_module.c     rc = ph->handler(r);
ph                912 http/ngx_http_core_module.c     ngx_http_phase_handler_t *ph)
ph               1004 http/ngx_http_core_module.c     ngx_http_phase_handler_t *ph)
ph               1037 http/ngx_http_core_module.c     r->phase_handler = ph->next;
ph               1047 http/ngx_http_core_module.c ngx_http_core_access_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph)
ph               1053 http/ngx_http_core_module.c         r->phase_handler = ph->next;
ph               1060 http/ngx_http_core_module.c     rc = ph->handler(r);
ph               1088 http/ngx_http_core_module.c             r->phase_handler = ph->next;
ph               1109 http/ngx_http_core_module.c     ngx_http_phase_handler_t *ph)
ph               1136 http/ngx_http_core_module.c     ngx_http_phase_handler_t *ph)
ph               1331 http/ngx_http_core_module.c     ngx_http_phase_handler_t *ph)
ph               1346 http/ngx_http_core_module.c     rc = ph->handler(r);
ph               1355 http/ngx_http_core_module.c     ph++;
ph               1357 http/ngx_http_core_module.c     if (ph->checker) {
ph                117 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph                444 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph                446 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph                448 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph                450 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph                452 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph                454 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph                456 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph                458 http/ngx_http_core_module.h     ngx_http_phase_handler_t *ph);
ph               1328 http/ngx_http_request.c     ngx_table_elt_t  **ph;
ph               1330 http/ngx_http_request.c     ph = (ngx_table_elt_t **) ((char *) &r->headers_in + offset);
ph               1332 http/ngx_http_request.c     if (*ph == NULL) {
ph               1333 http/ngx_http_request.c         *ph = h;
ph               1344 http/ngx_http_request.c     ngx_table_elt_t  **ph;
ph               1346 http/ngx_http_request.c     ph = (ngx_table_elt_t **) ((char *) &r->headers_in + offset);
ph               1348 http/ngx_http_request.c     if (*ph == NULL) {
ph               1349 http/ngx_http_request.c         *ph = h;
ph               1356 http/ngx_http_request.c                   &h->key, &h->value, &(*ph)->key, &(*ph)->value);
ph               3039 http/ngx_http_upstream.c     ngx_table_elt_t  **ph;
ph               3041 http/ngx_http_upstream.c     ph = (ngx_table_elt_t **) ((char *) &r->upstream->headers_in + offset);
ph               3043 http/ngx_http_upstream.c     if (*ph == NULL) {
ph               3044 http/ngx_http_upstream.c         *ph = h;
ph               3082 http/ngx_http_upstream.c     ngx_table_elt_t     **ph;
ph               3095 http/ngx_http_upstream.c     ph = ngx_array_push(pa);
ph               3096 http/ngx_http_upstream.c     if (ph == NULL) {
ph               3100 http/ngx_http_upstream.c     *ph = h;
ph               3324 http/ngx_http_upstream.c     ngx_table_elt_t  *ho, **ph;
ph               3334 http/ngx_http_upstream.c         ph = (ngx_table_elt_t **) ((char *) &r->headers_out + offset);
ph               3335 http/ngx_http_upstream.c         *ph = ho;
ph               3347 http/ngx_http_upstream.c     ngx_table_elt_t  *ho, **ph;
ph               3358 http/ngx_http_upstream.c     ph = ngx_array_push(pa);
ph               3359 http/ngx_http_upstream.c     if (ph == NULL) {
ph               3369 http/ngx_http_upstream.c     *ph = ho;