Home
last modified time | relevance | path

Searched defs:module_state (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/graphics/zbar/zbar-0.23.90/python/
H A Dzbarmodule.h175 struct module_state { struct
176 PyObject *zbar_exc[ZBAR_ERR_NUM];
177 zbarEnumItem *color_enum[2];
178 zbarEnum *config_enum;
179 zbarEnum *modifier_enum;
180 PyObject *symbol_enum;
181 zbarEnumItem *symbol_NONE;
182 zbarEnum *orient_enum;
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/
H A DPlugins.h136 struct module_state { struct
137 CPlugin* pPlugin;
138 PyObject* error;
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/plugin/
H A DPykritaModule.cpp29 struct module_state { struct
34 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/cmake_helpers/
H A Dhelpers.cmake127 set(module_state "missing") variable
132 set(module_state "optional") variable
135 set(module_state "essential") variable
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/cmake_helpers/
H A Dhelpers.cmake127 set(module_state "missing") variable
132 set(module_state "optional") variable
135 set(module_state "essential") variable
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/cmake_helpers/
H A Dhelpers.cmake127 set(module_state "missing") variable
132 set(module_state "optional") variable
135 set(module_state "essential") variable
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_csv.c43 _csvstate *module_state = PyModule_GetState(module); in _csv_clear() local
55 _csvstate *module_state = PyModule_GetState(module); in _csv_traverse() local
143 get_dialect_from_registry(PyObject *name_obj, _csvstate *module_state) in get_dialect_from_registry()
379 _csvstate *module_state = PyModule_GetState(module); in _csv_state_from_type() local
867 _csvstate *module_state = _csv_state_from_type(Py_TYPE(self), in Reader_iternext() local
1004 _csvstate *module_state = get_csv_state(module); in csv_reader() local
1429 _csvstate *module_state = get_csv_state(module); in csv_writer() local
1483 _csvstate *module_state = get_csv_state(module); in csv_register_dialect() local
1509 _csvstate *module_state = get_csv_state(module); in csv_unregister_dialect() local
1529 _csvstate *module_state = get_csv_state(module); in csv_field_size_limit() local
[all …]
/dports/lang/python310/Python-3.10.1/Modules/
H A D_csv.c40 _csvstate *module_state = PyModule_GetState(module); in _csv_clear() local
52 _csvstate *module_state = PyModule_GetState(module); in _csv_traverse() local
140 get_dialect_from_registry(PyObject *name_obj, _csvstate *module_state) in get_dialect_from_registry()
381 _csvstate *module_state = PyModule_GetState(module); in _csv_state_from_type() local
869 _csvstate *module_state = _csv_state_from_type(Py_TYPE(self), in Reader_iternext() local
1012 _csvstate *module_state = get_csv_state(module); in csv_reader() local
1437 _csvstate *module_state = get_csv_state(module); in csv_writer() local
1491 _csvstate *module_state = get_csv_state(module); in csv_register_dialect() local
1517 _csvstate *module_state = get_csv_state(module); in csv_unregister_dialect() local
1537 _csvstate *module_state = get_csv_state(module); in csv_field_size_limit() local
[all …]
/dports/science/conduit/conduit-0.8.0/src/libs/relay/python/
H A Dconduit_relay_python.cpp77 struct module_state { struct
83 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
/dports/astro/py-astropy/astropy-5.0/astropy/utils/src/
H A Dcompiler.c72 struct module_state { struct
83 sizeof(struct module_state), argument
/dports/astro/py-astropy/astropy-5.0/astropy/
H A D_compiler.c71 struct module_state { struct
82 sizeof(struct module_state), argument
/dports/astro/py-extension-helpers/extension-helpers-0.1/extension_helpers/src/
H A Dcompiler.c71 struct module_state { struct
82 sizeof(struct module_state), argument
/dports/astro/py-astropy-helpers/astropy-helpers-4.0.1/astropy_helpers/commands/src/
H A Dcompiler.c71 struct module_state { struct
82 sizeof(struct module_state), argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/wasm/src/state/
H A Dmod.rs10 pub(crate) mod module_state; module
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-wasm/src/state/
H A Dmod.rs10 pub(crate) mod module_state; module
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-wasm/src/state/
H A Dmod.rs10 pub(crate) mod module_state; module
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-wasm/src/state/
H A Dmod.rs10 pub(crate) mod module_state; module
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-wasm/src/state/
H A Dmod.rs10 pub(crate) mod module_state; module
/dports/devel/liborcus/liborcus-0.16.1/src/python/
H A Dpython.cpp82 struct module_state struct
84 PyObject* error;
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/python/
H A Dconduit_blueprint_mcarray_examples_python.cpp131 struct module_state { struct
137 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
H A Dconduit_blueprint_table_examples_python.cpp131 struct module_state { struct
137 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
H A Dconduit_blueprint_table_python.cpp140 struct module_state { struct
146 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
/dports/databases/pymongo/pymongo-3.12.0/bson/
H A D_cbsonmodule.c41 struct module_state { struct
65 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/python/
H A Dconduit_utils_python.cpp163 struct module_state { struct
169 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/text/
H A Dpytokenize.c9 struct module_state { struct
15 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument

1234567