/external/python/cpython2/Modules/ |
D | binascii.c | 212 PyBuffer_Release(&pascii); in binascii_a2b_uu() 234 PyBuffer_Release(&pascii); in binascii_a2b_uu() 263 PyBuffer_Release(&pascii); in binascii_a2b_uu() 268 PyBuffer_Release(&pascii); in binascii_a2b_uu() 292 PyBuffer_Release(&pbin); in binascii_b2a_uu() 298 PyBuffer_Release(&pbin); in binascii_b2a_uu() 327 PyBuffer_Release(&pbin); in binascii_b2a_uu() 379 PyBuffer_Release(&pascii); in binascii_a2b_base64() 387 PyBuffer_Release(&pascii); in binascii_a2b_base64() 442 PyBuffer_Release(&pascii); in binascii_a2b_base64() [all …]
|
D | _codecsmodule.c | 249 PyBuffer_Release(&pbuf); in utf_7_decode() 272 PyBuffer_Release(&pbuf); in utf_8_decode() 295 PyBuffer_Release(&pbuf); in utf_16_decode() 319 PyBuffer_Release(&pbuf); in utf_16_le_decode() 343 PyBuffer_Release(&pbuf); in utf_16_be_decode() 374 PyBuffer_Release(&pbuf); in utf_16_ex_decode() 399 PyBuffer_Release(&pbuf); in utf_32_decode() 422 PyBuffer_Release(&pbuf); in utf_32_le_decode() 445 PyBuffer_Release(&pbuf); in utf_32_be_decode() 476 PyBuffer_Release(&pbuf); in utf_32_ex_decode() [all …]
|
D | _hashopenssl.c | 323 PyBuffer_Release(&view); in EVP_update() 402 PyBuffer_Release(&view); in EVP_tp_init() 409 PyBuffer_Release(&view); in EVP_tp_init() 425 PyBuffer_Release(&view); in EVP_tp_init() 553 PyBuffer_Release(&view); in EVP_new() 562 PyBuffer_Release(&view); in EVP_new() 758 PyBuffer_Release(&password); in pbkdf2_hmac() 759 PyBuffer_Release(&salt); in pbkdf2_hmac() 843 PyBuffer_Release(&view); \
|
D | bz2module.c | 859 PyBuffer_Release(&pbuf); in BZ2File_write() 1624 PyBuffer_Release(&pdata); in BZ2Comp_compress() 1683 PyBuffer_Release(&pdata); in BZ2Comp_compress() 1688 PyBuffer_Release(&pdata); in BZ2Comp_compress() 1992 PyBuffer_Release(&pdata); in BZ2Decomp_decompress() 1997 PyBuffer_Release(&pdata); in BZ2Decomp_decompress() 2154 PyBuffer_Release(&pdata); in bz2_compress() 2160 PyBuffer_Release(&pdata); in bz2_compress() 2176 PyBuffer_Release(&pdata); in bz2_compress() 2197 PyBuffer_Release(&pdata); in bz2_compress() [all …]
|
D | md5module.c | 74 PyBuffer_Release(&view); in md5_update() 285 PyBuffer_Release(&view); in MD5_new() 302 PyBuffer_Release(&view); in MD5_new()
|
D | sha256module.c | 490 PyBuffer_Release(&buf); in SHA256_update() 624 PyBuffer_Release(&buf); in SHA256_new() 632 PyBuffer_Release(&buf); in SHA256_new() 638 PyBuffer_Release(&buf); in SHA256_new() 659 PyBuffer_Release(&buf); in SHA224_new() 667 PyBuffer_Release(&buf); in SHA224_new() 673 PyBuffer_Release(&buf); in SHA224_new()
|
/external/python/cpython3/Modules/clinic/ |
D | audioop.c.h | 35 PyBuffer_Release(&fragment); in audioop_getsample() 69 PyBuffer_Release(&fragment); in audioop_max() 103 PyBuffer_Release(&fragment); in audioop_minmax() 137 PyBuffer_Release(&fragment); in audioop_avg() 171 PyBuffer_Release(&fragment); in audioop_rms() 206 PyBuffer_Release(&fragment); in audioop_findfit() 210 PyBuffer_Release(&reference); in audioop_findfit() 245 PyBuffer_Release(&fragment); in audioop_findfactor() 249 PyBuffer_Release(&reference); in audioop_findfactor() 284 PyBuffer_Release(&fragment); in audioop_findmax() [all …]
|
D | binascii.c.h | 31 PyBuffer_Release(&data); in binascii_a2b_uu() 62 PyBuffer_Release(&data); in binascii_b2a_uu() 94 PyBuffer_Release(&data); in binascii_a2b_base64() 129 PyBuffer_Release(&data); in binascii_b2a_base64() 161 PyBuffer_Release(&data); in binascii_a2b_hqx() 192 PyBuffer_Release(&data); in binascii_rlecode_hqx() 224 PyBuffer_Release(&data); in binascii_b2a_hqx() 256 PyBuffer_Release(&data); in binascii_rledecode_hqx() 295 PyBuffer_Release(&data); in binascii_crc_hqx() 334 PyBuffer_Release(&data); in binascii_crc32() [all …]
|
D | _codecsmodule.c.h | 178 PyBuffer_Release(&data); in _codecs_escape_decode() 271 PyBuffer_Release(&data); in _codecs_utf_7_decode() 306 PyBuffer_Release(&data); in _codecs_utf_8_decode() 341 PyBuffer_Release(&data); in _codecs_utf_16_decode() 376 PyBuffer_Release(&data); in _codecs_utf_16_le_decode() 411 PyBuffer_Release(&data); in _codecs_utf_16_be_decode() 448 PyBuffer_Release(&data); in _codecs_utf_16_ex_decode() 483 PyBuffer_Release(&data); in _codecs_utf_32_decode() 518 PyBuffer_Release(&data); in _codecs_utf_32_le_decode() 553 PyBuffer_Release(&data); in _codecs_utf_32_be_decode() [all …]
|
D | zlibmodule.c.h | 40 PyBuffer_Release(&data); in zlib_compress() 85 PyBuffer_Release(&data); in zlib_decompress() 150 PyBuffer_Release(&zdict); in zlib_compressobj() 226 PyBuffer_Release(&data); in zlib_Compress_compress() 274 PyBuffer_Release(&data); in zlib_Decompress_decompress() 422 PyBuffer_Release(&data); in zlib_adler32() 461 PyBuffer_Release(&data); in zlib_crc32()
|
D | _lzmamodule.c.h | 36 PyBuffer_Release(&data); in _lzma_LZMACompressor_compress() 108 PyBuffer_Release(&data); in _lzma_LZMADecompressor_decompress() 254 PyBuffer_Release(&encoded_props); in _lzma__decode_filter_properties()
|
D | _hashopenssl.c.h | 45 PyBuffer_Release(&password); in _hashlib_scrypt() 49 PyBuffer_Release(&salt); in _hashlib_scrypt()
|
D | _bz2module.c.h | 36 PyBuffer_Release(&data); in _bz2_BZ2Compressor_compress() 142 PyBuffer_Release(&data); in _bz2_BZ2Decompressor_decompress()
|
/external/python/cpython2/Objects/ |
D | memoryobject.c | 47 PyBuffer_Release(view); in memory_releasebuf() 90 PyBuffer_Release(&view); in PyMemoryView_FromObject() 318 PyBuffer_Release(view); /* XXX ? */ in PyMemoryView_GetContiguous() 416 PyBuffer_Release(&view); in memory_tobytes() 485 PyBuffer_Release(&(self->view)); in memory_dealloc() 488 PyBuffer_Release(&(self->view)); in memory_dealloc() 707 PyBuffer_Release(&srcview); in memory_ass_sub() 711 PyBuffer_Release(&srcview); in memory_ass_sub() 741 PyBuffer_Release(&vv); in memory_richcompare() 742 PyBuffer_Release(&ww); in memory_richcompare() [all …]
|
D | bytearrayobject.c | 302 PyBuffer_Release(&va); in PyByteArray_Concat() 304 PyBuffer_Release(&vb); in PyByteArray_Concat() 331 PyBuffer_Release(&vo); in bytearray_iconcat() 340 PyBuffer_Release(&vo); in bytearray_iconcat() 344 PyBuffer_Release(&vo); in bytearray_iconcat() 559 PyBuffer_Release(&vbytes); in bytearray_setslice() 861 PyBuffer_Release(&view); in bytearray_init() 864 PyBuffer_Release(&view); in bytearray_init() 1058 PyBuffer_Release(&self_bytes); in bytearray_richcompare() 1093 PyBuffer_Release(&self_bytes); in bytearray_richcompare() [all …]
|
/external/python/cpython3/Objects/clinic/ |
D | bytesobject.c.h | 77 PyBuffer_Release(&sep); in bytes_partition() 116 PyBuffer_Release(&sep); in bytes_rpartition() 342 PyBuffer_Release(&frm); in bytes_maketrans() 346 PyBuffer_Release(&to); in bytes_maketrans() 389 PyBuffer_Release(&old); in bytes_replace() 393 PyBuffer_Release(&new); in bytes_replace()
|
/external/python/cpython3/Modules/_blake2/clinic/ |
D | blake2s_impl.c.h | 49 PyBuffer_Release(&key); in py_blake2s_new() 53 PyBuffer_Release(&salt); in py_blake2s_new() 57 PyBuffer_Release(&person); in py_blake2s_new()
|
D | blake2b_impl.c.h | 49 PyBuffer_Release(&key); in py_blake2b_new() 53 PyBuffer_Release(&salt); in py_blake2b_new() 57 PyBuffer_Release(&person); in py_blake2b_new()
|
/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 275 PyBuffer_Release(&va); in PyByteArray_Concat() 277 PyBuffer_Release(&vb); in PyByteArray_Concat() 303 PyBuffer_Release(&vo); in bytearray_iconcat() 307 PyBuffer_Release(&vo); in bytearray_iconcat() 311 PyBuffer_Release(&vo); in bytearray_iconcat() 569 PyBuffer_Release(&vbytes); in bytearray_setslice() 830 PyBuffer_Release(&view); in bytearray_init() 833 PyBuffer_Release(&view); in bytearray_init() 1018 PyBuffer_Release(&self_bytes); in bytearray_richcompare() 1053 PyBuffer_Release(&self_bytes); in bytearray_richcompare() [all …]
|
D | bytes_methods.c | 519 PyBuffer_Release(&subbuf); in find_internal() 640 PyBuffer_Release(&vsub); in _Py_bytes_count() 657 PyBuffer_Release(&varg); in _Py_bytes_contains() 711 PyBuffer_Release(&sub_view); in tailmatch() 715 PyBuffer_Release(&sub_view); in tailmatch()
|
/external/python/cpython3/Modules/_io/clinic/ |
D | bufferedio.c.h | 30 PyBuffer_Release(&buffer); in _io__BufferedIOBase_readinto() 61 PyBuffer_Release(&buffer); in _io__BufferedIOBase_readinto1() 193 PyBuffer_Release(&buffer); in _io__Buffered_readinto() 224 PyBuffer_Release(&buffer); in _io__Buffered_readinto1() 400 PyBuffer_Release(&buffer); in _io_BufferedWriter_write()
|
/external/python/cpython3/Modules/ |
D | _hashopenssl.c | 280 PyBuffer_Release(&view); in EVP_update() 354 PyBuffer_Release(&view); in EVP_tp_init() 362 PyBuffer_Release(&view); in EVP_tp_init() 378 PyBuffer_Release(&view); in EVP_tp_init() 519 PyBuffer_Release(&view); in EVP_new() 715 PyBuffer_Release(&password); in pbkdf2_hmac() 716 PyBuffer_Release(&salt); in pbkdf2_hmac() 929 PyBuffer_Release(&view); \
|
D | fcntlmodule.c | 189 PyBuffer_Release(&pstr); in fcntl_ioctl_impl() 211 PyBuffer_Release(&pstr); /* No further access to str below this point */ in fcntl_ioctl_impl() 229 PyBuffer_Release(&pstr); in fcntl_ioctl_impl() 240 PyBuffer_Release(&pstr); in fcntl_ioctl_impl() 244 PyBuffer_Release(&pstr); in fcntl_ioctl_impl()
|
D | sha256module.c | 485 PyBuffer_Release(&buf); in SHA256Type_update() 621 PyBuffer_Release(&buf); in _sha256_sha256_impl() 630 PyBuffer_Release(&buf); in _sha256_sha256_impl() 635 PyBuffer_Release(&buf); in _sha256_sha256_impl() 661 PyBuffer_Release(&buf); in _sha256_sha224_impl() 670 PyBuffer_Release(&buf); in _sha256_sha224_impl() 675 PyBuffer_Release(&buf); in _sha256_sha224_impl()
|
D | socketmodule.c | 1584 PyBuffer_Release(&path); in getsockaddrarg() 1824 PyBuffer_Release(&haddr); in getsockaddrarg() 1830 PyBuffer_Release(&haddr); in getsockaddrarg() 1837 PyBuffer_Release(&haddr); in getsockaddrarg() 1853 PyBuffer_Release(&haddr); in getsockaddrarg() 2604 PyBuffer_Release(&optval); in sock_setsockopt() 2615 PyBuffer_Release(&optval); in sock_setsockopt() 3136 PyBuffer_Release(&pbuf); in sock_recv_into() 3148 PyBuffer_Release(&pbuf); in sock_recv_into() 3158 PyBuffer_Release(&pbuf); in sock_recv_into() [all …]
|