Searched refs:outpos (Results 1 – 2 of 2) sorted by relevance
763 size_t outpos = 0; in _get_chars() local770 if(buffer && outpos + thislen <= len) \ in _get_chars()771 outpos += fill_utf8((c), (char *)buffer + outpos); \ in _get_chars()773 outpos += thislen; \ in _get_chars()776 if(buffer && outpos + 1 <= len) \ in _get_chars()777 ((uint32_t*)buffer)[outpos++] = (c); \ in _get_chars()779 outpos++; \ in _get_chars()816 return outpos; in _get_chars()
12 char *inpos = s, *outpos = s; in inplace_hex2bytes() local17 *outpos = ch; in inplace_hex2bytes()18 outpos += 1; inpos += 2; in inplace_hex2bytes()21 return outpos - s; in inplace_hex2bytes()