Home
last modified time | relevance | path

Searched refs:module_state (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/devel/elixir-smppex/smppex-2.2.9/lib/smppex/
H A Dtransport_session.ex24 :module_state,
119 {:ok, module_state} ->
128 module_state: module_state,
182 {:noreply, pdus, module_state} ->
185 {:stop, reason, pdus, module_state} ->
192 {:reply, reply, pdus, module_state} ->
195 {:noreply, pdus, module_state} ->
201 {:stop, reason, pdus, module_state} ->
212 {:noreply, pdus, module_state} ->
240 %TransportSession{state | module_state: module_state}
[all …]
H A Dsession.ex38 :module_state,
393 module_state: state,
562 {{:ok, st.module_state}, st}
717 {:ok, [], %Session{st | module_state: module_state}}
722 {:ok, pdus_to_send, %Session{new_st | module_state: module_state}}
726 {:reply, reply, [], %Session{st | module_state: module_state}}
731 {:reply, reply, pdus_to_send, %Session{new_st | module_state: module_state}}
735 {:noreply, [], %Session{st | module_state: module_state}}
740 {:noreply, pdus_to_send, %Session{new_st | module_state: module_state}}
744 {:stop, reason, reply, [], %Session{st | module_state: module_state}}
[all …]
/dports/lang/python310/Python-3.10.1/Modules/
H A D_csv.c41 Py_CLEAR(module_state->error_obj); in _csv_clear()
42 Py_CLEAR(module_state->dialects); in _csv_clear()
44 Py_CLEAR(module_state->reader_type); in _csv_clear()
45 Py_CLEAR(module_state->writer_type); in _csv_clear()
53 Py_VISIT(module_state->error_obj); in _csv_traverse()
54 Py_VISIT(module_state->dialects); in _csv_traverse()
56 Py_VISIT(module_state->reader_type); in _csv_traverse()
382 if (module_state == NULL) { in _csv_state_from_type()
387 return module_state; in _csv_state_from_type()
419 if (module_state == NULL) { in dialect_new()
[all …]
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_csv.c44 Py_CLEAR(module_state->error_obj); in _csv_clear()
45 Py_CLEAR(module_state->dialects); in _csv_clear()
47 Py_CLEAR(module_state->reader_type); in _csv_clear()
48 Py_CLEAR(module_state->writer_type); in _csv_clear()
56 Py_VISIT(module_state->error_obj); in _csv_traverse()
57 Py_VISIT(module_state->dialects); in _csv_traverse()
59 Py_VISIT(module_state->reader_type); in _csv_traverse()
380 if (module_state == NULL) { in _csv_state_from_type()
385 return module_state; in _csv_state_from_type()
417 if (module_state == NULL) { in dialect_new()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/amqp_client/src/
H A Damqp_gen_consumer.erl31 module_state}).
220 {reply, ok, State#state{module_state = NewMState}};
223 State#state{module_state = NewMState}}
228 module_state = MState}) ->
231 {noreply, State#state{module_state = NewMState}};
233 {reply, Reply, State#state{module_state = NewMState}};
236 State#state{module_state = NewMState}}
240 module_state = MState}) ->
264 module_state = MState}) ->
271 handle_info(Info, State = #state{module_state = MState,
[all …]
H A Damqp_gen_connection.erl27 module_state,
138 module_state = MState}) ->
141 State#state{module_state = NewMState}};
143 State#state{module_state = NewMState}}
164 module_state = MState,
195 module_state = NewMState},
235 terminate(Reason, #state{module = Mod, module_state = MState}) ->
251 i(Item, #state{module = Mod, module_state = MState}) -> Mod:i(Item, MState).
267 module_state = MState}) ->
275 module_state = MState}) ->
[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
86 static struct module_state _state;
116 sizeof(struct module_state),
168 struct module_state *st = GETSTATE(relay_module); in PyInit_conduit_relay_python()
/dports/science/conduit/conduit-0.8.0/src/libs/blueprint/python/
H A Dconduit_blueprint_table_examples_python.cpp131 struct module_state { struct
137 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
140 static struct module_state _state;
170 sizeof(struct module_state),
221 struct module_state *st = GETSTATE(py_module); in PyInit_conduit_blueprint_table_examples_python()
H A Dconduit_blueprint_mcarray_examples_python.cpp131 struct module_state { struct
137 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
140 static struct module_state _state;
170 sizeof(struct module_state),
222 struct module_state *st = GETSTATE(py_module); in PyInit_conduit_blueprint_mcarray_examples_python()
H A Dconduit_blueprint_table_python.cpp140 struct module_state { struct
146 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
149 static struct module_state _state;
179 sizeof(struct module_state),
231 struct module_state *st = GETSTATE(py_module); in PyInit_conduit_blueprint_table_python()
H A Dconduit_blueprint_python.cpp160 struct module_state { struct
166 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
169 static struct module_state _state;
199 sizeof(struct module_state),
248 struct module_state *st = GETSTATE(blueprint_module); in PyInit_conduit_blueprint_python()
H A Dconduit_blueprint_mcarray_python.cpp335 struct module_state { struct
341 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
344 static struct module_state _state;
374 sizeof(struct module_state),
426 struct module_state *st = GETSTATE(py_module); in PyInit_conduit_blueprint_mcarray_python()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/incident_reporting/
H A Dmodule_integrity_verifier_win.cc90 ClientIncidentReport_EnvironmentData_Process_ModuleState* module_state; member
107 module_state(nullptr) { in ModuleVerificationState()
142 auto* modification = state->module_state->add_modification(); in ExamineByteRangeDiff()
307 ClientIncidentReport_EnvironmentData_Process_ModuleState* module_state, in VerifyModule() argument
311 module_state->set_name(base::WideToUTF8(module_name)); in VerifyModule()
312 module_state->set_modified_state(ModuleState::MODULE_STATE_UNKNOWN); in VerifyModule()
349 state.module_state = module_state; in VerifyModule()
382 module_state->set_modified_state(ModuleState::MODULE_STATE_MODIFIED); in VerifyModule()
384 module_state->set_modified_state(ModuleState::MODULE_STATE_UNMODIFIED); in VerifyModule()
/dports/science/py-phono3py/phono3py-1.22.3/c/
H A D_lapackepy.c44 struct module_state { struct
49 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
52 static struct module_state _state;
57 struct module_state *st = GETSTATE(m); in error_out()
85 sizeof(struct module_state),
110 struct module_state *st; in PyInit__lapackepy()
H A D_phononmod.c43 struct module_state { struct
48 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
51 static struct module_state _state;
56 struct module_state *st = GETSTATE(m); in error_out()
86 sizeof(struct module_state),
111 struct module_state *st; in PyInit__phononmod()
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dselinux.py63 def _refine_module_state(module_state): argument
68 module_state = str(module_state).lower()
69 if module_state in ("1", "on", "yes", "true", "enabled"):
71 if module_state in ("0", "off", "no", "false", "disabled"):
177 def module(name, module_state="Enabled", version="any", **opts): argument
219 rmodule_state = _refine_module_state(module_state)
222 module_state, module
243 name, module_state
248 ret["comment"] = "Module {} has been set to {}".format(name, module_state)
251 ret["comment"] = "Failed to set the Module {} to {}".format(name, module_state)
/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
172 static struct module_state _state;
202 sizeof(struct module_state),
251 struct module_state *st = GETSTATE(utils_module); in PyInit_conduit_utils_python()
/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
18 static struct module_state _state;
129 sizeof(struct module_state),
156 struct module_state *st = GETSTATE(module);
/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
37 static struct module_state _state;
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-dl-teams.c61 gchar *module_state; member
363 g_autofree char *module_state = NULL; in gtr_dl_teams_get_file_info() local
415 if (!priv->module_state) in gtr_dl_teams_get_file_info()
434 module_state = g_strdup_printf (_("The current state is: %s"), priv->module_state); in gtr_dl_teams_get_file_info()
441 if (strcmp(priv->module_state, "None") == 0 || in gtr_dl_teams_get_file_info()
485 if (priv->module_state) in gtr_dl_teams_load_po_file()
486 g_free (priv->module_state); in gtr_dl_teams_load_po_file()
597 priv->module_state); in gtr_dl_teams_load_po_file()
730 if (priv->module_state) in gtr_dl_teams_dispose()
731 g_free (priv->module_state); in gtr_dl_teams_dispose()
[all …]
/dports/devel/staf/src/staf/lang/python/python32/
H A DPYSTAF.cpp19 struct module_state { struct
24 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
27 static struct module_state _state;
75 sizeof(struct module_state),
110 struct module_state *st = GETSTATE(module); in PyInit_PYSTAF()
/dports/devel/staf/src/staf/lang/python/python34/
H A DPYSTAF.cpp19 struct module_state { struct
24 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
27 static struct module_state _state;
75 sizeof(struct module_state),
110 struct module_state *st = GETSTATE(module); in PyInit_PYSTAF()
/dports/devel/staf/src/staf/lang/python/
H A DPYSTAF.cpp19 struct module_state { struct
24 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
27 static struct module_state _state;
75 sizeof(struct module_state),
110 struct module_state *st = GETSTATE(module); in PyInit_PYSTAF()
/dports/devel/staf/src/staf/lang/python/python33/
H A DPYSTAF.cpp19 struct module_state { struct
24 #define GETSTATE(m) ((struct module_state*)PyModule_GetState(m)) argument
27 static struct module_state _state;
75 sizeof(struct module_state),
110 struct module_state *st = GETSTATE(module); in PyInit_PYSTAF()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/greybus/
H A Daudio_codec.c48 int module_state, ret = 0; in gbaudio_module_enable_tx() local
70 if (module_state < GBAUDIO_CODEC_STARTUP) { in gbaudio_module_enable_tx()
85 if (module_state < GBAUDIO_CODEC_HWPARAMS) { in gbaudio_module_enable_tx()
102 if (module_state < GBAUDIO_CODEC_PREPARE) { in gbaudio_module_enable_tx()
129 int module_state; in gbaudio_module_disable_tx() local
140 if (module_state > GBAUDIO_CODEC_HWPARAMS) { in gbaudio_module_disable_tx()
153 if (module_state > GBAUDIO_CODEC_SHUTDOWN) { in gbaudio_module_disable_tx()
174 int module_state, ret = 0; in gbaudio_module_enable_rx() local
196 if (module_state < GBAUDIO_CODEC_STARTUP) { in gbaudio_module_enable_rx()
228 if (module_state < GBAUDIO_CODEC_PREPARE) { in gbaudio_module_enable_rx()
[all …]

123456789