comparison src/event/ngx_event_pipe.c @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents fc72784b1f52
children f01ab2dbcfdc
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
432 p->free_raw_bufs = cl->next; 432 p->free_raw_bufs = cl->next;
433 433
434 /* STUB */ cl->buf->num = p->num++; 434 /* STUB */ cl->buf->num = p->num++;
435 435
436 if (p->input_filter(p, cl->buf) == NGX_ERROR) { 436 if (p->input_filter(p, cl->buf) == NGX_ERROR) {
437 return NGX_ABORT; 437 return NGX_ABORT;
438 } 438 }
439 439
440 ngx_free_chain(p->pool, cl); 440 ngx_free_chain(p->pool, cl);
441 } 441 }
442 } 442 }
799 if (ll == NULL) { 799 if (ll == NULL) {
800 return NGX_BUSY; 800 return NGX_BUSY;
801 } 801 }
802 802
803 if (cl) { 803 if (cl) {
804 p->in = cl; 804 p->in = cl;
805 *ll = NULL; 805 *ll = NULL;
806 806
807 } else { 807 } else {
808 p->in = NULL; 808 p->in = NULL;
809 p->last_in = &p->in; 809 p->last_in = &p->in;
810 } 810 }
811 811
812 } else { 812 } else {
813 p->in = NULL; 813 p->in = NULL;
814 p->last_in = &p->in; 814 p->last_in = &p->in;