Searched refs:file_obj (Results 1 – 2 of 2) sorted by path
/unit/src/ |
H A D | nxt_test_build.h | 133 typedef struct file_obj { struct
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 204 VALUE module, file, file_obj; in nxt_ruby_hook_procs_load() local 222 file_obj = rb_funcall(file, rb_intern("read"), 1, path); in nxt_ruby_hook_procs_load() 224 return rb_funcall(module, rb_intern("module_eval"), 3, file_obj, path, in nxt_ruby_hook_procs_load()
|