Searched defs:ch2 (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_win32.c108 char *ch2; local
124 *str = ch2 = apr_palloc(p, widen);
128 *(ch2++) = 0xC0 | ((*ch >> 6) & 0x03);
129 *(ch2++) = 0x80 | (*(ch++) & 0x3f);
132 *(ch2++) = *(ch++);
135 *(ch2++) = '\0';

Completed in 10 milliseconds