Searched refs:outptr (Results 1 – 2 of 2) sorted by relevance
1403 … PyUnicodeObject **output, Py_ssize_t *outpos, Py_UNICODE **outptr) in unicode_decode_call_errorhandler() argument1465 *outptr = PyUnicode_AS_UNICODE(*output) + *outpos; in unicode_decode_call_errorhandler()1469 Py_UNICODE_COPY(*outptr, repptr, repsize); in unicode_decode_call_errorhandler()1470 *outptr += repsize; in unicode_decode_call_errorhandler()
1461 … PyUnicodeObject **output, Py_ssize_t *outpos, Py_UNICODE **outptr) in unicode_decode_call_errorhandler() argument1529 *outptr = PyUnicode_AS_UNICODE(*output) + *outpos; in unicode_decode_call_errorhandler()1533 Py_UNICODE_COPY(*outptr, repptr, repsize); in unicode_decode_call_errorhandler()1534 *outptr += repsize; in unicode_decode_call_errorhandler()