Home
last modified time | relevance | path

Searched refs:shared_ctx (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dmruby.c148 shared_ctx->callbacks.entries[shared_ctx->callbacks.size++] = callback; in h2o_mruby_define_callback()
461 h2o_mruby_shared_context_t *shared_ctx = h2o_mem_alloc(sizeof(*shared_ctx)); in create_shared_context() local
465 shared_ctx->mrb->ud = shared_ctx; in create_shared_context()
473 shared_ctx->symbols.sym_call = mrb_intern_lit(shared_ctx->mrb, "call"); in create_shared_context()
474 shared_ctx->symbols.sym_close = mrb_intern_lit(shared_ctx->mrb, "close"); in create_shared_context()
475 shared_ctx->symbols.sym_method = mrb_intern_lit(shared_ctx->mrb, "method"); in create_shared_context()
476 shared_ctx->symbols.sym_headers = mrb_intern_lit(shared_ctx->mrb, "headers"); in create_shared_context()
477 shared_ctx->symbols.sym_body = mrb_intern_lit(shared_ctx->mrb, "body"); in create_shared_context()
478 shared_ctx->symbols.sym_async = mrb_intern_lit(shared_ctx->mrb, "async"); in create_shared_context()
502 return shared_ctx; in create_shared_context()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/threadshare/src/proxy/
H A Dimp.rs198 let mut shared_ctx = self.lock_shared(); in drop() localVariable
200 assert!(shared_ctx.have_sink); in drop()
201 shared_ctx.have_sink = false; in drop()
204 assert!(shared_ctx.have_src); in drop()
205 shared_ctx.have_src = false; in drop()
357 } = *shared_ctx; in schedule_pending_queue()
409 shared_ctx.last_res?; in enqueue_item()
416 } = *shared_ctx; in enqueue_item()
446 if shared_ctx in enqueue_item()
483 shared_ctx in enqueue_item()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/test_configs/verbs/
H A Dverbs.exclude12 shared_ctx$|shared_ctx --no|shared_ctx -e msg$|shared_ctx -e msg --no-rx
/dports/www/h2o-devel/h2o-dcc7134/lib/handler/mruby/
H A Dchannel.c49 h2o_mruby_shared_context_t *shared_ctx = mrb->ud; in channel_initialize_method() local
55 assert(shared_ctx->current_context != NULL); in channel_initialize_method()
56 ctx->ctx = shared_ctx->current_context; in channel_initialize_method()
97 void h2o_mruby_channel_init_context(h2o_mruby_shared_context_t *shared_ctx) in h2o_mruby_channel_init_context() argument
99 mrb_state *mrb = shared_ctx->mrb; in h2o_mruby_channel_init_context()
109 mrb_ary_set(mrb, shared_ctx->constants, H2O_MRUBY_CHANNEL_CLASS, mrb_obj_value(klass)); in h2o_mruby_channel_init_context()
H A Dmiddleware.c156 n = h2o_mruby_token_string(shared_ctx, token); in iterate_headers_callback()
158 n = h2o_mruby_new_str(shared_ctx->mrb, header->name->base, header->name->len); in iterate_headers_callback()
160 mrb_value v = h2o_mruby_new_str(shared_ctx->mrb, header->value.base, header->value.len); in iterate_headers_callback()
161 mrb_hash_set(shared_ctx->mrb, result_hash, n, v); in iterate_headers_callback()
840 h2o_mruby_shared_context_t *shared_ctx = mrb->ud; in middleware_request_method() local
841 h2o_mruby_context_t *ctx = shared_ctx->current_context; in middleware_request_method()
904 void h2o_mruby_middleware_init_context(h2o_mruby_shared_context_t *shared_ctx) in h2o_mruby_middleware_init_context() argument
906 mrb_state *mrb = shared_ctx->mrb; in h2o_mruby_middleware_init_context()
913 struct RClass *app_klass = mrb_class_get_under(shared_ctx->mrb, module, "App"); in h2o_mruby_middleware_init_context()
917 …mrb_ary_set(shared_ctx->mrb, shared_ctx->constants, H2O_MRUBY_APP_REQUEST_CLASS, mrb_obj_value(app… in h2o_mruby_middleware_init_context()
[all …]
H A Dhttp_request.c503 static int flatten_request_header(h2o_mruby_shared_context_t *shared_ctx, h2o_iovec_t *name, h2o_io… in flatten_request_header() argument
534 h2o_mruby_shared_context_t *shared_ctx = mrb->ud; in http_request_method() local
535 assert(shared_ctx->current_context != NULL); in http_request_method()
546 ctx->ctx = shared_ctx->current_context; in http_request_method()
551 …ctx->req.can_keepalive = h2o_socketpool_can_keepalive(&shared_ctx->ctx->globalconf->proxy.global_s… in http_request_method()
607 …o_httpclient_connect(&ctx->client, &ctx->pool, ctx, &shared_ctx->ctx->proxy.client_ctx, &shared_ct… in http_request_method()
H A Dsender.c294 void h2o_mruby_sender_init_context(h2o_mruby_shared_context_t *shared_ctx) in h2o_mruby_sender_init_context() argument
296 mrb_state *mrb = shared_ctx->mrb; in h2o_mruby_sender_init_context()
305 mrb_ary_set(mrb, shared_ctx->constants, H2O_MRUBY_SENDER_PROC_EACH_TO_FIBER, in h2o_mruby_sender_init_context()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Gl_Choice.cxx318 GLContext shared_ctx = 0; in fl_create_gl_context() local
319 if (context_list && nContext) shared_ctx = context_list[0]; in fl_create_gl_context()
343 ctx = glXCreateContextAttribsARB( fl_display, g->best_fb, shared_ctx, True, context_attribs ); in fl_create_gl_context()
350 ctx = glXCreateContext(fl_display, g->vis, shared_ctx, true); in fl_create_gl_context()
360 GLContext shared_ctx = 0; in fl_create_gl_context() local
361 if (context_list && nContext) shared_ctx = context_list[0]; in fl_create_gl_context()
362 GLContext context = glXCreateContext(fl_display, vis, shared_ctx, 1); in fl_create_gl_context()
394 GLContext context, shared_ctx = 0; in fl_create_gl_context() local
395 if (context_list && nContext) shared_ctx = context_list[0]; in fl_create_gl_context()
398 if (!shared_ctx) gl_texture_reset(); in fl_create_gl_context()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dmruby_.h221 mrb_value h2o_mruby_each_to_array(h2o_mruby_shared_context_t *shared_ctx, mrb_value src);
222 int h2o_mruby_iterate_rack_headers(h2o_mruby_shared_context_t *shared_ctx, mrb_value headers,
224 int h2o_mruby_iterate_header_values(h2o_mruby_shared_context_t *shared_ctx, mrb_value name, mrb_val…
226 int h2o_mruby_iterate_native_headers(h2o_mruby_shared_context_t *shared_ctx, h2o_mem_pool_t *pool, …
229 int h2o_mruby_set_response_header(h2o_mruby_shared_context_t *shared_ctx, h2o_iovec_t *name, h2o_io…
/dports/math/octave/octave-6.4.0/test/fcn-handle/
H A Dshared-ctx.tst6 %! [add10, sub10, mul10, div10] = shared_ctx (10);
7 %! [add100, sub100, mul100, div100] = shared_ctx (100);
H A Dshared_ctx.m1 function [add, sub, mul, div] = shared_ctx (val) function
H A Dmodule.mk29 %reldir%/shared_ctx.m \
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Gl_Choice.cxx267 GLContext shared_ctx = 0; in fl_create_gl_context() local
268 if (context_list && nContext) shared_ctx = context_list[0]; in fl_create_gl_context()
269 GLContext context = glXCreateContext(fl_display, vis, shared_ctx, 1); in fl_create_gl_context()
311 GLContext context, shared_ctx = 0; in fl_create_gl_context() local
312 if (context_list && nContext) shared_ctx = context_list[0]; in fl_create_gl_context()
313 context = aglCreateContext( g->pixelformat, shared_ctx); in fl_create_gl_context()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Gl_Choice.cxx267 GLContext shared_ctx = 0; in fl_create_gl_context() local
268 if (context_list && nContext) shared_ctx = context_list[0]; in fl_create_gl_context()
269 GLContext context = glXCreateContext(fl_display, vis, shared_ctx, 1); in fl_create_gl_context()
311 GLContext context, shared_ctx = 0; in fl_create_gl_context() local
312 if (context_list && nContext) shared_ctx = context_list[0]; in fl_create_gl_context()
313 context = aglCreateContext( g->pixelformat, shared_ctx); in fl_create_gl_context()
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/src/waffle/api/
H A Dwaffle_context.c35 struct waffle_context *shared_ctx) in waffle_context_create() argument
39 struct wcore_context *wc_shared_ctx = wcore_context(shared_ctx); in waffle_context_create()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/test_configs/psm2/
H A Dpsm2.exclude13 shared_ctx
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/test_configs/ofi_rxm/
H A Dofi_rxm.exclude14 shared_ctx
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/test_configs/shm/
H A Dshm.exclude19 shared_ctx
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/test_configs/udp/
H A Dudp.exclude14 shared_ctx
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/test_configs/tcp/
H A Dtcp.exclude8 shared_ctx
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/test_configs/ofi_rxd/
H A Dofi_rxd.exclude20 shared_ctx
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-waffle.h92 struct waffle_context *shared_ctx) in wfl_checked_context_create() argument
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dntp_intres.c958 static u_int shared_ctx = UINT_MAX; in get_dnschild_ctx() local
963 if (UINT_MAX == shared_ctx) in get_dnschild_ctx()
964 shared_ctx = reserve_dnschild_ctx(); in get_dnschild_ctx()
966 return shared_ctx; in get_dnschild_ctx()
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/include/waffle-1/
H A Dwaffle.h251 struct waffle_context *shared_ctx);
/dports/net/mpich/mpich-3.4.3/modules/libfabric/fabtests/test_configs/efa/
H A Defa.exclude72 shared_ctx

123