Searched refs:bunzip_data (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dunarchive.h103 typedef struct bunzip_data bunzip_data; typedef in typeref:struct:bunzip_data
104 int start_bunzip(bunzip_data **bdp, int in_fd, const unsigned char *inbuf, int len);
105 int read_bunzip(bunzip_data *bd, char *outbuf, int len);
106 void dealloc_bunzip(bunzip_data *bd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c65 struct bunzip_data { struct
88 /* typedef struct bunzip_data bunzip_data; -- done in .h file */
94 static unsigned get_bits(bunzip_data *bd, char bits_wanted)
138 static int get_next_block(bunzip_data *bd)
520 int read_bunzip(bunzip_data *bd, char *outbuf, int len)
637 int start_bunzip(bunzip_data **bdp, int in_fd, const unsigned char *inbuf,
640 bunzip_data *bd;
648 i = sizeof(bunzip_data);
651 /* Allocate bunzip_data
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/applets/
H A Dapplets.c429 bunzip_data *bd;

Completed in 99 milliseconds