/third_party/python/Modules/clinic/ |
H A D | audioop.c.h | 29 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_getsample() 85 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_max() 129 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_minmax() 173 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avg() 217 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_rms() 262 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfit() 269 if (PyObject_GetBuffer(args[1], &reference, PyBUF_SIMPLE) != 0) { in audioop_findfit() 314 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfactor() 321 if (PyObject_GetBuffer(args[1], &reference, PyBUF_SIMPLE) != 0) { in audioop_findfactor() 366 if (PyObject_GetBuffer(arg in audioop_findmax() [all...] |
H A D | binascii.c.h | 63 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_uu() 168 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_base64() 216 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc_hqx() 261 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc32() 337 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hex() 407 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_hexlify() 588 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_qp()
|
H A D | _codecsmodule.c.h | 251 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_escape_decode() 370 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_utf_7_decode() 440 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_utf_8_decode() 510 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_utf_16_decode() 580 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_utf_16_le_decode() 650 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_utf_16_be_decode() 722 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_utf_16_ex_decode() 799 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_utf_32_decode() 869 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _codecs_utf_32_le_decode() 939 if (PyObject_GetBuffer(arg in _codecs_utf_32_be_decode() [all...] |
H A D | zlibmodule.c.h | 40 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_compress() 111 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_decompress() 258 if (PyObject_GetBuffer(args[5], &zdict, PyBUF_SIMPLE) != 0) { in zlib_compressobj() 363 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_Compress_compress() 420 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_Decompress_decompress() 751 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_adler32() 805 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_crc32()
|
H A D | _struct.c.h | 64 if (PyObject_GetBuffer(arg, &buffer, PyBUF_SIMPLE) != 0) { in Struct_unpack() 117 if (PyObject_GetBuffer(args[0], &buffer, PyBUF_SIMPLE) != 0) { in Struct_unpack_from() 247 if (PyObject_GetBuffer(args[1], &buffer, PyBUF_SIMPLE) != 0) { in unpack() 303 if (PyObject_GetBuffer(args[1], &buffer, PyBUF_SIMPLE) != 0) { in unpack_from()
|
H A D | _lzmamodule.c.h | 28 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in _lzma_LZMACompressor_compress() 109 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _lzma_LZMADecompressor_decompress() 272 if (PyObject_GetBuffer(args[1], &encoded_props, PyBUF_SIMPLE) != 0) { in _lzma__decode_filter_properties()
|
H A D | _bz2module.c.h | 28 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in _bz2_BZ2Compressor_compress() 109 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in _bz2_BZ2Decompressor_decompress()
|
H A D | _hashopenssl.c.h | 915 if (PyObject_GetBuffer(args[1], &password, PyBUF_SIMPLE) != 0) { in pbkdf2_hmac() 922 if (PyObject_GetBuffer(args[2], &salt, PyBUF_SIMPLE) != 0) { in pbkdf2_hmac() 990 if (PyObject_GetBuffer(args[0], &password, PyBUF_SIMPLE) != 0) { in _hashlib_scrypt() 1001 if (PyObject_GetBuffer(args[1], &salt, PyBUF_SIMPLE) != 0) { in _hashlib_scrypt() 1101 if (PyObject_GetBuffer(args[0], &key, PyBUF_SIMPLE) != 0) { in _hashlib_hmac_singleshot() 1108 if (PyObject_GetBuffer(args[1], &msg, PyBUF_SIMPLE) != 0) { in _hashlib_hmac_singleshot() 1160 if (PyObject_GetBuffer(args[0], &key, PyBUF_SIMPLE) != 0) { in _hashlib_hmac_new()
|
/third_party/python/Objects/clinic/ |
H A D | bytesobject.c.h | 111 if (PyObject_GetBuffer(arg, &sep, PyBUF_SIMPLE) != 0) { in bytes_partition() 154 if (PyObject_GetBuffer(arg, &sep, PyBUF_SIMPLE) != 0) { in bytes_rpartition() 427 if (PyObject_GetBuffer(args[0], &frm, PyBUF_SIMPLE) != 0) { in bytes_maketrans() 434 if (PyObject_GetBuffer(args[1], &to, PyBUF_SIMPLE) != 0) { in bytes_maketrans() 487 if (PyObject_GetBuffer(args[0], &old, PyBUF_SIMPLE) != 0) { in bytes_replace() 494 if (PyObject_GetBuffer(args[1], &new, PyBUF_SIMPLE) != 0) { in bytes_replace() 553 if (PyObject_GetBuffer(arg, &prefix, PyBUF_SIMPLE) != 0) { in bytes_removeprefix() 593 if (PyObject_GetBuffer(arg, &suffix, PyBUF_SIMPLE) != 0) { in bytes_removesuffix()
|
H A D | bytearrayobject.c.h | 132 if (PyObject_GetBuffer(arg, &prefix, PyBUF_SIMPLE) != 0) { in bytearray_removeprefix() 172 if (PyObject_GetBuffer(arg, &suffix, PyBUF_SIMPLE) != 0) { in bytearray_removesuffix() 263 if (PyObject_GetBuffer(args[0], &frm, PyBUF_SIMPLE) != 0) { in bytearray_maketrans() 270 if (PyObject_GetBuffer(args[1], &to, PyBUF_SIMPLE) != 0) { in bytearray_maketrans() 323 if (PyObject_GetBuffer(args[0], &old, PyBUF_SIMPLE) != 0) { in bytearray_replace() 330 if (PyObject_GetBuffer(args[1], &new, PyBUF_SIMPLE) != 0) { in bytearray_replace()
|
/third_party/python/Modules/_blake2/clinic/ |
H A D | blake2s_impl.c.h | 68 if (PyObject_GetBuffer(fastargs[2], &key, PyBUF_SIMPLE) != 0) { in py_blake2s_new() 80 if (PyObject_GetBuffer(fastargs[3], &salt, PyBUF_SIMPLE) != 0) { in py_blake2s_new() 92 if (PyObject_GetBuffer(fastargs[4], &person, PyBUF_SIMPLE) != 0) { in py_blake2s_new()
|
H A D | blake2b_impl.c.h | 68 if (PyObject_GetBuffer(fastargs[2], &key, PyBUF_SIMPLE) != 0) { in py_blake2b_new() 80 if (PyObject_GetBuffer(fastargs[3], &salt, PyBUF_SIMPLE) != 0) { in py_blake2b_new() 92 if (PyObject_GetBuffer(fastargs[4], &person, PyBUF_SIMPLE) != 0) { in py_blake2b_new()
|
/third_party/python/Objects/ |
H A D | picklebufobject.c | 28 if (PyObject_GetBuffer(base, &self->view, PyBUF_FULL_RO) < 0) { in PyPickleBuffer_FromObject() 87 if (PyObject_GetBuffer(base, &self->view, PyBUF_FULL_RO) < 0) { in picklebuf_new() 128 return PyObject_GetBuffer(self->view.obj, view, flags); in picklebuf_getbuf()
|
H A D | bytes_methods.c | 523 if (PyObject_GetBuffer(subobj, &subbuf, PyBUF_SIMPLE) != 0) in Py_LOCAL_INLINE() 672 if (PyObject_GetBuffer(sub_obj, &vsub, PyBUF_SIMPLE) != 0) in _Py_bytes_count() 703 if (PyObject_GetBuffer(arg, &varg, PyBUF_SIMPLE) != 0) in _Py_bytes_contains() 736 if (PyObject_GetBuffer(substr, &sub_view, PyBUF_SIMPLE) != 0) in tailmatch()
|
H A D | bytearrayobject.c | 93 if (PyObject_GetBuffer(obj, &view, PyBUF_FULL_RO) < 0) { in _PyByteArray_FromBufferObject() 256 if (PyObject_GetBuffer(a, &va, PyBUF_SIMPLE) != 0 || in PyByteArray_Concat() 257 PyObject_GetBuffer(b, &vb, PyBUF_SIMPLE) != 0) { in PyByteArray_Concat() 299 if (PyObject_GetBuffer(other, &vo, PyBUF_SIMPLE) != 0) { in bytearray_iconcat() 540 if (PyObject_GetBuffer(values, &vbytes, PyBUF_SIMPLE) != 0) { in bytearray_setslice() 833 if (PyObject_GetBuffer(arg, &view, PyBUF_FULL_RO) < 0) in bytearray___init___impl() 1048 if (PyObject_GetBuffer(self, &self_bytes, PyBUF_SIMPLE) != 0) { in bytearray_richcompare() 1054 if (PyObject_GetBuffer(other, &other_bytes, PyBUF_SIMPLE) != 0) { in bytearray_richcompare() 1300 } else if (PyObject_GetBuffer(table, &vtable, PyBUF_SIMPLE) != 0) { in bytearray_translate_impl() 1313 if (PyObject_GetBuffer(deletechar in bytearray_translate_impl() [all...] |
H A D | bytesobject.c | 1407 if (PyObject_GetBuffer(a, &va, PyBUF_SIMPLE) != 0 || in bytes_concat() 1408 PyObject_GetBuffer(b, &vb, PyBUF_SIMPLE) != 0) { in bytes_concat() 1741 if (PyObject_GetBuffer(sep, &vsub, PyBUF_SIMPLE) != 0) in bytes_split_impl() 1826 if (PyObject_GetBuffer(sep, &vsub, PyBUF_SIMPLE) != 0) in bytes_rsplit_impl() 1904 if (PyObject_GetBuffer(sepobj, &vsep, PyBUF_SIMPLE) != 0) in do_xstrip() 2076 if (PyObject_GetBuffer(table, &table_view, PyBUF_SIMPLE) != 0) in bytes_translate_impl() 2095 if (PyObject_GetBuffer(deletechars, &del_table_view, PyBUF_SIMPLE) != 0) { in bytes_translate_impl() 2679 if (PyObject_GetBuffer(x, &view, PyBUF_FULL_RO) < 0) in _PyBytes_FromBuffer() 2997 if (PyObject_GetBuffer(w, &wb, PyBUF_SIMPLE) != 0) { in PyBytes_Concat()
|
/third_party/python/Modules/_io/clinic/ |
H A D | bufferedio.c.h | 22 if (PyObject_GetBuffer(arg, &buffer, PyBUF_WRITABLE) < 0) { in _io__BufferedIOBase_readinto() 59 if (PyObject_GetBuffer(arg, &buffer, PyBUF_WRITABLE) < 0) { in _io__BufferedIOBase_readinto1() 234 if (PyObject_GetBuffer(arg, &buffer, PyBUF_WRITABLE) < 0) { in _io__Buffered_readinto() 271 if (PyObject_GetBuffer(arg, &buffer, PyBUF_WRITABLE) < 0) { in _io__Buffered_readinto1() 512 if (PyObject_GetBuffer(arg, &buffer, PyBUF_SIMPLE) != 0) { in _io_BufferedWriter_write()
|
H A D | winconsoleio.c.h | 193 if (PyObject_GetBuffer(arg, &buffer, PyBUF_WRITABLE) < 0) { in _io__WindowsConsoleIO_readinto() 304 if (PyObject_GetBuffer(arg, &b, PyBUF_SIMPLE) != 0) { in _io__WindowsConsoleIO_write()
|
H A D | fileio.c.h | 196 if (PyObject_GetBuffer(arg, &buffer, PyBUF_WRITABLE) < 0) { in _io_FileIO_readinto() 297 if (PyObject_GetBuffer(arg, &b, PyBUF_SIMPLE) != 0) { in _io_FileIO_write()
|
/third_party/python/Modules/ |
H A D | hashlib.h | 5 * of PyObject_GetBuffer. Sets an exception and issues the erraction 19 if (PyObject_GetBuffer((obj), (viewp), PyBUF_SIMPLE) == -1) { \
|
/third_party/python/Python/clinic/ |
H A D | marshal.c.h | 141 if (PyObject_GetBuffer(arg, &bytes, PyBUF_SIMPLE) != 0) { in marshal_loads()
|
/third_party/python/Include/ |
H A D | pybuffer.h | 43 PyAPI_FUNC(int) PyObject_GetBuffer(PyObject *obj, Py_buffer *view,
|
/third_party/python/PC/ |
H A D | winsound.c | 93 if (PyObject_GetBuffer(sound, &view, PyBUF_SIMPLE) < 0) { in winsound_PlaySound_impl()
|
/third_party/python/Modules/_sqlite/clinic/ |
H A D | blob.c.h | 86 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in blob_write()
|
/third_party/python/Objects/stringlib/ |
H A D | join.h | 72 if (PyObject_GetBuffer(item, &buffers[i], PyBUF_SIMPLE) != 0) { in bytes_join()
|