Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch56 - s->pending_buf = (uchf *) overlay;
97 + s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 4);
139 - ds->pending_buf = (uchf *) overlay;
140 + ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, 4);
198 - uchf *l_buf; /* buffer for literals or lengths */
199 + uchf *sym_buf; /* buffer for distances and literals/lengths */
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dzutil.h48 typedef uch FAR uchf; typedef
H A Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */
H A Ddeflate.c290 s->pending_buf = (uchf *) overlay;
958 ds->pending_buf = (uchf *) overlay;