Home
last modified time | relevance | path

Searched refs:cb_ctx (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Dcrlfetch.c70 file_reader_map[i].cb_ctx = cb_ctx; in register_file_reader()
89 cb_ctx = file_reader_map[i].cb_ctx; in get_file_reader()
94 return cb_ctx; in get_file_reader()
119 cb_ctx->checked = 1; in my_es_read()
126 cb_ctx->is_pem = 1; in my_es_read()
207 cb_ctx = xtrycalloc (1, sizeof *cb_ctx); in crl_fetch()
208 if (!cb_ctx) in crl_fetch()
463 if (cb_ctx) in crl_close_reader()
466 if (cb_ctx->fp) in crl_close_reader()
469 if (cb_ctx->is_pem) in crl_close_reader()
[all …]
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Dcrlfetch.c72 file_reader_map[i].cb_ctx = cb_ctx; in register_file_reader()
91 cb_ctx = file_reader_map[i].cb_ctx; in get_file_reader()
96 return cb_ctx; in get_file_reader()
121 cb_ctx->checked = 1; in my_es_read()
128 cb_ctx->is_pem = 1; in my_es_read()
195 cb_ctx = xtrycalloc (1, sizeof *cb_ctx); in crl_fetch()
196 if (!cb_ctx) in crl_fetch()
569 if (cb_ctx) in crl_close_reader()
572 if (cb_ctx->fp) in crl_close_reader()
575 if (cb_ctx->is_pem) in crl_close_reader()
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/
H A Difapi_policy_callbacks.c453 IFAPI_POLICY_EXEC_CB_CTX *cb_ctx; in ifapi_policyeval_cbauth() local
467 cb_ctx = current_policy->app_data; in ifapi_policyeval_cbauth()
471 switch (cb_ctx->cb_state) { in ifapi_policyeval_cbauth()
499 cb_ctx->nv_index = cb_ctx->object.handle; in ifapi_policyeval_cbauth()
510 cb_ctx->auth_object_ptr = &cb_ctx->auth_object; in ifapi_policyeval_cbauth()
518 cb_ctx->key_handle = cb_ctx->object.handle; in ifapi_policyeval_cbauth()
529 cb_ctx->object = *cb_ctx->key_object_ptr; in ifapi_policyeval_cbauth()
531 cb_ctx->auth_object_ptr = &cb_ctx->object; in ifapi_policyeval_cbauth()
1182 switch (cb_ctx->cb_state) { in ifapi_exec_auth_policy()
1362 switch (cb_ctx->cb_state) { in ifapi_exec_auth_nv_policy()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dcompletion.c96 struct nsgtk_completion_ctx *cb_ctx; in nsgtk_completion_match_select() local
102 cb_ctx = data; in nsgtk_completion_match_select()
103 bw = cb_ctx->get_bw(cb_ctx->get_bw_ctx); in nsgtk_completion_match_select()
153 struct nsgtk_completion_ctx *cb_ctx; in nsgtk_completion_connect_signals() local
155 cb_ctx = calloc(1, sizeof(struct nsgtk_completion_ctx)); in nsgtk_completion_connect_signals()
156 cb_ctx->get_bw = get_bw; in nsgtk_completion_connect_signals()
157 cb_ctx->get_bw_ctx = get_bw_ctx; in nsgtk_completion_connect_signals()
178 cb_ctx); in nsgtk_completion_connect_signals()
/dports/net/hostapd/hostapd-2.9/src/wps/
H A Dhttp_client.c30 void *cb_ctx; member
40 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_timeout()
63 c->cb(c->cb_ctx, c, HTTP_CLIENT_OK); in http_client_got_response()
72 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY); in http_client_got_response()
75 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_got_response()
78 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_got_response()
102 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
124 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
135 void *cb_ctx) in http_client_addr() argument
146 c->cb_ctx = cb_ctx; in http_client_addr()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/src/wps/
H A Dhttp_client.c30 void *cb_ctx; member
40 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_timeout()
63 c->cb(c->cb_ctx, c, HTTP_CLIENT_OK); in http_client_got_response()
72 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY); in http_client_got_response()
75 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_got_response()
78 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_got_response()
102 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
124 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
135 void *cb_ctx) in http_client_addr() argument
146 c->cb_ctx = cb_ctx; in http_client_addr()
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/wps/
H A Dhttp_client.c30 void *cb_ctx; member
40 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_timeout()
63 c->cb(c->cb_ctx, c, HTTP_CLIENT_OK); in http_client_got_response()
72 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY); in http_client_got_response()
75 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_got_response()
78 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_got_response()
102 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
124 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
135 void *cb_ctx) in http_client_addr() argument
146 c->cb_ctx = cb_ctx; in http_client_addr()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttp_client.c30 void *cb_ctx; member
40 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_timeout()
63 c->cb(c->cb_ctx, c, HTTP_CLIENT_OK); in http_client_got_response()
72 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY); in http_client_got_response()
75 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_got_response()
78 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_got_response()
102 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
124 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
135 void *cb_ctx) in http_client_addr() argument
146 c->cb_ctx = cb_ctx; in http_client_addr()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/wps/
H A Dhttp_client.c30 void *cb_ctx; member
40 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_timeout()
63 c->cb(c->cb_ctx, c, HTTP_CLIENT_OK); in http_client_got_response()
72 c->cb(c->cb_ctx, c, HTTP_CLIENT_INVALID_REPLY); in http_client_got_response()
75 c->cb(c->cb_ctx, c, HTTP_CLIENT_TIMEOUT); in http_client_got_response()
78 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_got_response()
102 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
124 c->cb(c->cb_ctx, c, HTTP_CLIENT_FAILED); in http_client_tx_ready()
135 void *cb_ctx) in http_client_addr() argument
146 c->cb_ctx = cb_ctx; in http_client_addr()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/tui/
H A Dtui_widget_grid.c370 grid_cb_ctx * cb_ctx = data; in grid_get_width() local
371 return get_grid_colwidth( cb_ctx->w, cb_ctx->gd, col ); in grid_get_width()
377 grid_cb_ctx * cb_ctx = data; in grid_set_width() local
378 set_grid_colwidth( cb_ctx->w, cb_ctx->gd, col, value ); in grid_set_width()
389 cb_ctx->dlg = w->dlg; in prepare_grid_context()
390 cb_ctx->w = w; in prepare_grid_context()
391 cb_ctx->gd = gd; in prepare_grid_context()
393 gc->data = cb_ctx; in prepare_grid_context()
440 grid_cb_ctx cb_ctx; in event_grid() local
474 grid_cb_ctx cb_ctx; in set_grid_col() local
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/tui/
H A Dtui_widget_grid.c370 grid_cb_ctx * cb_ctx = data; in grid_get_width() local
371 return get_grid_colwidth( cb_ctx->w, cb_ctx->gd, col ); in grid_get_width()
377 grid_cb_ctx * cb_ctx = data; in grid_set_width() local
378 set_grid_colwidth( cb_ctx->w, cb_ctx->gd, col, value ); in grid_set_width()
389 cb_ctx->dlg = w->dlg; in prepare_grid_context()
390 cb_ctx->w = w; in prepare_grid_context()
391 cb_ctx->gd = gd; in prepare_grid_context()
393 gc->data = cb_ctx; in prepare_grid_context()
440 grid_cb_ctx cb_ctx; in event_grid() local
474 grid_cb_ctx cb_ctx; in set_grid_col() local
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/include/fluent-bit/
H A Dflb_http_client_debug.h28 struct flb_callback *cb_ctx) in flb_http_client_debug_enable() argument
30 c->cb_ctx = cb_ctx; in flb_http_client_debug_enable()
33 int flb_http_client_debug_setup(struct flb_callback *cb_ctx,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c305 dev = cb_ctx->dev; in aliasguid_query_handler()
312 cb_ctx->port, status); in aliasguid_query_handler()
390 cb_ctx->port); in aliasguid_query_handler()
431 cb_ctx->port, in aliasguid_query_handler()
443 if (cb_ctx->sa_query) { in aliasguid_query_handler()
444 list_del(&cb_ctx->list); in aliasguid_query_handler()
445 kfree(cb_ctx); in aliasguid_query_handler()
447 complete(&cb_ctx->done); in aliasguid_query_handler()
815 cb_ctx->sa_query = NULL; in mlx4_ib_destroy_alias_guid_service()
816 list_del(&cb_ctx->list); in mlx4_ib_destroy_alias_guid_service()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c305 dev = cb_ctx->dev; in aliasguid_query_handler()
312 cb_ctx->port, status); in aliasguid_query_handler()
390 cb_ctx->port); in aliasguid_query_handler()
431 cb_ctx->port, in aliasguid_query_handler()
443 if (cb_ctx->sa_query) { in aliasguid_query_handler()
444 list_del(&cb_ctx->list); in aliasguid_query_handler()
445 kfree(cb_ctx); in aliasguid_query_handler()
447 complete(&cb_ctx->done); in aliasguid_query_handler()
815 cb_ctx->sa_query = NULL; in mlx4_ib_destroy_alias_guid_service()
816 list_del(&cb_ctx->list); in mlx4_ib_destroy_alias_guid_service()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c305 dev = cb_ctx->dev; in aliasguid_query_handler()
312 cb_ctx->port, status); in aliasguid_query_handler()
390 cb_ctx->port); in aliasguid_query_handler()
431 cb_ctx->port, in aliasguid_query_handler()
443 if (cb_ctx->sa_query) { in aliasguid_query_handler()
444 list_del(&cb_ctx->list); in aliasguid_query_handler()
445 kfree(cb_ctx); in aliasguid_query_handler()
447 complete(&cb_ctx->done); in aliasguid_query_handler()
815 cb_ctx->sa_query = NULL; in mlx4_ib_destroy_alias_guid_service()
816 list_del(&cb_ctx->list); in mlx4_ib_destroy_alias_guid_service()
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/core/end2end/tests/
H A Dconnectivity.cc179 CallbackContext* cb_ctx = (CallbackContext*)functor; in cb_watch_connectivity() local
186 gpr_event_set(&cb_ctx->finished, (void*)1); in cb_watch_connectivity()
191 CallbackContext* cb_ctx = (CallbackContext*)functor; in cb_shutdown() local
194 gpr_event_set(&cb_ctx->finished, (void*)1); in cb_shutdown()
199 CallbackContext cb_ctx(cb_watch_connectivity); in test_watch_connectivity_cq_callback() local
217 &cb_ctx.functor); in test_watch_connectivity_cq_callback()
221 GPR_ASSERT(gpr_event_wait(&cb_ctx.finished, in test_watch_connectivity_cq_callback()
/dports/devel/grpc/grpc-1.42.0/test/core/end2end/tests/
H A Dconnectivity.cc178 CallbackContext* cb_ctx = reinterpret_cast<CallbackContext*>(functor); in cb_watch_connectivity() local
185 gpr_event_set(&cb_ctx->finished, reinterpret_cast<void*>(1)); in cb_watch_connectivity()
190 CallbackContext* cb_ctx = reinterpret_cast<CallbackContext*>(functor); in cb_shutdown() local
193 gpr_event_set(&cb_ctx->finished, reinterpret_cast<void*>(1)); in cb_shutdown()
198 CallbackContext cb_ctx(cb_watch_connectivity); in test_watch_connectivity_cq_callback() local
216 &cb_ctx.functor); in test_watch_connectivity_cq_callback()
220 GPR_ASSERT(gpr_event_wait(&cb_ctx.finished, in test_watch_connectivity_cq_callback()
/dports/devel/grpc130/grpc-1.30.2/test/core/end2end/tests/
H A Dconnectivity.cc179 CallbackContext* cb_ctx = (CallbackContext*)functor; in cb_watch_connectivity() local
186 gpr_event_set(&cb_ctx->finished, (void*)1); in cb_watch_connectivity()
191 CallbackContext* cb_ctx = (CallbackContext*)functor; in cb_shutdown() local
194 gpr_event_set(&cb_ctx->finished, (void*)1); in cb_shutdown()
199 CallbackContext cb_ctx(cb_watch_connectivity); in test_watch_connectivity_cq_callback() local
217 &cb_ctx.functor); in test_watch_connectivity_cq_callback()
221 GPR_ASSERT(gpr_event_wait(&cb_ctx.finished, in test_watch_connectivity_cq_callback()
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dcbtree.c49 void *cb_ctx; member
91 return tree->obj_key_cb(tree->cb_ctx, obj, key_p); in get_key()
274 tree->obj_free_cb(tree->cb_ctx, obj); in cbtree_delete()
293 void *cb_ctx, in cbtree_create() argument
300 tree->cb_ctx = cb_ctx; in cbtree_create()
316 tree->obj_free_cb(tree->cb_ctx, obj); in destroy_node()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_http_client_debug.c147 ret = flb_callback_do(c->cb_ctx, name, c, NULL); in flb_http_client_debug_cb()
157 int flb_http_client_debug_setup(struct flb_callback *cb_ctx, in flb_http_client_debug_setup() argument
186 ret = flb_callback_exists(cb_ctx, cb->name); in flb_http_client_debug_setup()
189 ret = flb_callback_set(cb_ctx, cb->name, cb->func); in flb_http_client_debug_setup()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/winexe/
H A Dasync.c48 c->cb_error(c->cb_ctx, ASYNC_READ_RECV, status); in async_read_recv()
53 c->cb_read(c->cb_ctx, c->buffer, in async_read_recv()
73 c->cb_error(c->cb_ctx, ASYNC_WRITE_RECV, status); in async_write_recv()
103 c->cb_error(c->cb_ctx, ASYNC_OPEN_RECV, status); in async_open_recv()
107 c->cb_open(c->cb_ctx); in async_open_recv()
132 c->cb_close(c->cb_ctx); in async_close_recv()
151 c->cb_error(c->cb_ctx, ASYNC_READ, in async_read()
/dports/net/hostapd-devel/hostap-14ab4a816/src/common/
H A Ddpp_tcp.c29 void *cb_ctx; member
57 void *cb_ctx; member
75 void *cb_ctx; member
133 ctrl->cb_ctx = config->cb_ctx; in dpp_relay_add_controller()
169 if (cb_ctx == ctrl->cb_ctx) in dpp_relay_controller_get_ctx()
411 conn->cb_ctx = ctrl->global->cb_ctx; in dpp_relay_new_conn()
499 void *cb_ctx) in dpp_relay_rx_action() argument
1535 conn->cb_ctx = ctrl->cb_ctx; in dpp_controller_tcp_cb()
1589 conn->cb_ctx = cb_ctx; in dpp_tcp_init()
1665 ctrl->cb_ctx = config->cb_ctx; in dpp_controller_start()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/common/
H A Ddpp_tcp.c29 void *cb_ctx; member
57 void *cb_ctx; member
75 void *cb_ctx; member
133 ctrl->cb_ctx = config->cb_ctx; in dpp_relay_add_controller()
169 if (cb_ctx == ctrl->cb_ctx) in dpp_relay_controller_get_ctx()
411 conn->cb_ctx = ctrl->global->cb_ctx; in dpp_relay_new_conn()
499 void *cb_ctx) in dpp_relay_rx_action() argument
1535 conn->cb_ctx = ctrl->cb_ctx; in dpp_controller_tcp_cb()
1589 conn->cb_ctx = cb_ctx; in dpp_tcp_init()
1665 ctrl->cb_ctx = config->cb_ctx; in dpp_controller_start()
[all …]
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dframe.cpp332 callback_context_type *cb_ctx = static_cast<callback_context_type *>(user); in read_from_bmp() local
333 …const zimg::graph::ImageBuffer<uint8_t> *buffer = zimg::graph::static_buffer_cast<uint8_t>(cb_ctx-… in read_from_bmp()
334 const WindowsBitmap *bmp = cb_ctx->bmp; in read_from_bmp()
387 callback_context_type *cb_ctx = static_cast<callback_context_type *>(user); in read_from_yuy2() local
388 …const zimg::graph::ImageBuffer<uint8_t> *buffer = zimg::graph::static_buffer_cast<uint8_t>(cb_ctx-… in read_from_yuy2()
393 …const uint8_t *base = static_cast<const uint8_t *>(cb_ctx->src_base) + static_cast<size_t>(i) * cb… in read_from_yuy2()
502 callback_context_type *cb_ctx = static_cast<callback_context_type *>(user); in write_to_bmp() local
503 WindowsBitmap *bmp = cb_ctx->bmp; in write_to_bmp()
504 …mageBuffer<const uint8_t> *buffer = zimg::graph::static_buffer_cast<const uint8_t>(cb_ctx->buffer); in write_to_bmp()
547 callback_context_type *cb_ctx = static_cast<callback_context_type *>(user); in write_to_yuy2() local
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dframe.cpp332 callback_context_type *cb_ctx = static_cast<callback_context_type *>(user); in read_from_bmp() local
333 …const zimg::graph::ImageBuffer<uint8_t> *buffer = zimg::graph::static_buffer_cast<uint8_t>(cb_ctx-… in read_from_bmp()
334 const WindowsBitmap *bmp = cb_ctx->bmp; in read_from_bmp()
387 callback_context_type *cb_ctx = static_cast<callback_context_type *>(user); in read_from_yuy2() local
388 …const zimg::graph::ImageBuffer<uint8_t> *buffer = zimg::graph::static_buffer_cast<uint8_t>(cb_ctx-… in read_from_yuy2()
393 …const uint8_t *base = static_cast<const uint8_t *>(cb_ctx->src_base) + static_cast<size_t>(i) * cb… in read_from_yuy2()
502 callback_context_type *cb_ctx = static_cast<callback_context_type *>(user); in write_to_bmp() local
503 WindowsBitmap *bmp = cb_ctx->bmp; in write_to_bmp()
504 …mageBuffer<const uint8_t> *buffer = zimg::graph::static_buffer_cast<const uint8_t>(cb_ctx->buffer); in write_to_bmp()
547 callback_context_type *cb_ctx = static_cast<callback_context_type *>(user); in write_to_yuy2() local
[all …]

12345678910>>...17