Searched refs:newoutsize (Results 1 – 1 of 1) sorted by relevance
7541 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local7639 newoutsize = PyBytes_GET_SIZE(*outbytes) + (outsize - 1); in encode_code_page_errors()7640 if (_PyBytes_Resize(outbytes, newoutsize) < 0) { in encode_code_page_errors()7662 newoutsize = PyBytes_GET_SIZE(*outbytes) + (outsize - 1); in encode_code_page_errors()7663 if (_PyBytes_Resize(outbytes, newoutsize) < 0) { in encode_code_page_errors()