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

  /external/chromium_org/third_party/skia/third_party/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 */
lzio.h 20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z))
63 LUAI_FUNC int luaZ_fill (ZIO *z);

Completed in 154 milliseconds