Home
last modified time | relevance | path

Searched refs:newoutsize (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dunicodeobject.c7748 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local
7846 newoutsize = PyBytes_GET_SIZE(*outbytes) + (outsize - 1); in encode_code_page_errors()
7847 if (_PyBytes_Resize(outbytes, newoutsize) < 0) { in encode_code_page_errors()
7869 newoutsize = PyBytes_GET_SIZE(*outbytes) + (outsize - 1); in encode_code_page_errors()
7870 if (_PyBytes_Resize(outbytes, newoutsize) < 0) { in encode_code_page_errors()