mod_ecs.c | 97 int nonl; member in struct:header_buf 107 static int buf_getline (const char *idata, int ilen, char *odata, int olen, int *nonl) 112 *nonl = 1; 120 *nonl = 0; 138 ret = buf_getline (hbuf->buf + hbuf->loc, hbuf->len - hbuf->loc, buf, len, &(hbuf->nonl)); 150 int nonl = hbuf->nonl; local 155 nonl = hbuf->nonl; 156 len = buf_getline (data + done, dlen - done, buf, sizeof(buf), &(hbuf->nonl)); [all...] |