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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_bunzip2.c93 struct bunzip_data { struct
117 static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted)
157 static int INIT get_next_block(struct bunzip_data *bd)
524 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len)
630 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, int len,
633 struct bunzip_data *bd;
640 i = sizeof(struct bunzip_data);
642 /* Allocate bunzip_data. Most fields initialize to zero. */
646 memset(bd, 0, sizeof(struct bunzip_data));
687 struct bunzip_data *b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dapplets.c429 bunzip_data *bd;

Completed in 71 milliseconds