Home
last modified time | relevance | path

Searched refs:PyBuffer_Release (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/python/Modules/clinic/
Daudioop.c.h57 PyBuffer_Release(&fragment); in audioop_getsample()
101 PyBuffer_Release(&fragment); in audioop_max()
145 PyBuffer_Release(&fragment); in audioop_minmax()
189 PyBuffer_Release(&fragment); in audioop_avg()
233 PyBuffer_Release(&fragment); in audioop_rms()
281 PyBuffer_Release(&fragment); in audioop_findfit()
285 PyBuffer_Release(&reference); in audioop_findfit()
333 PyBuffer_Release(&fragment); in audioop_findfactor()
337 PyBuffer_Release(&reference); in audioop_findfactor()
390 PyBuffer_Release(&fragment); in audioop_findmax()
[all …]
Dbinascii.c.h31 PyBuffer_Release(&data); in binascii_a2b_uu()
83 PyBuffer_Release(&data); in binascii_b2a_uu()
115 PyBuffer_Release(&data); in binascii_a2b_base64()
167 PyBuffer_Release(&data); in binascii_b2a_base64()
199 PyBuffer_Release(&data); in binascii_a2b_hqx()
234 PyBuffer_Release(&data); in binascii_rlecode_hqx()
270 PyBuffer_Release(&data); in binascii_b2a_hqx()
306 PyBuffer_Release(&data); in binascii_rledecode_hqx()
350 PyBuffer_Release(&data); in binascii_crc_hqx()
403 PyBuffer_Release(&data); in binascii_crc32()
[all …]
D_struct.c.h76 PyBuffer_Release(&buffer); in Struct_unpack()
145 PyBuffer_Release(&buffer); in Struct_unpack_from()
261 PyBuffer_Release(&buffer); in unpack()
333 PyBuffer_Release(&buffer); in unpack_from()
Dzlibmodule.c.h57 PyBuffer_Release(&data); in zlib_compress()
136 PyBuffer_Release(&data); in zlib_decompress()
259 PyBuffer_Release(&zdict); in zlib_compressobj()
355 PyBuffer_Release(&data); in zlib_Compress_compress()
403 PyBuffer_Release(&data); in zlib_Decompress_decompress()
724 PyBuffer_Release(&data); in zlib_adler32()
777 PyBuffer_Release(&data); in zlib_crc32()
D_codecsmodule.c.h286 PyBuffer_Release(&data); in _codecs_escape_decode()
411 PyBuffer_Release(&data); in _codecs_utf_7_decode()
481 PyBuffer_Release(&data); in _codecs_utf_8_decode()
551 PyBuffer_Release(&data); in _codecs_utf_16_decode()
621 PyBuffer_Release(&data); in _codecs_utf_16_le_decode()
691 PyBuffer_Release(&data); in _codecs_utf_16_be_decode()
770 PyBuffer_Release(&data); in _codecs_utf_16_ex_decode()
840 PyBuffer_Release(&data); in _codecs_utf_32_decode()
910 PyBuffer_Release(&data); in _codecs_utf_32_le_decode()
980 PyBuffer_Release(&data); in _codecs_utf_32_be_decode()
[all …]
D_lzmamodule.c.h40 PyBuffer_Release(&data); in _lzma_LZMACompressor_compress()
137 PyBuffer_Release(&data); in _lzma_LZMADecompressor_decompress()
284 PyBuffer_Release(&encoded_props); in _lzma__decode_filter_properties()
D_bz2module.c.h40 PyBuffer_Release(&data); in _bz2_BZ2Compressor_compress()
137 PyBuffer_Release(&data); in _bz2_BZ2Decompressor_decompress()
D_hashopenssl.c.h943 PyBuffer_Release(&password); in pbkdf2_hmac()
947 PyBuffer_Release(&salt); in pbkdf2_hmac()
1061 PyBuffer_Release(&password); in _hashlib_scrypt()
1065 PyBuffer_Release(&salt); in _hashlib_scrypt()
1121 PyBuffer_Release(&key); in _hashlib_hmac_singleshot()
1125 PyBuffer_Release(&msg); in _hashlib_hmac_singleshot()
1183 PyBuffer_Release(&key); in _hashlib_hmac_new()
/third_party/python/Objects/
Dbytearrayobject.c101 PyBuffer_Release(&view); in _PyByteArray_FromBufferObject()
277 PyBuffer_Release(&va); in PyByteArray_Concat()
279 PyBuffer_Release(&vb); in PyByteArray_Concat()
305 PyBuffer_Release(&vo); in bytearray_iconcat()
309 PyBuffer_Release(&vo); in bytearray_iconcat()
313 PyBuffer_Release(&vo); in bytearray_iconcat()
573 PyBuffer_Release(&vbytes); in bytearray_setslice()
840 PyBuffer_Release(&view); in bytearray___init___impl()
843 PyBuffer_Release(&view); in bytearray___init___impl()
1031 PyBuffer_Release(&self_bytes); in bytearray_richcompare()
[all …]
Dpicklebufobject.c65 PyBuffer_Release(&self->view); in PyPickleBuffer_Release()
104 PyBuffer_Release(&self->view); in picklebuf_clear()
114 PyBuffer_Release(&self->view); in picklebuf_dealloc()
191 PyBuffer_Release(&self->view); in picklebuf_release()
Dbytes_methods.c561 PyBuffer_Release(&subbuf); in find_internal()
690 PyBuffer_Release(&vsub); in _Py_bytes_count()
707 PyBuffer_Release(&varg); in _Py_bytes_contains()
761 PyBuffer_Release(&sub_view); in tailmatch()
765 PyBuffer_Release(&sub_view); in tailmatch()
Dbytesobject.c1431 PyBuffer_Release(&va); in bytes_concat()
1433 PyBuffer_Release(&vb); in bytes_concat()
1727 PyBuffer_Release(&vsub); in bytes_split_impl()
1812 PyBuffer_Release(&vsub); in bytes_rsplit_impl()
1904 PyBuffer_Release(&vsep); in do_xstrip()
2065 PyBuffer_Release(&table_view); in bytes_translate_impl()
2076 PyBuffer_Release(&table_view); in bytes_translate_impl()
2091 PyBuffer_Release(&del_table_view); in bytes_translate_impl()
2092 PyBuffer_Release(&table_view); in bytes_translate_impl()
2110 PyBuffer_Release(&del_table_view); in bytes_translate_impl()
[all …]
Dabstract.c312 PyBuffer_Release(&view); in PyObject_CheckReadBuffer()
330 PyBuffer_Release(&view); in as_read_buffer()
371 PyBuffer_Release(&view); in PyObject_AsWriteBuffer()
635 PyBuffer_Release(&view_dest); in PyObject_CopyData()
642 PyBuffer_Release(&view_dest); in PyObject_CopyData()
643 PyBuffer_Release(&view_src); in PyObject_CopyData()
653 PyBuffer_Release(&view_dest); in PyObject_CopyData()
654 PyBuffer_Release(&view_src); in PyObject_CopyData()
664 PyBuffer_Release(&view_dest); in PyObject_CopyData()
665 PyBuffer_Release(&view_src); in PyObject_CopyData()
[all …]
/third_party/python/Objects/clinic/
Dbytesobject.c.h105 PyBuffer_Release(&sep); in bytes_partition()
148 PyBuffer_Release(&sep); in bytes_rpartition()
428 PyBuffer_Release(&frm); in bytes_maketrans()
432 PyBuffer_Release(&to); in bytes_maketrans()
504 PyBuffer_Release(&old); in bytes_replace()
508 PyBuffer_Release(&new); in bytes_replace()
547 PyBuffer_Release(&prefix); in bytes_removeprefix()
587 PyBuffer_Release(&suffix); in bytes_removesuffix()
Dbytearrayobject.c.h144 PyBuffer_Release(&prefix); in bytearray_removeprefix()
184 PyBuffer_Release(&suffix); in bytearray_removesuffix()
282 PyBuffer_Release(&frm); in bytearray_maketrans()
286 PyBuffer_Release(&to); in bytearray_maketrans()
358 PyBuffer_Release(&old); in bytearray_replace()
362 PyBuffer_Release(&new); in bytearray_replace()
/third_party/python/Modules/_blake2/clinic/
Dblake2b_impl.c.h174 PyBuffer_Release(&key); in py_blake2b_new()
178 PyBuffer_Release(&salt); in py_blake2b_new()
182 PyBuffer_Release(&person); in py_blake2b_new()
Dblake2s_impl.c.h174 PyBuffer_Release(&key); in py_blake2s_new()
178 PyBuffer_Release(&salt); in py_blake2s_new()
182 PyBuffer_Release(&person); in py_blake2s_new()
/third_party/python/Modules/
Dfcntlmodule.c189 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()
Dsha256module.c505 PyBuffer_Release(&buf); in SHA256Type_update()
601 PyBuffer_Release(&buf); in _sha256_sha256_impl()
611 PyBuffer_Release(&buf); in _sha256_sha256_impl()
617 PyBuffer_Release(&buf); in _sha256_sha256_impl()
646 PyBuffer_Release(&buf); in _sha256_sha224_impl()
656 PyBuffer_Release(&buf); in _sha256_sha224_impl()
662 PyBuffer_Release(&buf); in _sha256_sha224_impl()
Dsha1module.c418 PyBuffer_Release(&buf); in SHA1Type_update()
505 PyBuffer_Release(&buf); in _sha1_sha1_impl()
514 PyBuffer_Release(&buf); in _sha1_sha1_impl()
519 PyBuffer_Release(&buf); in _sha1_sha1_impl()
Dsocketmodule.c1700 PyBuffer_Release(&path); in getsockaddrarg()
2015 PyBuffer_Release(&haddr); in getsockaddrarg()
2021 PyBuffer_Release(&haddr); in getsockaddrarg()
2028 PyBuffer_Release(&haddr); in getsockaddrarg()
2044 PyBuffer_Release(&haddr); in getsockaddrarg()
2992 PyBuffer_Release(&optval); in sock_setsockopt()
3003 PyBuffer_Release(&optval); in sock_setsockopt()
3559 PyBuffer_Release(&pbuf); in sock_recv_into()
3571 PyBuffer_Release(&pbuf); in sock_recv_into()
3581 PyBuffer_Release(&pbuf); in sock_recv_into()
[all …]
D_hashopenssl.c600 PyBuffer_Release(&view); in EVP_update()
917 PyBuffer_Release(&view); in py_evp_fromname()
1598 PyBuffer_Release(&view); in _hmac_update()
2012 PyBuffer_Release(&view_a); in _hashlib_compare_digest_impl()
2017 PyBuffer_Release(&view_a); in _hashlib_compare_digest_impl()
2023 PyBuffer_Release(&view_a); in _hashlib_compare_digest_impl()
2024 PyBuffer_Release(&view_b); in _hashlib_compare_digest_impl()
2033 PyBuffer_Release(&view_a); in _hashlib_compare_digest_impl()
2034 PyBuffer_Release(&view_b); in _hashlib_compare_digest_impl()
Dsha512module.c561 PyBuffer_Release(&buf); in SHA512Type_update()
667 PyBuffer_Release(&buf); in _sha512_sha512_impl()
676 PyBuffer_Release(&buf); in _sha512_sha512_impl()
681 PyBuffer_Release(&buf); in _sha512_sha512_impl()
711 PyBuffer_Release(&buf); in _sha512_sha384_impl()
720 PyBuffer_Release(&buf); in _sha512_sha384_impl()
725 PyBuffer_Release(&buf); in _sha512_sha384_impl()
/third_party/python/Modules/_io/clinic/
Dbufferedio.c.h36 PyBuffer_Release(&buffer); in _io__BufferedIOBase_readinto()
73 PyBuffer_Release(&buffer); in _io__BufferedIOBase_readinto1()
248 PyBuffer_Release(&buffer); in _io__Buffered_readinto()
285 PyBuffer_Release(&buffer); in _io__Buffered_readinto1()
524 PyBuffer_Release(&buffer); in _io_BufferedWriter_write()
/third_party/python/Modules/_sha3/
Dsha3module.c262 PyBuffer_Release(&buf); in py_sha3_new_impl()
272 PyBuffer_Release(&buf); in py_sha3_new_impl()
411 PyBuffer_Release(&buf); in _sha3_sha3_224_update()
417 PyBuffer_Release(&buf); in _sha3_sha3_224_update()

1234