Home
last modified time | relevance | path

Searched refs:save_gLimit (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c205 s->save_gLimit = NULL; in BZ2_decompress()
232 gLimit = s->save_gLimit; in BZ2_decompress()
664 s->save_gLimit = gLimit; in BZ2_decompress()
H A Dbzlib_private.h461 Int32* save_gLimit; member