Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlmem.c81 luaD_throw(L, LUA_ERRMEM); in luaM_realloc_()
H A Dlua.h46 #define LUA_ERRMEM 4 macro
H A Dldo.c53 case LUA_ERRMEM: { in luaD_seterrorobj()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlmem.c92 luaD_throw(L, LUA_ERRMEM); in luaM_realloc_()
H A Dldo.c155 case LUA_ERRMEM: { /* memory error? */ in seterrorobj()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h48 #define LUA_ERRMEM 4 macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c947 case LUA_ERRMEM: in zcp_eval_impl()