mime_header.c | 193 char *q, *qend; local in function:copy_skipped_FWS 198 qend = dstend; 201 while (p < pend && q < qend) 230 char *q, *qend; local in function:mime_decode_usfield 235 qend = outbuf + outsize - 1; /* Make sure there is room for the trailing NULL! */ 240 while (*p && q < qend) { 244 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 && 252 copy_skipped_FWS(&q, qend, &p0, p); 254 if (q < qend) 258 copy_skipped_FWS(&q, qend, &p0, p) 274 char *q, *qend; local in function:decode_comment 347 char *q, *qend; local in function:decode_quoted_string 383 char *q, *qend; local in function:decode_domain_literal 438 char *q, *qend; local in function:mime_decode_sfield [all...] |