Searched refs:newoutsize (Results 1 – 1 of 1) sorted by relevance
8015 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local8113 newoutsize = PyBytes_GET_SIZE(*outbytes) + (outsize - 1); in encode_code_page_errors()8114 if (_PyBytes_Resize(outbytes, newoutsize) < 0) { in encode_code_page_errors()8136 newoutsize = PyBytes_GET_SIZE(*outbytes) + (outsize - 1); in encode_code_page_errors()8137 if (_PyBytes_Resize(outbytes, newoutsize) < 0) { in encode_code_page_errors()