Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 5 of 5) sorted by path

/unit/src/
H A Dnxt_openssl.c1030 nxt_openssl_servername(SSL *s, int *ad, void *arg)
/unit/src/perl/
H A Dnxt_perl_psgi.c135 nxt_perl_psgi_io_arg_t *arg, void *vbuf, size_t length) in nxt_perl_psgi_io_input_read()
143 nxt_perl_psgi_io_arg_t *arg, const void *vbuf, size_t length) in nxt_perl_psgi_io_input_write()
151 nxt_perl_psgi_io_arg_t *arg, void *vbuf, size_t length) in nxt_perl_psgi_io_error_read()
159 nxt_perl_psgi_io_arg_t *arg, const void *vbuf, size_t length) in nxt_perl_psgi_io_error_write()
447 nxt_perl_psgi_io_arg_t *arg, const char *mode, void *req) in nxt_perl_psgi_io_init()
475 nxt_perl_psgi_io_release(PerlInterpreter *my_perl, nxt_perl_psgi_io_arg_t *arg) in nxt_perl_psgi_io_release()
H A Dnxt_perl_psgi_layer.c88 nxt_perl_psgi_layer_stream_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, in nxt_perl_psgi_layer_stream_pushed()
106 nxt_perl_psgi_io_arg_t *arg; in nxt_perl_psgi_layer_stream_popped() local
131 SV *arg; in nxt_perl_psgi_layer_stream_open() local
181 nxt_perl_psgi_io_arg_t *arg; in nxt_perl_psgi_layer_stream_read() local
207 nxt_perl_psgi_io_arg_t *arg; in nxt_perl_psgi_layer_stream_write() local
/unit/src/ruby/
H A Dnxt_ruby.c229 nxt_ruby_hook_register(VALUE arg) in nxt_ruby_hook_register()
426 nxt_ruby_init_basic(VALUE arg) in nxt_ruby_init_basic()
504 nxt_ruby_require_rubygems(VALUE arg) in nxt_ruby_require_rubygems()
512 nxt_ruby_bundler_setup(VALUE arg) in nxt_ruby_bundler_setup()
520 nxt_ruby_require_rack(VALUE arg) in nxt_ruby_require_rack()
549 nxt_ruby_rack_env_create(VALUE arg) in nxt_ruby_rack_env_create()
666 nxt_ruby_rack_app_run(VALUE arg) in nxt_ruby_rack_app_run()
878 nxt_ruby_hash_info(VALUE r_key, VALUE r_value, VALUE arg) in nxt_ruby_hash_info()
962 nxt_ruby_hash_add(VALUE r_key, VALUE r_value, VALUE arg) in nxt_ruby_hash_add()
1217 nxt_ruby_rack_result_body_each(VALUE body, VALUE arg, int argc, in nxt_ruby_rack_result_body_each()
[all …]
H A Dnxt_ruby_stream_io.c72 nxt_ruby_stream_io_new(VALUE class, VALUE arg) in nxt_ruby_stream_io_new()