Searched refs:finishCcall (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldo.c496 static void finishCcall (lua_State *L) { function
527 finishCcall(L);
/freebsd-current/contrib/lua/src/
H A Dldo.c661 ** (The caller, 'finishCcall', does the final call to 'adjustresults'.)
664 ** to 'finishCcall' (when that '__close' method finally returns) and
667 ** 'unroll' which calls ''finishCcall' and we are back here again, to
708 static void finishCcall (lua_State *L, CallInfo *ci) { function
741 finishCcall(L, ci); /* complete its execution */

Completed in 115 milliseconds