Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c46 static void *ll_load (lua_State *L, const char *path);
68 static void *ll_load (lua_State *L, const char *path) { in ll_load() function
127 static void *ll_load (lua_State *L, const char *path) { in ll_load() function
191 static void *ll_load (lua_State *L, const char *path) { in ll_load() function
244 static void *ll_load (lua_State *L, const char *path) { in ll_load() function
296 if (*reg == NULL) *reg = ll_load(L, path); in ll_loadfunc()