Home
last modified time | relevance | path

Searched refs:tp_base (Results 1 – 25 of 1337) sorted by relevance

12345678910>>...54

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/_generated_include/
H A DMergeVTables_impl_29949c70f2006953e8904d016998bf08a455f227.h11 PyTypeObject* base = type->tp_base; in __Pyx_MergeVtables()
14 base = base->tp_base; in __Pyx_MergeVtables()
23 PyTypeObject* base = type->tp_base; in __Pyx_MergeVtables()
34 base = base->tp_base; in __Pyx_MergeVtables()
42 tp_base_name = __Pyx_PyType_GetName(type->tp_base); in __Pyx_MergeVtables()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A D_iomodule.c660 _PyExc_BlockingIOError.tp_base = (PyTypeObject *) PyExc_IOError; in init_io()
673 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in init_io()
677 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
681 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in init_io()
685 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
689 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
693 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
697 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
701 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in init_io()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dabstractdtypes.c69 PyArrayAbstractObjDTypeMeta_Type.tp_base = &PyArrayDTypeMeta_Type; in initialize_and_map_pytypes_to_dtypes()
73 ((PyTypeObject *)&PyArray_PyIntAbstractDType)->tp_base = &PyArrayDTypeMeta_Type; in initialize_and_map_pytypes_to_dtypes()
78 ((PyTypeObject *)&PyArray_PyFloatAbstractDType)->tp_base = &PyArrayDTypeMeta_Type; in initialize_and_map_pytypes_to_dtypes()
83 ((PyTypeObject *)&PyArray_PyComplexAbstractDType)->tp_base = &PyArrayDTypeMeta_Type; in initialize_and_map_pytypes_to_dtypes()
/dports/lang/python-legacy/Python-2.7.18/Modules/_io/
H A D_iomodule.c669 _PyExc_BlockingIOError.tp_base = (PyTypeObject *) PyExc_IOError; in init_io()
682 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in init_io()
686 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
690 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in init_io()
694 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
698 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
702 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
706 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
710 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in init_io()
/dports/lang/python37/Python-3.7.12/Modules/_io/
H A D_iomodule.c687 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
691 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
697 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
702 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
707 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
711 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
715 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
719 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
723 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/lang/python311/Python-3.11.0a3/Modules/_io/
H A D_iomodule.c715 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
719 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
725 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
730 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
735 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
739 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
743 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
747 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
751 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/lang/python27/Python-2.7.18/Modules/_io/
H A D_iomodule.c669 _PyExc_BlockingIOError.tp_base = (PyTypeObject *) PyExc_IOError; in init_io()
682 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in init_io()
686 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
690 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in init_io()
694 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
698 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
702 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
706 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in init_io()
710 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in init_io()
/dports/devel/pydbus-common/dbus-python-1.2.18/dbus_bindings/
H A Dint.c728 DBusPyInt16_Type.tp_base = &INTBASE; in dbus_py_init_int_types()
736 DBusPyUInt16_Type.tp_base = &INTBASE; in dbus_py_init_int_types()
742 DBusPyInt32_Type.tp_base = &INTBASE; in dbus_py_init_int_types()
748 DBusPyUInt32_Type.tp_base = &DBusPyLongBase_Type; in dbus_py_init_int_types()
755 DBusPyInt64_Type.tp_base = &DBusPyLongBase_Type; in dbus_py_init_int_types()
761 DBusPyUInt64_Type.tp_base = &DBusPyLongBase_Type; in dbus_py_init_int_types()
768 DBusPyBoolean_Type.tp_base = &INTBASE; in dbus_py_init_int_types()
/dports/devel/py-dbus/dbus-python-1.2.18/dbus_bindings/
H A Dint.c728 DBusPyInt16_Type.tp_base = &INTBASE; in dbus_py_init_int_types()
736 DBusPyUInt16_Type.tp_base = &INTBASE; in dbus_py_init_int_types()
742 DBusPyInt32_Type.tp_base = &INTBASE; in dbus_py_init_int_types()
748 DBusPyUInt32_Type.tp_base = &DBusPyLongBase_Type; in dbus_py_init_int_types()
755 DBusPyInt64_Type.tp_base = &DBusPyLongBase_Type; in dbus_py_init_int_types()
761 DBusPyUInt64_Type.tp_base = &DBusPyLongBase_Type; in dbus_py_init_int_types()
768 DBusPyBoolean_Type.tp_base = &INTBASE; in dbus_py_init_int_types()
/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DExtensionTypes.c132 type = type->tp_base; in __Pyx_call_next_tp_dealloc()
134 type = type->tp_base; in __Pyx_call_next_tp_dealloc()
149 type = type->tp_base; in __Pyx_call_next_tp_traverse()
151 type = type->tp_base; in __Pyx_call_next_tp_traverse()
168 type = type->tp_base; in __Pyx_call_next_tp_clear()
170 type = type->tp_base; in __Pyx_call_next_tp_clear()
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DExtensionTypes.c132 type = type->tp_base; in __Pyx_call_next_tp_dealloc()
134 type = type->tp_base; in __Pyx_call_next_tp_dealloc()
149 type = type->tp_base; in __Pyx_call_next_tp_traverse()
151 type = type->tp_base; in __Pyx_call_next_tp_traverse()
168 type = type->tp_base; in __Pyx_call_next_tp_clear()
170 type = type->tp_base; in __Pyx_call_next_tp_clear()
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DExtensionTypes.c132 type = type->tp_base; in __Pyx_call_next_tp_dealloc()
134 type = type->tp_base; in __Pyx_call_next_tp_dealloc()
149 type = type->tp_base; in __Pyx_call_next_tp_traverse()
151 type = type->tp_base; in __Pyx_call_next_tp_traverse()
168 type = type->tp_base; in __Pyx_call_next_tp_clear()
170 type = type->tp_base; in __Pyx_call_next_tp_clear()
/dports/databases/py-gdbm/Python-3.8.12/Modules/_io/
H A D_iomodule.c718 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
722 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
728 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
733 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
738 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
742 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
746 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
750 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
754 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/lang/python310/Python-3.10.1/Modules/_io/
H A D_iomodule.c736 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
740 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
746 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
751 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
756 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
760 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
764 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
768 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
772 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/lang/python-tools/Python-3.8.12/Modules/_io/
H A D_iomodule.c718 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
722 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
728 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
733 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
738 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
742 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
746 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
750 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
754 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/lang/python38/Python-3.8.12/Modules/_io/
H A D_iomodule.c718 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
722 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
728 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
733 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
738 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
742 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
746 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
750 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
754 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/lang/python39/Python-3.9.9/Modules/_io/
H A D_iomodule.c721 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
725 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
731 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
736 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
741 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
745 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
749 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
753 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
757 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_io/
H A D_iomodule.c718 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
722 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
728 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
733 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
738 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
742 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
746 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
750 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
754 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_io/
H A D_iomodule.c718 PyFileIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
722 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
728 PyStringIO_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
733 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type; in PyInit__io()
738 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
742 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
746 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
750 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type; in PyInit__io()
754 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type; in PyInit__io()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dcall-channel.c474 TpBaseChannel *tp_base = TP_BASE_CHANNEL (self); in call_channel_continue_init() local
486 tp_base_channel_get_target_handle (tp_base)); in call_channel_continue_init()
532 tp_base_channel_register (tp_base); in call_channel_continue_init()
547 TpBaseChannel *tp_base = TP_BASE_CHANNEL (self); in call_channel_capabilities_discovered_cb() local
548 TpHandle target = tp_base_channel_get_target_handle (tp_base); in call_channel_capabilities_discovered_cb()
552 if (target != handle || tp_base_channel_is_registered (tp_base)) in call_channel_capabilities_discovered_cb()
590 TpBaseChannel *tp_base = TP_BASE_CHANNEL (base); in call_channel_init_async() local
591 TpHandle target = tp_base_channel_get_target_handle (tp_base); in call_channel_init_async()
593 tp_base_channel_get_connection (tp_base)); in call_channel_init_async()
601 if (tp_base_channel_is_registered (tp_base)) in call_channel_init_async()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_qobject_helpers.cpp79 PyTypeObject *tp_base; in qt_metacall_worker() local
82 tp_base = reinterpret_cast<PyTypeObject *>( in qt_metacall_worker()
85 tp_base = pytype->tp_base; in qt_metacall_worker()
88 _id = qt_metacall_worker(pySelf, tp_base, base, _c, _id, _a); in qt_metacall_worker()
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_qobject_helpers.cpp79 PyTypeObject *tp_base; in qt_metacall_worker() local
82 tp_base = reinterpret_cast<PyTypeObject *>( in qt_metacall_worker()
85 tp_base = pytype->tp_base; in qt_metacall_worker()
88 _id = qt_metacall_worker(pySelf, tp_base, base, _c, _id, _a); in qt_metacall_worker()
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_qobject_helpers.cpp79 PyTypeObject *tp_base; in qt_metacall_worker() local
82 tp_base = reinterpret_cast<PyTypeObject *>( in qt_metacall_worker()
85 tp_base = pytype->tp_base; in qt_metacall_worker()
88 _id = qt_metacall_worker(pySelf, tp_base, base, _c, _id, _a); in qt_metacall_worker()
/dports/www/py-qt5-webkit/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_qobject_helpers.cpp79 PyTypeObject *tp_base; in qt_metacall_worker() local
82 tp_base = reinterpret_cast<PyTypeObject *>( in qt_metacall_worker()
85 tp_base = pytype->tp_base; in qt_metacall_worker()
88 _id = qt_metacall_worker(pySelf, tp_base, base, _c, _id, _a); in qt_metacall_worker()
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/qpy/QtCore/
H A Dqpycore_qobject_helpers.cpp79 PyTypeObject *tp_base; in qt_metacall_worker() local
82 tp_base = reinterpret_cast<PyTypeObject *>( in qt_metacall_worker()
85 tp_base = pytype->tp_base; in qt_metacall_worker()
88 _id = qt_metacall_worker(pySelf, tp_base, base, _c, _id, _a); in qt_metacall_worker()

12345678910>>...54