Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/lua/
Dfuzz_lua.c134 static int dochunk (lua_State *L, int status) { in dochunk() function
150 dochunk(L, luaL_loadbufferx(L, data, size, "test", "t")); in LLVMFuzzerTestOneInput()
/external/lua/src/
Dlua.c173 static int dochunk (lua_State *L, int status) { in dochunk() function
180 return dochunk(L, luaL_loadfile(L, name)); in dofile()
185 return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name)); in dostring()