Home | History | Annotate | Download | only in mail

Lines Matching defs:dstend

100 	char *dstend;
128 dstend = to_cs ? decword : *obuf;
131 declen = mime_rfc2047_decode(enctype, dstend, dstlen, encword, enclen);
135 dstend += declen;
149 dstend = *obuf;
151 cnt = mime_iconv(cd, &src, &srclen, &dstend, &dstlen);
158 *dstend = '\0';
160 *obuf = dstend;
190 copy_skipped_FWS(char **dst, char *dstend, const char **src, const char *srcend)
198 qend = dstend;