Lines Matching refs:to
9 * By using this file, you agree to the terms and conditions set forth bellow.
28 * distribution the "Copyright Notice" refers to the following language:
31 * 4. The name of JPNIC may not be used to endorse or promote products
134 /* Nothing to do. */
139 unsigned long *to, size_t tolen) {
140 assert(handle != NULL && from != NULL && to != NULL);
164 *to++ = v;
177 *to = *mappeddata++;
178 *to |= *mappeddata++ << 8;
179 *to |= *mappeddata++ << 16;
180 *to |= *mappeddata++ << 24;
182 to++;
185 *to = *mappeddata++;
186 *to |= (mappedlen >= 2) ?
188 *to |= (mappedlen >= 3) ?
190 to++;
197 *to = '\0';
337 unsigned long *to, size_t tolen) {
338 return idn_nameprep_map((idn_nameprep_t)handle, from, to, tolen);