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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lzio.c 21 int luaZ_fill (ZIO *z) {
50 if (luaZ_fill(z) == EOZ) /* try to read more */
53 z->n++; /* luaZ_fill consumed first byte; put it back */
  /external/syslinux/com32/lua/src/
lzio.c 21 int luaZ_fill (ZIO *z) {
50 if (luaZ_fill(z) == EOZ) /* try to read more */
53 z->n++; /* luaZ_fill consumed first byte; put it back */

Completed in 67 milliseconds