Searched refs:destend (Results 1 – 1 of 1) sorted by relevance
117 cups_utf8_t *destend; /* End of UTF-8 buffer */ in cupsCharsetToUTF8() local120 destend = dest + maxout - 2; in cupsCharsetToUTF8()122 while (*src && destptr < destend) in cupsCharsetToUTF8()239 char *destend; /* End of ISO-8859-1 buffer */ in cupsUTF8ToCharset() local242 destend = dest + maxout - 1; in cupsUTF8ToCharset()244 while (*src && destptr < destend) in cupsUTF8ToCharset()