HomeSort by relevance Sort by last modified time
    Searched refs:Zio (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lzio.h 18 typedef struct Zio ZIO;
46 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
48 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */
54 struct Zio {
63 LUAI_FUNC int luaZ_fill (ZIO *z);
  /external/syslinux/com32/lua/src/
lzio.h 18 typedef struct Zio ZIO;
46 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
48 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */
54 struct Zio {
63 LUAI_FUNC int luaZ_fill (ZIO *z);

Completed in 3008 milliseconds