Home
last modified time | relevance | path

Searched refs:LUA_ERRMEM (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlmem.c91 luaD_throw(L, LUA_ERRMEM); in luaM_realloc_()
H A Dldo.c156 case LUA_ERRMEM: { /* memory error? */ in seterrorobj()
/freebsd/contrib/lua/src/
H A Dlmem.h17 #define luaM_error(L) luaD_throw(L, LUA_ERRMEM)
H A Dlcorolib.c83 if (stat != LUA_ERRMEM && /* not a memory error and ... */ in luaB_auxwrap()
H A Dlua.h53 #define LUA_ERRMEM 4 macro
H A Dldo.c93 case LUA_ERRMEM: { /* memory error? */ in luaD_seterrorobj()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h47 #define LUA_ERRMEM 4 macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp.c947 case LUA_ERRMEM: in zcp_eval_impl()