Searched refs:arg (Results 1 – 9 of 9) sorted by path
/unit/pkg/contrib/src/wasmtime/ |
H A D | Makefile | 15 WASMTIME_ARGS=-Clink-arg=-Wl,-soname,libwasmtime.so
|
/unit/src/nodejs/unit-http/ |
H A D | nxt_napi.h | 237 get_cb_info(napi_callback_info info, napi_value &arg) in get_cb_info() 243 res = get_cb_info(info, argc, &arg); in get_cb_info()
|
/unit/src/ |
H A D | nxt_openssl.c | 86 static nxt_int_t nxt_openssl_servername(SSL *s, int *ad, void *arg); 1030 nxt_openssl_servername(SSL *s, int *ad, void *arg) argument
|
/unit/src/perl/ |
H A D | nxt_perl_psgi.c | 32 nxt_perl_psgi_io_arg_t *arg, void *vbuf, size_t length); 37 nxt_perl_psgi_io_arg_t *arg, void *vbuf, size_t length); 135 nxt_perl_psgi_io_arg_t *arg, void *vbuf, size_t length) in nxt_perl_psgi_io_input_read() argument 137 return nxt_unit_request_read(arg->req, vbuf, length); in nxt_perl_psgi_io_input_read() 452 if (arg->io == NULL) { in nxt_perl_psgi_io_init() 464 arg->io = io; in nxt_perl_psgi_io_init() 465 arg->fp = fp; in nxt_perl_psgi_io_init() 468 arg->req = req; in nxt_perl_psgi_io_init() 477 if (arg->io != NULL) { in nxt_perl_psgi_io_release() 478 SvREFCNT_dec(arg->io); in nxt_perl_psgi_io_release() [all …]
|
H A D | nxt_perl_psgi_layer.c | 18 SV *arg, PerlIO_funcs *tab); 95 if (arg != NULL && SvOK(arg)) { in nxt_perl_psgi_layer_stream_pushed() 106 nxt_perl_psgi_io_arg_t *arg; in nxt_perl_psgi_layer_stream_popped() local 114 arg->io = NULL; in nxt_perl_psgi_layer_stream_popped() 115 arg->fp = NULL; in nxt_perl_psgi_layer_stream_popped() 131 SV *arg; in nxt_perl_psgi_layer_stream_open() local 139 if (SvROK(arg) || SvPOK(arg)) { in nxt_perl_psgi_layer_stream_open() 181 nxt_perl_psgi_io_arg_t *arg; in nxt_perl_psgi_layer_stream_read() local 199 return arg->io_tab->read(PERL_GET_CONTEXT, arg, vbuf, count); in nxt_perl_psgi_layer_stream_read() 207 nxt_perl_psgi_io_arg_t *arg; in nxt_perl_psgi_layer_stream_write() local [all …]
|
H A D | nxt_perl_psgi_layer.h | 23 nxt_perl_psgi_io_arg_t *arg, void *vbuf, size_t length); 25 nxt_perl_psgi_io_arg_t *arg, const void *vbuf, size_t length);
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 31 static VALUE nxt_ruby_init_basic(VALUE arg); 229 nxt_ruby_hook_register(VALUE arg) in nxt_ruby_hook_register() argument 426 nxt_ruby_init_basic(VALUE arg) in nxt_ruby_init_basic() argument 444 return arg; in nxt_ruby_init_basic() 504 nxt_ruby_require_rubygems(VALUE arg) in nxt_ruby_require_rubygems() argument 512 nxt_ruby_bundler_setup(VALUE arg) in nxt_ruby_bundler_setup() argument 520 nxt_ruby_require_rack(VALUE arg) in nxt_ruby_require_rack() argument 549 nxt_ruby_rack_env_create(VALUE arg) in nxt_ruby_rack_env_create() argument 666 nxt_ruby_rack_app_run(VALUE arg) in nxt_ruby_rack_app_run() argument 1156 wi.req = (void *) (uintptr_t) arg; in nxt_ruby_rack_result_body_each() [all …]
|
H A D | nxt_ruby_stream_io.c | 11 static VALUE nxt_ruby_stream_io_new(VALUE class, VALUE arg); 72 nxt_ruby_stream_io_new(VALUE class, VALUE arg) in nxt_ruby_stream_io_new() argument 76 self = Data_Wrap_Struct(class, 0, 0, (void *) (uintptr_t) arg); in nxt_ruby_stream_io_new()
|
/unit/test/ |
H A D | test_upstreams_rr.py | 219 for arg in args: 220 sum_r = [x + y for x, y in zip(sum_r, arg)]
|