Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
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()
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dloadlib.c112 static void *ll_load (lua_State *L, const char *path, int seeglb);
134 static void *ll_load (lua_State *L, const char *path, int seeglb) { in ll_load() function
198 static void *ll_load (lua_State *L, const char *path, int seeglb) { in ll_load() function
234 static void *ll_load (lua_State *L, const char *path, int seeglb) { in ll_load() function
289 reg = ll_load(L, path, *sym == '*'); in ll_loadfunc()