Lines Matching defs:to

4  * Permission is hereby granted, free of charge, to any person obtaining a
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
189 XPointer *to,
195 unsigned char *dst = (unsigned char *)*to;
256 *to = (XPointer)dst;
270 XPointer *to,
276 unsigned char *dst = (unsigned char *)*to;
356 *to = (XPointer)dst;
369 XPointer *to,
374 unsigned char *dst = (unsigned char *)*to;
458 *to = (XPointer)dst;
494 XPointer *to,
500 unsigned char *dst = (unsigned char *)*to;
558 *to = (XPointer )dst;
571 XPointer *to,
578 wchar_t *pwc = (wchar_t *) *to;
594 *to = *to+ rtn_1 * sizeof(wchar_t);
613 XPointer *to,
619 unsigned char *outbufptr = (unsigned char *)*to;
627 * a length to hold the output.
651 if (*to_left < 1) { /* end of to buffer */
776 *to = (XPointer)(outbufptr + j);
790 XPointer *to,
797 wchar_t *pwc = (wchar_t *) *to;
819 *to = *to + rtn_1 * sizeof(wchar_t);
825 * The mbs is GB18030 code, must be converted to euc code,
826 * then pack to ct format.
833 XPointer *to,
839 unsigned char *outbufptr = (unsigned char *)*to;
934 *to = (XPointer)&outbufptr[j];
946 XPointer *to,
953 unsigned char *outbufptr = (unsigned char *)*to;
1054 *to = (XPointer)&outbufptr[j];
1066 XPointer *to,
1072 wchar_t *dst = *((wchar_t **) to);
1098 *to = (XPointer) dst;
1109 XPointer *to,
1115 char *dst = *((char **) to);
1143 *to = (XPointer) dst;