Searched refs:newoutsize (Results 1 – 1 of 1) sorted by relevance
7748 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local7846 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()