Lines Matching defs:outchp
4200 uint8_t *outchp;
4207 outchp = (uint8_t *) result;
4220 nout = wput_utf8(outchp, result_len, ch);
4221 outchp += nout; result_len -= nout;
4224 *outchp++ = 0;
4241 uint16_t *outchp;
4253 outchp = raw_name;
4256 *outchp = wget_utf8(&inchp, &cnt);
4257 if (*outchp > 0xff)
4259 outchp++;
4263 *outchp++ = 0;