Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.h30 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dldo.c732 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name, in luaD_protectedparser() function
H A Dlapi.c977 status = luaD_protectedparser(L, &z, chunkname, mode); in lua_load()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.h40 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name);
H A Dldo.c509 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name) { in luaD_protectedparser() function
H A Dlapi.c869 status = luaD_protectedparser(L, &z, chunkname); in lua_load()