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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.c144 char *ignored_chunk; local
161 * `ignored_chunk' refers to the beginning of the chunk.
163 ignored_chunk = NULL;
172 ignored_chunk = domain_name;
175 } else if (ignored_chunk == NULL) {
176 ignored_chunk = from;
186 ignored_chunk = domain_name;
189 } else if (ignored_chunk == NULL) {
190 ignored_chunk = from;
196 if (ignored_chunk
[all...]

Completed in 8 milliseconds