Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dlrz.c1706 static size_t last_length=0; in procheader() local
1721 if (zi->bytes_total>last_length) { in procheader()
1724 last_length=0; in procheader()
1728 last_length=32768; in procheader()
1731 last_length=zi->bytes_total; in procheader()
1733 last_length=buffersize; in procheader()
1735 last_length=(last_length+4095)&0xfffff000; in procheader()
1736 s=malloc(last_length); in procheader()
1745 setvbuf(fout,_IOFBF,s,last_length); in procheader()
1747 setvbuf(fout,s,_IOFBF,last_length); in procheader()