Searched refs:known_top (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/
H A Dutf8.h125 * the 2nd or later byte of a character. 'known_top' is a pointer to
127 * a character. If it couldn't find the first byte between 'known_top'
131 idn_utf8_findfirstbyte(const char *s, const char *known_top);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c258 idn_utf8_findfirstbyte(const char *s, const char *known_top) { argument
260 const unsigned char *t = (const unsigned char *)known_top;
262 assert(s != NULL && known_top != NULL && known_top <= s);

Completed in 1470 milliseconds