Lines Matching refs:args
91 CAMLlocalN(args, 4); in stub_xtl_ocaml_vmessage()
102 args[0] = Val_level(level); in stub_xtl_ocaml_vmessage()
103 args[1] = Val_errno(errnoval); in stub_xtl_ocaml_vmessage()
104 args[2] = Val_context(context); in stub_xtl_ocaml_vmessage()
105 args[3] = caml_copy_string(msg); in stub_xtl_ocaml_vmessage()
109 caml_callbackN(*func, 4, args); in stub_xtl_ocaml_vmessage()
121 CAMLlocalN(args, 5); in stub_xtl_ocaml_progress()
129 args[0] = Val_context(context); in stub_xtl_ocaml_progress()
130 args[1] = caml_copy_string(doing_what); in stub_xtl_ocaml_progress()
131 args[2] = Val_int(percent); in stub_xtl_ocaml_progress()
132 args[3] = caml_copy_int64(done); in stub_xtl_ocaml_progress()
133 args[4] = caml_copy_int64(total); in stub_xtl_ocaml_progress()
135 caml_callbackN(*func, 5, args); in stub_xtl_ocaml_progress()