Searched refs:load_file (Results 1 – 1 of 1) sorted by relevance
36 static const char * load_file(lua_State *L, void *data, size_t *size) { in load_file() function288 if (lua_load(L, load_file, &rm, fn->ptr) || lua_pcall(L,0,1,0)) { in cache_parse_lua()