Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c554 int status, readstatus; in luaL_loadfile() local
582 readstatus = ferror(lf.f); in luaL_loadfile()
584 if (readstatus) { in luaL_loadfile()