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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar_lzma.c17 archive_handle->src_fd = open_transformer(archive_handle->src_fd, unpack_lzma_stream, "unlzma", "unlzma", "-cf", "-", NULL);
H A Ddecompress_unlzma.c233 unpack_lzma_stream(int src_fd, int dst_fd) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dunarchive.h116 extern USE_DESKTOP(long long) int unpack_lzma_stream(int src_fd, int dst_fd);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dbbunzip.c288 return unpack_lzma_stream(STDIN_FILENO, STDOUT_FILENO);

Completed in 63 milliseconds