Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml_lua.c36 static const char * load_file(lua_State *L, void *data, size_t *size) { in load_file() function
288 if (lua_load(L, load_file, &rm, fn->ptr) || lua_pcall(L,0,1,0)) { in cache_parse_lua()