MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaZ_init

Function luaZ_init

freebsd/contrib/openzfs/module/lua/lzio.c:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
36 z->L = L;
37 z->reader = reader;
38 z->data = data;
39 z->n = 0;
40 z->p = NULL;
41}
42
43
44/* --------------------------------------------------------------- read --- */

Callers 1

lua_loadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected