Home
last modified time | relevance | path

Searched refs:api_state (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5CX.c869 H5CX_retrieve_state(H5CX_state_t **api_state) in H5CX_retrieve_state() argument
879 HDassert(api_state); in H5CX_retrieve_state()
935 if (NULL != (*api_state)->vol_wrap_ctx) { in H5CX_retrieve_state()
1008 HDassert(api_state); in H5CX_restore_state()
1011 (*head)->ctx.dcpl_id = api_state->dcpl_id; in H5CX_restore_state()
1015 (*head)->ctx.dxpl_id = api_state->dxpl_id; in H5CX_restore_state()
1019 (*head)->ctx.lapl_id = api_state->lapl_id; in H5CX_restore_state()
1059 H5CX_free_state(H5CX_state_t *api_state) in H5CX_free_state() argument
1066 HDassert(api_state); in H5CX_free_state()
1089 if (api_state->vol_wrap_ctx) in H5CX_free_state()
[all …]
H A DH5CXprivate.h72 H5_DLL herr_t H5CX_retrieve_state(H5CX_state_t **api_state);
73 H5_DLL herr_t H5CX_restore_state(const H5CX_state_t *api_state);
74 H5_DLL herr_t H5CX_free_state(H5CX_state_t *api_state);
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dh1_stream.c19 stream->synced_data.api_state != AWS_H1_STREAM_API_STATE_ACTIVE && in s_stream_destroy()
59 int api_state = stream->synced_data.api_state; in s_stream_cross_thread_work_task() local
81 if (new_outgoing_data && (api_state == AWS_H1_STREAM_API_STATE_ACTIVE)) { in s_stream_cross_thread_work_task()
89 if ((pending_window_update > 0) && (api_state == AWS_H1_STREAM_API_STATE_ACTIVE)) { in s_stream_cross_thread_work_task()
121 if (stream->synced_data.api_state == AWS_H1_STREAM_API_STATE_ACTIVE) { in s_stream_update_window()
169 if (stream->synced_data.api_state != AWS_H1_STREAM_API_STATE_ACTIVE) { in s_stream_write_chunk()
170 error_code = (stream->synced_data.api_state == AWS_H1_STREAM_API_STATE_INIT) in s_stream_write_chunk()
345 stream->synced_data.api_state = AWS_H1_STREAM_API_STATE_ACTIVE; in aws_h1_stream_new_request_handler()
375 if (stream->synced_data.api_state == AWS_H1_STREAM_API_STATE_COMPLETE) { in aws_h1_stream_send_response()
H A Dh2_stream.c256 stream->synced_data.api_state = AWS_H2_STREAM_API_STATE_INIT; in aws_h2_stream_new_request()
365 stream_is_init = stream->synced_data.api_state == AWS_H2_STREAM_API_STATE_INIT; in s_stream_update_window()
423 stream_is_init = stream->synced_data.api_state == AWS_H2_STREAM_API_STATE_INIT; in s_stream_reset_stream_internal()
494 stream->synced_data.api_state = AWS_H2_STREAM_API_STATE_COMPLETE; in s_send_rst_and_close_stream()
644 stream->synced_data.api_state = AWS_H2_STREAM_API_STATE_COMPLETE; in aws_h2_stream_encode_data_frame()
934 stream->synced_data.api_state = AWS_H2_STREAM_API_STATE_COMPLETE; in aws_h2_stream_on_decoder_end_stream()
988 stream->synced_data.api_state = AWS_H2_STREAM_API_STATE_COMPLETE; in aws_h2_stream_on_decoder_rst_stream()
H A Dh1_connection.c347 h1_stream->synced_data.api_state = AWS_H1_STREAM_API_STATE_ACTIVE; in aws_h1_stream_activate()
580 stream->synced_data.api_state = AWS_H1_STREAM_API_STATE_COMPLETE; in s_stream_complete()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/ampache/ampacheapi-php/src/
H A DAmpacheApi.php42 private $api_state = 'UNCONFIGURED'; variable in AmpacheApi\\AmpacheApi
206 $this->api_state = strtoupper($state);
216 return $this->api_state;
/dports/games/mrboom/MrBoom-src-5.2/
H A Dcommon.cpp725 static int api_state = 0; in mrboom_api() local
728 if ((!say_hello) && (!api_state)) in mrboom_api()
732 switch (api_state) in mrboom_api()
735 api_state = 1; in mrboom_api()
745 api_state = 2; in mrboom_api()
752 api_state = 0; in mrboom_api()
764 api_state = 0; in mrboom_api()
/dports/devel/aws-c-http/aws-c-http-0.6.8/include/aws/http/private/
H A Dh1_stream.h82 enum aws_h1_stream_api_state api_state; member
H A Dh2_stream.h89 enum aws_h2_stream_api_state api_state; member
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_inwin.c19 typedef enum _api_state api_state; typedef
H A Dtest_bubble.c30 typedef enum _api_state api_state; typedef
H A Dtest_ui_table_static.c30 typedef enum _api_state api_state; typedef
H A Dtest_grid.c28 typedef enum _api_state api_state; typedef
H A Dtest_fileselector_button.c25 typedef enum _api_state api_state; typedef
H A Dtest_fileselector_entry.c25 typedef enum _api_state api_state; typedef
H A Dtest_layout.c30 typedef enum _api_state api_state; typedef
H A Dtest_diskselector.c33 typedef enum _api_state api_state; typedef
H A Dtest_clock.c25 typedef enum _api_state api_state; typedef
H A Dtest_hoversel.c24 typedef enum _api_state api_state; typedef
H A Dtest_calendar.c23 typedef enum _api_state api_state; typedef
H A Dtest_index.c35 typedef enum _api_state api_state; typedef
H A Dtest_box.c37 typedef enum _api_state api_state; typedef
H A Dtest_list.c39 typedef enum _api_state api_state; typedef
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DBleBox.cpp21 std::string api_state; member
105 sstr << "/api/" << DevicesType[itt.second].api_state << "/state"; in GetDevicesState()
/dports/audio/moony-lv2/moony-0.36.0/
H A Dmeson.build222 join_paths('api', 'api_state.c'),

12