comparison src/event/ngx_event_pipe.c @ 172:caa57ddf6d77

nginx-0.0.1-2003-11-04-01:20:44 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Nov 2003 22:20:44 +0000
parents c42be4185301
children e92c2c647c57
comparison
equal deleted inserted replaced
171:aff0e5d32af8 172:caa57ddf6d77
431 } 431 }
432 432
433 433
434 static int ngx_event_pipe_write_chain_to_temp_file(ngx_event_pipe_t *p) 434 static int ngx_event_pipe_write_chain_to_temp_file(ngx_event_pipe_t *p)
435 { 435 {
436 int rc, size, hsize; 436 int size, hsize;
437 char *save_pos; 437 char *save_pos;
438 ngx_hunk_t *h; 438 ngx_hunk_t *h;
439 ngx_chain_t *cl, *tl, *next, *out, **ll, **last_free; 439 ngx_chain_t *cl, *tl, *next, *out, **ll, **last_free;
440 440
441 ngx_log_debug(p->log, "write to file"); 441 ngx_log_debug(p->log, "write to file");