lua_pcallk Interface

interface


Called by

interface~~lua_pcallk~~CalledByGraph interface~lua_pcallk lua_pcallk proc~flu_pcall flu_pcall proc~flu_pcall->interface~lua_pcallk proc~aot_fun_do aot_fun_do proc~aot_fun_do->proc~flu_pcall proc~open_config_buffer open_config_buffer proc~open_config_buffer->proc~flu_pcall proc~open_config_chunk open_config_chunk proc~open_config_chunk->proc~flu_pcall proc~open_config_file open_config_file proc~open_config_file->proc~flu_pcall program~test test program~test->proc~flu_pcall proc~aot_path_open_table aot_path_open_table proc~aot_path_open_table->proc~open_config_file proc~aot_require_buffer aot_require_buffer proc~aot_require_buffer->proc~open_config_buffer interface~aot_path_open aot_path_open interface~aot_path_open->proc~aot_path_open_table proc~aot_path_open_fun aot_path_open_fun interface~aot_path_open->proc~aot_path_open_fun proc~aot_path_open_fun->proc~aot_path_open_table

public function lua_pcallk(L, nargs, nresults, errfunc, ctx, k) bind(c, name="lua_pcallk")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: L
integer(kind=c_int), value :: nargs
integer(kind=c_int), value :: nresults
integer(kind=c_int), value :: errfunc
integer(kind=c_int), value :: ctx
type(c_ptr), value :: k

Return Value integer(kind=c_int)