Home
last modified time | relevance | path

Searched defs:typeobj (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
137 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
160 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
179 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
184 #define PyObject_NEW(type, typeobj) \ argument
188 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
255 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
137 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
160 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
179 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
184 #define PyObject_NEW(type, typeobj) \ argument
188 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
255 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/lang/python38/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
137 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
160 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
179 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
184 #define PyObject_NEW(type, typeobj) \ argument
188 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
255 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
137 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
160 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
179 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
184 #define PyObject_NEW(type, typeobj) \ argument
188 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
255 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
137 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
160 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
179 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
184 #define PyObject_NEW(type, typeobj) \ argument
188 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
255 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
137 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
160 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
179 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
184 #define PyObject_NEW(type, typeobj) \ argument
188 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
255 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/lang/python310/Python-3.10.1/Include/
H A Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/lang/python39/Python-3.9.9/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
129 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
131 #define PyObject_NewVar(type, typeobj, n) \ argument
136 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
143 # define PyObject_INIT(op, typeobj) \ argument
145 # define PyObject_INIT_VAR(op, typeobj, size) \ argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
129 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
131 #define PyObject_NewVar(type, typeobj, n) \ argument
136 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
143 # define PyObject_INIT(op, typeobj) \ argument
145 # define PyObject_INIT_VAR(op, typeobj, size) \ argument
184 #define PyObject_GC_New(type, typeobj) \ argument
186 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dobjimpl.h9 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
25 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
65 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
76 #define PyObject_INIT(op, typeobj) \ argument
80 _PyObject_INIT_VAR(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_INIT_VAR()
88 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dobjimpl.h9 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
25 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
65 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT()
76 #define PyObject_INIT(op, typeobj) \ argument
80 _PyObject_INIT_VAR(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_INIT_VAR()
88 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
163 #define PyObject_INIT(op, typeobj) \ argument
165 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
313 #define PyObject_GC_New(type, typeobj) \ argument
315 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/lang/python37/Python-3.7.12/Include/
H A Dobjimpl.h136 #define PyObject_New(type, typeobj) \ argument
138 #define PyObject_NewVar(type, typeobj, n) \ argument
143 #define PyObject_INIT(op, typeobj) \ argument
145 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
148 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
164 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
169 #define PyObject_NEW(type, typeobj) \ argument
173 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
344 #define PyObject_GC_New(type, typeobj) \ argument
346 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
163 #define PyObject_INIT(op, typeobj) \ argument
165 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
328 #define PyObject_GC_New(type, typeobj) \ argument
330 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/lang/python27/Python-2.7.18/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
163 #define PyObject_INIT(op, typeobj) \ argument
165 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
192 #define PyObject_NEW(type, typeobj) \ argument
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
328 #define PyObject_GC_New(type, typeobj) \ argument
330 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dobjimpl.h132 #define PyObject_New(type, typeobj) \ argument
134 #define PyObject_NewVar(type, typeobj, n) \ argument
139 #define PyObject_INIT(op, typeobj) \ argument
141 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
144 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
160 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
165 #define PyObject_NEW(type, typeobj) \ argument
169 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
333 #define PyObject_GC_New(type, typeobj) \ argument
335 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dobjimpl.h136 #define PyObject_New(type, typeobj) \ argument
138 #define PyObject_NewVar(type, typeobj, n) \ argument
143 #define PyObject_INIT(op, typeobj) \ argument
145 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
148 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
164 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
169 #define PyObject_NEW(type, typeobj) \ argument
173 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
340 #define PyObject_GC_New(type, typeobj) \ argument
342 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dobjimpl.h136 #define PyObject_New(type, typeobj) \ argument
138 #define PyObject_NewVar(type, typeobj, n) \ argument
143 #define PyObject_INIT(op, typeobj) \ argument
145 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
148 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
164 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
169 #define PyObject_NEW(type, typeobj) \ argument
173 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
344 #define PyObject_GC_New(type, typeobj) \ argument
346 #define PyObject_GC_NewVar(type, typeobj, n) \ argument
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/xcb-0.9.0/
H A Drs_client.py797 def _ffi_accessors_list(typeobj, field): argument
873 def _ffi_accessors_field(typeobj, field): argument
903 def _ffi_accessors(typeobj, nametup): argument
913 def _ffi_iterator(typeobj, nametup): argument
1036 def _rs_struct(typeobj): argument
1054 def _rs_accessors(typeobj): argument
1180 def _rs_union_accessor(typeobj, field): argument
1378 def _rs_iterator(typeobj): argument
1425 def _prepare_doc(typeobj): argument
2019 def _handle_switch(typeobj, nametup): argument
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/xcb-0.8.2/
H A Drs_client.py800 def _ffi_accessors_list(typeobj, field): argument
876 def _ffi_accessors_field(typeobj, field): argument
906 def _ffi_accessors(typeobj, nametup): argument
916 def _ffi_iterator(typeobj, nametup): argument
1039 def _rs_struct(typeobj): argument
1057 def _rs_accessors(typeobj): argument
1183 def _rs_union_accessor(typeobj, field): argument
1381 def _rs_iterator(typeobj): argument
1428 def _prepare_doc(typeobj): argument
2012 def _handle_switch(typeobj, nametup): argument
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/xcb-0.8.2/
H A Drs_client.py800 def _ffi_accessors_list(typeobj, field): argument
876 def _ffi_accessors_field(typeobj, field): argument
906 def _ffi_accessors(typeobj, nametup): argument
916 def _ffi_iterator(typeobj, nametup): argument
1039 def _rs_struct(typeobj): argument
1057 def _rs_accessors(typeobj): argument
1183 def _rs_union_accessor(typeobj, field): argument
1381 def _rs_iterator(typeobj): argument
1428 def _prepare_doc(typeobj): argument
2012 def _handle_switch(typeobj, nametup): argument
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/xcb-0.9.0/
H A Drs_client.py797 def _ffi_accessors_list(typeobj, field): argument
873 def _ffi_accessors_field(typeobj, field): argument
903 def _ffi_accessors(typeobj, nametup): argument
913 def _ffi_iterator(typeobj, nametup): argument
1036 def _rs_struct(typeobj): argument
1054 def _rs_accessors(typeobj): argument
1180 def _rs_union_accessor(typeobj, field): argument
1378 def _rs_iterator(typeobj): argument
1425 def _prepare_doc(typeobj): argument
2019 def _handle_switch(typeobj, nametup): argument
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/xcb-0.8.2/
H A Drs_client.py800 def _ffi_accessors_list(typeobj, field): argument
876 def _ffi_accessors_field(typeobj, field): argument
906 def _ffi_accessors(typeobj, nametup): argument
916 def _ffi_iterator(typeobj, nametup): argument
1039 def _rs_struct(typeobj): argument
1057 def _rs_accessors(typeobj): argument
1183 def _rs_union_accessor(typeobj, field): argument
1381 def _rs_iterator(typeobj): argument
1428 def _prepare_doc(typeobj): argument
2012 def _handle_switch(typeobj, nametup): argument
[all …]

12345678910>>...12