Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c39 #define ERRLIB 1 macro
298 return ERRLIB; /* unable to load library */ in ll_loadfunc()
318 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()