Home
last modified time | relevance | path

Searched refs:last_flush (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.c497 s->last_flush = Z_NO_FLUSH;
782 old_flush = s->last_flush;
783 s->last_flush = flush;
795 s->last_flush = -1;
844 s->last_flush = -1;
870 s->last_flush = -1;
913 s->last_flush = -1;
936 s->last_flush = -1;
958 s->last_flush = -1;
975 s->last_flush = -1;
[all …]
A Ddeflate.h111 int last_flush; /* value of flush param for previous deflate call */ member
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Ddeflate.c380 s->last_flush = Z_NO_FLUSH;
603 old_flush = s->last_flush;
604 s->last_flush = flush;
796 s->last_flush = -1;
829 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
858 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 14 milliseconds