Home
last modified time | relevance | path

Searched refs:PyBUF_SIMPLE (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/dports/lang/python311/Python-3.11.0a3/Modules/clinic/
H A Daudioop.c.h29 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()
366 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findmax()
418 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avgpp()
[all …]
H A Dbinascii.c.h63 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()
/dports/lang/python310/Python-3.10.1/Modules/clinic/
H A Daudioop.c.h29 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()
366 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findmax()
418 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avgpp()
[all …]
H A Dbinascii.c.h63 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_uu()
147 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_base64()
222 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rlecode_hqx()
258 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hqx()
294 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rledecode_hqx()
334 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc_hqx()
379 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc32()
455 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hex()
525 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_hexlify()
706 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_qp()
/dports/databases/py-gdbm/Python-3.8.12/Modules/clinic/
H A Daudioop.c.h29 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_getsample()
95 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_max()
144 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_minmax()
193 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avg()
242 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_rms()
292 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfit()
299 if (PyObject_GetBuffer(args[1], &reference, PyBUF_SIMPLE) != 0) { in audioop_findfit()
344 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfactor()
396 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findmax()
453 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avgpp()
[all …]
H A Dbinascii.c.h63 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_uu()
152 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_base64()
232 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rlecode_hqx()
268 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hqx()
304 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rledecode_hqx()
345 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc_hqx()
399 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc32()
480 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hex()
555 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_hexlify()
746 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_qp()
H A Dzlibmodule.c.h37 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_compress()
104 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_decompress()
272 if (PyObject_GetBuffer(args[5], &zdict, PyBUF_SIMPLE) != 0) { in zlib_compressobj()
374 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in zlib_Compress_compress()
431 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_Decompress_decompress()
676 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_adler32()
734 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_crc32()
/dports/lang/python-tools/Python-3.8.12/Modules/clinic/
H A Daudioop.c.h29 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_getsample()
95 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_max()
144 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_minmax()
193 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avg()
242 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_rms()
292 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfit()
299 if (PyObject_GetBuffer(args[1], &reference, PyBUF_SIMPLE) != 0) { in audioop_findfit()
344 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfactor()
396 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findmax()
453 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avgpp()
[all …]
H A Dbinascii.c.h63 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_uu()
152 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_base64()
232 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rlecode_hqx()
268 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hqx()
304 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rledecode_hqx()
345 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc_hqx()
399 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc32()
480 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hex()
555 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_hexlify()
746 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_qp()
H A Dzlibmodule.c.h37 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_compress()
104 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_decompress()
272 if (PyObject_GetBuffer(args[5], &zdict, PyBUF_SIMPLE) != 0) { in zlib_compressobj()
374 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in zlib_Compress_compress()
431 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_Decompress_decompress()
676 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_adler32()
734 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_crc32()
/dports/lang/python38/Python-3.8.12/Modules/clinic/
H A Daudioop.c.h29 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_getsample()
95 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_max()
144 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_minmax()
193 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avg()
242 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_rms()
292 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfit()
299 if (PyObject_GetBuffer(args[1], &reference, PyBUF_SIMPLE) != 0) { in audioop_findfit()
344 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfactor()
396 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findmax()
453 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avgpp()
[all …]
H A Dbinascii.c.h63 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_uu()
152 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_base64()
232 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rlecode_hqx()
268 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hqx()
304 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rledecode_hqx()
345 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc_hqx()
399 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc32()
480 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hex()
555 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_hexlify()
746 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_qp()
H A Dzlibmodule.c.h37 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_compress()
104 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_decompress()
272 if (PyObject_GetBuffer(args[5], &zdict, PyBUF_SIMPLE) != 0) { in zlib_compressobj()
374 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in zlib_Compress_compress()
431 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_Decompress_decompress()
676 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_adler32()
734 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_crc32()
/dports/lang/python39/Python-3.9.9/Modules/clinic/
H A Daudioop.c.h29 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_getsample()
95 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_max()
144 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_minmax()
193 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avg()
242 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_rms()
292 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfit()
299 if (PyObject_GetBuffer(args[1], &reference, PyBUF_SIMPLE) != 0) { in audioop_findfit()
344 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfactor()
396 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findmax()
453 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avgpp()
[all …]
H A Dbinascii.c.h63 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_uu()
152 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_base64()
232 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rlecode_hqx()
268 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hqx()
304 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rledecode_hqx()
344 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc_hqx()
394 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc32()
475 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hex()
550 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_hexlify()
741 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_qp()
H A Dzlibmodule.c.h37 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_compress()
104 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_decompress()
272 if (PyObject_GetBuffer(args[5], &zdict, PyBUF_SIMPLE) != 0) { in zlib_compressobj()
374 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in zlib_Compress_compress()
431 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_Decompress_decompress()
676 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_adler32()
734 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_crc32()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/clinic/
H A Daudioop.c.h29 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_getsample()
95 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_max()
144 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_minmax()
193 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avg()
242 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_rms()
292 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfit()
299 if (PyObject_GetBuffer(args[1], &reference, PyBUF_SIMPLE) != 0) { in audioop_findfit()
344 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfactor()
396 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findmax()
453 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avgpp()
[all …]
H A Dbinascii.c.h63 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_uu()
152 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_base64()
232 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rlecode_hqx()
268 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hqx()
304 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rledecode_hqx()
345 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc_hqx()
399 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc32()
480 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hex()
555 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_hexlify()
746 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_qp()
H A Dzlibmodule.c.h37 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_compress()
104 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_decompress()
272 if (PyObject_GetBuffer(args[5], &zdict, PyBUF_SIMPLE) != 0) { in zlib_compressobj()
374 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in zlib_Compress_compress()
431 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_Decompress_decompress()
676 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_adler32()
734 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in zlib_crc32()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/clinic/
H A Daudioop.c.h29 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_getsample()
95 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_max()
144 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_minmax()
193 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avg()
242 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_rms()
292 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfit()
299 if (PyObject_GetBuffer(args[1], &reference, PyBUF_SIMPLE) != 0) { in audioop_findfit()
344 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findfactor()
396 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_findmax()
453 if (PyObject_GetBuffer(args[0], &fragment, PyBUF_SIMPLE) != 0) { in audioop_avgpp()
[all …]
H A Dbinascii.c.h63 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_uu()
152 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_base64()
232 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rlecode_hqx()
268 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hqx()
304 if (PyObject_GetBuffer(arg, &data, PyBUF_SIMPLE) != 0) { in binascii_rledecode_hqx()
345 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc_hqx()
399 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_crc32()
480 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_hex()
555 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_hexlify()
746 if (PyObject_GetBuffer(args[0], &data, PyBUF_SIMPLE) != 0) { in binascii_b2a_qp()
/dports/multimedia/py-av/av-8.0.3/av/
H A Dbytesource.pyx2 PyBUF_SIMPLE,
23 # Can very likely use PyBUF_ND instead of PyBUF_SIMPLE
24 res = PyObject_GetBuffer(owner, &self.view, PyBUF_SIMPLE)
/dports/lang/python311/Python-3.11.0a3/Objects/clinic/
H A Dbytesobject.c.h111 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()
/dports/lang/python310/Python-3.10.1/Objects/clinic/
H A Dbytesobject.c.h93 if (PyObject_GetBuffer(arg, &sep, PyBUF_SIMPLE) != 0) { in bytes_partition()
136 if (PyObject_GetBuffer(arg, &sep, PyBUF_SIMPLE) != 0) { in bytes_rpartition()
409 if (PyObject_GetBuffer(args[0], &frm, PyBUF_SIMPLE) != 0) { in bytes_maketrans()
416 if (PyObject_GetBuffer(args[1], &to, PyBUF_SIMPLE) != 0) { in bytes_maketrans()
469 if (PyObject_GetBuffer(args[0], &old, PyBUF_SIMPLE) != 0) { in bytes_replace()
476 if (PyObject_GetBuffer(args[1], &new, PyBUF_SIMPLE) != 0) { in bytes_replace()
535 if (PyObject_GetBuffer(arg, &prefix, PyBUF_SIMPLE) != 0) { in bytes_removeprefix()
575 if (PyObject_GetBuffer(arg, &suffix, PyBUF_SIMPLE) != 0) { in bytes_removesuffix()
/dports/lang/python39/Python-3.9.9/Objects/clinic/
H A Dbytesobject.c.h98 if (PyObject_GetBuffer(arg, &sep, PyBUF_SIMPLE) != 0) { in bytes_partition()
141 if (PyObject_GetBuffer(arg, &sep, PyBUF_SIMPLE) != 0) { in bytes_rpartition()
419 if (PyObject_GetBuffer(args[0], &frm, PyBUF_SIMPLE) != 0) { in bytes_maketrans()
426 if (PyObject_GetBuffer(args[1], &to, PyBUF_SIMPLE) != 0) { in bytes_maketrans()
479 if (PyObject_GetBuffer(args[0], &old, PyBUF_SIMPLE) != 0) { in bytes_replace()
486 if (PyObject_GetBuffer(args[1], &new, PyBUF_SIMPLE) != 0) { in bytes_replace()
550 if (PyObject_GetBuffer(arg, &prefix, PyBUF_SIMPLE) != 0) { in bytes_removeprefix()
590 if (PyObject_GetBuffer(arg, &suffix, PyBUF_SIMPLE) != 0) { in bytes_removesuffix()

12345678910>>...30