Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.9.rst17 Add a default limit for the amount of data xmlrpclib.gzip_decode will
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py840 decoded = xmlrpclib.gzip_decode(encoded)
848 xmlrpclib.gzip_decode(encoded)
850 xmlrpclib.gzip_decode(encoded, max_decode=-1)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/
Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
544 return gzip_decode(data)
Dclient.py1065 def gzip_decode(data, max_decode=20971520): function
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/
Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
544 return gzip_decode(data)
Dclient.py1065 def gzip_decode(data, max_decode=20971520): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/
Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
544 return gzip_decode(data)
Dclient.py1065 def gzip_decode(data, max_decode=20971520): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/
Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
544 return gzip_decode(data)
Dclient.py1065 def gzip_decode(data, max_decode=20971520): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xmlrpc/
H A Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
544 return gzip_decode(data)
H A Dclient.py1065 def gzip_decode(data, max_decode=20971520): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/
Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode
544 return gzip_decode(data)
Dclient.py1065 def gzip_decode(data, max_decode=20971520): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py1225 decoded = xmlrpclib.gzip_decode(encoded)
1233 xmlrpclib.gzip_decode(encoded)
1235 xmlrpclib.gzip_decode(encoded, max_decode=-1)
/aosp_15_r20/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py544 return xmlrpclib.gzip_decode(data)
Dxmlrpclib.py1183 def gzip_decode(data, max_decode=20971520): function
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst1286 Add a default limit for the amount of data xmlrpclib.gzip_decode will
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY1103 - Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode