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