SYMBOL INDEX (29999 symbols across 3353 files) FILE: src/addpattern.c type code_header (line 61) | struct code_header { /* from cyutils.h */ function usage (line 76) | void usage(void) function main (line 82) | int main(int argc, char **argv) FILE: src/asustrx.c function u_int32_t (line 75) | u_int32_t flip_endian(u_int32_t nValue) type trx_header (line 111) | struct trx_header { function usage (line 123) | void usage(void) function main (line 129) | int main(int argc, char **argv) function crc32buf (line 448) | uint32_t crc32buf(char *buf, size_t len) FILE: src/bff/bff_huffman_decompress.c type unpack_descriptor_t (line 70) | typedef struct { function maybe_err (line 89) | int maybe_err(char*fmt,...) { function maybe_errx (line 92) | int maybe_errx(char*fmt,...) { function unpack_descriptor_fini (line 104) | static void function unpackd_fill_inodesin (line 120) | static void function accepted_bytes (line 140) | static void function unpack_parse_header (line 154) | static void function unpack_decode (line 251) | static void function off_t (line 313) | static off_t function usage (line 325) | void function main (line 329) | int FILE: src/bff/bffxtractor.py function _mkdir (line 13) | def _mkdir(newdir): FILE: src/binwalk-0.4.1/src/binwalk.c function main (line 14) | int main(int argc, char *argv[]) function process_file (line 283) | int process_file(char *bin_file, struct binconf *config, struct magic_si... function usage (line 396) | void usage(char *progname) FILE: src/binwalk-0.4.1/src/binwalk.h type magic_signature (line 64) | struct magic_signature type binconf (line 72) | struct binconf type binconf (line 85) | struct binconf type magic_signature (line 85) | struct magic_signature type magic_filter (line 85) | struct magic_filter FILE: src/binwalk-0.4.1/src/common.c function str2int (line 19) | int str2int(char *str) type stat (line 64) | struct stat function print (line 122) | void print(const char* format, ...) type tm (line 147) | struct tm FILE: src/binwalk-0.4.1/src/common.h type bin_globals (line 9) | struct bin_globals FILE: src/binwalk-0.4.1/src/filter.c function add_filter (line 8) | void add_filter(struct magic_filter *filters[], int *filter_count, enum ... function filter_check (line 32) | enum filter_result_t filter_check(struct magic_filter *filters[], int fi... function string_contains (line 77) | int string_contains(char *haystack, char *needle) function uppercase (line 106) | void uppercase(char *string) FILE: src/binwalk-0.4.1/src/filter.h type filter_type_t (line 6) | enum filter_type_t type filter_result_t (line 13) | enum filter_result_t type magic_filter (line 21) | struct magic_filter type magic_filter (line 28) | struct magic_filter type filter_type_t (line 28) | enum filter_type_t type filter_result_t (line 29) | enum filter_result_t type magic_filter (line 29) | struct magic_filter FILE: src/binwalk-0.4.1/src/md5.c function md5_process (line 207) | static void function md5_init (line 365) | void function md5_append (line 375) | void function md5_finish (line 413) | void FILE: src/binwalk-0.4.1/src/md5.h type md5_byte_t (line 63) | typedef unsigned char md5_byte_t; type md5_word_t (line 64) | typedef unsigned int md5_word_t; type md5_state_t (line 67) | typedef struct md5_state_s { FILE: src/binwalk-0.4.1/src/mparse.c type magic_filter (line 13) | struct magic_filter FILE: src/binwalk-0.4.1/src/mparse.h type magic_filter (line 28) | struct magic_filter FILE: src/binwalk-0.4.1/src/update.c function write_data (line 10) | size_t write_data(void *ptr, size_t size, size_t nmemb, FILE *fp) function update_magic_file (line 19) | int update_magic_file(char *url, char *outfile) FILE: src/binwalk-1.0/src/binwalk/__init__.py class Binwalk (line 12) | class Binwalk: method __init__ (line 47) | def __init__(self, magic_files=[], flags=magic.MAGIC_NONE, log=None, q... method __del__ (line 101) | def __del__(self): method cleanup (line 107) | def cleanup(self): method load_signatures (line 118) | def load_signatures(self, magic_files=[], pre_filter_signatures=True, ... method scan (line 142) | def scan(self, target_file, offset=0, length=0, align=DEFAULT_BYTE_ALI... method _should_display (line 327) | def _should_display(self, data): method _read_block (line 338) | def _read_block(self, fd): FILE: src/binwalk-1.0/src/binwalk/common.py function file_size (line 5) | def file_size(filename): function str2int (line 22) | def str2int(string): function strip_quoted_strings (line 36) | def strip_quoted_strings(string): function get_quoted_strings (line 51) | def get_quoted_strings(string): FILE: src/binwalk-1.0/src/binwalk/config.py class Config (line 3) | class Config: method __init__ (line 48) | def __init__(self): method _get_system_dir (line 75) | def _get_system_dir(self): method _get_user_dir (line 87) | def _get_user_dir(self): method _file_path (line 97) | def _file_path(self, dirname, filename): method _user_file (line 122) | def _user_file(self, subdir, basename): method _system_file (line 133) | def _system_file(self, subdir, basename): FILE: src/binwalk-1.0/src/binwalk/extractor.py class Extractor (line 9) | class Extractor: method __init__ (line 43) | def __init__(self, verbose=False): method add_rule (line 58) | def add_rule(self, rule): method enable_delayed_extract (line 97) | def enable_delayed_extract(self, tf=None): method load_from_file (line 111) | def load_from_file(self, fname): method load_defaults (line 126) | def load_defaults(self): method cleanup_extracted_files (line 145) | def cleanup_extracted_files(self, tf=None): method extract (line 160) | def extract(self, offset, description, file_name, size, name=None): method delayed_extract (line 214) | def delayed_extract(self, results, file_name, size): method _entry_offset (line 251) | def _entry_offset(self, index, entries, description): method _match (line 270) | def _match(self, description): method _parse_rule (line 287) | def _parse_rule(self, rule): method _dd (line 297) | def _dd(self, file_name, offset, size, extension, output_file_name=None): method _execute (line 344) | def _execute(self, cmd, fname): FILE: src/binwalk-1.0/src/binwalk/filter.py class MagicFilter (line 4) | class MagicFilter: method __init__ (line 42) | def __init__(self, show_invalid_results=False): method include (line 56) | def include(self, match, exclusive=True): method exclude (line 88) | def exclude(self, match): method filter (line 112) | def filter(self, data): method invalid (line 136) | def invalid(self, data): method grep (line 164) | def grep(self, data=None, filters=[]): method clear (line 205) | def clear(self): FILE: src/binwalk-1.0/src/binwalk/parser.py class MagicParser (line 5) | class MagicParser: method __init__ (line 52) | def __init__(self, filter=None, smart=None): method __del__ (line 70) | def __del__(self): method cleanup (line 76) | def cleanup(self): method file_from_string (line 93) | def file_from_string(self, signature_string, offset=0, display_name=DE... method parse (line 108) | def parse(self, file_name, filter_short_signatures=True, pre_filter_si... method parse_file (line 132) | def parse_file(self, file_name, filter_short_signatures=True, pre_filt... method _is_short (line 196) | def _is_short(self, entry): method _parse_line (line 211) | def _parse_line(self, line): method build_signature_set (line 294) | def build_signature_set(self): method _to_string (line 308) | def _to_string(self, value, size, endianess): method split (line 328) | def split(self, data): FILE: src/binwalk-1.0/src/binwalk/prettyprint.py class PrettyPrint (line 5) | class PrettyPrint: method __init__ (line 24) | def __init__(self, log=None, quiet=False, bwalk=None, verbose=0): method __del__ (line 44) | def __del__(self): method _log (line 54) | def _log(self, data): method _pprint (line 61) | def _pprint(self, data): method _file_md5 (line 69) | def _file_md5(self, file_name): method file_info (line 81) | def file_info(self, file_name): method header (line 96) | def header(self, file_name=None): method footer (line 110) | def footer(self): method results (line 118) | def results(self, offset, results): FILE: src/binwalk-1.0/src/binwalk/smartsig.py class SmartSignature (line 4) | class SmartSignature: method __init__ (line 34) | def __init__(self, filter, pre_filter_signatures=True): method parse (line 47) | def parse(self, data): method _is_valid (line 97) | def _is_valid(self, data): method _one_of_many (line 120) | def _one_of_many(self, data): method _get_keyword_arg (line 141) | def _get_keyword_arg(self, data, keyword): method _get_math_arg (line 158) | def _get_math_arg(self, data, keyword): method _jump (line 179) | def _jump(self, data): method _parse_raw_strings (line 198) | def _parse_raw_strings(self, data): method include (line 225) | def include(self, data): method _strip_tags (line 243) | def _strip_tags(self, data): FILE: src/binwalk-1.0/src/binwalk/update.py class Update (line 4) | class Update: method __init__ (line 18) | def __init__(self): method update (line 24) | def update(self): method _do_update_from_svn (line 35) | def _do_update_from_svn(self, prefix, fname): method update_binwalk (line 52) | def update_binwalk(self): method update_bincast (line 60) | def update_bincast(self): method update_binarch (line 68) | def update_binarch(self): method update_extract (line 76) | def update_extract(self): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/__init__.py class Binwalk (line 12) | class Binwalk: method __init__ (line 47) | def __init__(self, magic_files=[], flags=magic.MAGIC_NONE, log=None, q... method __del__ (line 101) | def __del__(self): method cleanup (line 107) | def cleanup(self): method load_signatures (line 118) | def load_signatures(self, magic_files=[], pre_filter_signatures=True, ... method scan (line 142) | def scan(self, target_file, offset=0, length=0, align=DEFAULT_BYTE_ALI... method _should_display (line 327) | def _should_display(self, data): method _read_block (line 338) | def _read_block(self, fd): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/common.py function file_size (line 5) | def file_size(filename): function str2int (line 22) | def str2int(string): function strip_quoted_strings (line 36) | def strip_quoted_strings(string): function get_quoted_strings (line 51) | def get_quoted_strings(string): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/config.py class Config (line 3) | class Config: method __init__ (line 48) | def __init__(self): method _get_system_dir (line 75) | def _get_system_dir(self): method _get_user_dir (line 87) | def _get_user_dir(self): method _file_path (line 97) | def _file_path(self, dirname, filename): method _user_file (line 122) | def _user_file(self, subdir, basename): method _system_file (line 133) | def _system_file(self, subdir, basename): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/extractor.py class Extractor (line 9) | class Extractor: method __init__ (line 43) | def __init__(self, verbose=False): method add_rule (line 58) | def add_rule(self, rule): method enable_delayed_extract (line 97) | def enable_delayed_extract(self, tf=None): method load_from_file (line 111) | def load_from_file(self, fname): method load_defaults (line 126) | def load_defaults(self): method cleanup_extracted_files (line 145) | def cleanup_extracted_files(self, tf=None): method extract (line 160) | def extract(self, offset, description, file_name, size, name=None): method delayed_extract (line 214) | def delayed_extract(self, results, file_name, size): method _entry_offset (line 251) | def _entry_offset(self, index, entries, description): method _match (line 270) | def _match(self, description): method _parse_rule (line 287) | def _parse_rule(self, rule): method _dd (line 297) | def _dd(self, file_name, offset, size, extension, output_file_name=None): method _execute (line 344) | def _execute(self, cmd, fname): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/filter.py class MagicFilter (line 4) | class MagicFilter: method __init__ (line 42) | def __init__(self, show_invalid_results=False): method include (line 56) | def include(self, match, exclusive=True): method exclude (line 88) | def exclude(self, match): method filter (line 112) | def filter(self, data): method invalid (line 136) | def invalid(self, data): method grep (line 164) | def grep(self, data=None, filters=[]): method clear (line 205) | def clear(self): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/parser.py class MagicParser (line 5) | class MagicParser: method __init__ (line 52) | def __init__(self, filter=None, smart=None): method __del__ (line 70) | def __del__(self): method cleanup (line 76) | def cleanup(self): method file_from_string (line 93) | def file_from_string(self, signature_string, offset=0, display_name=DE... method parse (line 108) | def parse(self, file_name, filter_short_signatures=True, pre_filter_si... method parse_file (line 132) | def parse_file(self, file_name, filter_short_signatures=True, pre_filt... method _is_short (line 196) | def _is_short(self, entry): method _parse_line (line 211) | def _parse_line(self, line): method build_signature_set (line 294) | def build_signature_set(self): method _to_string (line 308) | def _to_string(self, value, size, endianess): method split (line 328) | def split(self, data): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/prettyprint.py class PrettyPrint (line 5) | class PrettyPrint: method __init__ (line 24) | def __init__(self, log=None, quiet=False, bwalk=None, verbose=0): method __del__ (line 44) | def __del__(self): method _log (line 54) | def _log(self, data): method _pprint (line 61) | def _pprint(self, data): method _file_md5 (line 69) | def _file_md5(self, file_name): method file_info (line 81) | def file_info(self, file_name): method header (line 96) | def header(self, file_name=None): method footer (line 110) | def footer(self): method results (line 118) | def results(self, offset, results): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/smartsig.py class SmartSignature (line 4) | class SmartSignature: method __init__ (line 34) | def __init__(self, filter, pre_filter_signatures=True): method parse (line 47) | def parse(self, data): method _is_valid (line 97) | def _is_valid(self, data): method _one_of_many (line 120) | def _one_of_many(self, data): method _get_keyword_arg (line 141) | def _get_keyword_arg(self, data, keyword): method _get_math_arg (line 158) | def _get_math_arg(self, data, keyword): method _jump (line 179) | def _jump(self, data): method _parse_raw_strings (line 198) | def _parse_raw_strings(self, data): method include (line 225) | def include(self, data): method _strip_tags (line 243) | def _strip_tags(self, data): FILE: src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/update.py class Update (line 4) | class Update: method __init__ (line 18) | def __init__(self): method update (line 24) | def update(self): method _do_update_from_svn (line 35) | def _do_update_from_svn(self, prefix, fname): method update_binwalk (line 52) | def update_binwalk(self): method update_bincast (line 60) | def update_bincast(self): method update_binarch (line 68) | def update_binarch(self): method update_extract (line 76) | def update_extract(self): FILE: src/cramfs-2.x/cramfsck.c type cramfs_super (line 74) | struct cramfs_super type cramfs_inode (line 99) | struct cramfs_inode function usage (line 103) | static void usage(int status) function die (line 116) | static void die(int status, int syserr, const char *fmt, ...) function test_super (line 133) | static void test_super(int *start, size_t *length) { function test_crc (line 204) | static void test_crc(int start) function print_node (line 268) | static void print_node(char type, struct cramfs_inode *i, char *name) type cramfs_inode (line 299) | struct cramfs_inode type cramfs_inode (line 299) | struct cramfs_inode type cramfs_inode (line 301) | struct cramfs_inode type cramfs_inode (line 301) | struct cramfs_inode type cramfs_inode (line 310) | struct cramfs_inode function iput (line 315) | static void iput(struct cramfs_inode *inode) type cramfs_inode (line 323) | struct cramfs_inode type cramfs_super (line 330) | struct cramfs_super type cramfs_super (line 331) | struct cramfs_super function uncompress_block (line 338) | static int uncompress_block(void *src, int len) function do_uncompress (line 361) | static void do_uncompress(char *path, int fd, unsigned long offset, unsi... function change_file_status (line 407) | static void change_file_status(char *path, struct cramfs_inode *i) function do_directory (line 430) | static void do_directory(char *path, struct cramfs_inode *i) function do_file (line 492) | static void do_file(char *path, struct cramfs_inode *i) function do_symlink (line 524) | static void do_symlink(char *path, struct cramfs_inode *i) function do_special_inode (line 568) | static void do_special_inode(char *path, struct cramfs_inode *i) function expand_fs (line 613) | static void expand_fs(char *path, struct cramfs_inode *inode) function test_fs (line 629) | static void test_fs(int start) function main (line 658) | int main(int argc, char **argv) FILE: src/cramfs-2.x/linux/cramfs_fs.h type u8 (line 6) | typedef unsigned char u8; type u16 (line 7) | typedef unsigned short u16; type u32 (line 8) | typedef unsigned int u32; type cramfs_inode (line 35) | struct cramfs_inode { type cramfs_info (line 50) | struct cramfs_info { type cramfs_super (line 60) | struct cramfs_super { FILE: src/cramfs-2.x/linux/cramfs_fs_sb.h type cramfs_sb_info (line 7) | struct cramfs_sb_info { FILE: src/cramfs-2.x/mkcramfs.c type entry (line 100) | struct entry { function usage (line 122) | static void usage(int status) function die (line 142) | static void die(int status, int syserr, const char *fmt, ...) function map_entry (line 159) | static void map_entry(struct entry *entry) function unmap_entry (line 173) | static void unmap_entry(struct entry *entry) function find_identical_file (line 183) | static int find_identical_file(struct entry *orig, struct entry *newfile) function eliminate_doubles (line 207) | static void eliminate_doubles(struct entry *root, struct entry *orig) { function cramsort (line 220) | static int cramsort (const void *a, const void *b) function parse_directory (line 226) | static unsigned int parse_directory(struct entry *root_entry, const char... function write_superblock (line 376) | static unsigned int write_superblock(struct entry *root, char *base, int... function set_data_offset (line 412) | static void set_data_offset(struct entry *entry, char *base, unsigned lo... function print_node (line 430) | static void print_node(struct entry *e) function write_directory_structure (line 461) | static unsigned int write_directory_structure(struct entry *entry, char ... function is_zero (line 554) | static int is_zero(char const *begin, unsigned len) function do_compress (line 578) | static unsigned int do_compress(char *base, unsigned int offset, char co... function write_data (line 635) | static unsigned int write_data(struct entry *entry, char *base, unsigned... function write_file (line 658) | static unsigned int write_file(char *file, char *base, unsigned int offset) function main (line 682) | int main(int argc, char **argv) FILE: src/cramfsswap/cramfsswap.c function main (line 27) | int main(int argc, char *argv[]) FILE: src/crcalc/crc.c function crc32 (line 113) | uint32_t crc32(char *buf, size_t len) FILE: src/crcalc/crcalc.c function main (line 15) | int main(int argc, char *argv[]) function parse_log (line 110) | int parse_log(char *file, int offsets[MAX_HEAD_SIZE]) function is_whitespace (line 156) | int is_whitespace(char *string) type stat (line 176) | struct stat function file_write (line 223) | int file_write(char *fname, char *buf, size_t size) function identify_header (line 247) | enum header_type identify_header(char *buf) FILE: src/crcalc/crcalc.h type header_type (line 23) | enum header_type type header_type (line 35) | enum header_type FILE: src/crcalc/md5.c function md5_process (line 207) | static void function md5_init (line 365) | void function md5_append (line 375) | void function md5_finish (line 413) | void FILE: src/crcalc/md5.h type md5_byte_t (line 63) | typedef unsigned char md5_byte_t; type md5_word_t (line 64) | typedef unsigned int md5_word_t; type md5_state_t (line 67) | typedef struct md5_state_s { FILE: src/crcalc/patch.c function patch_trx (line 8) | int patch_trx(char *buf, size_t size) function patch_uimage (line 32) | int patch_uimage(char *buf, size_t size) function patch_dlob (line 62) | int patch_dlob(char *buf, size_t size) FILE: src/crcalc/patch.h type trx_header (line 7) | struct trx_header { type uimage_header (line 17) | struct uimage_header { type dlob_header (line 34) | struct dlob_header { FILE: src/firmware-tools/add_header.c function init_crc32 (line 43) | static void init_crc32() function crc32buf (line 58) | static uint32_t crc32buf(unsigned char *buf, size_t len) type header (line 67) | struct header { function usage (line 74) | static void usage(const char *mess) function main (line 82) | int main(int argc, char **argv) FILE: src/firmware-tools/addpattern.c type code_header (line 81) | struct code_header { /* from cyutils.h */ type board_info (line 98) | struct board_info { type board_info (line 106) | struct board_info function usage (line 123) | void usage(void) type board_info (line 129) | struct board_info type board_info (line 131) | struct board_info function main (line 140) | int main(int argc, char **argv) FILE: src/firmware-tools/airlink.c type uchar (line 28) | typedef unsigned char uchar; function generate_image (line 106) | int generate_image(char *kname, char *fsname, char *fname, int EHDR) function crc32 (line 154) | uint32_t crc32(uchar * buf, uint32_t len) function usage (line 167) | void usage(char *prog) function main (line 181) | int main(int argc, char **argv) FILE: src/firmware-tools/bcm_tag.h type bcm_tag (line 40) | struct bcm_tag { FILE: src/firmware-tools/buffalo-enc.c function usage (line 38) | void usage(int status) function decrypt_file (line 60) | static int decrypt_file(void) function encrypt_file (line 115) | static int encrypt_file(void) function check_params (line 176) | static int check_params(void) function main (line 231) | int main(int argc, char *argv[]) FILE: src/firmware-tools/buffalo-lib.c function bcrypt_init (line 87) | int bcrypt_init(struct bcrypt_ctx *ctx, void *key, int keylen, function bcrypt_process (line 119) | int bcrypt_process(struct bcrypt_ctx *ctx, unsigned char *src, function bcrypt_finish (line 148) | void bcrypt_finish(struct bcrypt_ctx *ctx) function bcrypt_buf (line 154) | int bcrypt_buf(unsigned char seed, unsigned char *key, unsigned char *src, function buffalo_csum (line 180) | uint32_t buffalo_csum(uint32_t csum, void *buf, unsigned long len) function buffalo_crc (line 195) | uint32_t buffalo_crc(void *buf, unsigned long len) function enc_compute_header_len (line 212) | unsigned long enc_compute_header_len(char *product, char *version) function enc_compute_buf_len (line 218) | unsigned long enc_compute_buf_len(char *product, char *version, function put_be32 (line 230) | static void put_be32(void *data, uint32_t val) function get_be32 (line 240) | static uint32_t get_be32(void *data) function check_magic (line 250) | static int check_magic(void *magic) function encrypt_buf (line 261) | int encrypt_buf(struct enc_param *ep, unsigned char *hdr, function decrypt_buf (line 323) | int decrypt_buf(struct enc_param *ep, unsigned char *data, function get_file_size (line 421) | ssize_t get_file_size(char *name) function read_file_to_buf (line 433) | int read_file_to_buf(char *name, void *buf, ssize_t buflen) function write_buf_to_file (line 456) | int write_buf_to_file(char *name, void *buf, ssize_t buflen) FILE: src/firmware-tools/buffalo-lib.h type buffalo_tag (line 27) | struct buffalo_tag { type buffalo_tag2 (line 50) | struct buffalo_tag2 { type enc_param (line 80) | struct enc_param { type enc_param (line 91) | struct enc_param type enc_param (line 93) | struct enc_param type bcrypt_ctx (line 99) | struct bcrypt_ctx { type bcrypt_ctx (line 106) | struct bcrypt_ctx type bcrypt_ctx (line 108) | struct bcrypt_ctx type bcrypt_ctx (line 110) | struct bcrypt_ctx FILE: src/firmware-tools/buffalo-tag.c function usage (line 52) | void usage(int status) function check_params (line 81) | static int check_params(void) function process_region (line 120) | static int process_region(char *reg) function process_ifname (line 148) | static int process_ifname(char *name) function fixup_tag (line 159) | static void fixup_tag(unsigned char *buf, ssize_t buflen) function fixup_tag2 (line 195) | static void fixup_tag2(unsigned char *buf, ssize_t buflen) function tag_file (line 230) | static int tag_file(void) function main (line 292) | int main(int argc, char *argv[]) FILE: src/firmware-tools/buffalo-tftp.c function usage (line 31) | void usage(int status) function crypt_header (line 53) | static void crypt_header(unsigned char *buf, ssize_t len, function crypt_file (line 69) | static int crypt_file(void) function check_params (line 114) | static int check_params(void) function main (line 134) | int main(int argc, char *argv[]) FILE: src/firmware-tools/csysimg.h type csys_header (line 74) | struct csys_header { FILE: src/firmware-tools/cyg_crc.h type cyg_uint32 (line 62) | typedef uint32_t cyg_uint32; type cyg_uint16 (line 63) | typedef uint16_t cyg_uint16; FILE: src/firmware-tools/cyg_crc16.c function cyg_uint16 (line 98) | cyg_uint16 FILE: src/firmware-tools/cyg_crc32.c function cyg_uint32 (line 129) | cyg_uint32 function cyg_uint32 (line 141) | cyg_uint32 function cyg_uint32 (line 150) | cyg_uint32 function cyg_uint32 (line 166) | cyg_uint32 FILE: src/firmware-tools/dgfirmware.c function print_usage (line 18) | void print_usage(void) function write_img (line 73) | void write_img(unsigned char* img, const char *fname) function write_rootfs (line 91) | void write_rootfs(unsigned char* img, const char *fname) function write_kernel (line 109) | void write_kernel(unsigned char* img, const char *fname) function get_checksum (line 201) | int get_checksum(unsigned char* img) function set_checksum (line 211) | void set_checksum(unsigned char*img, unsigned short sum) function compute_checksum (line 218) | int compute_checksum(unsigned char* img) function main (line 230) | int main(int argc, char* argv[]) FILE: src/firmware-tools/encode_crc.c function make_crc16 (line 39) | int make_crc16(int crc, char new) type stat (line 57) | struct stat function main (line 91) | int main(int argc, char** argv) FILE: src/firmware-tools/fix-u-media-header.c type u_media_header (line 34) | struct u_media_header { type if_info (line 56) | struct if_info { type if_info (line 63) | struct if_info function usage (line 88) | static void usage(int status) function str2u32 (line 107) | static int str2u32(char *arg, uint32_t *val) function str2u8 (line 122) | static int str2u8(char *arg, uint8_t *val) function get_file_stat (line 140) | static int get_file_stat(struct if_info *fdata) function read_to_buf (line 158) | static int read_to_buf(struct if_info *fdata, char *buf) function check_options (line 184) | static int check_options(void) function write_fw (line 205) | static int write_fw(char *data, int len) function fix_header (line 235) | static int fix_header(void) function main (line 300) | int main(int argc, char *argv[]) FILE: src/firmware-tools/fw.h type header_t (line 30) | typedef struct header { type part_t (line 37) | typedef struct part { type part_crc_t (line 49) | typedef struct part_crc { type signature_t (line 54) | typedef struct signature { FILE: src/firmware-tools/imagetag.c type kernelhdr (line 25) | struct kernelhdr { function int2tag (line 68) | void int2tag(char *tag, uint32_t value) { function crc32 (line 73) | uint32_t crc32(uint32_t crc, uint8_t *data, size_t len) function compute_crc32 (line 81) | uint32_t compute_crc32(uint32_t crc, FILE *binfile, size_t compute_start... function getlen (line 104) | size_t getlen(FILE *fp) function tagfile (line 119) | int tagfile(const char *kernel, const char *rootfs, const char *bin, \ function main (line 425) | int main(int argc, char **argv) FILE: src/firmware-tools/imagetag_cmdline.c type cmdline_parser_arg_type (line 65) | typedef enum {ARG_NO type gengetopt_args_info (line 72) | struct gengetopt_args_info type gengetopt_args_info (line 74) | struct gengetopt_args_info type gengetopt_args_info (line 77) | struct gengetopt_args_info type cmdline_parser_params (line 78) | struct cmdline_parser_params type gengetopt_args_info (line 81) | struct gengetopt_args_info function clear_given (line 89) | static function clear_args (line 121) | static function init_args_info (line 175) | static function cmdline_parser_print_version (line 210) | void function print_help_common (line 218) | static void print_help_common(void) { function cmdline_parser_print_help (line 233) | void function cmdline_parser_init (line 242) | void function cmdline_parser_params_init (line 250) | void type cmdline_parser_params (line 263) | struct cmdline_parser_params type cmdline_parser_params (line 266) | struct cmdline_parser_params type cmdline_parser_params (line 267) | struct cmdline_parser_params type cmdline_parser_params (line 267) | struct cmdline_parser_params function free_string_field (line 272) | static void function cmdline_parser_release (line 283) | static void function check_possible_values (line 345) | static int function write_into_file (line 374) | static void function cmdline_parser_dump (line 392) | int function cmdline_parser_file_save (line 463) | int function cmdline_parser_free (line 483) | void function cmdline_parser (line 504) | int function cmdline_parser_ext (line 510) | int function cmdline_parser2 (line 526) | int function cmdline_parser_required (line 549) | int function cmdline_parser_required2 (line 566) | int function update_arg (line 642) | static function cmdline_parser_internal (line 749) | int FILE: src/firmware-tools/imagetag_cmdline.h type gengetopt_args_info (line 38) | struct gengetopt_args_info type cmdline_parser_params (line 147) | struct cmdline_parser_params type gengetopt_args_info (line 171) | struct gengetopt_args_info type gengetopt_args_info (line 185) | struct gengetopt_args_info type gengetopt_args_info (line 197) | struct gengetopt_args_info type cmdline_parser_params (line 198) | struct cmdline_parser_params type gengetopt_args_info (line 207) | struct gengetopt_args_info type gengetopt_args_info (line 217) | struct gengetopt_args_info type cmdline_parser_params (line 233) | struct cmdline_parser_params type cmdline_parser_params (line 240) | struct cmdline_parser_params type gengetopt_args_info (line 247) | struct gengetopt_args_info type gengetopt_args_info (line 253) | struct gengetopt_args_info type gengetopt_args_info (line 262) | struct gengetopt_args_info FILE: src/firmware-tools/lzma2eva.c function usage (line 31) | void function pexit (line 38) | void function main (line 45) | int FILE: src/firmware-tools/makeamitbin.c type hdrinfo (line 33) | struct hdrinfo { function checksum (line 124) | unsigned short checksum(unsigned char *data, long size) function showhdr (line 145) | void showhdr(unsigned char *hdr) function makehdr (line 164) | void makehdr(unsigned char *hdr, struct hdrinfo *info, type hdrinfo (line 218) | struct hdrinfo function oferror (line 229) | void oferror(FILE *f) function showhelp (line 235) | void showhelp(void) function show_fwids (line 246) | void show_fwids(void) function main (line 261) | int main(int argc, char *argv[]) FILE: src/firmware-tools/md5.c function MD5_Init (line 105) | void MD5_Init (mdContext) function MD5_Update (line 122) | void MD5_Update (mdContext, inBuf, inLen) function Transform (line 203) | static void Transform (buf, in) FILE: src/firmware-tools/md5.h type UINT4 (line 44) | typedef unsigned int UINT4; type INT4 (line 45) | typedef int INT4; type UINT4 (line 47) | typedef unsigned long UINT4; type INT4 (line 48) | typedef long INT4; type MD5_CTX (line 53) | typedef struct { FILE: src/firmware-tools/mkbrncmdline.c function usage (line 33) | static void usage(const char *mess) function parseopts (line 45) | static void parseopts(int *argc, char ***argv) function emitload (line 72) | static void emitload(int outfd, int reg, unsigned value) function main (line 86) | int main(int argc, char **argv) FILE: src/firmware-tools/mkbrnimg.c function init_crc32 (line 35) | static void init_crc32() function crc32buf (line 50) | static uint32_t crc32buf(unsigned char *buf, size_t len) function usage (line 61) | static void usage(const char *mess) function parseopts (line 73) | static void parseopts(int *argc, char ***argv) function appendfile (line 100) | static void appendfile(int outfd, char *path, int kernel) { function main (line 160) | int main(int argc, char **argv) FILE: src/firmware-tools/mkcameofw.c type file_info (line 31) | struct file_info { type img_header (line 37) | struct img_header { type file_info (line 60) | struct file_info type file_info (line 61) | struct file_info function usage (line 85) | static void usage(int status) function str2u32 (line 108) | int function get_file_stat (line 124) | static int get_file_stat(struct file_info *fdata) function read_to_buf (line 143) | static int read_to_buf(struct file_info *fdata, char *buf) function check_options (line 169) | static int check_options(void) function write_fw (line 235) | static int write_fw(char *data, int len) function get_csum (line 267) | static uint32_t get_csum(unsigned char *p, uint32_t len) function build_fw (line 277) | static int build_fw(void) function main (line 338) | int main(int argc, char *argv[]) FILE: src/firmware-tools/mkcasfw.c type csum_state (line 52) | struct csum_state{ type image_desc (line 59) | struct image_desc { type fwhdr_nfs (line 69) | struct fwhdr_nfs { type fwhdr_cas (line 80) | struct fwhdr_cas { type fwhdr_cas (line 92) | struct fwhdr_cas type fwhdr_nfs (line 93) | struct fwhdr_nfs type board_info (line 96) | struct board_info { type image_desc (line 181) | struct image_desc type image_desc (line 182) | struct image_desc type board_info (line 184) | struct board_info type board_info (line 200) | struct board_info function usage (line 279) | void function align (line 310) | static inline uint32_t align(uint32_t base, uint32_t alignment) function str2u32 (line 327) | int function str2u16 (line 344) | int function str2u8 (line 360) | int function parse_arg (line 376) | int function required_arg (line 424) | int function is_empty_arg (line 435) | int function csum8_update (line 446) | void function csum8_get (line 455) | uint16_t function csum16_update (line 465) | void function csum16_get (line 490) | uint16_t function csum32_update (line 499) | void function csum32_get (line 510) | uint32_t function csum_init (line 517) | void function csum_update (line 526) | void function csum_get (line 543) | uint32_t function write_out_data (line 566) | int function write_out_padding (line 586) | int function image_stat_file (line 610) | int function image_writeout_file (line 639) | int function image_writeout (line 688) | int function write_out_header (line 720) | int function write_out_images (line 763) | int type board_info (line 781) | struct board_info type board_info (line 784) | struct board_info type board_info (line 785) | struct board_info function parse_opt_board (line 799) | int function parse_opt_image (line 837) | int function process_images (line 886) | int function main (line 913) | int FILE: src/firmware-tools/mkchkimg.c type chk_header (line 34) | struct chk_header { function fatal_error (line 47) | static void __attribute__ ((format (printf, 2, 3))) function message (line 66) | static void __attribute__ ((format (printf, 1, 2))) type ngr_checksum (line 78) | struct ngr_checksum { function netgear_checksum_init (line 83) | static inline void function netgear_checksum_add (line 89) | static inline void function netgear_checksum_fini (line 100) | static inline unsigned long function print_help (line 113) | static void function main (line 119) | int FILE: src/firmware-tools/mkcsysimg.c type csum_state (line 73) | struct csum_state{ type csys_block (line 81) | struct csys_block { type board_info (line 104) | struct board_info { type board_info (line 145) | struct board_info type csys_block (line 147) | struct csys_block type csys_block (line 148) | struct csys_block type csys_block (line 149) | struct csys_block type csys_block (line 150) | struct csys_block type csys_block (line 152) | struct csys_block type board_info (line 155) | struct board_info function usage (line 218) | void function align (line 257) | static inline uint32_t align(uint32_t base, uint32_t alignment) function str2u32 (line 274) | int function str2u16 (line 291) | int function str2u8 (line 307) | int function str2sig (line 323) | int function parse_arg (line 335) | int function required_arg (line 383) | int function is_empty_arg (line 394) | int function csum8_update (line 405) | void function csum8_get (line 414) | uint16_t function csum16_update (line 424) | void function csum16_get (line 449) | uint16_t function csum_init (line 459) | void function csum_update (line 469) | void function csum_get (line 483) | uint16_t function write_out_data (line 504) | int function write_out_padding (line 524) | int function block_stat_file (line 548) | int function block_writeout_hdr (line 568) | int function block_writeout_file (line 589) | int function block_writeout_data (line 637) | int function block_writeout_csum (line 656) | int function block_writeout (line 673) | int function write_out_blocks (line 709) | int type board_info (line 747) | struct board_info type board_info (line 750) | struct board_info type board_info (line 751) | struct board_info function parse_opt_board (line 765) | int function parse_opt_block (line 789) | int function process_blocks (line 903) | int function main (line 1039) | int FILE: src/firmware-tools/mkdapimg.c type img_hdr_struct (line 31) | struct img_hdr_struct { function perrexit (line 44) | void function usage (line 51) | void function main (line 58) | int FILE: src/firmware-tools/mkdir615h1.c type img_header (line 35) | typedef struct { type firmware_type (line 49) | typedef struct { type op_mode (line 54) | typedef enum { function get_file_size (line 71) | static long get_file_size(const char *filename) function header_checksum (line 85) | static int header_checksum(void *data, int len) function md5_file (line 100) | static int md5_file(const char *filename, uint8_t *dst) function encode_image (line 124) | static int encode_image(const char *input_file_name, function decode_image (line 211) | int decode_image(const char *input_file_name, const char *output_file_name) function usage (line 279) | static void usage(const char *progname, int status) function main (line 306) | int main(int argc, char *argv[]) FILE: src/firmware-tools/mkdniimg.c function usage (line 50) | void usage(int status) function main (line 71) | int main(int argc, char *argv[]) FILE: src/firmware-tools/mkedimaximg.c type header (line 28) | struct header type finfo (line 37) | struct finfo type buf (line 43) | struct buf function usage (line 51) | static void usage(int status) function strtou32 (line 69) | static int strtou32(char *arg, unsigned int *val) function fwcsum (line 82) | static unsigned short fwcsum (struct buf *buf) { function fwread (line 92) | static int fwread(struct finfo *finfo, struct buf *buf) function fwwrite (line 113) | static int fwwrite(struct finfo *finfo, struct buf *buf) function main (line 134) | int main(int argc, char **argv) FILE: src/firmware-tools/mkfwimage.c type fw_layout_t (line 34) | typedef struct fw_layout_data { type part_data_t (line 88) | typedef struct part_data { type image_info_t (line 109) | typedef struct image_info { function write_header (line 117) | static void write_header(void* mem, const char *magic, const char* version) function write_signature (line 130) | static void write_signature(void* mem, u_int32_t sig_offset) function write_part (line 141) | static int write_part(void* mem, part_data_t* d) function usage (line 181) | static void usage(const char* progname) function print_image_info (line 195) | static void print_image_info(const image_info_t* im) function u_int32_t (line 216) | static u_int32_t filelength(const char* file) function create_image_layout (line 231) | static int create_image_layout(const char* kernelfile, const char* rootf... function validate_image_layout (line 277) | static int validate_image_layout(image_info_t* im) function build_image (line 320) | static int build_image(image_info_t* im) function main (line 380) | int main(int argc, char* argv[]) FILE: src/firmware-tools/mkfwimage2.c type part_data_t (line 45) | typedef struct part_data { type image_info_t (line 58) | typedef struct image_info { function write_header (line 71) | static void write_header(void* mem, const char* version) function write_signature (line 83) | static void write_signature(void* mem, u_int32_t sig_offset) function write_part (line 94) | static int write_part(void* mem, part_data_t* d) function usage (line 132) | static void usage(const char* progname) function print_image_info (line 148) | static void print_image_info(void) function filelength (line 170) | static int filelength(const char* file) function str2u32 (line 185) | int str2u32(char *arg, u_int32_t *val) function image_layout_add_partition (line 200) | static int image_layout_add_partition(const char *part_desc) function image_layout_verify (line 270) | static int image_layout_verify(void) function build_image (line 319) | static int build_image(void) function main (line 376) | int main(int argc, char* argv[]) FILE: src/firmware-tools/mkmylofw.c type fw_block (line 53) | struct fw_block { type fw_part (line 63) | struct fw_part { type cpx_board (line 70) | struct cpx_board { type mylo_fw_header (line 111) | struct mylo_fw_header type fw_part (line 112) | struct fw_part type fw_block (line 113) | struct fw_block type cpx_board (line 114) | struct cpx_board type cpx_board (line 116) | struct cpx_board function errmsgv (line 170) | void function errmsg (line 184) | void function dbgmsg (line 193) | void function usage (line 207) | void function init_crc_table (line 264) | void function update_crc (line 296) | void function get_crc (line 309) | uint32_t function str2u32 (line 320) | int function str2u16 (line 337) | int type cpx_board (line 354) | struct cpx_board type cpx_board (line 356) | struct cpx_board type cpx_board (line 357) | struct cpx_board function get_file_crc (line 371) | int function process_files (line 418) | int function process_partitions (line 453) | int function write_out_data (line 480) | int function write_out_desc (line 499) | int function write_out_padding (line 507) | int function write_out_file (line 529) | int function write_out_header (line 593) | int function write_out_partitions (line 620) | int function write_out_blocks (line 660) | int function parse_arg (line 734) | int function required_arg (line 781) | int function is_empty_arg (line 793) | int function parse_opt_flags (line 804) | int function parse_opt_size (line 825) | int function parse_opt_id (line 846) | int function parse_opt_block (line 924) | int function parse_opt_partition (line 1009) | int function parse_opt_board (line 1126) | int function parse_opt_rev (line 1153) | int function main (line 1172) | int FILE: src/firmware-tools/mkplanexfw.c type planex_hdr (line 32) | struct planex_hdr { type board_info (line 39) | struct board_info { type board_info (line 55) | struct board_info type board_info (line 57) | struct board_info type board_info (line 89) | struct board_info type board_info (line 91) | struct board_info type board_info (line 92) | struct board_info function usage (line 105) | void usage(int status) function main (line 124) | int main(int argc, char *argv[]) FILE: src/firmware-tools/mktitanimg.c type checksumrecord (line 8) | struct checksumrecord function print_help (line 18) | void print_help(void) function mknspimg_print_hdr (line 40) | void mknspimg_print_hdr(struct nsp_img_hdr *hdr) function main (line 114) | int main(int argc, char* argv[], char* env[]) function cs_is_tagged (line 520) | int cs_is_tagged(FILE *fp) function cs_read_sum (line 531) | unsigned long cs_read_sum(FILE *fp) function cs_calc_sum (line 540) | int cs_calc_sum(FILE *fp, unsigned long *res, int tagged) function cs_calc_buf_sum (line 577) | unsigned long cs_calc_buf_sum(char *buf, int size) function cs_calc_buf_sum_ds (line 594) | unsigned long cs_calc_buf_sum_ds(char *buf, int buf_size, char *sign, in... function cs_set_sum (line 616) | int cs_set_sum(FILE *fp, unsigned long sum, int tagged) function cs_get_sum (line 633) | void cs_get_sum(FILE *fp, unsigned long *sum) function cs_validate_file (line 643) | int cs_validate_file(char *filename) type CMDLINE_ERR (line 673) | typedef enum CMDLINE_ERR type CMDLINE_ARG (line 686) | typedef struct CMDLINE_ARG type CMDLINE_ARGS (line 693) | typedef struct CMDLINE_ARGS type CMDLINE_DATA (line 701) | typedef struct CMDLINE_DATA function cmdline_getarg_count (line 735) | int cmdline_getarg_count(void* list) function cmdline_getopt_count (line 746) | int cmdline_getopt_count(char opt) function cmdline_getarg (line 761) | int cmdline_getarg(void* list, int num) function cmdline_configure (line 780) | int cmdline_configure(CMDLINE_CFG* p_cfg) function cmdline_print_args (line 803) | static void cmdline_print_args(CMDLINE_ARGS* p_arglist, char* argv[]) function cmdline_print (line 824) | void cmdline_print(char* argv[]) function cmdline_print_cfg (line 855) | void cmdline_print_cfg(void) function cmdline_argadd (line 860) | static void cmdline_argadd(CMDLINE_ARGS* p_arglist, CMDLINE_ARG* p_arg) function cmdline_read (line 889) | int cmdline_read(int argc, char* argv[]) FILE: src/firmware-tools/mktitanimg.h type CMDLINE_OPT (line 26) | typedef struct CMDLINE_OPT type CMDLINE_CFG (line 33) | typedef struct CMDLINE_CFG type nsp_img_hdr_head (line 69) | struct nsp_img_hdr_head type nsp_img_hdr_info (line 118) | struct nsp_img_hdr_info type nsp_img_hdr_section_info (line 124) | struct nsp_img_hdr_section_info type nsp_img_hdr_sections (line 135) | struct nsp_img_hdr_sections type nsp_img_hdr (line 150) | struct nsp_img_hdr type nsp_img_hdr_chksum (line 160) | struct nsp_img_hdr_chksum type nsp_img_hdr_sections (line 166) | struct nsp_img_hdr_sections type nsp_img_hdr (line 166) | struct nsp_img_hdr type nsp_img_hdr (line 167) | struct nsp_img_hdr type nsp_img_hdr (line 168) | struct nsp_img_hdr FILE: src/firmware-tools/mktplinkfw.c type file_info (line 58) | struct file_info { type fw_header (line 63) | struct fw_header { type flash_layout (line 89) | struct flash_layout { type board_info (line 97) | struct board_info { type board_info (line 114) | struct board_info type flash_layout (line 116) | struct flash_layout type file_info (line 124) | struct file_info type file_info (line 128) | struct file_info type file_info (line 131) | struct file_info type file_info (line 137) | struct file_info type flash_layout (line 150) | struct flash_layout type board_info (line 180) | struct board_info type board_info (line 316) | struct board_info type board_info (line 318) | struct board_info type board_info (line 319) | struct board_info type board_info (line 332) | struct board_info type board_info (line 334) | struct board_info type flash_layout (line 344) | struct flash_layout type flash_layout (line 346) | struct flash_layout type flash_layout (line 347) | struct flash_layout function usage (line 360) | static void usage(int status) function get_md5 (line 393) | static int get_md5(char *data, int size, char *md5) function get_file_stat (line 402) | static int get_file_stat(struct file_info *fdata) function read_to_buf (line 420) | static int read_to_buf(struct file_info *fdata, char *buf) function check_options (line 446) | static int check_options(void) function fill_header (line 571) | static void fill_header(char *buf, int len) function pad_jffs2 (line 605) | static int pad_jffs2(char *buf, int currlen) function write_fw (line 639) | static int write_fw(char *data, int len) function build_fw (line 671) | static int build_fw(void) function inspect_fw_pstr (line 731) | static inline void inspect_fw_pstr(char *label, char *str) function inspect_fw_phex (line 736) | static inline void inspect_fw_phex(char *label, uint32_t val) function inspect_fw_phexpost (line 741) | static inline void inspect_fw_phexpost(char *label, function inspect_fw_phexdef (line 747) | static inline void inspect_fw_phexdef(char *label, function inspect_fw_phexexp (line 758) | static inline void inspect_fw_phexexp(char *label, function inspect_fw_phexdec (line 769) | static inline void inspect_fw_phexdec(char *label, uint32_t val) function inspect_fw_phexdecdef (line 774) | static inline void inspect_fw_phexdecdef(char *label, function inspect_fw_pmd5sum (line 785) | static inline void inspect_fw_pmd5sum(char *label, uint8_t *val, char *t... function inspect_fw (line 795) | static int inspect_fw(void) function main (line 941) | int main(int argc, char *argv[]) FILE: src/firmware-tools/mkwrgimg.c type wrg_header (line 38) | struct wrg_header { function usage (line 56) | void usage(int status) function put_u32 (line 76) | static void put_u32(void *data, uint32_t val) function get_digest (line 93) | static void get_digest(struct wrg_header *header, char *data, int size) function main (line 106) | int main(int argc, char *argv[]) FILE: src/firmware-tools/mkzcfw.c type file_info (line 39) | struct file_info { type fw_header (line 44) | struct fw_header { type fw_tail (line 51) | struct fw_tail { type board_info (line 56) | struct board_info { type board_info (line 70) | struct board_info type file_info (line 71) | struct file_info type file_info (line 72) | struct file_info type board_info (line 75) | struct board_info type board_info (line 111) | struct board_info type board_info (line 113) | struct board_info type board_info (line 114) | struct board_info function usage (line 127) | static void usage(int status) function get_file_stat (line 146) | static int get_file_stat(struct file_info *fdata) function read_to_buf (line 164) | static int read_to_buf(struct file_info *fdata, char *buf) function check_options (line 190) | static int check_options(void) function write_fw (line 241) | static int write_fw(char *data, int len) function build_fw (line 273) | static int build_fw(void) function main (line 361) | int main(int argc, char *argv[]) FILE: src/firmware-tools/mkzynfw.c type csum_state (line 61) | struct csum_state{ type fw_block (line 67) | struct fw_block { type fw_mmap (line 80) | struct fw_mmap { type board_info (line 89) | struct board_info { type board_info (line 108) | struct board_info type fw_block (line 110) | struct fw_block type fw_block (line 111) | struct fw_block type board_info (line 156) | struct board_info function usage (line 271) | void function str2u32 (line 305) | int function str2u16 (line 322) | int function str2u8 (line 338) | int function str2sig (line 354) | int function parse_arg (line 366) | int function required_arg (line 414) | int function is_empty_arg (line 425) | int function csum_init (line 436) | void function csum_update (line 445) | void function csum_get (line 477) | uint16_t function csum_buf (line 486) | uint16_t function write_out_data (line 500) | int function write_out_padding (line 520) | int function write_out_data_align (line 542) | int function write_out_header (line 560) | int function write_out_mmap (line 596) | int function block_stat_file (line 633) | int function read_magic (line 653) | int function write_out_file (line 682) | int function write_out_block (line 725) | int function write_out_image (line 745) | int type board_info (line 859) | struct board_info type board_info (line 862) | struct board_info type board_info (line 863) | struct board_info function parse_opt_board (line 877) | int function parse_opt_ofname (line 901) | int function parse_opt_block (line 919) | int function calc_block_offsets (line 983) | int function process_blocks (line 1021) | int function main (line 1044) | int FILE: src/firmware-tools/motorola-bin.c function init_crc32 (line 60) | static void init_crc32() function crc32buf (line 75) | static uint32_t crc32buf(unsigned char *buf, size_t len) type motorola (line 84) | struct motorola { type model (line 89) | struct model { function usage (line 102) | static void usage(const char *mess) function main (line 117) | int main(int argc, char **argv) FILE: src/firmware-tools/myloader.h type mylo_fw_header (line 75) | struct mylo_fw_header { type mylo_fw_blockdesc (line 93) | struct mylo_fw_blockdesc { type mylo_partition (line 103) | struct mylo_partition { type mylo_partition_table (line 128) | struct mylo_partition_table { type mylo_partition_header (line 136) | struct mylo_partition_header { type mylo_system_params (line 141) | struct mylo_system_params { type mylo_eth_addr (line 160) | struct mylo_eth_addr { type mylo_board_params (line 168) | struct mylo_board_params { FILE: src/firmware-tools/nand_ecc.c function nand_calculate_ecc (line 67) | int nand_calculate_ecc(const uint8_t *dat, function usage (line 124) | void usage(const char *prog) function main (line 138) | int main(int argc, char **argv) FILE: src/firmware-tools/osbridge-crc.c function usage (line 58) | void usage(int status) function main (line 75) | int main(int argc, char *argv[]) function crc32buf (line 296) | uint32_t crc32buf(char *buf, size_t len) FILE: src/firmware-tools/pc1crypt.c type pc1_ctx (line 29) | struct pc1_ctx { function pc1_finish (line 48) | static void pc1_finish(struct pc1_ctx *pc1) function pc1_code (line 54) | static void pc1_code(struct pc1_ctx *pc1) function pc1_assemble (line 97) | static void pc1_assemble(struct pc1_ctx *pc1) function pc1_decrypt (line 135) | static unsigned char pc1_decrypt(struct pc1_ctx *pc1, short c) function pc1_encrypt (line 150) | static unsigned char pc1_encrypt(struct pc1_ctx *pc1, short c) function pc1_init (line 165) | static void pc1_init(struct pc1_ctx *pc1) function pc1_decrypt_buf (line 173) | static void pc1_decrypt_buf(struct pc1_ctx *pc1, unsigned char *buf, function pc1_encrypt_buf (line 182) | static void pc1_encrypt_buf(struct pc1_ctx *pc1, unsigned char *buf, function usage (line 215) | void usage(int status) function main (line 235) | int main(int argc, char *argv[]) FILE: src/firmware-tools/ptgen.c type pte (line 41) | struct pte { type partinfo (line 50) | struct partinfo { type partinfo (line 60) | struct partinfo function to_kbytes (line 71) | static long to_kbytes(const char *string) { function to_chs (line 98) | static void to_chs(long sect, unsigned char chs[3]) { function round_to_cyl (line 115) | static inline unsigned long round_to_cyl(long sect) { function round_to_kb (line 122) | static inline unsigned long round_to_kb(long sect) { function gen_ptable (line 127) | static int gen_ptable(int nr) function usage (line 179) | static void usage(char *prog) function main (line 185) | int main (int argc, char **argv) FILE: src/firmware-tools/seama.c function verbose (line 72) | static void verbose(const char * format, ...) function cleanup_exit (line 83) | static void cleanup_exit(int exit_code) function show_usage (line 89) | static void show_usage(int exit_code) function parse_args (line 113) | static int parse_args(int argc, char * argv[]) function calculate_digest (line 142) | static size_t calculate_digest(FILE * fh, size_t size, uint8_t * digest) function copy_file (line 168) | static size_t copy_file(FILE * to, FILE * from) function verify_seama (line 185) | static int verify_seama(const char * fname, int msg) function write_seama_header (line 273) | static size_t write_seama_header(FILE * fh, char * meta[], size_t msize,... function write_checksum (line 295) | static size_t write_checksum(FILE * fh, uint8_t * checksum) function write_meta_data (line 300) | static size_t write_meta_data(FILE * fh, char * meta[], size_t size) function dump_seama (line 322) | static void dump_seama(const char * fname) function seal_files (line 327) | static void seal_files(const char * file) function pack_files (line 366) | static void pack_files(void) function match_meta (line 406) | static int match_meta(const char * meta, size_t size) function extract_file (line 421) | static void extract_file(const char * output) FILE: src/firmware-tools/seama.h type seamahdr_t (line 98) | typedef struct seama_hdr seamahdr_t; type seama_hdr (line 99) | struct seama_hdr FILE: src/firmware-tools/sha1.c function sha1_starts (line 60) | void sha1_starts( sha1_context *ctx ) function sha1_process (line 72) | void sha1_process( sha1_context *ctx, uchar data[64] ) function sha1_update (line 228) | void sha1_update( sha1_context *ctx, uchar *input, uint length ) function sha1_finish (line 275) | void sha1_finish( sha1_context *ctx, uchar digest[20] ) function sha1_file (line 304) | int sha1_file( char *filename, uchar digest[20] ) function sha1_csum (line 328) | void sha1_csum( uchar *buf, uint buflen, uchar digest[20] ) function sha1_hmac (line 340) | void sha1_hmac( uchar *key, uint keylen, uchar *buf, uint buflen, function sha1_self_test (line 400) | int sha1_self_test( void ) function sha1_self_test (line 438) | int sha1_self_test( void ) FILE: src/firmware-tools/sha1.h type sha1_context (line 17) | typedef struct FILE: src/firmware-tools/spw303v.c type spw303v_tag (line 37) | struct spw303v_tag function crc32 (line 120) | uint32_t crc32(uint32_t crc, uint8_t *data, size_t len) function fix_header (line 128) | void fix_header(void *buf) function usage (line 155) | void usage(void) function main (line 162) | int main(int argc, char **argv) FILE: src/firmware-tools/srec2bin.c type bit8u (line 41) | typedef unsigned char bit8u; type bit32u (line 42) | typedef unsigned int bit32u; type bit32 (line 43) | typedef int bit32; function dumpfTell (line 80) | void dumpfTell(char *s, bit32u Value) function DispHex (line 89) | void DispHex(bit32u Hex) function WaitDisplay (line 94) | void WaitDisplay(void) function binOut32 (line 110) | void binOut32 ( bit32u Data ) function binOut8 (line 128) | void binOut8 ( bit8u Data ) function binRecStart (line 140) | void binRecStart(bit32u Address) function binRecEnd (line 157) | void binRecEnd(void) function binRecOutProgramStart (line 201) | void binRecOutProgramStart(bit32u Address) function binRecOutByte (line 210) | void binRecOutByte(bit32u Address, bit8u Data) function readline (line 229) | int readline(FILE *fil,char *buf,int len) function SRLerrorout (line 285) | int SRLerrorout(char *c1,char *c2) function checksum (line 292) | int checksum(char *cp,int count) function bit32u (line 321) | bit32u gh(char *cp,int nibs) function srecLine (line 349) | int srecLine(char *pSrecLine) function srec2bin (line 434) | int srec2bin(int argc,char *argv[],int verbose) FILE: src/firmware-tools/trx.c type trx_header (line 73) | struct trx_header { function usage (line 85) | void usage(void) function main (line 93) | int main(int argc, char **argv) function crc32buf (line 407) | uint32_t crc32buf(char *buf, size_t len) FILE: src/firmware-tools/trx2edips.c type trx_header (line 27) | struct trx_header { type edimax_header (line 36) | struct edimax_header { function crc32buf (line 96) | uint32_t crc32buf(char *buf, size_t len) function main (line 109) | int main(int argc, char *argv[]) FILE: src/firmware-tools/trx2usr.c type uint8 (line 33) | typedef unsigned char uint8; type uint16 (line 34) | typedef unsigned short uint16; type uint32 (line 35) | typedef unsigned int uint32; type usr_header (line 37) | struct usr_header function uint32 (line 97) | static uint32 crc32(uint32 crc, uint8* p, size_t n) function trx2usr (line 106) | static int trx2usr(FILE* trx, FILE* usr) function main (line 155) | extern int main(int argc, char *argv[]) FILE: src/firmware-tools/wndr3700.c function init_crc32 (line 45) | static void init_crc32() function crc32buf (line 60) | static uint32_t crc32buf(unsigned char *buf, size_t len) type header (line 69) | struct header { function usage (line 77) | static void usage(const char *mess) function main (line 85) | int main(int argc, char **argv) FILE: src/firmware-tools/wrt400n.c function crc32 (line 89) | static uint32_t crc32(uint8_t* buf, uint32_t len) function main (line 155) | int main(int argc, char *argv[]) FILE: src/firmware-tools/xorimage.c function xor_data (line 31) | int xor_data(uint8_t *data, size_t len, const uint8_t *pattern, int p_le... function usage (line 45) | void usage(void) function main (line 52) | int main(int argc, char **argv) FILE: src/firmware-tools/zynos.h type zyn_bootbase_info (line 25) | struct zyn_bootbase_info { type zyn_rombin_hdr (line 44) | struct zyn_rombin_hdr { type zyn_mmt_hdr (line 88) | struct zyn_mmt_hdr { type zyn_mmt_item (line 98) | struct zyn_mmt_item { FILE: src/lzma/C/7zip/Archive/7z_C/7zAlloc.c function SzFree (line 30) | void SzFree(void *address) function SzFreeTemp (line 56) | void SzFreeTemp(void *address) FILE: src/lzma/C/7zip/Archive/7z_C/7zAlloc.h type ISzAlloc (line 8) | typedef struct _ISzAlloc FILE: src/lzma/C/7zip/Archive/7z_C/7zBuffer.c function SzByteBufferInit (line 6) | void SzByteBufferInit(CSzByteBuffer *buffer) function SzByteBufferCreate (line 12) | int SzByteBufferCreate(CSzByteBuffer *buffer, size_t newCapacity, void *... function SzByteBufferFree (line 24) | void SzByteBufferFree(CSzByteBuffer *buffer, void (*freeFunc)(void *)) FILE: src/lzma/C/7zip/Archive/7z_C/7zBuffer.h type CSzByteBuffer (line 9) | typedef struct _CSzByteBuffer FILE: src/lzma/C/7zip/Archive/7z_C/7zCrc.c function InitCrcTable (line 9) | void InitCrcTable() function CrcInit (line 25) | void CrcInit(UInt32 *crc) { *crc = 0xFFFFFFFF; } function UInt32 (line 26) | UInt32 CrcGetDigest(UInt32 *crc) { return *crc ^ 0xFFFFFFFF; } function CrcUpdateByte (line 28) | void CrcUpdateByte(UInt32 *crc, Byte b) function CrcUpdateUInt16 (line 33) | void CrcUpdateUInt16(UInt32 *crc, UInt16 v) function CrcUpdateUInt32 (line 39) | void CrcUpdateUInt32(UInt32 *crc, UInt32 v) function CrcUpdateUInt64 (line 46) | void CrcUpdateUInt64(UInt32 *crc, UInt64 v) function CrcUpdate (line 56) | void CrcUpdate(UInt32 *crc, const void *data, size_t size) function UInt32 (line 65) | UInt32 CrcCalculateDigest(const void *data, size_t size) function CrcVerifyDigest (line 73) | int CrcVerifyDigest(UInt32 digest, const void *data, size_t size) FILE: src/lzma/C/7zip/Archive/7z_C/7zDecode.c type CLzmaInCallbackImp (line 15) | typedef struct _CLzmaInCallbackImp function LzmaReadImp (line 22) | int LzmaReadImp(void *object, const unsigned char **buffer, SizeT *size) function SZ_RESULT (line 40) | SZ_RESULT SzDecode(const CFileSize *packSizes, const CFolder *folder, FILE: src/lzma/C/7zip/Archive/7z_C/7zExtract.c function SZ_RESULT (line 7) | SZ_RESULT SzExtract( FILE: src/lzma/C/7zip/Archive/7z_C/7zHeader.h type EIdEnum (line 15) | enum EIdEnum FILE: src/lzma/C/7zip/Archive/7z_C/7zIn.c function SzArDbExInit (line 9) | void SzArDbExInit(CArchiveDatabaseEx *db) function SzArDbExFree (line 18) | void SzArDbExFree(CArchiveDatabaseEx *db, void (*freeFunc)(void *)) function SZ_RESULT (line 48) | SZ_RESULT MySzInAlloc(void **p, size_t size, void * (*allocFunc)(size_t ... function SZ_RESULT (line 60) | SZ_RESULT SzArDbExFill(CArchiveDatabaseEx *db, void * (*allocFunc)(size_... function CFileSize (line 124) | CFileSize SzArDbGetFolderStreamPos(CArchiveDatabaseEx *db, UInt32 folder... function CFileSize (line 130) | CFileSize SzArDbGetFolderFullPackSize(CArchiveDatabaseEx *db, UInt32 fol... function SZ_RESULT (line 188) | SZ_RESULT SafeReadDirect(ISzInStream *inStream, Byte *data, size_t size) function SZ_RESULT (line 214) | SZ_RESULT SafeReadDirectByte(ISzInStream *inStream, Byte *data) function SZ_RESULT (line 219) | SZ_RESULT SafeReadDirectUInt32(ISzInStream *inStream, UInt32 *value) function SZ_RESULT (line 232) | SZ_RESULT SafeReadDirectUInt64(ISzInStream *inStream, UInt64 *value) function TestSignatureCandidate (line 245) | int TestSignatureCandidate(Byte *testBytes) type CSzData (line 254) | typedef struct _CSzState function SZ_RESULT (line 260) | SZ_RESULT SzReadByte(CSzData *sd, Byte *b) function SZ_RESULT (line 269) | SZ_RESULT SzReadBytes(CSzData *sd, Byte *data, size_t size) function SZ_RESULT (line 279) | SZ_RESULT SzReadUInt32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 292) | SZ_RESULT SzReadNumber(CSzData *sd, UInt64 *value) function SZ_RESULT (line 315) | SZ_RESULT SzReadSize(CSzData *sd, CFileSize *value) function SZ_RESULT (line 323) | SZ_RESULT SzReadNumber32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 335) | SZ_RESULT SzReadID(CSzData *sd, UInt64 *value) function SZ_RESULT (line 340) | SZ_RESULT SzSkeepDataSize(CSzData *sd, UInt64 size) function SZ_RESULT (line 349) | SZ_RESULT SzSkeepData(CSzData *sd) function SZ_RESULT (line 356) | SZ_RESULT SzReadArchiveProperties(CSzData *sd) function SZ_RESULT (line 369) | SZ_RESULT SzWaitAttribute(CSzData *sd, UInt64 attribute) function SZ_RESULT (line 383) | SZ_RESULT SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, void ... function SZ_RESULT (line 402) | SZ_RESULT SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, void... function SZ_RESULT (line 415) | SZ_RESULT SzReadHashDigests( function SZ_RESULT (line 433) | SZ_RESULT SzReadPackInfo( function SZ_RESULT (line 481) | SZ_RESULT SzReadSwitch(CSzData *sd) function SZ_RESULT (line 488) | SZ_RESULT SzGetNextFolderItem(CSzData *sd, CFolder *folder, void * (*all... function SZ_RESULT (line 589) | SZ_RESULT SzReadUnPackInfo( function SZ_RESULT (line 660) | SZ_RESULT SzReadSubStreamsInfo( function SZ_RESULT (line 806) | SZ_RESULT SzReadStreamsInfo( function SZ_RESULT (line 852) | SZ_RESULT SzReadFileNames(CSzData *sd, UInt32 numFiles, CFileItem *files, function SZ_RESULT (line 928) | SZ_RESULT SzReadHeader2( function SZ_RESULT (line 1059) | SZ_RESULT SzReadHeader( function SZ_RESULT (line 1082) | SZ_RESULT SzReadAndDecodePackedStreams2( function SZ_RESULT (line 1150) | SZ_RESULT SzReadAndDecodePackedStreams( function SZ_RESULT (line 1182) | SZ_RESULT SzArchiveOpen2( function SZ_RESULT (line 1282) | SZ_RESULT SzArchiveOpen( FILE: src/lzma/C/7zip/Archive/7z_C/7zIn.h type CInArchiveInfo (line 10) | typedef struct _CInArchiveInfo type CArchiveDatabaseEx (line 16) | typedef struct _CArchiveDatabaseEx type ISzInStream (line 31) | typedef struct _ISzInStream FILE: src/lzma/C/7zip/Archive/7z_C/7zItem.c function SzCoderInfoInit (line 6) | void SzCoderInfoInit(CCoderInfo *coder) function SzCoderInfoFree (line 11) | void SzCoderInfoFree(CCoderInfo *coder, void (*freeFunc)(void *p)) function SzFolderInit (line 17) | void SzFolderInit(CFolder *folder) function SzFolderFree (line 31) | void SzFolderFree(CFolder *folder, void (*freeFunc)(void *p)) function UInt32 (line 43) | UInt32 SzFolderGetNumOutStreams(CFolder *folder) function SzFolderFindBindPairForInStream (line 52) | int SzFolderFindBindPairForInStream(CFolder *folder, UInt32 inStreamIndex) function SzFolderFindBindPairForOutStream (line 62) | int SzFolderFindBindPairForOutStream(CFolder *folder, UInt32 outStreamIn... function CFileSize (line 71) | CFileSize SzFolderGetUnPackSize(CFolder *folder) function SzFileInit (line 93) | void SzFileInit(CFileItem *fileItem) function SzFileFree (line 102) | void SzFileFree(CFileItem *fileItem, void (*freeFunc)(void *p)) function SzArchiveDatabaseInit (line 108) | void SzArchiveDatabaseInit(CArchiveDatabase *db) function SzArchiveDatabaseFree (line 120) | void SzArchiveDatabaseFree(CArchiveDatabase *db, void (*freeFunc)(void *)) FILE: src/lzma/C/7zip/Archive/7z_C/7zItem.h type CCoderInfo (line 10) | typedef struct _CCoderInfo type CBindPair (line 21) | typedef struct _CBindPair type CFolder (line 27) | typedef struct _CFolder type CFileItem (line 50) | typedef struct _CFileItem type CArchiveDatabase (line 74) | typedef struct _CArchiveDatabase FILE: src/lzma/C/7zip/Archive/7z_C/7zMain.c type CFileInStream (line 15) | typedef struct _CFileInStream function SZ_RESULT (line 26) | SZ_RESULT SzFileReadImp(void *object, void **buffer, size_t maxRequiredS... function SZ_RESULT (line 41) | SZ_RESULT SzFileReadImp(void *object, void *buffer, size_t size, size_t ... function SZ_RESULT (line 52) | SZ_RESULT SzFileSeekImp(void *object, CFileSize pos) function PrintError (line 61) | void PrintError(char *sz) function main (line 66) | int main(int numargs, char *args[]) FILE: src/lzma/C/7zip/Archive/7z_C/7zMethodID.c function AreMethodsEqual (line 5) | int AreMethodsEqual(CMethodID *a1, CMethodID *a2) FILE: src/lzma/C/7zip/Archive/7z_C/7zMethodID.h type CMethodID (line 10) | typedef struct _CMethodID FILE: src/lzma/C/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 37) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 62) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 95) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 121) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function STDMETHODIMP (line 144) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 168) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 193) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 209) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/lzma/C/7zip/Common/FileStreams.h function virtual (line 27) | virtual ~CInFileStream() {} function virtual (line 70) | virtual ~COutFileStream() {} FILE: src/lzma/C/7zip/Common/InBuffer.cpp function Byte (line 75) | Byte CInBuffer::ReadBlock2() FILE: src/lzma/C/7zip/Common/InBuffer.h function class (line 10) | class CInBufferException function class (line 18) | class CInBuffer FILE: src/lzma/C/7zip/Common/OutBuffer.cpp function UInt64 (line 45) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 54) | HRESULT COutBuffer::FlushPart() function HRESULT (line 92) | HRESULT COutBuffer::Flush() FILE: src/lzma/C/7zip/Common/OutBuffer.h type COutBufferException (line 10) | struct COutBufferException function class (line 17) | class COutBuffer FILE: src/lzma/C/7zip/Common/StreamUtils.cpp function HRESULT (line 8) | HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size,... function HRESULT (line 27) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt... FILE: src/lzma/C/7zip/Compress/Branch/ARM.cpp function UInt32 (line 8) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/lzma/C/7zip/Compress/Branch/ARMThumb.cpp function UInt32 (line 8) | UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/lzma/C/7zip/Compress/Branch/BranchARM.c function UInt32 (line 5) | UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/lzma/C/7zip/Compress/Branch/BranchARMThumb.c function UInt32 (line 5) | UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int enco... FILE: src/lzma/C/7zip/Compress/Branch/BranchCoder.cpp function STDMETHODIMP (line 6) | STDMETHODIMP CBranchConverter::Init() FILE: src/lzma/C/7zip/Compress/Branch/BranchCoder.h function virtual (line 18) | virtual void SubInit() {} FILE: src/lzma/C/7zip/Compress/Branch/BranchIA64.c function UInt32 (line 13) | UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/lzma/C/7zip/Compress/Branch/BranchPPC.c function UInt32 (line 5) | UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/lzma/C/7zip/Compress/Branch/BranchSPARC.c function UInt32 (line 5) | UInt32 SPARC_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/lzma/C/7zip/Compress/Branch/BranchX86.c function UInt32 (line 24) | UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos, FILE: src/lzma/C/7zip/Compress/Branch/IA64.cpp function UInt32 (line 8) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/lzma/C/7zip/Compress/Branch/PPC.cpp function UInt32 (line 9) | UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/lzma/C/7zip/Compress/Branch/SPARC.cpp function UInt32 (line 9) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/lzma/C/7zip/Compress/Branch/x86.cpp function UInt32 (line 10) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/lzma/C/7zip/Compress/Branch/x86.h type CBranch86 (line 9) | struct CBranch86 FILE: src/lzma/C/7zip/Compress/Branch/x86_2.cpp function IsJcc (line 10) | inline bool IsJcc(Byte b0, Byte b1) function Test86MSByte (line 17) | static bool inline Test86MSByte(Byte b) function HRESULT (line 46) | HRESULT CBCJ2_x86_Encoder::Flush() function HRESULT (line 57) | HRESULT CBCJ2_x86_Encoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 262) | STDMETHODIMP CBCJ2_x86_Encoder::Code(ISequentialInStream **inStreams, function HRESULT (line 281) | HRESULT CBCJ2_x86_Decoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 397) | STDMETHODIMP CBCJ2_x86_Decoder::Code(ISequentialInStream **inStreams, FILE: src/lzma/C/7zip/Compress/Branch/x86_2.h function ReleaseStreams (line 44) | void ReleaseStreams() function class (line 52) | class CCoderReleaser function ReleaseStreams (line 97) | void ReleaseStreams() function HRESULT (line 106) | HRESULT Flush() { return _outStream.Flush(); } function class (line 107) | class CCoderReleaser FILE: src/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h function namespace (line 6) | namespace BT_NAMESPACE { FILE: src/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h function namespace (line 7) | namespace BT_NAMESPACE { FILE: src/lzma/C/7zip/Compress/LZ/HashChain/HC.h function namespace (line 6) | namespace HC_NAMESPACE { FILE: src/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h function namespace (line 7) | namespace HC_NAMESPACE { FILE: src/lzma/C/7zip/Compress/LZ/LZInWindow.cpp function HRESULT (line 35) | HRESULT CLZInWindow::Init(ISequentialInStream *stream) function HRESULT (line 65) | HRESULT CLZInWindow::ReadBlock() FILE: src/lzma/C/7zip/Compress/LZ/LZInWindow.h function class (line 8) | class CLZInWindow FILE: src/lzma/C/7zip/Compress/LZ/LZOutWindow.h type COutBufferException (line 19) | typedef COutBufferException CLZOutWindowException; function class (line 21) | class CLZOutWindow: public COutBuffer FILE: src/lzma/C/7zip/Compress/LZ/Patricia/Pat.h function namespace (line 10) | namespace PAT_NAMESPACE { type CNode (line 85) | struct CNode function AddLeafNode (line 283) | void AddLeafNode(CNodePointer aNode, Byte aByte, Byte aByteXOR, FILE: src/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h function namespace (line 6) | namespace PAT_NAMESPACE { FILE: src/lzma/C/7zip/Compress/LZMA/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp type NCompress (line 8) | namespace NCompress { type NLZMA (line 9) | namespace NLZMA { function HRESULT (line 47) | HRESULT CDecoder::CodeSpec(UInt32 curSize) function STDMETHODIMP (line 213) | STDMETHODIMP CDecoder::CodeReal(ISequentialInStream *inStream, function STDMETHODIMP (line 260) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 269) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *properties,... function STDMETHODIMP (line 283) | STDMETHODIMP CDecoder::SetDecoderPropertiesRaw(int lc, int lp, int p... function STDMETHODIMP (line 297) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) function STDMETHODIMP (line 303) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 309) | STDMETHODIMP CDecoder::ReleaseInStream() function STDMETHODIMP (line 315) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 326) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/lzma/C/7zip/Compress/LZMA/LZMADecoder.h function namespace (line 14) | namespace NCompress { FILE: src/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp type NCompress (line 58) | namespace NCompress { type NLZMA (line 59) | namespace NLZMA { class CFastPosInit (line 96) | class CFastPosInit method CFastPosInit (line 99) | CFastPosInit() { Init(); } method Init (line 100) | void Init() function UInt32 (line 158) | UInt32 CLiteralEncoder2::GetPrice(bool matchMode, Byte matchByte, By... type NLength (line 188) | namespace NLength { function UInt32 (line 225) | UInt32 CEncoder::GetPrice(UInt32 symbol, UInt32 posState) const function HRESULT (line 264) | HRESULT CEncoder::Create() function AreStringsEqual (line 351) | static bool AreStringsEqual(const wchar_t *base, const wchar_t *test... function FindMatchFinder (line 367) | static int FindMatchFinder(const wchar_t *s) function STDMETHODIMP (line 375) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 495) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 505) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 511) | STDMETHODIMP CEncoder::ReleaseOutStream() function HRESULT (line 517) | HRESULT CEncoder::Init() function HRESULT (line 563) | HRESULT CEncoder::MovePos(UInt32 num) function UInt32 (line 574) | UInt32 CEncoder::Backward(UInt32 &backRes, UInt32 cur) function HRESULT (line 623) | HRESULT CEncoder::GetOptimum(UInt32 position, UInt32 &backRes, UInt3... function ChangePair (line 1077) | static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) function HRESULT (line 1084) | HRESULT CEncoder::ReadMatchDistances(UInt32 &lenRes) function HRESULT (line 1094) | HRESULT CEncoder::GetOptimumFast(UInt32 position, UInt32 &backRes, U... function STDMETHODIMP (line 1187) | STDMETHODIMP CEncoder::InitMatchFinder(IMatchFinder *matchFinder) function HRESULT (line 1193) | HRESULT CEncoder::Flush(UInt32 nowPos) function HRESULT (line 1222) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, function HRESULT (line 1245) | HRESULT CEncoder::SetStreams(ISequentialInStream *inStream, function HRESULT (line 1279) | HRESULT CEncoder::CodeOneBlock(UInt64 *inSize, UInt64 *outSize, Int3... function STDMETHODIMP (line 1447) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, FILE: src/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h function namespace (line 14) | namespace NCompress { function UInt32 (line 269) | UInt32 GetRepLen1Price(CState state, UInt32 posState) const function UInt32 (line 274) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 pos... function UInt32 (line 314) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) const function ReleaseMFStream (line 336) | void ReleaseMFStream() function ReleaseStreams (line 345) | void ReleaseStreams() function class (line 352) | class CCoderReleaser function SetWriteEndMarkerMode (line 368) | void SetWriteEndMarkerMode(bool writeEndMarker) function virtual (line 411) | virtual ~CEncoder() {} FILE: src/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 40) | static inline bool IsItWindowsNT() type NKey (line 54) | namespace NKey { type Enum (line 55) | enum Enum function PrintHelp (line 92) | static void PrintHelp() function PrintHelpAndExit (line 113) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 120) | static void IncorrectCommand() function WriteArgumentsToStringList (line 125) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 132) | static bool GetNumber(const wchar_t *s, UInt32 &value) function main2 (line 147) | int main2(int n, const char *args[]) function main (line 496) | int main(int n, const char *args[]) FILE: src/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CRandomGenerator (line 25) | class CRandomGenerator method CRandomGenerator (line 30) | CRandomGenerator() { Init(); } method Init (line 31) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 32) | UInt32 GetRnd() class CBitRandomGenerator (line 40) | class CBitRandomGenerator method Init (line 46) | void Init() method UInt32 (line 51) | UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 70) | class CBenchRandomGenerator method CBenchRandomGenerator (line 77) | CBenchRandomGenerator(): Buffer(0) {} method Init (line 79) | void Init() { RG.Init(); } method Set (line 80) | void Set(UInt32 bufferSize) method UInt32 (line 88) | UInt32 GetRndBit() { return RG.GetRnd(1); } method UInt32 (line 96) | UInt32 GetLogRandBits(int numBits) method UInt32 (line 101) | UInt32 GetOffset() method UInt32 (line 107) | UInt32 GetLen() method Generate (line 115) | void Generate() class CBenchmarkInStream (line 135) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 143) | MY_UNKNOWN_IMP function STDMETHODIMP (line 153) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 166) | class CBenchmarkOutStream: method CBenchmarkOutStream (line 175) | CBenchmarkOutStream(): _f(0), Buffer(0) {} method Init (line 177) | void Init(FILE *f, UInt32 bufferSize) function STDMETHODIMP (line 190) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 205) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 211) | MY_UNKNOWN_IMP function STDMETHODIMP (line 216) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 224) | static UInt64 GetTimeCount() function UInt64 (line 236) | static UInt64 GetFreq() type CProgressInfo (line 248) | struct CProgressInfo: method Init (line 255) | void Init() function STDMETHODIMP (line 264) | STDMETHODIMP CProgressInfo::SetRatioInfo(const UInt64 *inSize, const UIn... function UInt32 (line 276) | static UInt32 GetLogSize(UInt32 size) function UInt64 (line 285) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) function UInt64 (line 299) | static UInt64 GetCompressRating(UInt32 dictionarySize, bool isBT4, function UInt64 (line 317) | static UInt64 GetDecompressRating(UInt64 elapsedTime, function PrintRating (line 337) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 342) | static void PrintResults( function ThrowError (line 360) | static void ThrowError(FILE *f, HRESULT result, const char *s) function LzmaBenchmark (line 375) | int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, ... FILE: src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp class CInStreamRam (line 14) | class CInStreamRam: method MY_UNKNOWN_IMP (line 22) | MY_UNKNOWN_IMP function STDMETHODIMP (line 32) | STDMETHODIMP CInStreamRam::Read(void *data, UInt32 size, UInt32 *process... class COutStreamRam (line 45) | class COutStreamRam: method Init (line 54) | void Init(Byte *data, size_t size) method SetPos (line 61) | void SetPos(size_t pos) method MY_UNKNOWN_IMP (line 66) | MY_UNKNOWN_IMP function STDMETHODIMP (line 80) | STDMETHODIMP COutStreamRam::Write(const void *data, UInt32 size, UInt32 ... function LzmaRamEncode (line 99) | int LzmaRamEncode( FILE: src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h type ESzFilterMode (line 34) | enum ESzFilterMode FILE: src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c function LzmaRamGetUncompressedSize (line 15) | int LzmaRamGetUncompressedSize( function LzmaRamDecompress (line 35) | int LzmaRamDecompress( FILE: src/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c function LzmaDecodeProperties (line 124) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 159) | int LzmaDecode(CLzmaDecoderState *vs, function IfBit0 (line 441) | IfBit0(probLen) function IfBit0 (line 452) | IfBit0(probLen) FILE: src/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h type ILzmaInCallback (line 68) | typedef struct _ILzmaInCallback type CLzmaProperties (line 79) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 95) | typedef struct _CLzmaDecoderState FILE: src/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c type CRangeDecoder (line 35) | typedef struct _CRangeDecoder function Byte (line 48) | Byte RangeDecoderReadByte(CRangeDecoder *rd) function RangeDecoderInit (line 69) | void RangeDecoderInit(CRangeDecoder *rd function UInt32 (line 93) | UInt32 RangeDecoderDecodeDirectBits(CRangeDecoder *rd, int numTotalBits) function RangeDecoderBitDecode (line 121) | int RangeDecoderBitDecode(CProb *prob, CRangeDecoder *rd) function RangeDecoderBitTreeDecode (line 159) | int RangeDecoderBitTreeDecode(CProb *probs, int numLevels, CRangeDecoder... function RangeDecoderReverseBitTreeDecode (line 181) | int RangeDecoderReverseBitTreeDecode(CProb *probs, int numLevels, CRange... function Byte (line 206) | Byte LzmaLiteralDecode(CProb *probs, CRangeDecoder *rd) function Byte (line 228) | Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchB... function LzmaLenDecode (line 286) | int LzmaLenDecode(CProb *p, CRangeDecoder *rd, int posState) function LzmaDecodeProperties (line 330) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 365) | int LzmaDecode(CLzmaDecoderState *vs, FILE: src/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c function LzmaDecodeProperties (line 114) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 145) | int LzmaDecode( function IfBit0 (line 383) | IfBit0(probLen) function IfBit0 (line 394) | IfBit0(probLen) FILE: src/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h type CLzmaProperties (line 64) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 80) | typedef struct _CLzmaDecoderState FILE: src/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c function MyReadFile (line 25) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 28) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function PrintError (line 31) | int PrintError(char *buffer, const char *message) function main3 (line 38) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 157) | int main2(int numArgs, const char *args[], char *rs) function main (line 189) | int main(int numArgs, const char *args[]) FILE: src/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c function MyReadFile (line 19) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 26) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function MyWriteFile (line 29) | size_t MyWriteFile(FILE *file, const void *data, size_t size) function MyWriteFileAndCheck (line 36) | int MyWriteFileAndCheck(FILE *file, const void *data, size_t size) type CBuffer (line 41) | typedef struct _CBuffer function LzmaReadCompressed (line 48) | int LzmaReadCompressed(void *object, const unsigned char **buffer, SizeT... function PrintError (line 64) | int PrintError(char *buffer, const char *message) function main3 (line 71) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 304) | int main2(int numArgs, const char *args[], char *rs) function main (line 336) | int main(int numArgs, const char *args[]) FILE: src/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp class CInMemoryStream (line 47) | class CInMemoryStream: method CInMemoryStream (line 53) | CInMemoryStream(const Bytef *data, UInt64 size) : class COutMemoryStream (line 113) | class COutMemoryStream: method COutMemoryStream (line 118) | COutMemoryStream(Bytef *data, UInt64 maxsize) : FILE: src/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp type NCompress (line 7) | namespace NCompress { type NRangeCoder (line 8) | namespace NRangeCoder { FILE: src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h function namespace (line 9) | namespace NCompress { FILE: src/lzma/C/7zip/ICoder.h function namespace (line 39) | namespace NCoderPropID function namespace (line 142) | namespace NMethodPropID FILE: src/lzma/C/Common/Alloc.cpp function MyFree (line 32) | void MyFree(void *address) throw() function MidFree (line 54) | void MidFree(void *address) throw() function SetLargePageSize (line 74) | bool SetLargePageSize() function BigFree (line 106) | void BigFree(void *address) throw() FILE: src/lzma/C/Common/CRC.cpp class CCRCTableInit (line 25) | class CCRCTableInit method CCRCTableInit (line 28) | CCRCTableInit() { CCRC::InitTable(); } FILE: src/lzma/C/Common/CRC.h function class (line 9) | class CCRC FILE: src/lzma/C/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/lzma/C/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/lzma/C/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, function ParseSubCharsCommand (line 232) | bool ParseSubCharsCommand(int numForms, const CCommandSubCharsSet *forms, FILE: src/lzma/C/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/lzma/C/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/lzma/C/Common/MyCom.h function Release (line 24) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 25) | operator T*() const { return (T*)_p; } FILE: src/lzma/C/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/lzma/C/Common/MyWindows.h type CHAR (line 17) | typedef char CHAR; type UCHAR (line 18) | typedef unsigned char UCHAR; type BYTE (line 19) | typedef unsigned char BYTE; type SHORT (line 21) | typedef short SHORT; type USHORT (line 22) | typedef unsigned short USHORT; type WORD (line 23) | typedef unsigned short WORD; type VARIANT_BOOL (line 24) | typedef short VARIANT_BOOL; type INT (line 26) | typedef int INT; type Int32 (line 27) | typedef Int32 INT32; type UINT (line 28) | typedef unsigned int UINT; type UInt32 (line 29) | typedef UInt32 UINT32; type INT32 (line 30) | typedef INT32 LONG; type UINT32 (line 31) | typedef UINT32 ULONG; type UINT32 (line 32) | typedef UINT32 DWORD; type Int64 (line 34) | typedef Int64 LONGLONG; type UInt64 (line 35) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 37) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 38) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 40) | typedef const CHAR *LPCSTR; type CHAR (line 41) | typedef CHAR TCHAR; type TCHAR (line 42) | typedef const TCHAR *LPCTSTR; type wchar_t (line 43) | typedef wchar_t WCHAR; type WCHAR (line 44) | typedef WCHAR OLECHAR; type WCHAR (line 45) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 46) | typedef OLECHAR *BSTR; type OLECHAR (line 47) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 48) | typedef OLECHAR *LPOLESTR; type FILETIME (line 50) | typedef struct _FILETIME type ULONG (line 58) | typedef ULONG PROPID; type LONG (line 59) | typedef LONG SCODE; type IUnknown (line 85) | struct IUnknown type IUnknown (line 92) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 97) | enum VARENUM type VARTYPE (line 127) | typedef unsigned short VARTYPE; type WORD (line 128) | typedef WORD PROPVAR_PAD1; type WORD (line 129) | typedef WORD PROPVAR_PAD2; type WORD (line 130) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 132) | typedef struct tagPROPVARIANT type PROPVARIANT (line 157) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 158) | typedef tagVARIANT VARIANT; type VARIANT (line 159) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 175) | typedef enum tagSTREAM_SEEK FILE: src/lzma/C/Common/NewHandler.cpp class CC (line 67) | class CC method CC (line 70) | CC() FILE: src/lzma/C/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/lzma/C/Common/String.cpp function wchar_t (line 18) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 36) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 54) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 66) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 128) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 152) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 164) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 176) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 194) | int MyStringCompareNoCase(const char *s1, const char *s2) FILE: src/lzma/C/Common/String.h function MyStringLen (line 18) | int MyStringLen(const T *s) function T (line 26) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 33) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 35) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 37) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 39) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 54) | inline char MyCharUpper(char c) function wchar_t (line 57) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 63) | inline char MyCharLower(char c) function wchar_t (line 66) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 74) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 81) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 114) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 121) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 143) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 149) | void InsertSpace(int &index, int size) function T (line 156) | static T *GetNextCharPointer(T *p) function T (line 158) | static const T *GetNextCharPointer(const T *p) function T (line 160) | static T *GetPrevCharPointer(T *base, T *p) function T (line 162) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 169) | void SetCapacity(int newCapacity) function GrowLength (line 197) | void GrowLength(int n) function CorrectIndex (line 214) | void CorrectIndex(int &index) const function operator (line 245) | operator const T*() const { return _chars;} function T (line 249) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 255) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 256) | void ReleaseBuffer(int newLength) function Empty (line 319) | void Empty() function CStringBase (line 327) | CStringBase Mid(int startIndex) const function CStringBase (line 329) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 346) | CStringBase Left(int count) const function CStringBase (line 348) | CStringBase Right(int count) const function MakeUpper (line 355) | void MakeUpper() function MakeLower (line 357) | void MakeLower() function Compare (line 360) | int Compare(const CStringBase& s) const function CompareNoCase (line 363) | int CompareNoCase(const CStringBase& s) const function Find (line 372) | int Find(T c) const { return Find(c, 0); } function Find (line 373) | int Find(T c, int startIndex) const function Find (line 385) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 386) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 401) | int ReverseFind(T c) const function FindOneOf (line 415) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 423) | void TrimLeft(T c) function TrimRight (line 445) | void TrimRight() function TrimRight (line 449) | void TrimRight(T c) function Trim (line 470) | void Trim() function Insert (line 476) | int Insert(int index, T c) function Insert (line 483) | int Insert(int index, const CStringBase &s) function Replace (line 497) | int Replace(T oldChar, T newChar) function Replace (line 514) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 617) | typedef CStringBase AString; type CStringBase (line 618) | typedef CStringBase UString; type CObjectVector (line 620) | typedef CObjectVector AStringVector; type CObjectVector (line 621) | typedef CObjectVector UStringVector; type UString (line 624) | typedef UString CSysString; type AString (line 626) | typedef AString CSysString; type CObjectVector (line 629) | typedef CObjectVector CSysStringVector; FILE: src/lzma/C/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 48) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 59) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 75) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/lzma/C/Common/StringConvert.h function wchar_t (line 13) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 15) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 17) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 19) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 21) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 23) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 28) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 30) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 35) | inline const AString& GetOemString(const AString &oemString) function AString (line 37) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 42) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 44) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 46) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 48) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 50) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString) function AString (line 57) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 61) | inline AString GetSystemString(const UString &unicodeString) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/lzma/C/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 44) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 63) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/lzma/C/Common/Types.h type Byte (line 6) | typedef unsigned char Byte; type Int16 (line 7) | typedef short Int16; type UInt16 (line 8) | typedef unsigned short UInt16; type Int32 (line 9) | typedef int Int32; type UInt32 (line 10) | typedef unsigned int UInt32; type __int64 (line 12) | typedef __int64 Int64; type UInt64 (line 13) | typedef unsigned __int64 UInt64; type Int64 (line 15) | typedef long long int Int64; type UInt64 (line 16) | typedef unsigned long long int UInt64; FILE: src/lzma/C/Common/Vector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 39) | CRecordVector(const CRecordVector &v): function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function Sort (line 81) | void Sort(int left, int right) function Sort (line 94) | void Sort() { Sort(0, Size()); } function Sort (line 95) | void Sort(int left, int right, int (*compare)(const T*, const T*, void *... function Sort (line 109) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 115) | typedef CRecordVector CIntVector; type CUIntVector (line 116) | typedef CRecordVector CUIntVector; type CRecordVector (line 117) | typedef CRecordVector CBoolVector; type CByteVector (line 118) | typedef CRecordVector CByteVector; type CRecordVector (line 119) | typedef CRecordVector CPointerVector; function T (line 142) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 148) | int Add(const T& item) function Insert (line 150) | void Insert(int index, const T& item) function Find (line 159) | int Find(const T& item) const function FindInSorted (line 166) | int FindInSorted(const T& item) const function AddToSorted (line 182) | int AddToSorted(const T& item) function Sort (line 203) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 206) | static int CompareObjectItems(void *const *a1, void *const *a2, void *pa... function Sort (line 208) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/lzma/C/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function BOOL (line 9) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 12) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 15) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/lzma/C/Windows/FileIO.cpp type NWindows (line 15) | namespace NWindows { type NFile (line 16) | namespace NFile { type NIO (line 17) | namespace NIO { function DWORD (line 176) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/lzma/C/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/lzma/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/lzma/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/lzma/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/lzma/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method Init (line 9) | void Init(System.IO.Stream inStream); method ReleaseStream (line 10) | void ReleaseStream(); method MovePos (line 11) | void MovePos(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetLongestMatch (line 21) | UInt32 GetLongestMatch(UInt32[] distances); method DummyLongestMatch (line 22) | void DummyLongestMatch(); FILE: src/lzma/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 40) | public void SetType(int numHashBytes, bool big) method Hash (line 63) | UInt32 Hash(UInt32 offset, out UInt32 hash2Value, out UInt32 hash3Value) method Hash (line 72) | UInt32 Hash(UInt32 offset) method Init (line 77) | public new void Init(System.IO.Stream inStream) method ReleaseStream (line 94) | public new void ReleaseStream() { base.ReleaseStream(); } method MovePos (line 96) | public new void MovePos() method GetIndexByte (line 106) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 108) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 111) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 113) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetLongestMatch (line 144) | public UInt32 GetLongestMatch(UInt32[] distances) method DummyLongestMatch (line 328) | public void DummyLongestMatch() method NormalizeLinks (line 432) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 445) | void Normalize() method SetCutValue (line 461) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/lzma/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method BeforeMoveBlock (line 25) | public virtual void BeforeMoveBlock() { } method AfterMoveBlock (line 26) | public virtual void AfterMoveBlock() { } method MoveBlock (line 28) | public void MoveBlock() method ReadBlock (line 41) | public virtual void ReadBlock() method Free (line 67) | void Free() { _bufferBase = null; } method Create (line 69) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method Init (line 84) | public void Init(System.IO.Stream stream) method ReleaseStream (line 94) | public void ReleaseStream() { _stream = null; } method MovePos (line 96) | public void MovePos() method GetIndexByte (line 108) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 111) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 125) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 127) | public void ReduceOffsets(Int32 subValue) FILE: src/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 13) | public void Create(uint windowSize) method Init (line 25) | public void Init(System.IO.Stream stream, bool solid) method Init (line 36) | public void Init(System.IO.Stream stream) { Init(stream, false); } method ReleaseStream (line 38) | public void ReleaseStream() method Flush (line 44) | public void Flush() method CopyBlock (line 55) | public void CopyBlock(uint distance, uint len) method PutByte (line 70) | public void PutByte(byte b) method GetByte (line 77) | public byte GetByte(uint distance) FILE: src/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 197) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 229) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 348) | public void SetDecoderProperties(byte[] properties) FILE: src/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method FindMatchFinder (line 25) | static int FindMatchFinder(string s) method Encoder (line 37) | static Encoder() method GetPosSlot (line 51) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 60) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 73) | void BaseInit() class LiteralEncoder (line 84) | class LiteralEncoder type Encoder2 (line 86) | public struct Encoder2 method Create (line 90) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 92) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 94) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 105) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 124) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 159) | public void Create(int numPosBits, int numPrevBits) method Init (line 173) | public void Init() method GetState (line 180) | uint GetState(uint pos, byte prevByte) method GetSubCoder (line 183) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 187) | class LenEncoder method LenEncoder (line 195) | public LenEncoder() method Init (line 204) | public void Init(UInt32 numPosStates) method Encode (line 216) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method GetPrice (line 240) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) class LenPriceTableEncoder (line 269) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 275) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 277) | public new UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 282) | void UpdateTable(UInt32 posState) method UpdateTables (line 289) | public void UpdateTables(UInt32 numPosStates) method Encode (line 295) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 304) | class Optimal method MakeAsChar (line 324) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 325) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 326) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 386) | void Create() method Encoder (line 418) | public Encoder() method SetWriteEndMarkerMode (line 426) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 430) | void Init() method ReadMatchDistances (line 466) | void ReadMatchDistances(out UInt32 lenRes) method MovePos (line 476) | void MovePos(UInt32 num) method GetRepLen1Price (line 486) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetRepPrice (line 492) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 514) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 528) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 566) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1046) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method GetOptimumFast (line 1052) | UInt32 GetOptimumFast(UInt32 position, out UInt32 backRes) method InitMatchFinder (line 1143) | void InitMatchFinder(LZ.IMatchFinder matchFinder) method WriteEndMarker (line 1148) | void WriteEndMarker(UInt32 posState) method Flush (line 1167) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1175) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1350) | void ReleaseMFStream() method SetOutStream (line 1359) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1360) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1362) | void ReleaseStreams() method SetStreams (line 1368) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1400) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetCoderProperties (line 1427) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method WriteCoderProperties (line 1533) | public void WriteCoderProperties(System.IO.Stream outStream) method FillPosSlotPrices (line 1541) | void FillPosSlotPrices() method FillDistancesPrices (line 1554) | void FillDistancesPrices() method FillAlignPrices (line 1574) | void FillAlignPrices() FILE: src/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class LzmaAlone (line 6) | class LzmaAlone type Key (line 8) | enum Key method PrintHelp (line 24) | static void PrintHelp() method GetNumber (line 44) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 58) | static int IncorrectCommand() method Main2 (line 64) | static int Main2(string[] args) method Main (line 266) | [STAThread] FILE: src/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 67) | public CBenchRandomGenerator() { } method Init (line 68) | public void Init() { RG.Init(); } method Set (line 69) | public void Set(UInt32 bufferSize) method GetRndBit (line 75) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 83) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 88) | UInt32 GetOffset() method GetLen (line 94) | UInt32 GetLen() method Generate (line 102) | public void Generate() class CrcOutStream (line 122) | class CrcOutStream : System.IO.Stream method Init (line 125) | public void Init() { CRC.Init(); } method GetDigest (line 126) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 133) | public override void Flush() { } method Seek (line 134) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 135) | public override void SetLength(long value) { } method Read (line 136) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 138) | public override void WriteByte(byte b) method Write (line 142) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 148) | class CProgressInfo : ICodeProgress method Init (line 153) | public void Init() { InSize = 0; } method SetProgress (line 154) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 165) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 174) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 188) | static UInt64 GetCompressRating(UInt32 dictionarySize, bool isBT4, method GetDecompressRating (line 206) | static UInt64 GetDecompressRating(UInt64 elapsedTime, method GetTotalRating (line 213) | static UInt64 GetTotalRating( method PrintValue (line 224) | static void PrintValue(UInt64 v) method PrintRating (line 232) | static void PrintRating(UInt64 rating) method PrintResults (line 238) | static void PrintResults( method LzmaBenchmark (line 259) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/lzma/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/lzma/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/lzma/Java/SevenZip/Compression/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/lzma/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 4) | public class BinTree extends InWindow method SetType (line 52) | public void SetType(int numHashBytes, boolean big) method Init (line 76) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method Create (line 102) | public boolean Create(int historySize, int keepAddBufferBefore, method GetLongestMatch (line 133) | public int GetLongestMatch(int[] distances) method DummyLongestMatch (line 323) | public void DummyLongestMatch() method NormalizeLinks (line 433) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 446) | void Normalize() method SetCutValue (line 462) | public void SetCutValue(int cutValue) FILE: src/lzma/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 25) | public void MoveBlock() method ReadBlock (line 36) | public void ReadBlock() throws IOException method Free (line 62) | void Free() method Create (line 65) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 80) | public void SetStream(java.io.InputStream stream) method ReleaseStream (line 83) | public void ReleaseStream() method Init (line 86) | public void Init() throws IOException method MovePos (line 95) | public void MovePos() throws IOException method GetIndexByte (line 107) | public byte GetIndexByte(int index) method GetMatchLen (line 111) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 125) | public int GetNumAvailableBytes() method ReduceOffsets (line 128) | public void ReduceOffsets(int subValue) FILE: src/lzma/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/lzma/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/lzma/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/lzma/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 34) | static int GetPosSlot(int pos) method GetPosSlot2 (line 43) | static int GetPosSlot2(int pos) method BaseInit (line 56) | void BaseInit() class LiteralEncoder (line 67) | class LiteralEncoder class Encoder2 (line 69) | class Encoder2 method Init (line 73) | public void Init() method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 174) | public LenEncoder() method Init (line 183) | public void Init(int numPosStates) method Encode (line 194) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method GetPrice (line 218) | public int GetPrice(int symbol, int posState) class LenPriceTableEncoder (line 247) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 253) | public void SetTableSize(int tableSize) method GetPrice (line 256) | public int GetPrice(int symbol, int posState) method UpdateTable (line 261) | void UpdateTable(int posState) method UpdateTables (line 268) | public void UpdateTables(int numPosStates) method Encode (line 274) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 283) | class Optimal method MakeAsChar (line 303) | public void MakeAsChar() method MakeAsShortRep (line 305) | public void MakeAsShortRep() method IsShortRep (line 307) | public boolean IsShortRep() method Create (line 368) | void Create() method Encoder (line 402) | public Encoder() method Init (line 410) | void Init() method ReadMatchDistances (line 438) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 449) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 459) | int GetRepLen1Price(int state, int posState) method GetRepPrice (line 465) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 487) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int[] backRes, int cur) method GetOptimum (line 538) | int GetOptimum(int position, int []backRes) throws IOException method ChangePair (line 1010) | boolean ChangePair(int smallDist, int bigDist) method GetOptimumFast (line 1016) | int GetOptimumFast(int position, int[] backRes) throws IOException method WriteEndMarker (line 1107) | void WriteEndMarker(int posState) throws IOException method Flush (line 1126) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1135) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1312) | void ReleaseMFStream() method SetOutStream (line 1321) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1323) | void ReleaseOutStream() method ReleaseStreams (line 1326) | void ReleaseStreams() method SetStreams (line 1332) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1360) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1387) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillPosSlotPrices (line 1395) | void FillPosSlotPrices() method FillDistancesPrices (line 1408) | void FillDistancesPrices() method FillAlignPrices (line 1428) | void FillAlignPrices() method SetAlgorithm (line 1436) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1445) | public boolean SetDictionarySize(int dictionarySize) method SeNumFastBytes (line 1457) | public boolean SeNumFastBytes(int numFastBytes) method SetMatchFinder (line 1465) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1479) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1493) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/lzma/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/lzma/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() method Init (line 18) | public void Init() method GetRnd (line 20) | public int GetRnd() class CBitRandomGenerator (line 28) | static class CBitRandomGenerator method Init (line 33) | public void Init() method GetRnd (line 38) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 58) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 64) | public CBenchRandomGenerator() method Init (line 66) | public void Init() method Set (line 68) | public void Set(int bufferSize) method GetRndBit (line 74) | int GetRndBit() method GetLogRandBits (line 76) | int GetLogRandBits(int numBits) method GetOffset (line 81) | int GetOffset() method GetLen (line 87) | int GetLen() method Generate (line 95) | public void Generate() class CrcOutStream (line 115) | static class CrcOutStream extends java.io.OutputStream method Init (line 119) | public void Init() method GetDigest (line 123) | public int GetDigest() method write (line 127) | public void write(byte[] b) method write (line 131) | public void write(byte[] b, int off, int len) method write (line 135) | public void write(int b) class MyOutputStream (line 141) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 147) | public MyOutputStream(byte[] buffer) method reset (line 153) | public void reset() method write (line 158) | public void write(int b) throws IOException method size (line 165) | public int size() class MyInputStream (line 171) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 177) | public MyInputStream(byte[] buffer, int size) method reset (line 183) | public void reset() method read (line 188) | public int read() class CProgressInfo (line 196) | static class CProgressInfo implements ICodeProgress method Init (line 201) | public void Init() method SetProgress (line 203) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 214) | static int GetLogSize(int size) method MyMultDiv64 (line 223) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 237) | static long GetCompressRating(int dictionarySize, boolean isBT4, long ... method GetDecompressRating (line 254) | static long GetDecompressRating(long elapsedTime, method GetTotalRating (line 261) | static long GetTotalRating( method PrintValue (line 272) | static void PrintValue(long v) method PrintRating (line 281) | static void PrintRating(long rating) method PrintResults (line 287) | static void PrintResults( method LzmaBenchmark (line 308) | static public int LzmaBenchmark(int numIterations, int dictionarySize,... FILE: src/motorola-bin.c function init_crc32 (line 42) | void init_crc32() function crc32buf (line 59) | unsigned int crc32buf(char *buf, size_t len) type motorola (line 67) | struct motorola { function usage (line 75) | void usage(void) function main (line 82) | int main(int argc, char **argv) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/getdelim.c function getdelim (line 46) | ssize_t FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/getline.c function getline (line 28) | ssize_t FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7zapi.cpp function compress_lzma_7zapi (line 10) | int compress_lzma_7zapi(const unsigned char* in_data, unsigned in_size, ... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7zlzma.cpp function compress_lzma_7z (line 6) | bool compress_lzma_7z(const unsigned char* in_data, function decompress_lzma_7z (line 51) | bool decompress_lzma_7z(const unsigned char* in_data, FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriBitCoder.cpp type NCompression (line 6) | namespace NCompression { type NArithmetic (line 7) | namespace NArithmetic { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriBitCoder.h function namespace (line 6) | namespace NCompression { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriConst.h type NCompression (line 6) | typedef NCompression::NArithmetic::CRangeEncoder CMyRangeEncoder; type NCompression (line 7) | typedef NCompression::NArithmetic::CRangeDecoder CMyRangeDecoder; FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriPrice.h function namespace (line 4) | namespace NCompression { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree.h function namespace (line 4) | namespace BT_NAMESPACE { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMF.h function namespace (line 6) | namespace BT_NAMESPACE { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMFMain.h function namespace (line 3) | namespace BT_NAMESPACE { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMain.h function namespace (line 3) | namespace BT_NAMESPACE { function HRESULT (line 62) | HRESULT CInTree::Create(UINT32 aSizeHistory, UINT32 aKeepAddBufferBefore, function HRESULT (line 102) | HRESULT CInTree::Init(ISequentialInStream *aStream) function UINT32 (line 127) | inline UINT32 Hash(const BYTE *aPointer, UINT32 &aHash2Value, UINT32 &aH... function UINT32 (line 136) | inline UINT32 Hash(const BYTE *aPointer, UINT32 &aHash2Value) function UINT32 (line 144) | inline UINT32 Hash(const BYTE *aPointer) function UINT32 (line 150) | inline UINT32 Hash(const BYTE *aPointer) function UINT32 (line 157) | UINT32 CInTree::GetLongestMatch(UINT32 *aDistances) function DummyLongestMatch (line 362) | void CInTree::DummyLongestMatch() function AfterMoveBlock (line 464) | void CInTree::AfterMoveBlock() function NormalizeLinks (line 472) | void CInTree::NormalizeLinks(CIndex *anArray, UINT32 aNumItems, UINT32 a... function Normalize (line 485) | void CInTree::Normalize() FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BitTreeCoder.h function Encode (line 20) | void Encode(CMyRangeEncoder *aRangeEncoder, UINT32 aSymbol) function UINT32 (line 31) | UINT32 GetPrice(UINT32 aSymbol) const function UINT32 (line 59) | UINT32 Decode(CMyRangeDecoder *aRangeDecoder) function Create (line 86) | bool Create(UINT32 aNumBitLevels) function Init (line 92) | void Init() function Encode (line 98) | void Encode(CMyRangeEncoder *aRangeEncoder, UINT32 aSymbol) function UINT32 (line 109) | UINT32 GetPrice(UINT32 aSymbol) const function Create (line 144) | bool Create(UINT32 aNumBitLevels) function Init (line 150) | void Init() function UINT32 (line 156) | UINT32 Decode(CMyRangeDecoder *aRangeDecoder) function UINT32 (line 186) | UINT32 Decode(CMyRangeDecoder *aRangeDecoder) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/CRC.h function class (line 6) | class CCRC FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/Const.h function namespace (line 4) | namespace NDeflate { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/IInOutStreams.cpp function HRESULT (line 4) | HRESULT ISequentialInStream::Read(void *aData, UINT32 aSize, UINT32* aPr... function HRESULT (line 14) | HRESULT ISequentialOutStream::Write(const void *aData, UINT32 aSize, UIN... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/IInOutStreams.h function class (line 6) | class ISequentialInStream function class (line 16) | class ISequentialOutStream FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/InByte.cpp type NStream (line 3) | namespace NStream{ FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/InByte.h function namespace (line 6) | namespace NStream { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMA.cpp type NCompress (line 3) | namespace NCompress { type NLZMA (line 4) | namespace NLZMA { class CConstInit (line 8) | class CConstInit method CConstInit (line 11) | CConstInit() FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMADecoder.cpp type NCompress (line 6) | namespace NCompress { type NLZMA (line 7) | namespace NLZMA { function HRESULT (line 9) | HRESULT CDecoder::SetDictionarySize(UINT32 aDictionarySize) function HRESULT (line 24) | HRESULT CDecoder::SetLiteralProperties( function HRESULT (line 35) | HRESULT CDecoder::SetPosBitsProperties(UINT32 aNumPosStateBits) function HRESULT (line 52) | HRESULT CDecoder::Create() function HRESULT (line 63) | HRESULT CDecoder::Init(ISequentialInStream *anInStream, function HRESULT (line 102) | HRESULT CDecoder::CodeReal(ISequentialInStream *anInStream, function HRESULT (line 235) | HRESULT CDecoder::Code(ISequentialInStream *anInStream, ISequentialO... function HRESULT (line 246) | HRESULT CDecoder::ReadCoderProperties(ISequentialInStream *anInStream) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMADecoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMAEncoder.cpp type NCompress (line 11) | namespace NCompress { type NLZMA (line 12) | namespace NLZMA { class CFastPosInit (line 16) | class CFastPosInit method CFastPosInit (line 19) | CFastPosInit() function HRESULT (line 54) | HRESULT CEncoder::Create() function HRESULT (line 68) | HRESULT CEncoder::SetEncoderAlgorithm(UINT32 A) { function HRESULT (line 79) | HRESULT CEncoder::SetEncoderNumFastBytes(UINT32 A) { function HRESULT (line 89) | HRESULT CEncoder::SetDictionarySize(UINT32 aDictionarySize) function HRESULT (line 102) | HRESULT CEncoder::SetLiteralProperties(UINT32 aLiteralPosStateBits, ... function HRESULT (line 113) | HRESULT CEncoder::SetPosBitsProperties(UINT32 aNumPosStateBits) function HRESULT (line 123) | HRESULT CEncoder::WriteCoderProperties(ISequentialOutStream *anOutSt... function HRESULT (line 140) | HRESULT CEncoder::Init(ISequentialInStream *anInStream, ISequentialO... function UINT32 (line 196) | UINT32 CEncoder::Backward(UINT32 &aBackRes, UINT32 aCur) function UINT32 (line 239) | UINT32 CEncoder::GetOptimum(UINT32 &aBackRes, UINT32 aPosition) function ChangePair (line 683) | static bool inline ChangePair(UINT32 aSmall, UINT32 aBig) function UINT32 (line 690) | UINT32 CEncoder::GetOptimumFast(UINT32 &aBackRes, UINT32 aPosition) function HRESULT (line 780) | HRESULT CEncoder::Flush() function HRESULT (line 786) | HRESULT CEncoder::CodeReal(ISequentialInStream *anInStream, function HRESULT (line 934) | HRESULT CEncoder::Code(ISequentialInStream *anInStream, ISequentialO... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMAEncoder.h function namespace (line 15) | namespace NCompress { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LenCoder.cpp type NLength (line 6) | namespace NLength { function UINT32 (line 45) | UINT32 CEncoder::GetPrice(UINT32 aSymbol, UINT32 aPosState) const FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LenCoder.h function namespace (line 6) | namespace NLength { function class (line 47) | class CPriceTableEncoder: public CEncoder function UINT32 (line 55) | UINT32 GetPrice(UINT32 aSymbol, UINT32 aPosState) const function UpdateTable (line 57) | void UpdateTable(UINT32 aPosState) function UpdateTables (line 63) | void UpdateTables() function Encode (line 68) | void Encode(CMyRangeEncoder *aRangeEncoder, UINT32 aSymbol, UINT32 aPosS... function class (line 77) | class CDecoder function Init (line 88) | void Init() function UINT32 (line 99) | UINT32 Decode(CMyRangeDecoder *aRangeDecoder, UINT32 aPosState) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LiteralCoder.cpp type NLiteral (line 6) | namespace NLiteral { function UINT32 (line 37) | UINT32 CEncoder2::GetPrice(bool aMatchMode, BYTE aMatchByte, BYTE aSym... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LiteralCoder.h function namespace (line 7) | namespace NLiteral { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/OutByte.cpp type NStream (line 3) | namespace NStream { function HRESULT (line 23) | HRESULT COutByte::Flush() FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/OutByte.h function namespace (line 7) | namespace NStream { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/Portable.h type INT8 (line 6) | typedef signed char INT8; type UINT8 (line 7) | typedef unsigned char UINT8; type INT16 (line 8) | typedef short INT16; type UINT16 (line 9) | typedef unsigned short UINT16; type INT32 (line 10) | typedef long INT32; type UINT32 (line 11) | typedef unsigned long UINT32; type INT64 (line 13) | typedef long long INT64; type UINT64 (line 14) | typedef unsigned long long UINT64; type __int64 (line 16) | typedef __int64 INT64; type UINT64 (line 17) | typedef unsigned __int64 UINT64; type UINT8 (line 20) | typedef UINT8 BYTE; type UINT16 (line 21) | typedef UINT16 WORD; type UINT32 (line 22) | typedef UINT32 DWORD; type UINT_PTR (line 24) | typedef unsigned UINT_PTR; type BOOL (line 26) | typedef int BOOL; function T (line 38) | T MyMin(T a, T b) { function T (line 42) | T MyMax(T a, T b) { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/RangeCoder.h function namespace (line 7) | namespace NCompression { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowIn.cpp type NStream (line 4) | namespace NStream { type NWindow (line 5) | namespace NWindow { function HRESULT (line 33) | HRESULT CIn::Init(ISequentialInStream *aStream) function HRESULT (line 56) | HRESULT CIn::ReadBlock() FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowIn.h function namespace (line 6) | namespace NStream { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowOut.cpp type NStream (line 3) | namespace NStream { type NWindow (line 4) | namespace NWindow { function HRESULT (line 46) | HRESULT COut::Flush() FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowOut.h function namespace (line 6) | namespace NStream { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/lzDecomp.cpp function decompress_lzma_7z (line 7) | int decompress_lzma_7z( unsigned char* in_data, FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/7zlzma.c function decompress_lzma_7z (line 13) | int decompress_lzma_7z( unsigned char* in_data, FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/AriBitCoder.h type UINT32 (line 12) | typedef UINT32 CBitDecoder; function INLINE (line 14) | INLINE void BitDecoderInit(CBitDecoder *bitDecoder) function INLINE (line 22) | INLINE UINT32 BitDecode(ISequentialInStream *in_stream, CBitDecoder *bi... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/BitTreeCoder.h type CBitTreeDecoder (line 16) | typedef struct CBitTreeDecoder function INLINE (line 23) | INLINE void BitTreeDecoderInit(CBitTreeDecoder *bitTreeDecoder, UINT32 a... function INLINE (line 37) | INLINE UINT32 BitTreeDecode(ISequentialInStream *in_stream, CBitTreeDeco... type CReverseBitTreeDecoder2 (line 56) | typedef struct CReverseBitTreeDecoder2 function INLINE (line 64) | INLINE BOOL ReverseBitTreeDecoder2Create(CReverseBitTreeDecoder2 *revers... function INLINE (line 75) | INLINE void ReverseBitTreeDecoder2Init(CReverseBitTreeDecoder2 *reverseB... function INLINE (line 82) | INLINE UINT32 ReverseBitTreeDecoder2Decode(ISequentialInStream *in_strea... type CReverseBitTreeDecoder (line 102) | typedef struct CReverseBitTreeDecoder function INLINE (line 110) | INLINE void ReverseBitTreeDecoderInit(CReverseBitTreeDecoder *reverseBit... function INLINE (line 124) | INLINE UINT32 ReverseBitTreeDecoderDecode(ISequentialInStream *in_stream... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/IInOutStreams.c function HRESULT (line 20) | HRESULT InStreamRead(void *aData, UINT32 aSize, UINT32* aProcessedSize) { function BYTE (line 31) | BYTE InStreamReadByte() FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/IInOutStreams.h type ISequentialInStream (line 6) | typedef struct ISequentialInStream function INLINE (line 14) | INLINE void InStreamInit(unsigned char * Adata, unsigned Asize) function INLINE (line 25) | INLINE BYTE InStreamReadByte(ISequentialInStream *in_stream) type ISequentialOutStream (line 36) | typedef struct ISequentialOutStream FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMA.h type BYTE (line 16) | typedef BYTE CState; function INLINE (line 18) | INLINE void CStateInit(CState *m_Index) function INLINE (line 20) | INLINE void CStateUpdateChar(CState *m_Index) function INLINE (line 22) | INLINE void CStateUpdateMatch(CState *m_Index) function INLINE (line 24) | INLINE void CStateUpdateRep(CState *m_Index) function INLINE (line 26) | INLINE void CStateUpdateShortRep(CState *m_Index) function INLINE (line 43) | INLINE UINT32 GetLenToPosState(UINT32 aLen) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMADecoder.c type WindowOut (line 12) | struct WindowOut function LzmaDecoderFreeBuffer (line 18) | static void LzmaDecoderFreeBuffer(LzmaDecoder *lzmaDecoder) function HRESULT (line 61) | HRESULT LzmaDecoderSetDictionarySize( function HRESULT (line 77) | HRESULT LzmaDecoderSetLiteralProperties( function HRESULT (line 90) | HRESULT LzmaDecoderSetPosBitsProperties( function LzmaDecoderConstructor (line 105) | void LzmaDecoderConstructor(LzmaDecoder *lzmaDecoder) function HRESULT (line 111) | HRESULT LzmaDecoderCreate(LzmaDecoder *lzmaDecoder) function HRESULT (line 123) | HRESULT LzmaDecoderInit(LzmaDecoder *lzmaDecoder) function HRESULT (line 161) | HRESULT LzmaDecoderCodeReal( function HRESULT (line 339) | HRESULT LzmaDecoderCode( function HRESULT (line 359) | HRESULT LzmaDecoderReadCoderProperties(LzmaDecoder *lzmaDecoder) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMADecoder.h type LzmaDecoder (line 10) | typedef struct LzmaDecoder FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LenCoder.h type LenDecoder (line 27) | typedef struct LenDecoder function INLINE (line 37) | INLINE void LenDecoderCreate(LenDecoder *lenCoder, UINT32 aNumPosStates) function INLINE (line 42) | INLINE void LenDecoderInit(LenDecoder *lenCoder) function INLINE (line 55) | INLINE UINT32 LenDecode(ISequentialInStream *in_stream, LenDecoder *lenC... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LiteralCoder.h type LitDecoder2 (line 15) | typedef struct LitDecoder2 function INLINE (line 21) | INLINE void LitDecoder2Init(LitDecoder2 *litDecoder2) function INLINE (line 29) | INLINE BYTE LitDecoder2DecodeNormal(ISequentialInStream *in_stream, LitD... function INLINE (line 44) | INLINE BYTE LitDecoder2DecodeWithMatchByte(ISequentialInStream *in_strea... type LitDecoder (line 72) | typedef struct LitDecoder function INLINE (line 92) | INLINE void LitDecoderCreate(LitDecoder *litDecoder, UINT32 aNumPosBits,... function INLINE (line 106) | INLINE void LitDecoderInit(LitDecoder *litDecoder) function INLINE (line 114) | INLINE UINT32 LitDecoderGetState(LitDecoder *litDecoder, UINT32 aPos, BY... function INLINE (line 119) | INLINE BYTE LitDecodeNormal(ISequentialInStream *in_stream, LitDecoder *... function INLINE (line 124) | INLINE BYTE LitDecodeWithMatchByte(ISequentialInStream *in_stream, LitDe... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/Portable.h type INT8 (line 22) | typedef char INT8; type UINT8 (line 23) | typedef unsigned char UINT8; type INT16 (line 24) | typedef short INT16; type UINT16 (line 25) | typedef unsigned short UINT16; type INT32 (line 26) | typedef int INT32; type UINT32 (line 27) | typedef unsigned int UINT32; type BOOL (line 28) | typedef int BOOL; type INT64 (line 32) | typedef long long INT64; type UINT64 (line 33) | typedef unsigned long long UINT64; type UINT8 (line 35) | typedef UINT8 BYTE; type UINT16 (line 36) | typedef UINT16 WORD; type UINT32 (line 37) | typedef UINT32 DWORD; type UINT_PTR (line 39) | typedef unsigned UINT_PTR; FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/RCDefs.h function INLINE (line 37) | INLINE void * lzma_malloc(unsigned long sz) function INLINE (line 51) | INLINE void lzma_free(void * blk_p) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/RangeCoder.h type CRangeDecoder (line 9) | typedef struct CRangeDecoder function INLINE (line 17) | INLINE void RangeDecoderInit( function INLINE (line 28) | INLINE UINT32 RangeDecodeDirectBits( FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/WindowOut.h type WindowOut (line 6) | typedef struct WindowOut function INLINE (line 26) | INLINE void OutWindowCopyBackBlock(UINT32 aDistance, UINT32 aLen) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/vxTypesOld.h type INT8 (line 79) | typedef char INT8; type INT16 (line 80) | typedef short INT16; type INT32 (line 81) | typedef int INT32; type UINT8 (line 83) | typedef unsigned char UINT8; type UINT16 (line 84) | typedef unsigned short UINT16; type UINT32 (line 85) | typedef unsigned int UINT32; type UCHAR (line 87) | typedef unsigned char UCHAR; type USHORT (line 88) | typedef unsigned short USHORT; type UINT (line 89) | typedef unsigned int UINT; type ULONG (line 90) | typedef unsigned long ULONG; type BOOL (line 92) | typedef int BOOL; type STATUS (line 93) | typedef int STATUS; type ARGINT (line 94) | typedef int ARGINT; type VOID (line 96) | typedef void VOID; type pointer_mix_t (line 116) | typedef union type fd_mask (line 193) | typedef long fd_mask; type fd_set (line 199) | typedef struct fd_set type u_char (line 212) | typedef unsigned char u_char; type u_short (line 213) | typedef unsigned short u_short; type u_int (line 214) | typedef unsigned int u_int; type u_long (line 215) | typedef unsigned long u_long; type ushort (line 216) | typedef unsigned short ushort; type TBOOL (line 221) | typedef char TBOOL; type INSTR (line 229) | typedef unsigned short INSTR; type INSTR (line 233) | typedef unsigned long INSTR; type INSTR (line 237) | typedef unsigned long INSTR; type INSTR (line 241) | typedef unsigned char INSTR; type INSTR (line 245) | typedef unsigned long INSTR; type INSTR (line 249) | typedef unsigned long INSTR; type INSTR (line 254) | typedef unsigned short INSTR; type INSTR (line 256) | typedef unsigned long INSTR; FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/mksquashfs.c function snprintf (line 90) | inline int snprintf(char *str, size_t n, const char *fmt, ...) type directory (line 135) | struct directory { type file_info (line 144) | struct file_info type exclude_info (line 151) | struct exclude_info { type exclude_info (line 158) | struct exclude_info type stat (line 159) | struct stat type fragment (line 165) | struct fragment { type old_root_entry_info (line 182) | struct old_root_entry_info { type file_info (line 189) | struct file_info { type duplicate_buffer_handle (line 224) | struct duplicate_buffer_handle { type old_root_entry_info (line 229) | struct old_root_entry_info type stat (line 239) | struct stat type file_info (line 242) | struct file_info type duplicate_buffer_handle (line 242) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 242) | struct duplicate_buffer_handle type fragment (line 242) | struct fragment function verror_msg (line 254) | static void verror_msg(const char *s, va_list p) function vperror_msg (line 261) | static void vperror_msg(const char *s, va_list p) function perror_msg (line 273) | static void perror_msg(const char *s, ...) function error_msg_and_die (line 282) | static void error_msg_and_die(const char *s, ...) function perror_msg_and_die (line 293) | static void perror_msg_and_die(const char *s, ...) function FILE (line 303) | static FILE *xfopen(const char *path, const char *mode) function restorefs (line 312) | void restorefs() function sighandler (line 337) | void sighandler() function mangle (line 349) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 417) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 465) | void read_bytes(int fd, unsigned int byte, int bytes, char *buff) function write_bytes (line 481) | void write_bytes(int fd, unsigned int byte, int bytes, char *buff) function write_inodes (line 500) | unsigned int write_inodes() function write_directories (line 536) | unsigned int write_directories() function get_uid (line 572) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 589) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function squashfs_inode (line 609) | squashfs_inode create_inode(char *filename, int type, int byte_size, function init_dir (line 750) | void init_dir(struct directory *dir) function add_dir (line 763) | void add_dir(squashfs_inode inode, char *name, int type, struct director... function squashfs_inode (line 820) | squashfs_inode write_dir(char *filename, struct directory *dir) type fragment (line 915) | struct fragment function write_fragment (line 944) | void write_fragment() type fragment (line 968) | struct fragment type fragment (line 969) | struct fragment type fragment (line 971) | struct fragment type fragment (line 979) | struct fragment type fragment (line 979) | struct fragment function write_fragment_table (line 992) | unsigned int write_fragment_table() type duplicate_buffer_handle (line 1041) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 1050) | struct duplicate_buffer_handle function get_checksum (line 1061) | unsigned short get_checksum(unsigned char *(get_next_file_block)(struct ... function add_file (line 1083) | void add_file(int start, int file_bytes, unsigned int *block_listp, int ... type file_info (line 1110) | struct file_info type duplicate_buffer_handle (line 1110) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 1110) | struct duplicate_buffer_handle type fragment (line 1110) | struct fragment type duplicate_buffer_handle (line 1113) | struct duplicate_buffer_handle type file_info (line 1115) | struct file_info type duplicate_buffer_handle (line 1122) | struct duplicate_buffer_handle type file_info (line 1149) | struct file_info type file_info (line 1149) | struct file_info function squashfs_inode (line 1176) | squashfs_inode write_file(char *filename, long long size, int *duplicate... type linuxdir (line 1271) | struct linuxdir { type directory (line 1277) | struct directory type linuxdir (line 1279) | struct linuxdir type linuxdir (line 1280) | struct linuxdir function linux_readdir (line 1291) | int linux_readdir(void *l, char *filename, char *dir_name, struct stat* ... function linux_closedir (line 1317) | void linux_closedir(void *linuxdir) function interpret_table_entry (line 1324) | static int interpret_table_entry(char *line, char* filename, char* dirna... function devtable_readdir (line 1388) | int devtable_readdir(void *l, char *filename, char *dir_name, struct sta... type directory (line 1498) | struct directory function encomp_readdir (line 1509) | int encomp_readdir(void *l, char *filename, char *dir_name, struct stat*... function encomp_closedir (line 1540) | void encomp_closedir(void *linuxdir) type directory (line 1545) | struct directory function single_readdir (line 1552) | int single_readdir(void *l, char *filename, char *dir_name, struct stat*... function squashfs_inode (line 1576) | squashfs_inode dir_scan(char *pathname, void* (_opendir)(char *, struct ... function slog (line 1685) | unsigned int slog(unsigned int block) function excluded (line 1696) | int excluded(char *filename, struct stat *buf) function add_exclude (line 1714) | int add_exclude(char *path) function add_old_root_entry (line 1745) | void add_old_root_entry(char *name, squashfs_inode inode, int type) function main (line 1768) | int main(int argc, char *argv[]) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/read_fs.c function read_block (line 58) | int read_block(int fd, int start, int *next, unsigned char *block, squas... function scan_inode_table (line 102) | int scan_inode_table(int fd, int start, int end, int root_inode_start, s... function read_super (line 237) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 357) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_filesystem (line 397) | int read_filesystem(char *root_name, int fd, squashfs_super_block *sBlk,... FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/sort.c type sort_info (line 52) | struct sort_info { type sort_info (line 59) | struct sort_info type priority_entry (line 61) | struct priority_entry { type priority_entry (line 69) | struct priority_entry type sorted_inode_entry (line 71) | struct sorted_inode_entry { type sorted_inode_entry (line 78) | struct sorted_inode_entry type stat (line 81) | struct stat function add_to_sorted_inode_list (line 85) | int add_to_sorted_inode_list(squashfs_inode inode, dev_t st_dev, ino_t s... function squashfs_inode (line 105) | squashfs_inode get_sorted_inode(struct stat *buf) function add_priority_list (line 121) | int add_priority_list(char *filename, struct stat *buf, int priority) function get_priority (line 141) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 169) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 206) | void generate_file_priorities(char *pathname, int priority, struct stat ... function read_sort_file (line 248) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 268) | void sort_files_and_write(int source, char *source_path[]) FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs.h type squashfs_fragment_index (line 127) | typedef unsigned int squashfs_fragment_index; type squashfs_block (line 147) | typedef unsigned int squashfs_block; type squashfs_inode (line 148) | typedef long long squashfs_inode; type squashfs_uid (line 150) | typedef unsigned int squashfs_uid; type squashfs_super_block (line 152) | typedef struct squashfs_super_block { type squashfs_base_inode_header (line 174) | typedef struct { type squashfs_base_inode_header (line 181) | typedef squashfs_base_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 183) | typedef struct { type squashfs_symlink_inode_header (line 191) | typedef struct { type squashfs_reg_inode_header (line 200) | typedef struct { type squashfs_dir_inode_header (line 213) | typedef struct { type squashfs_inode_header (line 224) | typedef union { type squashfs_dir_entry (line 233) | typedef struct { type squashfs_dir_header (line 240) | typedef struct { type squashfs_fragment_entry (line 246) | typedef struct { type squashfs_base_inode_header_1 (line 368) | typedef struct { type squashfs_ipc_inode_header_1 (line 375) | typedef struct { type squashfs_dev_inode_header_1 (line 384) | typedef struct { type squashfs_symlink_inode_header_1 (line 392) | typedef struct { type squashfs_reg_inode_header_1 (line 401) | typedef struct { type squashfs_dir_inode_header_1 (line 412) | typedef struct { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs_i.h type squashfs_inode_info (line 25) | typedef struct squashfs_inode_info { FILE: src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs_sb.h type squashfs_cache (line 27) | typedef struct { type squashfs_fragment_cache (line 34) | struct squashfs_fragment_cache { type squashfs_sb_info (line 41) | typedef struct squashfs_sb_info { FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/7zlzma.c function decompress_lzma_7z (line 13) | int decompress_lzma_7z( unsigned char* in_data, FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/AriBitCoder.h type UINT32 (line 12) | typedef UINT32 CBitDecoder; function INLINE (line 14) | INLINE void BitDecoderInit(CBitDecoder *bitDecoder) function INLINE (line 22) | INLINE UINT32 BitDecode(ISequentialInStream *in_stream, CBitDecoder *bi... FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/BitTreeCoder.h type CBitTreeDecoder (line 34) | typedef struct CBitTreeDecoder function INLINE (line 41) | INLINE void BitTreeDecoderInit(CBitTreeDecoder *bitTreeDecoder, UINT32 a... function INLINE (line 55) | INLINE UINT32 BitTreeDecode(ISequentialInStream *in_stream, CBitTreeDeco... type CReverseBitTreeDecoder2 (line 74) | typedef struct CReverseBitTreeDecoder2 function INLINE (line 82) | INLINE BOOL ReverseBitTreeDecoder2Create(CReverseBitTreeDecoder2 *revers... function INLINE (line 93) | INLINE void ReverseBitTreeDecoder2Init(CReverseBitTreeDecoder2 *reverseB... function INLINE (line 100) | INLINE UINT32 ReverseBitTreeDecoder2Decode(ISequentialInStream *in_strea... type CReverseBitTreeDecoder (line 120) | typedef struct CReverseBitTreeDecoder function INLINE (line 128) | INLINE void ReverseBitTreeDecoderInit(CReverseBitTreeDecoder *reverseBit... function INLINE (line 142) | INLINE UINT32 ReverseBitTreeDecoderDecode(ISequentialInStream *in_stream... FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/IInOutStreams.c function HRESULT (line 21) | HRESULT InStreamRead(void *aData, UINT32 aSize, UINT32* aProcessedSize) { function BYTE (line 32) | BYTE InStreamReadByte() FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/IInOutStreams.h type ISequentialInStream (line 6) | typedef struct ISequentialInStream function INLINE (line 14) | INLINE void InStreamInit(unsigned char * Adata, unsigned Asize) function INLINE (line 25) | INLINE BYTE InStreamReadByte(ISequentialInStream *in_stream) type ISequentialOutStream (line 36) | typedef struct ISequentialOutStream FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMA.h type BYTE (line 16) | typedef BYTE CState; function INLINE (line 18) | INLINE void CStateInit(CState *m_Index) function INLINE (line 20) | INLINE void CStateUpdateChar(CState *m_Index) function INLINE (line 22) | INLINE void CStateUpdateMatch(CState *m_Index) function INLINE (line 24) | INLINE void CStateUpdateRep(CState *m_Index) function INLINE (line 26) | INLINE void CStateUpdateShortRep(CState *m_Index) function INLINE (line 43) | INLINE UINT32 GetLenToPosState(UINT32 aLen) FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMADecoder.c type WindowOut (line 11) | struct WindowOut function LzmaDecoderFreeBuffer (line 17) | static void LzmaDecoderFreeBuffer(LzmaDecoder *lzmaDecoder) function HRESULT (line 60) | HRESULT LzmaDecoderSetDictionarySize( function HRESULT (line 76) | HRESULT LzmaDecoderSetLiteralProperties( function HRESULT (line 89) | HRESULT LzmaDecoderSetPosBitsProperties( function LzmaDecoderConstructor (line 104) | void LzmaDecoderConstructor(LzmaDecoder *lzmaDecoder) function HRESULT (line 110) | HRESULT LzmaDecoderCreate(LzmaDecoder *lzmaDecoder) function HRESULT (line 122) | HRESULT LzmaDecoderInit(LzmaDecoder *lzmaDecoder) function HRESULT (line 160) | HRESULT LzmaDecoderCodeReal( function HRESULT (line 338) | HRESULT LzmaDecoderCode( function HRESULT (line 358) | HRESULT LzmaDecoderReadCoderProperties(LzmaDecoder *lzmaDecoder) FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMADecoder.h type LzmaDecoder (line 10) | typedef struct LzmaDecoder FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LenCoder.h type LenDecoder (line 27) | typedef struct LenDecoder function INLINE (line 37) | INLINE void LenDecoderCreate(LenDecoder *lenCoder, UINT32 aNumPosStates) function INLINE (line 42) | INLINE void LenDecoderInit(LenDecoder *lenCoder) function INLINE (line 55) | INLINE UINT32 LenDecode(ISequentialInStream *in_stream, LenDecoder *lenC... FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LiteralCoder.h type LitDecoder2 (line 32) | typedef struct LitDecoder2 function INLINE (line 38) | INLINE void LitDecoder2Init(LitDecoder2 *litDecoder2) function INLINE (line 46) | INLINE BYTE LitDecoder2DecodeNormal(ISequentialInStream *in_stream, LitD... function INLINE (line 61) | INLINE BYTE LitDecoder2DecodeWithMatchByte(ISequentialInStream *in_strea... type LitDecoder (line 89) | typedef struct LitDecoder function INLINE (line 109) | INLINE void LitDecoderCreate(LitDecoder *litDecoder, UINT32 aNumPosBits,... function INLINE (line 123) | INLINE void LitDecoderInit(LitDecoder *litDecoder) function INLINE (line 131) | INLINE UINT32 LitDecoderGetState(LitDecoder *litDecoder, UINT32 aPos, BY... function INLINE (line 136) | INLINE BYTE LitDecodeNormal(ISequentialInStream *in_stream, LitDecoder *... function INLINE (line 141) | INLINE BYTE LitDecodeWithMatchByte(ISequentialInStream *in_stream, LitDe... FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/Portable.h type INT8 (line 22) | typedef char INT8; type UINT8 (line 23) | typedef unsigned char UINT8; type INT16 (line 24) | typedef short INT16; type UINT16 (line 25) | typedef unsigned short UINT16; type INT32 (line 26) | typedef int INT32; type UINT32 (line 27) | typedef unsigned int UINT32; type BOOL (line 28) | typedef int BOOL; type INT64 (line 32) | typedef long long INT64; type UINT64 (line 33) | typedef unsigned long long UINT64; type UINT8 (line 35) | typedef UINT8 BYTE; type UINT16 (line 36) | typedef UINT16 WORD; type UINT32 (line 37) | typedef UINT32 DWORD; type UINT_PTR (line 39) | typedef unsigned UINT_PTR; FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/RangeCoder.h type CRangeDecoder (line 9) | typedef struct CRangeDecoder function INLINE (line 17) | INLINE void RangeDecoderInit( function INLINE (line 28) | INLINE UINT32 RangeDecodeDirectBits( FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/WindowOut.h type WindowOut (line 6) | typedef struct WindowOut function INLINE (line 26) | INLINE void OutWindowCopyBackBlock(UINT32 aDistance, UINT32 aLen) FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/vxTypesOld.h type INT8 (line 79) | typedef char INT8; type INT16 (line 80) | typedef short INT16; type INT32 (line 81) | typedef int INT32; type UINT8 (line 83) | typedef unsigned char UINT8; type UINT16 (line 84) | typedef unsigned short UINT16; type UINT32 (line 85) | typedef unsigned int UINT32; type UCHAR (line 87) | typedef unsigned char UCHAR; type USHORT (line 88) | typedef unsigned short USHORT; type UINT (line 89) | typedef unsigned int UINT; type ULONG (line 90) | typedef unsigned long ULONG; type BOOL (line 92) | typedef int BOOL; type STATUS (line 93) | typedef int STATUS; type ARGINT (line 94) | typedef int ARGINT; type VOID (line 96) | typedef void VOID; type pointer_mix_t (line 116) | typedef union type fd_mask (line 193) | typedef long fd_mask; type fd_set (line 199) | typedef struct fd_set type u_char (line 212) | typedef unsigned char u_char; type u_short (line 213) | typedef unsigned short u_short; type u_int (line 214) | typedef unsigned int u_int; type u_long (line 215) | typedef unsigned long u_long; type ushort (line 216) | typedef unsigned short ushort; type TBOOL (line 221) | typedef char TBOOL; type INSTR (line 229) | typedef unsigned short INSTR; type INSTR (line 233) | typedef unsigned long INSTR; type INSTR (line 237) | typedef unsigned long INSTR; type INSTR (line 241) | typedef unsigned char INSTR; type INSTR (line 245) | typedef unsigned long INSTR; type INSTR (line 249) | typedef unsigned long INSTR; type INSTR (line 254) | typedef unsigned short INSTR; type INSTR (line 256) | typedef unsigned long INSTR; FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_1 (line 43) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 44) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 45) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 46) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 47) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 48) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 49) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_inode_header_1 (line 50) | typedef union squashfs_inode_header_1 squashfs_inode_header_1; type squashfs_dir_index_2 (line 54) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 55) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 56) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 57) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 58) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 59) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 60) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 61) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 62) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 63) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 64) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 65) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 66) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 69) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 70) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 71) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 72) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/nb4-unsquash.c type hash_table_entry (line 89) | struct hash_table_entry { type squashfs_operations (line 95) | typedef struct squashfs_operations { type inode (line 103) | struct inode { type test (line 121) | struct test { type hash_table_entry (line 134) | struct hash_table_entry type test (line 161) | struct test function print_filename (line 202) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 259) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 278) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 292) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 312) | int read_block(long long start, long long *next, char *block) function read_data_block (line 366) | int read_data_block(long long start, unsigned int size, char *block) function read_block_list (line 400) | void read_block_list(unsigned int *block_list, unsigned char *block_ptr,... function read_block_list_1 (line 411) | void read_block_list_1(unsigned int *block_list, unsigned char *block_pt... function uncompress_inode_table (line 428) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 448) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function read_uids_guids (line 475) | void read_uids_guids() function read_fragment_table (line 498) | void read_fragment_table() function read_fragment_table_2 (line 537) | void read_fragment_table_2() function read_fragment_table_1 (line 576) | void read_fragment_table_1() function write_block (line 621) | int write_block(int file_fd, char *buffer, int size) function write_file (line 655) | int write_file(long long file_size, char *pathname, unsigned int fragmen... type inode (line 736) | struct inode type inode (line 742) | struct inode function create_inode (line 880) | int create_inode(char *pathname, struct inode *i) type inode (line 978) | struct inode type inode (line 984) | struct inode type inode (line 1104) | struct inode type inode (line 1110) | struct inode function uncompress_directory_table (line 1232) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 1252) | struct dir_ent { type dir (line 1259) | struct dir { type dir (line 1270) | struct dir type inode (line 1277) | struct inode type dir_ent (line 1279) | struct dir_ent type dir (line 1280) | struct dir type dir (line 1303) | struct dir type dir_ent (line 1341) | struct dir_ent type dir (line 1362) | struct dir type inode (line 1369) | struct inode type dir_ent (line 1371) | struct dir_ent type dir (line 1372) | struct dir type dir (line 1395) | struct dir type dir_ent (line 1433) | struct dir_ent function squashfs_readdir (line 1454) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1470) | void squashfs_closedir(struct dir *dir) type path_entry (line 1491) | struct path_entry { type pathname (line 1497) | struct pathname { type pathnames (line 1502) | struct pathnames { function free_path (line 1508) | void free_path(struct pathname *paths) type pathname (line 1526) | struct pathname type pathname (line 1526) | struct pathname type pathname (line 1534) | struct pathname type path_entry (line 1548) | struct path_entry function display_path (line 1589) | void display_path(int depth, struct pathname *paths) function display_path2 (line 1605) | void display_path2(struct pathname *paths, char *string) type pathnames (line 1622) | struct pathnames type pathnames (line 1624) | struct pathnames type pathnames (line 1624) | struct pathnames type pathnames (line 1630) | struct pathnames type pathnames (line 1630) | struct pathnames type pathname (line 1630) | struct pathname type pathnames (line 1633) | struct pathnames type pathname (line 1633) | struct pathname function free_subdir (line 1640) | void free_subdir(struct pathnames *paths) function matches (line 1646) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function dir_scan (line 1695) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function squashfs_stat (line 1750) | void squashfs_stat(char *source) function read_super (line 1794) | int read_super(char *source) type pathname (line 1855) | struct pathname type pathname (line 1855) | struct pathname function main (line 1882) | int main(int argc, char *argv[]) FILE: src/others/squashfs-2.0-nb4/nb4-unsquashfs/squashfs_fs.h type meta_entry (line 206) | struct meta_entry { type meta_index (line 213) | struct meta_index { type squashfs_block_t (line 228) | typedef long long squashfs_block_t; type squashfs_inode_t (line 229) | typedef long long squashfs_inode_t; type squashfs_super_block (line 231) | struct squashfs_super_block { type squashfs_dir_index (line 260) | struct squashfs_dir_index { type squashfs_base_inode_header (line 275) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 279) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 284) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 290) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 297) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 306) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 316) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 325) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 337) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 338) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 339) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 340) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 341) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 342) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 343) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 344) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 347) | struct squashfs_dir_entry { type squashfs_dir_header (line 355) | struct squashfs_dir_header { type squashfs_fragment_entry (line 361) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 576) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 583) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 592) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 600) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 609) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 620) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 632) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 633) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 634) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 635) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 636) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 637) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_2 (line 697) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 704) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 711) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 718) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 726) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 735) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 748) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 759) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 773) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 774) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 775) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 776) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 777) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 778) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 779) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 782) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 787) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 794) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.0-e2100/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 41) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_uid (line 42) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 43) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 44) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 45) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zAlloc.c function SzFree (line 30) | void SzFree(void *address) function SzFreeTemp (line 56) | void SzFreeTemp(void *address) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zAlloc.h type ISzAlloc (line 8) | typedef struct _ISzAlloc FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zBuffer.c function SzByteBufferInit (line 6) | void SzByteBufferInit(CSzByteBuffer *buffer) function SzByteBufferCreate (line 12) | int SzByteBufferCreate(CSzByteBuffer *buffer, size_t newCapacity, void *... function SzByteBufferFree (line 24) | void SzByteBufferFree(CSzByteBuffer *buffer, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zBuffer.h type CSzByteBuffer (line 9) | typedef struct _CSzByteBuffer FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zCrc.c function InitCrcTable (line 9) | void InitCrcTable() function CrcInit (line 25) | void CrcInit(UInt32 *crc) { *crc = 0xFFFFFFFF; } function UInt32 (line 26) | UInt32 CrcGetDigest(UInt32 *crc) { return *crc ^ 0xFFFFFFFF; } function CrcUpdateByte (line 28) | void CrcUpdateByte(UInt32 *crc, Byte b) function CrcUpdateUInt16 (line 33) | void CrcUpdateUInt16(UInt32 *crc, UInt16 v) function CrcUpdateUInt32 (line 39) | void CrcUpdateUInt32(UInt32 *crc, UInt32 v) function CrcUpdateUInt64 (line 46) | void CrcUpdateUInt64(UInt32 *crc, UInt64 v) function CrcUpdate (line 56) | void CrcUpdate(UInt32 *crc, const void *data, size_t size) function UInt32 (line 65) | UInt32 CrcCalculateDigest(const void *data, size_t size) function CrcVerifyDigest (line 73) | int CrcVerifyDigest(UInt32 digest, const void *data, size_t size) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zDecode.c type CLzmaInCallbackImp (line 15) | typedef struct _CLzmaInCallbackImp function LzmaReadImp (line 22) | int LzmaReadImp(void *object, const unsigned char **buffer, SizeT *size) function SZ_RESULT (line 40) | SZ_RESULT SzDecode(const CFileSize *packSizes, const CFolder *folder, FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zExtract.c function SZ_RESULT (line 7) | SZ_RESULT SzExtract( FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zHeader.h type EIdEnum (line 15) | enum EIdEnum FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zIn.c function SzArDbExInit (line 9) | void SzArDbExInit(CArchiveDatabaseEx *db) function SzArDbExFree (line 18) | void SzArDbExFree(CArchiveDatabaseEx *db, void (*freeFunc)(void *)) function SZ_RESULT (line 48) | SZ_RESULT MySzInAlloc(void **p, size_t size, void * (*allocFunc)(size_t ... function SZ_RESULT (line 60) | SZ_RESULT SzArDbExFill(CArchiveDatabaseEx *db, void * (*allocFunc)(size_... function CFileSize (line 124) | CFileSize SzArDbGetFolderStreamPos(CArchiveDatabaseEx *db, UInt32 folder... function CFileSize (line 130) | CFileSize SzArDbGetFolderFullPackSize(CArchiveDatabaseEx *db, UInt32 fol... function SZ_RESULT (line 188) | SZ_RESULT SafeReadDirect(ISzInStream *inStream, Byte *data, size_t size) function SZ_RESULT (line 214) | SZ_RESULT SafeReadDirectByte(ISzInStream *inStream, Byte *data) function SZ_RESULT (line 219) | SZ_RESULT SafeReadDirectUInt32(ISzInStream *inStream, UInt32 *value) function SZ_RESULT (line 232) | SZ_RESULT SafeReadDirectUInt64(ISzInStream *inStream, UInt64 *value) function TestSignatureCandidate (line 245) | int TestSignatureCandidate(Byte *testBytes) type CSzData (line 254) | typedef struct _CSzState function SZ_RESULT (line 260) | SZ_RESULT SzReadByte(CSzData *sd, Byte *b) function SZ_RESULT (line 269) | SZ_RESULT SzReadBytes(CSzData *sd, Byte *data, size_t size) function SZ_RESULT (line 279) | SZ_RESULT SzReadUInt32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 292) | SZ_RESULT SzReadNumber(CSzData *sd, UInt64 *value) function SZ_RESULT (line 315) | SZ_RESULT SzReadSize(CSzData *sd, CFileSize *value) function SZ_RESULT (line 323) | SZ_RESULT SzReadNumber32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 335) | SZ_RESULT SzReadID(CSzData *sd, UInt64 *value) function SZ_RESULT (line 340) | SZ_RESULT SzSkeepDataSize(CSzData *sd, UInt64 size) function SZ_RESULT (line 349) | SZ_RESULT SzSkeepData(CSzData *sd) function SZ_RESULT (line 356) | SZ_RESULT SzReadArchiveProperties(CSzData *sd) function SZ_RESULT (line 369) | SZ_RESULT SzWaitAttribute(CSzData *sd, UInt64 attribute) function SZ_RESULT (line 383) | SZ_RESULT SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, void ... function SZ_RESULT (line 402) | SZ_RESULT SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, void... function SZ_RESULT (line 415) | SZ_RESULT SzReadHashDigests( function SZ_RESULT (line 433) | SZ_RESULT SzReadPackInfo( function SZ_RESULT (line 481) | SZ_RESULT SzReadSwitch(CSzData *sd) function SZ_RESULT (line 488) | SZ_RESULT SzGetNextFolderItem(CSzData *sd, CFolder *folder, void * (*all... function SZ_RESULT (line 589) | SZ_RESULT SzReadUnPackInfo( function SZ_RESULT (line 660) | SZ_RESULT SzReadSubStreamsInfo( function SZ_RESULT (line 806) | SZ_RESULT SzReadStreamsInfo( function SZ_RESULT (line 852) | SZ_RESULT SzReadFileNames(CSzData *sd, UInt32 numFiles, CFileItem *files, function SZ_RESULT (line 928) | SZ_RESULT SzReadHeader2( function SZ_RESULT (line 1059) | SZ_RESULT SzReadHeader( function SZ_RESULT (line 1082) | SZ_RESULT SzReadAndDecodePackedStreams2( function SZ_RESULT (line 1150) | SZ_RESULT SzReadAndDecodePackedStreams( function SZ_RESULT (line 1182) | SZ_RESULT SzArchiveOpen2( function SZ_RESULT (line 1282) | SZ_RESULT SzArchiveOpen( FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zIn.h type CInArchiveInfo (line 10) | typedef struct _CInArchiveInfo type CArchiveDatabaseEx (line 16) | typedef struct _CArchiveDatabaseEx type ISzInStream (line 31) | typedef struct _ISzInStream FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zItem.c function SzCoderInfoInit (line 6) | void SzCoderInfoInit(CCoderInfo *coder) function SzCoderInfoFree (line 11) | void SzCoderInfoFree(CCoderInfo *coder, void (*freeFunc)(void *p)) function SzFolderInit (line 17) | void SzFolderInit(CFolder *folder) function SzFolderFree (line 31) | void SzFolderFree(CFolder *folder, void (*freeFunc)(void *p)) function UInt32 (line 43) | UInt32 SzFolderGetNumOutStreams(CFolder *folder) function SzFolderFindBindPairForInStream (line 52) | int SzFolderFindBindPairForInStream(CFolder *folder, UInt32 inStreamIndex) function SzFolderFindBindPairForOutStream (line 62) | int SzFolderFindBindPairForOutStream(CFolder *folder, UInt32 outStreamIn... function CFileSize (line 71) | CFileSize SzFolderGetUnPackSize(CFolder *folder) function SzFileInit (line 93) | void SzFileInit(CFileItem *fileItem) function SzFileFree (line 102) | void SzFileFree(CFileItem *fileItem, void (*freeFunc)(void *p)) function SzArchiveDatabaseInit (line 108) | void SzArchiveDatabaseInit(CArchiveDatabase *db) function SzArchiveDatabaseFree (line 120) | void SzArchiveDatabaseFree(CArchiveDatabase *db, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zItem.h type CCoderInfo (line 10) | typedef struct _CCoderInfo type CBindPair (line 21) | typedef struct _CBindPair type CFolder (line 27) | typedef struct _CFolder type CFileItem (line 50) | typedef struct _CFileItem type CArchiveDatabase (line 74) | typedef struct _CArchiveDatabase FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMain.c type CFileInStream (line 15) | typedef struct _CFileInStream function SZ_RESULT (line 26) | SZ_RESULT SzFileReadImp(void *object, void **buffer, size_t maxRequiredS... function SZ_RESULT (line 41) | SZ_RESULT SzFileReadImp(void *object, void *buffer, size_t size, size_t ... function SZ_RESULT (line 52) | SZ_RESULT SzFileSeekImp(void *object, CFileSize pos) function PrintError (line 61) | void PrintError(char *sz) function main (line 66) | int main(int numargs, char *args[]) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMethodID.c function AreMethodsEqual (line 5) | int AreMethodsEqual(CMethodID *a1, CMethodID *a2) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMethodID.h type CMethodID (line 10) | typedef struct _CMethodID FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 37) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 62) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 95) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 121) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function STDMETHODIMP (line 144) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 168) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 193) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 209) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/FileStreams.h function virtual (line 27) | virtual ~CInFileStream() {} function virtual (line 70) | virtual ~COutFileStream() {} FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/InBuffer.cpp function Byte (line 75) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/InBuffer.h function class (line 10) | class CInBufferException function class (line 18) | class CInBuffer FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/OutBuffer.cpp function UInt64 (line 45) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 54) | HRESULT COutBuffer::FlushPart() function HRESULT (line 92) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/OutBuffer.h type COutBufferException (line 10) | struct COutBufferException function class (line 17) | class COutBuffer FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/StreamUtils.cpp function HRESULT (line 8) | HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size,... function HRESULT (line 27) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt... FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARM.cpp function UInt32 (line 8) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARMThumb.cpp function UInt32 (line 8) | UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARM.c function UInt32 (line 5) | UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARMThumb.c function UInt32 (line 5) | UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int enco... FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchCoder.cpp function STDMETHODIMP (line 6) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchCoder.h function virtual (line 18) | virtual void SubInit() {} FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchIA64.c function UInt32 (line 13) | UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchPPC.c function UInt32 (line 5) | UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchSPARC.c function UInt32 (line 5) | UInt32 SPARC_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchX86.c function UInt32 (line 24) | UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos, FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/IA64.cpp function UInt32 (line 8) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/PPC.cpp function UInt32 (line 9) | UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/SPARC.cpp function UInt32 (line 9) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86.cpp function UInt32 (line 10) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86.h type CBranch86 (line 9) | struct CBranch86 FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86_2.cpp function IsJcc (line 10) | inline bool IsJcc(Byte b0, Byte b1) function Test86MSByte (line 17) | static bool inline Test86MSByte(Byte b) function HRESULT (line 46) | HRESULT CBCJ2_x86_Encoder::Flush() function HRESULT (line 57) | HRESULT CBCJ2_x86_Encoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 262) | STDMETHODIMP CBCJ2_x86_Encoder::Code(ISequentialInStream **inStreams, function HRESULT (line 281) | HRESULT CBCJ2_x86_Decoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 397) | STDMETHODIMP CBCJ2_x86_Decoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86_2.h function ReleaseStreams (line 44) | void ReleaseStreams() function class (line 52) | class CCoderReleaser function ReleaseStreams (line 97) | void ReleaseStreams() function HRESULT (line 106) | HRESULT Flush() { return _outStream.Flush(); } function class (line 107) | class CCoderReleaser FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h function namespace (line 6) | namespace BT_NAMESPACE { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h function namespace (line 7) | namespace BT_NAMESPACE { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC.h function namespace (line 6) | namespace HC_NAMESPACE { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h function namespace (line 7) | namespace HC_NAMESPACE { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZInWindow.cpp function HRESULT (line 35) | HRESULT CLZInWindow::Init(ISequentialInStream *stream) function HRESULT (line 65) | HRESULT CLZInWindow::ReadBlock() FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZInWindow.h function class (line 8) | class CLZInWindow FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZOutWindow.h type COutBufferException (line 19) | typedef COutBufferException CLZOutWindowException; function class (line 21) | class CLZOutWindow: public COutBuffer FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat.h function namespace (line 10) | namespace PAT_NAMESPACE { type CNode (line 85) | struct CNode function AddLeafNode (line 283) | void AddLeafNode(CNodePointer aNode, Byte aByte, Byte aByteXOR, FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h function namespace (line 6) | namespace PAT_NAMESPACE { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp type NCompress (line 8) | namespace NCompress { type NLZMA (line 9) | namespace NLZMA { function HRESULT (line 47) | HRESULT CDecoder::CodeSpec(UInt32 curSize) function STDMETHODIMP (line 213) | STDMETHODIMP CDecoder::CodeReal(ISequentialInStream *inStream, function STDMETHODIMP (line 260) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 269) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *properties,... function STDMETHODIMP (line 283) | STDMETHODIMP CDecoder::SetDecoderPropertiesRaw(int lc, int lp, int p... function STDMETHODIMP (line 297) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) function STDMETHODIMP (line 303) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 309) | STDMETHODIMP CDecoder::ReleaseInStream() function STDMETHODIMP (line 315) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 326) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMADecoder.h function namespace (line 14) | namespace NCompress { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp type NCompress (line 58) | namespace NCompress { type NLZMA (line 59) | namespace NLZMA { class CFastPosInit (line 96) | class CFastPosInit method CFastPosInit (line 99) | CFastPosInit() { Init(); } method Init (line 100) | void Init() function UInt32 (line 158) | UInt32 CLiteralEncoder2::GetPrice(bool matchMode, Byte matchByte, By... type NLength (line 188) | namespace NLength { function UInt32 (line 225) | UInt32 CEncoder::GetPrice(UInt32 symbol, UInt32 posState) const function HRESULT (line 264) | HRESULT CEncoder::Create() function AreStringsEqual (line 351) | static bool AreStringsEqual(const wchar_t *base, const wchar_t *test... function FindMatchFinder (line 367) | static int FindMatchFinder(const wchar_t *s) function STDMETHODIMP (line 375) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 495) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 505) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 511) | STDMETHODIMP CEncoder::ReleaseOutStream() function HRESULT (line 517) | HRESULT CEncoder::Init() function HRESULT (line 563) | HRESULT CEncoder::MovePos(UInt32 num) function UInt32 (line 574) | UInt32 CEncoder::Backward(UInt32 &backRes, UInt32 cur) function HRESULT (line 623) | HRESULT CEncoder::GetOptimum(UInt32 position, UInt32 &backRes, UInt3... function ChangePair (line 1077) | static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) function HRESULT (line 1084) | HRESULT CEncoder::ReadMatchDistances(UInt32 &lenRes) function HRESULT (line 1094) | HRESULT CEncoder::GetOptimumFast(UInt32 position, UInt32 &backRes, U... function STDMETHODIMP (line 1187) | STDMETHODIMP CEncoder::InitMatchFinder(IMatchFinder *matchFinder) function HRESULT (line 1193) | HRESULT CEncoder::Flush(UInt32 nowPos) function HRESULT (line 1222) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, function HRESULT (line 1245) | HRESULT CEncoder::SetStreams(ISequentialInStream *inStream, function HRESULT (line 1279) | HRESULT CEncoder::CodeOneBlock(UInt64 *inSize, UInt64 *outSize, Int3... function STDMETHODIMP (line 1447) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h function namespace (line 14) | namespace NCompress { function UInt32 (line 269) | UInt32 GetRepLen1Price(CState state, UInt32 posState) const function UInt32 (line 274) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 pos... function UInt32 (line 314) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) const function ReleaseMFStream (line 336) | void ReleaseMFStream() function ReleaseStreams (line 345) | void ReleaseStreams() function class (line 352) | class CCoderReleaser function SetWriteEndMarkerMode (line 368) | void SetWriteEndMarkerMode(bool writeEndMarker) function virtual (line 411) | virtual ~CEncoder() {} FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 40) | static inline bool IsItWindowsNT() type NKey (line 54) | namespace NKey { type Enum (line 55) | enum Enum function PrintHelp (line 92) | static void PrintHelp() function PrintHelpAndExit (line 113) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 120) | static void IncorrectCommand() function WriteArgumentsToStringList (line 125) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 132) | static bool GetNumber(const wchar_t *s, UInt32 &value) function main2 (line 147) | int main2(int n, const char *args[]) function main (line 496) | int main(int n, const char *args[]) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CRandomGenerator (line 25) | class CRandomGenerator method CRandomGenerator (line 30) | CRandomGenerator() { Init(); } method Init (line 31) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 32) | UInt32 GetRnd() class CBitRandomGenerator (line 40) | class CBitRandomGenerator method Init (line 46) | void Init() method UInt32 (line 51) | UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 70) | class CBenchRandomGenerator method CBenchRandomGenerator (line 77) | CBenchRandomGenerator(): Buffer(0) {} method Init (line 79) | void Init() { RG.Init(); } method Set (line 80) | void Set(UInt32 bufferSize) method UInt32 (line 88) | UInt32 GetRndBit() { return RG.GetRnd(1); } method UInt32 (line 96) | UInt32 GetLogRandBits(int numBits) method UInt32 (line 101) | UInt32 GetOffset() method UInt32 (line 107) | UInt32 GetLen() method Generate (line 115) | void Generate() class CBenchmarkInStream (line 135) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 143) | MY_UNKNOWN_IMP function STDMETHODIMP (line 153) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 166) | class CBenchmarkOutStream: method CBenchmarkOutStream (line 175) | CBenchmarkOutStream(): _f(0), Buffer(0) {} method Init (line 177) | void Init(FILE *f, UInt32 bufferSize) function STDMETHODIMP (line 190) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 205) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 211) | MY_UNKNOWN_IMP function STDMETHODIMP (line 216) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 224) | static UInt64 GetTimeCount() function UInt64 (line 236) | static UInt64 GetFreq() type CProgressInfo (line 248) | struct CProgressInfo: method Init (line 255) | void Init() function STDMETHODIMP (line 264) | STDMETHODIMP CProgressInfo::SetRatioInfo(const UInt64 *inSize, const UIn... function UInt32 (line 276) | static UInt32 GetLogSize(UInt32 size) function UInt64 (line 285) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) function UInt64 (line 299) | static UInt64 GetCompressRating(UInt32 dictionarySize, bool isBT4, function UInt64 (line 317) | static UInt64 GetDecompressRating(UInt64 elapsedTime, function PrintRating (line 337) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 342) | static void PrintResults( function ThrowError (line 360) | static void ThrowError(FILE *f, HRESULT result, const char *s) function LzmaBenchmark (line 375) | int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, ... FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp class CInStreamRam (line 14) | class CInStreamRam: method MY_UNKNOWN_IMP (line 22) | MY_UNKNOWN_IMP function STDMETHODIMP (line 32) | STDMETHODIMP CInStreamRam::Read(void *data, UInt32 size, UInt32 *process... class COutStreamRam (line 45) | class COutStreamRam: method Init (line 54) | void Init(Byte *data, size_t size) method SetPos (line 61) | void SetPos(size_t pos) method MY_UNKNOWN_IMP (line 66) | MY_UNKNOWN_IMP function STDMETHODIMP (line 80) | STDMETHODIMP COutStreamRam::Write(const void *data, UInt32 size, UInt32 ... function LzmaRamEncode (line 99) | int LzmaRamEncode( FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h type ESzFilterMode (line 34) | enum ESzFilterMode FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c function LzmaRamGetUncompressedSize (line 15) | int LzmaRamGetUncompressedSize( function LzmaRamDecompress (line 35) | int LzmaRamDecompress( FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c function LzmaDecodeProperties (line 124) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 159) | int LzmaDecode(CLzmaDecoderState *vs, function IfBit0 (line 441) | IfBit0(probLen) function IfBit0 (line 452) | IfBit0(probLen) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h type ILzmaInCallback (line 68) | typedef struct _ILzmaInCallback type CLzmaProperties (line 79) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 95) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c type CRangeDecoder (line 35) | typedef struct _CRangeDecoder function Byte (line 48) | Byte RangeDecoderReadByte(CRangeDecoder *rd) function RangeDecoderInit (line 69) | void RangeDecoderInit(CRangeDecoder *rd function UInt32 (line 93) | UInt32 RangeDecoderDecodeDirectBits(CRangeDecoder *rd, int numTotalBits) function RangeDecoderBitDecode (line 121) | int RangeDecoderBitDecode(CProb *prob, CRangeDecoder *rd) function RangeDecoderBitTreeDecode (line 159) | int RangeDecoderBitTreeDecode(CProb *probs, int numLevels, CRangeDecoder... function RangeDecoderReverseBitTreeDecode (line 181) | int RangeDecoderReverseBitTreeDecode(CProb *probs, int numLevels, CRange... function Byte (line 206) | Byte LzmaLiteralDecode(CProb *probs, CRangeDecoder *rd) function Byte (line 228) | Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchB... function LzmaLenDecode (line 286) | int LzmaLenDecode(CProb *p, CRangeDecoder *rd, int posState) function LzmaDecodeProperties (line 330) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 365) | int LzmaDecode(CLzmaDecoderState *vs, FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c function LzmaDecodeProperties (line 114) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 145) | int LzmaDecode( function IfBit0 (line 383) | IfBit0(probLen) function IfBit0 (line 394) | IfBit0(probLen) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h type CLzmaProperties (line 64) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 80) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c function MyReadFile (line 25) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 28) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function PrintError (line 31) | int PrintError(char *buffer, const char *message) function main3 (line 38) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 157) | int main2(int numArgs, const char *args[], char *rs) function main (line 189) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c function MyReadFile (line 19) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 26) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function MyWriteFile (line 29) | size_t MyWriteFile(FILE *file, const void *data, size_t size) function MyWriteFileAndCheck (line 36) | int MyWriteFileAndCheck(FILE *file, const void *data, size_t size) type CBuffer (line 41) | typedef struct _CBuffer function LzmaReadCompressed (line 48) | int LzmaReadCompressed(void *object, const unsigned char **buffer, SizeT... function PrintError (line 64) | int PrintError(char *buffer, const char *message) function main3 (line 71) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 304) | int main2(int numArgs, const char *args[], char *rs) function main (line 336) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp class CInMemoryStream (line 47) | class CInMemoryStream: method CInMemoryStream (line 53) | CInMemoryStream(const Bytef *data, UInt64 size) : class COutMemoryStream (line 113) | class COutMemoryStream: method COutMemoryStream (line 118) | COutMemoryStream(Bytef *data, UInt64 maxsize) : FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp type NCompress (line 7) | namespace NCompress { type NRangeCoder (line 8) | namespace NRangeCoder { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.0-e2100/lzma/C/7zip/ICoder.h function namespace (line 39) | namespace NCoderPropID function namespace (line 142) | namespace NMethodPropID FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/Alloc.cpp function MyFree (line 32) | void MyFree(void *address) throw() function MidFree (line 54) | void MidFree(void *address) throw() function SetLargePageSize (line 74) | bool SetLargePageSize() function BigFree (line 106) | void BigFree(void *address) throw() FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/CRC.cpp class CCRCTableInit (line 25) | class CCRCTableInit method CCRCTableInit (line 28) | CCRCTableInit() { CCRC::InitTable(); } FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/CRC.h function class (line 9) | class CCRC FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, function ParseSubCharsCommand (line 232) | bool ParseSubCharsCommand(int numForms, const CCommandSubCharsSet *forms, FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/MyCom.h function Release (line 24) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 25) | operator T*() const { return (T*)_p; } FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/MyWindows.h type CHAR (line 17) | typedef char CHAR; type UCHAR (line 18) | typedef unsigned char UCHAR; type BYTE (line 19) | typedef unsigned char BYTE; type SHORT (line 21) | typedef short SHORT; type USHORT (line 22) | typedef unsigned short USHORT; type WORD (line 23) | typedef unsigned short WORD; type VARIANT_BOOL (line 24) | typedef short VARIANT_BOOL; type INT (line 26) | typedef int INT; type Int32 (line 27) | typedef Int32 INT32; type UINT (line 28) | typedef unsigned int UINT; type UInt32 (line 29) | typedef UInt32 UINT32; type INT32 (line 30) | typedef INT32 LONG; type UINT32 (line 31) | typedef UINT32 ULONG; type UINT32 (line 32) | typedef UINT32 DWORD; type Int64 (line 34) | typedef Int64 LONGLONG; type UInt64 (line 35) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 37) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 38) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 40) | typedef const CHAR *LPCSTR; type CHAR (line 41) | typedef CHAR TCHAR; type TCHAR (line 42) | typedef const TCHAR *LPCTSTR; type wchar_t (line 43) | typedef wchar_t WCHAR; type WCHAR (line 44) | typedef WCHAR OLECHAR; type WCHAR (line 45) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 46) | typedef OLECHAR *BSTR; type OLECHAR (line 47) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 48) | typedef OLECHAR *LPOLESTR; type FILETIME (line 50) | typedef struct _FILETIME type ULONG (line 58) | typedef ULONG PROPID; type LONG (line 59) | typedef LONG SCODE; type IUnknown (line 85) | struct IUnknown type IUnknown (line 92) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 97) | enum VARENUM type VARTYPE (line 127) | typedef unsigned short VARTYPE; type WORD (line 128) | typedef WORD PROPVAR_PAD1; type WORD (line 129) | typedef WORD PROPVAR_PAD2; type WORD (line 130) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 132) | typedef struct tagPROPVARIANT type PROPVARIANT (line 157) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 158) | typedef tagVARIANT VARIANT; type VARIANT (line 159) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 175) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/NewHandler.cpp class CC (line 67) | class CC method CC (line 70) | CC() FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/String.cpp function wchar_t (line 18) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 36) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 54) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 66) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 128) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 152) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 164) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 176) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 194) | int MyStringCompareNoCase(const char *s1, const char *s2) FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/String.h function MyStringLen (line 18) | int MyStringLen(const T *s) function T (line 26) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 33) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 35) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 37) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 39) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 54) | inline char MyCharUpper(char c) function wchar_t (line 57) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 63) | inline char MyCharLower(char c) function wchar_t (line 66) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 74) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 81) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 114) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 121) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 143) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 149) | void InsertSpace(int &index, int size) function T (line 156) | static T *GetNextCharPointer(T *p) function T (line 158) | static const T *GetNextCharPointer(const T *p) function T (line 160) | static T *GetPrevCharPointer(T *base, T *p) function T (line 162) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 169) | void SetCapacity(int newCapacity) function GrowLength (line 197) | void GrowLength(int n) function CorrectIndex (line 214) | void CorrectIndex(int &index) const function operator (line 245) | operator const T*() const { return _chars;} function T (line 249) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 255) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 256) | void ReleaseBuffer(int newLength) function Empty (line 319) | void Empty() function CStringBase (line 327) | CStringBase Mid(int startIndex) const function CStringBase (line 329) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 346) | CStringBase Left(int count) const function CStringBase (line 348) | CStringBase Right(int count) const function MakeUpper (line 355) | void MakeUpper() function MakeLower (line 357) | void MakeLower() function Compare (line 360) | int Compare(const CStringBase& s) const function CompareNoCase (line 363) | int CompareNoCase(const CStringBase& s) const function Find (line 372) | int Find(T c) const { return Find(c, 0); } function Find (line 373) | int Find(T c, int startIndex) const function Find (line 385) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 386) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 401) | int ReverseFind(T c) const function FindOneOf (line 415) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 423) | void TrimLeft(T c) function TrimRight (line 445) | void TrimRight() function TrimRight (line 449) | void TrimRight(T c) function Trim (line 470) | void Trim() function Insert (line 476) | int Insert(int index, T c) function Insert (line 483) | int Insert(int index, const CStringBase &s) function Replace (line 497) | int Replace(T oldChar, T newChar) function Replace (line 514) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 617) | typedef CStringBase AString; type CStringBase (line 618) | typedef CStringBase UString; type CObjectVector (line 620) | typedef CObjectVector AStringVector; type CObjectVector (line 621) | typedef CObjectVector UStringVector; type UString (line 624) | typedef UString CSysString; type AString (line 626) | typedef AString CSysString; type CObjectVector (line 629) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 48) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 59) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 75) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/StringConvert.h function wchar_t (line 13) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 15) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 17) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 19) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 21) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 23) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 28) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 30) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 35) | inline const AString& GetOemString(const AString &oemString) function AString (line 37) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 42) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 44) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 46) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 48) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 50) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString) function AString (line 57) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 61) | inline AString GetSystemString(const UString &unicodeString) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 44) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 63) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/Types.h type Byte (line 6) | typedef unsigned char Byte; type Int16 (line 7) | typedef short Int16; type UInt16 (line 8) | typedef unsigned short UInt16; type Int32 (line 9) | typedef int Int32; type UInt32 (line 10) | typedef unsigned int UInt32; type __int64 (line 12) | typedef __int64 Int64; type UInt64 (line 13) | typedef unsigned __int64 UInt64; type Int64 (line 15) | typedef long long int Int64; type UInt64 (line 16) | typedef unsigned long long int UInt64; FILE: src/others/squashfs-3.0-e2100/lzma/C/Common/Vector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 39) | CRecordVector(const CRecordVector &v): function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function Sort (line 81) | void Sort(int left, int right) function Sort (line 94) | void Sort() { Sort(0, Size()); } function Sort (line 95) | void Sort(int left, int right, int (*compare)(const T*, const T*, void *... function Sort (line 109) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 115) | typedef CRecordVector CIntVector; type CUIntVector (line 116) | typedef CRecordVector CUIntVector; type CRecordVector (line 117) | typedef CRecordVector CBoolVector; type CByteVector (line 118) | typedef CRecordVector CByteVector; type CRecordVector (line 119) | typedef CRecordVector CPointerVector; function T (line 142) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 148) | int Add(const T& item) function Insert (line 150) | void Insert(int index, const T& item) function Find (line 159) | int Find(const T& item) const function FindInSorted (line 166) | int FindInSorted(const T& item) const function AddToSorted (line 182) | int AddToSorted(const T& item) function Sort (line 203) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 206) | static int CompareObjectItems(void *const *a1, void *const *a2, void *pa... function Sort (line 208) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-3.0-e2100/lzma/C/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function BOOL (line 9) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 12) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 15) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-3.0-e2100/lzma/C/Windows/FileIO.cpp type NWindows (line 15) | namespace NWindows { type NFile (line 16) | namespace NFile { type NIO (line 17) | namespace NIO { function DWORD (line 176) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-3.0-e2100/lzma/C/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method Init (line 9) | void Init(System.IO.Stream inStream); method ReleaseStream (line 10) | void ReleaseStream(); method MovePos (line 11) | void MovePos(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetLongestMatch (line 21) | UInt32 GetLongestMatch(UInt32[] distances); method DummyLongestMatch (line 22) | void DummyLongestMatch(); FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 40) | public void SetType(int numHashBytes, bool big) method Hash (line 63) | UInt32 Hash(UInt32 offset, out UInt32 hash2Value, out UInt32 hash3Value) method Hash (line 72) | UInt32 Hash(UInt32 offset) method Init (line 77) | public new void Init(System.IO.Stream inStream) method ReleaseStream (line 94) | public new void ReleaseStream() { base.ReleaseStream(); } method MovePos (line 96) | public new void MovePos() method GetIndexByte (line 106) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 108) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 111) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 113) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetLongestMatch (line 144) | public UInt32 GetLongestMatch(UInt32[] distances) method DummyLongestMatch (line 328) | public void DummyLongestMatch() method NormalizeLinks (line 432) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 445) | void Normalize() method SetCutValue (line 461) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method BeforeMoveBlock (line 25) | public virtual void BeforeMoveBlock() { } method AfterMoveBlock (line 26) | public virtual void AfterMoveBlock() { } method MoveBlock (line 28) | public void MoveBlock() method ReadBlock (line 41) | public virtual void ReadBlock() method Free (line 67) | void Free() { _bufferBase = null; } method Create (line 69) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method Init (line 84) | public void Init(System.IO.Stream stream) method ReleaseStream (line 94) | public void ReleaseStream() { _stream = null; } method MovePos (line 96) | public void MovePos() method GetIndexByte (line 108) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 111) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 125) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 127) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 13) | public void Create(uint windowSize) method Init (line 25) | public void Init(System.IO.Stream stream, bool solid) method Init (line 36) | public void Init(System.IO.Stream stream) { Init(stream, false); } method ReleaseStream (line 38) | public void ReleaseStream() method Flush (line 44) | public void Flush() method CopyBlock (line 55) | public void CopyBlock(uint distance, uint len) method PutByte (line 70) | public void PutByte(byte b) method GetByte (line 77) | public byte GetByte(uint distance) FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 197) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 229) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 348) | public void SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method FindMatchFinder (line 25) | static int FindMatchFinder(string s) method Encoder (line 37) | static Encoder() method GetPosSlot (line 51) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 60) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 73) | void BaseInit() class LiteralEncoder (line 84) | class LiteralEncoder type Encoder2 (line 86) | public struct Encoder2 method Create (line 90) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 92) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 94) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 105) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 124) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 159) | public void Create(int numPosBits, int numPrevBits) method Init (line 173) | public void Init() method GetState (line 180) | uint GetState(uint pos, byte prevByte) method GetSubCoder (line 183) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 187) | class LenEncoder method LenEncoder (line 195) | public LenEncoder() method Init (line 204) | public void Init(UInt32 numPosStates) method Encode (line 216) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method GetPrice (line 240) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) class LenPriceTableEncoder (line 269) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 275) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 277) | public new UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 282) | void UpdateTable(UInt32 posState) method UpdateTables (line 289) | public void UpdateTables(UInt32 numPosStates) method Encode (line 295) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 304) | class Optimal method MakeAsChar (line 324) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 325) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 326) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 386) | void Create() method Encoder (line 418) | public Encoder() method SetWriteEndMarkerMode (line 426) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 430) | void Init() method ReadMatchDistances (line 466) | void ReadMatchDistances(out UInt32 lenRes) method MovePos (line 476) | void MovePos(UInt32 num) method GetRepLen1Price (line 486) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetRepPrice (line 492) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 514) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 528) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 566) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1046) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method GetOptimumFast (line 1052) | UInt32 GetOptimumFast(UInt32 position, out UInt32 backRes) method InitMatchFinder (line 1143) | void InitMatchFinder(LZ.IMatchFinder matchFinder) method WriteEndMarker (line 1148) | void WriteEndMarker(UInt32 posState) method Flush (line 1167) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1175) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1350) | void ReleaseMFStream() method SetOutStream (line 1359) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1360) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1362) | void ReleaseStreams() method SetStreams (line 1368) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1400) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetCoderProperties (line 1427) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method WriteCoderProperties (line 1533) | public void WriteCoderProperties(System.IO.Stream outStream) method FillPosSlotPrices (line 1541) | void FillPosSlotPrices() method FillDistancesPrices (line 1554) | void FillDistancesPrices() method FillAlignPrices (line 1574) | void FillAlignPrices() FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class LzmaAlone (line 6) | class LzmaAlone type Key (line 8) | enum Key method PrintHelp (line 24) | static void PrintHelp() method GetNumber (line 44) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 58) | static int IncorrectCommand() method Main2 (line 64) | static int Main2(string[] args) method Main (line 266) | [STAThread] FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 67) | public CBenchRandomGenerator() { } method Init (line 68) | public void Init() { RG.Init(); } method Set (line 69) | public void Set(UInt32 bufferSize) method GetRndBit (line 75) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 83) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 88) | UInt32 GetOffset() method GetLen (line 94) | UInt32 GetLen() method Generate (line 102) | public void Generate() class CrcOutStream (line 122) | class CrcOutStream : System.IO.Stream method Init (line 125) | public void Init() { CRC.Init(); } method GetDigest (line 126) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 133) | public override void Flush() { } method Seek (line 134) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 135) | public override void SetLength(long value) { } method Read (line 136) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 138) | public override void WriteByte(byte b) method Write (line 142) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 148) | class CProgressInfo : ICodeProgress method Init (line 153) | public void Init() { InSize = 0; } method SetProgress (line 154) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 165) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 174) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 188) | static UInt64 GetCompressRating(UInt32 dictionarySize, bool isBT4, method GetDecompressRating (line 206) | static UInt64 GetDecompressRating(UInt64 elapsedTime, method GetTotalRating (line 213) | static UInt64 GetTotalRating( method PrintValue (line 224) | static void PrintValue(UInt64 v) method PrintRating (line 232) | static void PrintRating(UInt64 rating) method PrintResults (line 238) | static void PrintResults( method LzmaBenchmark (line 259) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-3.0-e2100/lzma/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 4) | public class BinTree extends InWindow method SetType (line 52) | public void SetType(int numHashBytes, boolean big) method Init (line 76) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method Create (line 102) | public boolean Create(int historySize, int keepAddBufferBefore, method GetLongestMatch (line 133) | public int GetLongestMatch(int[] distances) method DummyLongestMatch (line 323) | public void DummyLongestMatch() method NormalizeLinks (line 433) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 446) | void Normalize() method SetCutValue (line 462) | public void SetCutValue(int cutValue) FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 25) | public void MoveBlock() method ReadBlock (line 36) | public void ReadBlock() throws IOException method Free (line 62) | void Free() method Create (line 65) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 80) | public void SetStream(java.io.InputStream stream) method ReleaseStream (line 83) | public void ReleaseStream() method Init (line 86) | public void Init() throws IOException method MovePos (line 95) | public void MovePos() throws IOException method GetIndexByte (line 107) | public byte GetIndexByte(int index) method GetMatchLen (line 111) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 125) | public int GetNumAvailableBytes() method ReduceOffsets (line 128) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 34) | static int GetPosSlot(int pos) method GetPosSlot2 (line 43) | static int GetPosSlot2(int pos) method BaseInit (line 56) | void BaseInit() class LiteralEncoder (line 67) | class LiteralEncoder class Encoder2 (line 69) | class Encoder2 method Init (line 73) | public void Init() method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 174) | public LenEncoder() method Init (line 183) | public void Init(int numPosStates) method Encode (line 194) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method GetPrice (line 218) | public int GetPrice(int symbol, int posState) class LenPriceTableEncoder (line 247) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 253) | public void SetTableSize(int tableSize) method GetPrice (line 256) | public int GetPrice(int symbol, int posState) method UpdateTable (line 261) | void UpdateTable(int posState) method UpdateTables (line 268) | public void UpdateTables(int numPosStates) method Encode (line 274) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 283) | class Optimal method MakeAsChar (line 303) | public void MakeAsChar() method MakeAsShortRep (line 305) | public void MakeAsShortRep() method IsShortRep (line 307) | public boolean IsShortRep() method Create (line 368) | void Create() method Encoder (line 402) | public Encoder() method Init (line 410) | void Init() method ReadMatchDistances (line 438) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 449) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 459) | int GetRepLen1Price(int state, int posState) method GetRepPrice (line 465) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 487) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int[] backRes, int cur) method GetOptimum (line 538) | int GetOptimum(int position, int []backRes) throws IOException method ChangePair (line 1010) | boolean ChangePair(int smallDist, int bigDist) method GetOptimumFast (line 1016) | int GetOptimumFast(int position, int[] backRes) throws IOException method WriteEndMarker (line 1107) | void WriteEndMarker(int posState) throws IOException method Flush (line 1126) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1135) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1312) | void ReleaseMFStream() method SetOutStream (line 1321) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1323) | void ReleaseOutStream() method ReleaseStreams (line 1326) | void ReleaseStreams() method SetStreams (line 1332) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1360) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1387) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillPosSlotPrices (line 1395) | void FillPosSlotPrices() method FillDistancesPrices (line 1408) | void FillDistancesPrices() method FillAlignPrices (line 1428) | void FillAlignPrices() method SetAlgorithm (line 1436) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1445) | public boolean SetDictionarySize(int dictionarySize) method SeNumFastBytes (line 1457) | public boolean SeNumFastBytes(int numFastBytes) method SetMatchFinder (line 1465) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1479) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1493) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() method Init (line 18) | public void Init() method GetRnd (line 20) | public int GetRnd() class CBitRandomGenerator (line 28) | static class CBitRandomGenerator method Init (line 33) | public void Init() method GetRnd (line 38) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 58) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 64) | public CBenchRandomGenerator() method Init (line 66) | public void Init() method Set (line 68) | public void Set(int bufferSize) method GetRndBit (line 74) | int GetRndBit() method GetLogRandBits (line 76) | int GetLogRandBits(int numBits) method GetOffset (line 81) | int GetOffset() method GetLen (line 87) | int GetLen() method Generate (line 95) | public void Generate() class CrcOutStream (line 115) | static class CrcOutStream extends java.io.OutputStream method Init (line 119) | public void Init() method GetDigest (line 123) | public int GetDigest() method write (line 127) | public void write(byte[] b) method write (line 131) | public void write(byte[] b, int off, int len) method write (line 135) | public void write(int b) class MyOutputStream (line 141) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 147) | public MyOutputStream(byte[] buffer) method reset (line 153) | public void reset() method write (line 158) | public void write(int b) throws IOException method size (line 165) | public int size() class MyInputStream (line 171) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 177) | public MyInputStream(byte[] buffer, int size) method reset (line 183) | public void reset() method read (line 188) | public int read() class CProgressInfo (line 196) | static class CProgressInfo implements ICodeProgress method Init (line 201) | public void Init() method SetProgress (line 203) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 214) | static int GetLogSize(int size) method MyMultDiv64 (line 223) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 237) | static long GetCompressRating(int dictionarySize, boolean isBT4, long ... method GetDecompressRating (line 254) | static long GetDecompressRating(long elapsedTime, method GetTotalRating (line 261) | static long GetTotalRating( method PrintValue (line 272) | static void PrintValue(long v) method PrintRating (line 281) | static void PrintRating(long rating) method PrintResults (line 287) | static void PrintResults( method LzmaBenchmark (line 308) | static public int LzmaBenchmark(int numIterations, int dictionarySize,... FILE: src/others/squashfs-3.0-e2100/mksquashfs.c type cached_dir_index (line 127) | struct cached_dir_index { type directory (line 132) | struct directory { type inode_info (line 146) | struct inode_info type file_info (line 149) | struct file_info type exclude_info (line 153) | struct exclude_info { type exclude_info (line 160) | struct exclude_info type stat (line 161) | struct stat type fragment (line 167) | struct fragment { type old_root_entry_info (line 187) | struct old_root_entry_info { type old_root_entry_info (line 193) | struct old_root_entry_info type file_info (line 196) | struct file_info { type duplicate_buffer_handle (line 235) | struct duplicate_buffer_handle { type stat (line 252) | struct stat type dir_info (line 254) | struct dir_info type file_info (line 255) | struct file_info type duplicate_buffer_handle (line 255) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 255) | struct duplicate_buffer_handle type fragment (line 255) | struct fragment type dir_info (line 256) | struct dir_info type dir_info (line 256) | struct dir_info function restorefs (line 261) | void restorefs() function sighandler (line 288) | void sighandler() function sighandler2 (line 300) | void sighandler2() function mangle (line 306) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 330) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 378) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 394) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 410) | long long write_inodes() function write_directories (line 446) | long long write_directories() function get_uid (line 482) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 499) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 519) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 694) | void scan2_init_dir(struct directory *dir) function add_dir (line 709) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 782) | int write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct d... type fragment (line 892) | struct fragment function write_fragment (line 919) | void write_fragment() type fragment (line 943) | struct fragment type fragment (line 944) | struct fragment type fragment (line 946) | struct fragment type fragment (line 954) | struct fragment type fragment (line 954) | struct fragment function write_fragment_table (line 967) | long long write_fragment_table() type duplicate_buffer_handle (line 1017) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 1026) | struct duplicate_buffer_handle function get_checksum (line 1037) | unsigned short get_checksum(char *(get_next_file_block)(struct duplicate... function add_file (line 1059) | void add_file(long long start, long long file_bytes, unsigned int *block... type file_info (line 1092) | struct file_info type duplicate_buffer_handle (line 1092) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 1092) | struct duplicate_buffer_handle type fragment (line 1092) | struct fragment type duplicate_buffer_handle (line 1095) | struct duplicate_buffer_handle type file_info (line 1097) | struct file_info type duplicate_buffer_handle (line 1105) | struct duplicate_buffer_handle type file_info (line 1141) | struct file_info type file_info (line 1141) | struct file_info function write_file (line 1165) | int write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long... type inode_info (line 1319) | struct inode_info type stat (line 1319) | struct stat type inode_info (line 1322) | struct inode_info type stat (line 1325) | struct stat type inode_info (line 1332) | struct inode_info type stat (line 1335) | struct stat function add_dir_entry (line 1350) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 1371) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 1380) | void sort_directory(struct dir_info *dir) type dir_info (line 1389) | struct dir_info type dirent (line 1392) | struct dirent type dir_info (line 1393) | struct dir_info type dir_info (line 1395) | struct dir_info function scan1_encomp_readdir (line 1411) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 1447) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 1478) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 1492) | struct dir_ent type directory (line 1492) | struct directory type dir_info (line 1492) | struct dir_info function scan1_freedir (line 1506) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 1513) | void scan2_freedir(struct directory *dir) function dir_scan (line 1521) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 1563) | struct dir_info type dir_info (line 1563) | struct dir_info type dir_info (line 1565) | struct dir_info type stat (line 1566) | struct stat function dir_scan2 (line 1606) | int dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 1720) | unsigned int slog(unsigned int block) function excluded (line 1731) | int excluded(char *filename, struct stat *buf) function add_exclude (line 1749) | int add_exclude(char *path) function add_old_root_entry (line 1780) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function main (line 1804) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.0-e2100/read_fs.c function read_block (line 66) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 110) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 346) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 470) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_filesystem (line 509) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.0-e2100/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry { type priority_entry (line 79) | struct priority_entry type dir_ent (line 82) | struct dir_ent function add_priority_list (line 85) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 102) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 130) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 188) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 211) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 231) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.0-e2100/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { FILE: src/others/squashfs-3.0-e2100/squashfs_fs.h type squashfs_block_t (line 175) | typedef long long squashfs_block_t; type squashfs_inode_t (line 176) | typedef long long squashfs_inode_t; type squashfs_super_block (line 178) | struct squashfs_super_block { type squashfs_dir_index (line 207) | struct squashfs_dir_index { type squashfs_base_inode_header (line 222) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 226) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 231) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 237) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 244) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 253) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 263) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 272) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 284) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 285) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 286) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 287) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 288) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 289) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 290) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 291) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 294) | struct squashfs_dir_entry { type squashfs_dir_header (line 302) | struct squashfs_dir_header { type squashfs_fragment_entry (line 308) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 520) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 527) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 536) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 544) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 553) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 564) | struct squashfs_dir_inode_header_1 { type squashfs_dir_index_2 (line 632) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 639) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 646) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 653) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 661) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 670) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 683) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 694) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 708) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 709) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 710) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 711) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 712) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 713) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 714) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 717) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 722) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 729) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.0-e2100/unsquashfs.c type hash_table_entry (line 66) | struct hash_table_entry { type hash_table_entry (line 74) | struct hash_table_entry function add_entry (line 88) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 107) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 120) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 140) | int read_block(long long start, long long *next, char *block, squashfs_s... function read_data_block (line 193) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 225) | void uncompress_inode_table(long long start, long long end, squashfs_sup... function set_attributes (line 244) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, ... function read_uids_guids (line 273) | void read_uids_guids(squashfs_super_block *sBlk) function read_fragment_table (line 286) | void read_fragment_table(squashfs_super_block *sBlk) function write_file (line 339) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 402) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function uncompress_directory_table (line 585) | void uncompress_directory_table(long long start, long long end, squashfs... type dir_ent (line 603) | struct dir_ent { type dir (line 610) | struct dir { type dir (line 621) | struct dir type dir_ent (line 631) | struct dir_ent type dir (line 632) | struct dir type dir (line 681) | struct dir type dir_ent (line 719) | struct dir_ent function squashfs_readdir (line 740) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 755) | void squashfs_closedir(struct dir *dir) function dir_scan (line 762) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 802) | int read_super(squashfs_super_block *sBlk, char *source) function main (line 872) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zAlloc.c function SzFree (line 30) | void SzFree(void *address) function SzFreeTemp (line 56) | void SzFreeTemp(void *address) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zAlloc.h type ISzAlloc (line 8) | typedef struct _ISzAlloc FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zBuffer.c function SzByteBufferInit (line 6) | void SzByteBufferInit(CSzByteBuffer *buffer) function SzByteBufferCreate (line 12) | int SzByteBufferCreate(CSzByteBuffer *buffer, size_t newCapacity, void *... function SzByteBufferFree (line 24) | void SzByteBufferFree(CSzByteBuffer *buffer, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zBuffer.h type CSzByteBuffer (line 9) | typedef struct _CSzByteBuffer FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zCrc.c function InitCrcTable (line 9) | void InitCrcTable() function CrcInit (line 25) | void CrcInit(UInt32 *crc) { *crc = 0xFFFFFFFF; } function UInt32 (line 26) | UInt32 CrcGetDigest(UInt32 *crc) { return *crc ^ 0xFFFFFFFF; } function CrcUpdateByte (line 28) | void CrcUpdateByte(UInt32 *crc, Byte b) function CrcUpdateUInt16 (line 33) | void CrcUpdateUInt16(UInt32 *crc, UInt16 v) function CrcUpdateUInt32 (line 39) | void CrcUpdateUInt32(UInt32 *crc, UInt32 v) function CrcUpdateUInt64 (line 46) | void CrcUpdateUInt64(UInt32 *crc, UInt64 v) function CrcUpdate (line 56) | void CrcUpdate(UInt32 *crc, const void *data, size_t size) function UInt32 (line 65) | UInt32 CrcCalculateDigest(const void *data, size_t size) function CrcVerifyDigest (line 73) | int CrcVerifyDigest(UInt32 digest, const void *data, size_t size) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zDecode.c type CLzmaInCallbackImp (line 15) | typedef struct _CLzmaInCallbackImp function LzmaReadImp (line 22) | int LzmaReadImp(void *object, const unsigned char **buffer, SizeT *size) function SZ_RESULT (line 40) | SZ_RESULT SzDecode(const CFileSize *packSizes, const CFolder *folder, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zExtract.c function SZ_RESULT (line 7) | SZ_RESULT SzExtract( FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zHeader.h type EIdEnum (line 15) | enum EIdEnum FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zIn.c function SzArDbExInit (line 9) | void SzArDbExInit(CArchiveDatabaseEx *db) function SzArDbExFree (line 18) | void SzArDbExFree(CArchiveDatabaseEx *db, void (*freeFunc)(void *)) function SZ_RESULT (line 50) | SZ_RESULT SzArDbExFill(CArchiveDatabaseEx *db, void * (*allocFunc)(size_... function CFileSize (line 114) | CFileSize SzArDbGetFolderStreamPos(CArchiveDatabaseEx *db, UInt32 folder... function CFileSize (line 120) | CFileSize SzArDbGetFolderFullPackSize(CArchiveDatabaseEx *db, UInt32 fol... function SZ_RESULT (line 178) | SZ_RESULT SafeReadDirect(ISzInStream *inStream, Byte *data, size_t size) function SZ_RESULT (line 204) | SZ_RESULT SafeReadDirectByte(ISzInStream *inStream, Byte *data) function SZ_RESULT (line 209) | SZ_RESULT SafeReadDirectUInt32(ISzInStream *inStream, UInt32 *value) function SZ_RESULT (line 222) | SZ_RESULT SafeReadDirectUInt64(ISzInStream *inStream, UInt64 *value) function TestSignatureCandidate (line 235) | int TestSignatureCandidate(Byte *testBytes) type CSzData (line 244) | typedef struct _CSzState function SZ_RESULT (line 250) | SZ_RESULT SzReadByte(CSzData *sd, Byte *b) function SZ_RESULT (line 259) | SZ_RESULT SzReadBytes(CSzData *sd, Byte *data, size_t size) function SZ_RESULT (line 269) | SZ_RESULT SzReadUInt32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 282) | SZ_RESULT SzReadNumber(CSzData *sd, UInt64 *value) function SZ_RESULT (line 305) | SZ_RESULT SzReadSize(CSzData *sd, CFileSize *value) function SZ_RESULT (line 313) | SZ_RESULT SzReadNumber32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 325) | SZ_RESULT SzReadID(CSzData *sd, UInt64 *value) function SZ_RESULT (line 330) | SZ_RESULT SzSkeepDataSize(CSzData *sd, UInt64 size) function SZ_RESULT (line 339) | SZ_RESULT SzSkeepData(CSzData *sd) function SZ_RESULT (line 346) | SZ_RESULT SzReadArchiveProperties(CSzData *sd) function SZ_RESULT (line 359) | SZ_RESULT SzWaitAttribute(CSzData *sd, UInt64 attribute) function SZ_RESULT (line 373) | SZ_RESULT SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, void ... function SZ_RESULT (line 392) | SZ_RESULT SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, void... function SZ_RESULT (line 405) | SZ_RESULT SzReadHashDigests( function SZ_RESULT (line 423) | SZ_RESULT SzReadPackInfo( function SZ_RESULT (line 471) | SZ_RESULT SzReadSwitch(CSzData *sd) function SZ_RESULT (line 478) | SZ_RESULT SzGetNextFolderItem(CSzData *sd, CFolder *folder, void * (*all... function SZ_RESULT (line 579) | SZ_RESULT SzReadUnPackInfo( function SZ_RESULT (line 649) | SZ_RESULT SzReadSubStreamsInfo( function SZ_RESULT (line 795) | SZ_RESULT SzReadStreamsInfo( function SZ_RESULT (line 841) | SZ_RESULT SzReadFileNames(CSzData *sd, UInt32 numFiles, CFileItem *files, function SZ_RESULT (line 917) | SZ_RESULT SzReadHeader2( function SZ_RESULT (line 1048) | SZ_RESULT SzReadHeader( function SZ_RESULT (line 1071) | SZ_RESULT SzReadAndDecodePackedStreams2( function SZ_RESULT (line 1139) | SZ_RESULT SzReadAndDecodePackedStreams( function SZ_RESULT (line 1171) | SZ_RESULT SzArchiveOpen2( function SZ_RESULT (line 1271) | SZ_RESULT SzArchiveOpen( FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zIn.h type CInArchiveInfo (line 10) | typedef struct _CInArchiveInfo type CArchiveDatabaseEx (line 16) | typedef struct _CArchiveDatabaseEx type ISzInStream (line 31) | typedef struct _ISzInStream FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zItem.c function SzCoderInfoInit (line 6) | void SzCoderInfoInit(CCoderInfo *coder) function SzCoderInfoFree (line 11) | void SzCoderInfoFree(CCoderInfo *coder, void (*freeFunc)(void *p)) function SzFolderInit (line 17) | void SzFolderInit(CFolder *folder) function SzFolderFree (line 31) | void SzFolderFree(CFolder *folder, void (*freeFunc)(void *p)) function UInt32 (line 43) | UInt32 SzFolderGetNumOutStreams(CFolder *folder) function SzFolderFindBindPairForInStream (line 52) | int SzFolderFindBindPairForInStream(CFolder *folder, UInt32 inStreamIndex) function SzFolderFindBindPairForOutStream (line 62) | int SzFolderFindBindPairForOutStream(CFolder *folder, UInt32 outStreamIn... function CFileSize (line 71) | CFileSize SzFolderGetUnPackSize(CFolder *folder) function SzFileInit (line 93) | void SzFileInit(CFileItem *fileItem) function SzFileFree (line 102) | void SzFileFree(CFileItem *fileItem, void (*freeFunc)(void *p)) function SzArchiveDatabaseInit (line 108) | void SzArchiveDatabaseInit(CArchiveDatabase *db) function SzArchiveDatabaseFree (line 120) | void SzArchiveDatabaseFree(CArchiveDatabase *db, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zItem.h type CCoderInfo (line 10) | typedef struct _CCoderInfo type CBindPair (line 21) | typedef struct _CBindPair type CFolder (line 27) | typedef struct _CFolder type CFileItem (line 50) | typedef struct _CFileItem type CArchiveDatabase (line 74) | typedef struct _CArchiveDatabase FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMain.c type CFileInStream (line 15) | typedef struct _CFileInStream function SZ_RESULT (line 26) | SZ_RESULT SzFileReadImp(void *object, void **buffer, size_t maxRequiredS... function SZ_RESULT (line 41) | SZ_RESULT SzFileReadImp(void *object, void *buffer, size_t size, size_t ... function SZ_RESULT (line 52) | SZ_RESULT SzFileSeekImp(void *object, CFileSize pos) function PrintError (line 61) | void PrintError(char *sz) function main (line 66) | int main(int numargs, char *args[]) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMethodID.c function AreMethodsEqual (line 5) | int AreMethodsEqual(CMethodID *a1, CMethodID *a2) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMethodID.h type CMethodID (line 10) | typedef struct _CMethodID FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zTypes.h type Byte (line 8) | typedef unsigned char Byte; type UInt16 (line 13) | typedef unsigned short UInt16; type UInt32 (line 19) | typedef unsigned long UInt32; type UInt32 (line 21) | typedef unsigned int UInt32; type UInt64 (line 31) | typedef unsigned long UInt64; type UInt64 (line 34) | typedef unsigned __int64 UInt64; type UInt64 (line 36) | typedef unsigned long long int UInt64; type UInt64 (line 47) | typedef UInt64 CFileSize; type UInt32 (line 49) | typedef UInt32 CFileSize; FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 37) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 62) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 95) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 121) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function STDMETHODIMP (line 144) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 168) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 193) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 209) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/FileStreams.h function virtual (line 27) | virtual ~CInFileStream() {} function virtual (line 70) | virtual ~COutFileStream() {} FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/InBuffer.cpp function Byte (line 75) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/InBuffer.h function class (line 10) | class CInBufferException function class (line 18) | class CInBuffer FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/OutBuffer.cpp function UInt64 (line 45) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 54) | HRESULT COutBuffer::FlushPart() function HRESULT (line 91) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/OutBuffer.h type COutBufferException (line 10) | struct COutBufferException function class (line 17) | class COutBuffer FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/StreamUtils.cpp function HRESULT (line 8) | HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size,... function HRESULT (line 27) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt... FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARM.cpp function UInt32 (line 8) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARMThumb.cpp function UInt32 (line 8) | UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARM.c function UInt32 (line 5) | UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARMThumb.c function UInt32 (line 5) | UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int enco... FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchCoder.cpp function STDMETHODIMP (line 6) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchCoder.h function virtual (line 18) | virtual void SubInit() {} FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchIA64.c function UInt32 (line 13) | UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchPPC.c function UInt32 (line 5) | UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchSPARC.c function UInt32 (line 5) | UInt32 SPARC_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchTypes.h type Byte (line 8) | typedef unsigned char Byte; type UInt16 (line 13) | typedef unsigned short UInt16; type UInt32 (line 19) | typedef unsigned long UInt32; type UInt32 (line 21) | typedef unsigned int UInt32; FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchX86.c function UInt32 (line 24) | UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/IA64.cpp function UInt32 (line 8) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/PPC.cpp function UInt32 (line 9) | UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/SPARC.cpp function UInt32 (line 9) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86.cpp function UInt32 (line 10) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86.h type CBranch86 (line 9) | struct CBranch86 FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86_2.cpp function IsJcc (line 10) | inline bool IsJcc(Byte b0, Byte b1) function Test86MSByte (line 17) | static bool inline Test86MSByte(Byte b) function HRESULT (line 46) | HRESULT CBCJ2_x86_Encoder::Flush() function HRESULT (line 57) | HRESULT CBCJ2_x86_Encoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 262) | STDMETHODIMP CBCJ2_x86_Encoder::Code(ISequentialInStream **inStreams, function HRESULT (line 281) | HRESULT CBCJ2_x86_Decoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 397) | STDMETHODIMP CBCJ2_x86_Decoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86_2.h function ReleaseStreams (line 44) | void ReleaseStreams() function class (line 52) | class CCoderReleaser function ReleaseStreams (line 97) | void ReleaseStreams() function HRESULT (line 106) | HRESULT Flush() { return _outStream.Flush(); } function class (line 107) | class CCoderReleaser FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree.h function namespace (line 6) | namespace BT_NAMESPACE { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTreeMain.h function namespace (line 13) | namespace BT_NAMESPACE { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/IMatchFinder.h function IUnknown (line 6) | struct IInWindowStream: public IUnknown FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZInWindow.cpp function HRESULT (line 38) | HRESULT CLZInWindow::Init() function HRESULT (line 67) | HRESULT CLZInWindow::ReadBlock() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZInWindow.h function class (line 8) | class CLZInWindow FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZOutWindow.h type COutBufferException (line 10) | typedef COutBufferException CLZOutWindowException; function class (line 13) | class CLZOutWindow: public COutBuffer FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp type NCompress (line 8) | namespace NCompress { type NLZMA (line 9) | namespace NLZMA { function HRESULT (line 47) | HRESULT CDecoder::CodeSpec(UInt32 curSize) function STDMETHODIMP (line 213) | STDMETHODIMP CDecoder::CodeReal(ISequentialInStream *inStream, function STDMETHODIMP (line 260) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 269) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *properties,... function STDMETHODIMP (line 292) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) function STDMETHODIMP (line 298) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 304) | STDMETHODIMP CDecoder::ReleaseInStream() function STDMETHODIMP (line 310) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 321) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMADecoder.h function namespace (line 14) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp type NCompress (line 44) | namespace NCompress { type NLZMA (line 45) | namespace NLZMA { class CFastPosInit (line 68) | class CFastPosInit method CFastPosInit (line 71) | CFastPosInit() { Init(); } method Init (line 72) | void Init() function UInt32 (line 130) | UInt32 CLiteralEncoder2::GetPrice(bool matchMode, Byte matchByte, By... type NLength (line 160) | namespace NLength { function HRESULT (line 243) | HRESULT CEncoder::Create() function AreStringsEqual (line 321) | static bool AreStringsEqual(const wchar_t *base, const wchar_t *test... function FindMatchFinder (line 337) | static int FindMatchFinder(const wchar_t *s) function STDMETHODIMP (line 345) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 485) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 495) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 501) | STDMETHODIMP CEncoder::ReleaseOutStream() function HRESULT (line 507) | HRESULT CEncoder::Init() function HRESULT (line 551) | HRESULT CEncoder::MovePos(UInt32 num) function UInt32 (line 559) | UInt32 CEncoder::Backward(UInt32 &backRes, UInt32 cur) function HRESULT (line 598) | HRESULT CEncoder::GetOptimum(UInt32 position, UInt32 &backRes, UInt3... function ChangePair (line 1110) | static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) function HRESULT (line 1116) | HRESULT CEncoder::ReadMatchDistances(UInt32 &lenRes, UInt32 &numDist... function HRESULT (line 1132) | HRESULT CEncoder::GetOptimumFast(UInt32 position, UInt32 &backRes, U... function HRESULT (line 1262) | HRESULT CEncoder::Flush(UInt32 nowPos) function HRESULT (line 1291) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, function HRESULT (line 1314) | HRESULT CEncoder::SetStreams(ISequentialInStream *inStream, function HRESULT (line 1346) | HRESULT CEncoder::CodeOneBlock(UInt64 *inSize, UInt64 *outSize, Int3... function STDMETHODIMP (line 1509) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMAEncoder.h function namespace (line 14) | namespace NCompress { function ReleaseMatchFinder (line 255) | void ReleaseMatchFinder() function UInt32 (line 264) | UInt32 GetRepLen1Price(CState state, UInt32 posState) const function UInt32 (line 270) | UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) c... function UInt32 (line 291) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 pos... function UInt32 (line 315) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) const function ReleaseMFStream (line 334) | void ReleaseMFStream() function ReleaseStreams (line 343) | void ReleaseStreams() function class (line 350) | class CCoderReleaser function SetWriteEndMarkerMode (line 366) | void SetWriteEndMarkerMode(bool writeEndMarker) function virtual (line 406) | virtual ~CEncoder() {} FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 40) | static inline bool IsItWindowsNT() type NKey (line 54) | namespace NKey { type Enum (line 55) | enum Enum function PrintHelp (line 94) | static void PrintHelp() function PrintHelpAndExit (line 115) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 122) | static void IncorrectCommand() function WriteArgumentsToStringList (line 127) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 134) | static bool GetNumber(const wchar_t *s, UInt32 &value) function main2 (line 149) | int main2(int n, const char *args[]) function main (line 511) | int main(int n, const char *args[]) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CRandomGenerator (line 25) | class CRandomGenerator method CRandomGenerator (line 30) | CRandomGenerator() { Init(); } method Init (line 31) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 32) | UInt32 GetRnd() class CBitRandomGenerator (line 40) | class CBitRandomGenerator method Init (line 46) | void Init() method UInt32 (line 51) | UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 70) | class CBenchRandomGenerator method CBenchRandomGenerator (line 78) | CBenchRandomGenerator(): Buffer(0) {} method Free (line 80) | void Free() method Alloc (line 85) | bool Alloc(UInt32 bufferSize) method UInt32 (line 95) | UInt32 GetRndBit() { return RG.GetRnd(1); } method UInt32 (line 103) | UInt32 GetLogRandBits(int numBits) method UInt32 (line 108) | UInt32 GetOffset() method UInt32 (line 114) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method UInt32 (line 115) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 116) | void Generate() class CBenchmarkInStream (line 144) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 152) | MY_UNKNOWN_IMP function STDMETHODIMP (line 162) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 175) | class CBenchmarkOutStream: method CBenchmarkOutStream (line 184) | CBenchmarkOutStream(): _f(0), Buffer(0) {} method Init (line 186) | void Init(FILE *f, UInt32 bufferSize) function STDMETHODIMP (line 199) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 214) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 220) | MY_UNKNOWN_IMP function STDMETHODIMP (line 225) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 233) | static UInt64 GetTimeCount() function UInt64 (line 245) | static UInt64 GetFreq() type CProgressInfo (line 257) | struct CProgressInfo: method Init (line 264) | void Init() function STDMETHODIMP (line 273) | STDMETHODIMP CProgressInfo::SetRatioInfo(const UInt64 *inSize, const UIn... function UInt32 (line 285) | static UInt32 GetLogSize(UInt32 size) function UInt64 (line 294) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) function UInt64 (line 308) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTim... function UInt64 (line 316) | static UInt64 GetDecompressRating(UInt64 elapsedTime, function PrintRating (line 336) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 341) | static void PrintResults( function ThrowError (line 358) | static void ThrowError(FILE *f, HRESULT result, const char *s) function LzmaBenchmark (line 373) | int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp class CInStreamRam (line 14) | class CInStreamRam: method MY_UNKNOWN_IMP (line 22) | MY_UNKNOWN_IMP function STDMETHODIMP (line 32) | STDMETHODIMP CInStreamRam::Read(void *data, UInt32 size, UInt32 *process... class COutStreamRam (line 45) | class COutStreamRam: method Init (line 54) | void Init(Byte *data, size_t size) method SetPos (line 61) | void SetPos(size_t pos) method MY_UNKNOWN_IMP (line 66) | MY_UNKNOWN_IMP function STDMETHODIMP (line 80) | STDMETHODIMP COutStreamRam::Write(const void *data, UInt32 size, UInt32 ... function LzmaRamEncode (line 99) | int LzmaRamEncode( FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.h type ESzFilterMode (line 34) | enum ESzFilterMode FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c function LzmaRamGetUncompressedSize (line 15) | int LzmaRamGetUncompressedSize( function LzmaRamDecompress (line 35) | int LzmaRamDecompress( FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/comp.cc class CMemoryStream (line 29) | class CMemoryStream { method CMemoryStream (line 36) | CMemoryStream(Bytef *data, UInt64 size) class CInMemoryStream (line 42) | class CInMemoryStream : public CMemoryStream, public IInStream, method CInMemoryStream (line 50) | CInMemoryStream(Bytef *data, UInt64 size) class COutMemoryStream (line 76) | class COutMemoryStream : public CMemoryStream, public IOutStream, method COutMemoryStream (line 84) | COutMemoryStream(Bytef *data, UInt64 size) method UInt32 (line 89) | UInt32 GetSize() {return m_pos;} function LzmaCompress (line 114) | static int function sqlzma_cm (line 209) | int FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c function LzmaDecodeProperties (line 120) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 155) | int LzmaDecode(CLzmaDecoderState *vs, function IfBit0 (line 437) | IfBit0(probLen) function IfBit0 (line 448) | IfBit0(probLen) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.h type ILzmaInCallback (line 50) | typedef struct _ILzmaInCallback type CLzmaProperties (line 61) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 77) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c type CRangeDecoder (line 31) | typedef struct _CRangeDecoder function Byte (line 44) | Byte RangeDecoderReadByte(CRangeDecoder *rd) function RangeDecoderInit (line 65) | void RangeDecoderInit(CRangeDecoder *rd function UInt32 (line 89) | UInt32 RangeDecoderDecodeDirectBits(CRangeDecoder *rd, int numTotalBits) function RangeDecoderBitDecode (line 117) | int RangeDecoderBitDecode(CProb *prob, CRangeDecoder *rd) function RangeDecoderBitTreeDecode (line 155) | int RangeDecoderBitTreeDecode(CProb *probs, int numLevels, CRangeDecoder... function RangeDecoderReverseBitTreeDecode (line 177) | int RangeDecoderReverseBitTreeDecode(CProb *probs, int numLevels, CRange... function Byte (line 202) | Byte LzmaLiteralDecode(CProb *probs, CRangeDecoder *rd) function Byte (line 224) | Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchB... function LzmaLenDecode (line 282) | int LzmaLenDecode(CProb *p, CRangeDecoder *rd, int posState) function LzmaDecodeProperties (line 326) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 361) | int LzmaDecode(CLzmaDecoderState *vs, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateDecode.c function LzmaDecodeProperties (line 114) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 145) | int LzmaDecode( function IfBit0 (line 383) | IfBit0(probLen) function IfBit0 (line 394) | IfBit0(probLen) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateDecode.h type CLzmaProperties (line 45) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 61) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateTest.c function MyReadFile (line 25) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 28) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function PrintError (line 31) | int PrintError(char *buffer, const char *message) function main3 (line 38) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 157) | int main2(int numArgs, const char *args[], char *rs) function main (line 189) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaTest.c function MyReadFile (line 19) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 26) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function MyWriteFile (line 29) | size_t MyWriteFile(FILE *file, const void *data, size_t size) function MyWriteFileAndCheck (line 36) | int MyWriteFileAndCheck(FILE *file, const void *data, size_t size) type CBuffer (line 41) | typedef struct _CBuffer function LzmaReadCompressed (line 48) | int LzmaReadCompressed(void *object, const unsigned char **buffer, SizeT... function PrintError (line 64) | int PrintError(char *buffer, const char *message) function main3 (line 71) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 304) | int main2(int numArgs, const char *args[], char *rs) function main (line 336) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaTypes.h type Byte (line 15) | typedef unsigned char Byte; type UInt16 (line 20) | typedef unsigned short UInt16; type UInt32 (line 26) | typedef unsigned long UInt32; type UInt32 (line 28) | typedef unsigned int UInt32; type SizeT (line 39) | typedef size_t SizeT; type UInt32 (line 41) | typedef UInt32 SizeT; FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/kmod/module.c function unlzma_init (line 20) | static int __init unlzma_init(void) function unlzma_exit (line 25) | static void __exit unlzma_exit(void) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/uncomp.c function LzmaUncompress (line 41) | static int LzmaUncompress(struct sqlzma_un *un) function sqlzma_un (line 105) | int sqlzma_un(struct sqlzma_un *un, struct sized_buf *src, function sqlzma_init (line 153) | int sqlzma_init(struct sqlzma_un *un, int do_lzma, unsigned int res_sz) function sqlzma_fin (line 187) | void sqlzma_fin(struct sqlzma_un *un) function sqlzma_init (line 202) | static int __init sqlzma_init(void) function sqlzma_exit (line 207) | static void __exit sqlzma_exit(void) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp type NCompress (line 7) | namespace NCompress { type NRangeCoder (line 8) | namespace NRangeCoder { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/ICoder.h function namespace (line 39) | namespace NCoderPropID function namespace (line 149) | namespace NMethodPropID FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Alloc.cpp function MyFree (line 32) | void MyFree(void *address) throw() function MidFree (line 54) | void MidFree(void *address) throw() function SetLargePageSize (line 74) | bool SetLargePageSize() function BigFree (line 106) | void BigFree(void *address) throw() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CRC.cpp class CCRCTableInit (line 25) | class CCRCTableInit method CCRCTableInit (line 28) | CCRCTableInit() { CCRC::InitTable(); } FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CRC.h function class (line 9) | class CCRC FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyCom.h function Release (line 24) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 25) | operator T*() const { return (T*)_p; } FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 102) | struct IUnknown type IUnknown (line 109) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 114) | enum VARENUM type VARTYPE (line 144) | typedef unsigned short VARTYPE; type WORD (line 145) | typedef WORD PROPVAR_PAD1; type WORD (line 146) | typedef WORD PROPVAR_PAD2; type WORD (line 147) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 149) | typedef struct tagPROPVARIANT type PROPVARIANT (line 174) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 175) | typedef tagVARIANT VARIANT; type VARIANT (line 176) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 192) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/String.cpp function wchar_t (line 18) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 36) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 54) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 66) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 128) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 152) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 164) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 176) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 194) | int MyStringCompareNoCase(const char *s1, const char *s2) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/String.h function MyStringLen (line 18) | int MyStringLen(const T *s) function T (line 26) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 33) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 35) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 37) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 39) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 54) | inline char MyCharUpper(char c) function wchar_t (line 57) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 63) | inline char MyCharLower(char c) function wchar_t (line 66) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 74) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 81) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 114) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 121) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 143) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 149) | void InsertSpace(int &index, int size) function T (line 156) | static T *GetNextCharPointer(T *p) function T (line 158) | static const T *GetNextCharPointer(const T *p) function T (line 160) | static T *GetPrevCharPointer(T *base, T *p) function T (line 162) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 169) | void SetCapacity(int newCapacity) function GrowLength (line 197) | void GrowLength(int n) function CorrectIndex (line 214) | void CorrectIndex(int &index) const function operator (line 245) | operator const T*() const { return _chars;} function T (line 249) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 255) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 256) | void ReleaseBuffer(int newLength) function Empty (line 319) | void Empty() function CStringBase (line 327) | CStringBase Mid(int startIndex) const function CStringBase (line 329) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 346) | CStringBase Left(int count) const function CStringBase (line 348) | CStringBase Right(int count) const function MakeUpper (line 355) | void MakeUpper() function MakeLower (line 357) | void MakeLower() function Compare (line 360) | int Compare(const CStringBase& s) const function CompareNoCase (line 363) | int CompareNoCase(const CStringBase& s) const function Find (line 372) | int Find(T c) const { return Find(c, 0); } function Find (line 373) | int Find(T c, int startIndex) const function Find (line 385) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 386) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 401) | int ReverseFind(T c) const function FindOneOf (line 415) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 423) | void TrimLeft(T c) function TrimRight (line 445) | void TrimRight() function TrimRight (line 449) | void TrimRight(T c) function Trim (line 470) | void Trim() function Insert (line 476) | int Insert(int index, T c) function Insert (line 483) | int Insert(int index, const CStringBase &s) function Replace (line 497) | int Replace(T oldChar, T newChar) function Replace (line 514) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 617) | typedef CStringBase AString; type CStringBase (line 618) | typedef CStringBase UString; type CObjectVector (line 620) | typedef CObjectVector AStringVector; type CObjectVector (line 621) | typedef CObjectVector UStringVector; type UString (line 624) | typedef UString CSysString; type AString (line 626) | typedef AString CSysString; type CObjectVector (line 629) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 48) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 59) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 75) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringConvert.h function wchar_t (line 13) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 15) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 17) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 19) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 21) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 23) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 28) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 30) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 35) | inline const AString& GetOemString(const AString &oemString) function AString (line 37) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 42) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 44) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 46) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 48) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 50) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString) function AString (line 57) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 61) | inline AString GetSystemString(const UString &unicodeString) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 44) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 63) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Types.h type Byte (line 8) | typedef unsigned char Byte; type Int16 (line 13) | typedef short Int16; type UInt16 (line 18) | typedef unsigned short UInt16; type Int32 (line 23) | typedef int Int32; type UInt32 (line 28) | typedef unsigned int UInt32; type __int64 (line 35) | typedef __int64 Int64; type UInt64 (line 40) | typedef unsigned __int64 UInt64; type Int64 (line 47) | typedef long long int Int64; type UInt64 (line 52) | typedef unsigned long long int UInt64; FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Vector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 39) | CRecordVector(const CRecordVector &v): function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function FindInSorted (line 81) | int FindInSorted(const T& item) const function Sort (line 98) | void Sort(int left, int right) function Sort (line 111) | void Sort() { Sort(0, Size()); } function Sort (line 112) | void Sort(int left, int right, int (*compare)(const T*, const T*, void *... function Sort (line 126) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 132) | typedef CRecordVector CIntVector; type CUIntVector (line 133) | typedef CRecordVector CUIntVector; type CRecordVector (line 134) | typedef CRecordVector CBoolVector; type CByteVector (line 135) | typedef CRecordVector CByteVector; type CRecordVector (line 136) | typedef CRecordVector CPointerVector; function T (line 159) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 165) | int Add(const T& item) function Insert (line 167) | void Insert(int index, const T& item) function Find (line 176) | int Find(const T& item) const function FindInSorted (line 183) | int FindInSorted(const T& item) const function AddToSorted (line 199) | int AddToSorted(const T& item) function Sort (line 220) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 223) | static int CompareObjectItems(void *const *a1, void *const *a2, void *pa... function Sort (line 225) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function BOOL (line 9) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 12) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 15) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/FileIO.cpp type NWindows (line 15) | namespace NWindows { type NFile (line 16) | namespace NFile { type NIO (line 17) | namespace NIO { function DWORD (line 176) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method SetStream (line 9) | void SetStream(System.IO.Stream inStream); method Init (line 10) | void Init(); method ReleaseStream (line 11) | void ReleaseStream(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 21) | UInt32 GetMatches(UInt32[] distances); method Skip (line 22) | void Skip(UInt32 num); FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 34) | public void SetType(int numHashBytes) method SetStream (line 51) | public new void SetStream(System.IO.Stream stream) { base.SetStream(st... method ReleaseStream (line 52) | public new void ReleaseStream() { base.ReleaseStream(); } method Init (line 54) | public new void Init() method MovePos (line 63) | public new void MovePos() method GetIndexByte (line 72) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 74) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 77) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 79) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 118) | public UInt32 GetMatches(UInt32[] distances) method Skip (line 252) | public void Skip(UInt32 num) method NormalizeLinks (line 344) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public virtual void ReadBlock() method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method SetStream (line 81) | public void SetStream(System.IO.Stream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() method MovePos (line 93) | public void MovePos() method GetIndexByte (line 105) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 108) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 122) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 13) | public void Create(uint windowSize) method Init (line 25) | public void Init(System.IO.Stream stream, bool solid) method Init (line 36) | public void Init(System.IO.Stream stream) { Init(stream, false); } method ReleaseStream (line 38) | public void ReleaseStream() method Flush (line 44) | public void Flush() method CopyBlock (line 55) | public void CopyBlock(uint distance, uint len) method PutByte (line 70) | public void PutByte(byte b) method GetByte (line 77) | public byte GetByte(uint distance) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 197) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 229) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 348) | public void SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method Encoder (line 21) | static Encoder() method GetPosSlot (line 35) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 44) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder type Encoder2 (line 70) | public struct Encoder2 method Create (line 74) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 76) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 78) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 89) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 108) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(UInt32 numPosStates) method Encode (line 196) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method SetPrices (line 220) | public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] p... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 252) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 259) | void UpdateTable(UInt32 posState) method UpdateTables (line 265) | public void UpdateTables(UInt32 numPosStates) method Encode (line 271) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method MovePos (line 446) | void MovePos(UInt32 num) method GetRepLen1Price (line 455) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetPureRepPrice (line 461) | UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posSt... method GetRepPrice (line 483) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 489) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 501) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 539) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1030) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(UInt32 posState) method Flush (line 1055) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1063) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1239) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1241) | void ReleaseStreams() method SetStreams (line 1247) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1271) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method WriteCoderProperties (line 1301) | public void WriteCoderProperties(System.IO.Stream outStream) method FillDistancesPrices (line 1312) | void FillDistancesPrices() method FillAlignPrices (line 1344) | void FillAlignPrices() method FindMatchFinder (line 1358) | static int FindMatchFinder(string s) method SetCoderProperties (line 1366) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class LzmaAlone (line 6) | class LzmaAlone type Key (line 8) | enum Key method PrintHelp (line 24) | static void PrintHelp() method GetNumber (line 44) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 58) | static int IncorrectCommand() method Main2 (line 64) | static int Main2(string[] args) method Main (line 266) | [STAThread] FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 70) | public CBenchRandomGenerator() { } method Set (line 72) | public void Set(UInt32 bufferSize) method GetRndBit (line 78) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 79) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 84) | UInt32 GetOffset() method GetLen1 (line 90) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 91) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 92) | public void Generate() class CrcOutStream (line 120) | class CrcOutStream : System.IO.Stream method Init (line 123) | public void Init() { CRC.Init(); } method GetDigest (line 124) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 131) | public override void Flush() { } method Seek (line 132) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 133) | public override void SetLength(long value) { } method Read (line 134) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 136) | public override void WriteByte(byte b) method Write (line 140) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 146) | class CProgressInfo : ICodeProgress method Init (line 151) | public void Init() { InSize = 0; } method SetProgress (line 152) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 163) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 172) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 186) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedT... method GetDecompressRating (line 194) | static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, ... method GetTotalRating (line 200) | static UInt64 GetTotalRating( method PrintValue (line 210) | static void PrintValue(UInt64 v) method PrintRating (line 218) | static void PrintRating(UInt64 rating) method PrintResults (line 224) | static void PrintResults( method LzmaBenchmark (line 241) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow method SetType (line 34) | public void SetType(int numHashBytes) method Init (line 54) | public void Init() throws IOException method MovePos (line 63) | public void MovePos() throws IOException method Create (line 79) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 118) | public int GetMatches(int[] distances) throws IOException method Skip (line 252) | public void Skip(int num) throws IOException method NormalizeLinks (line 344) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public void ReadBlock() throws IOException method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 81) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method GetIndexByte (line 105) | public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset... method GetMatchLen (line 108) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 122) | public int GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 35) | static int GetPosSlot(int pos) method GetPosSlot2 (line 44) | static int GetPosSlot2(int pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder class Encoder2 (line 70) | class Encoder2 method Init (line 74) | public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitB... method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(int numPosStates) method Encode (line 196) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method SetPrices (line 220) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 252) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public int GetPrice(int symbol, int posState) method UpdateTable (line 259) | void UpdateTable(int posState) method UpdateTables (line 265) | public void UpdateTables(int numPosStates) method Encode (line 271) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 446) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 455) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 461) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 483) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 489) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int cur) method GetOptimum (line 539) | int GetOptimum(int position) throws IOException method ChangePair (line 1030) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(int posState) throws IOException method Flush (line 1055) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1063) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1240) | void ReleaseOutStream() method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1273) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1303) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method SetAlgorithm (line 1354) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1363) | public boolean SetDictionarySize(int dictionarySize) method SeNumFastBytes (line 1375) | public boolean SeNumFastBytes(int numFastBytes) method SetMatchFinder (line 1383) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1397) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1411) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() { Init(); } method Init (line 17) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 18) | public int GetRnd() class CBitRandomGenerator (line 26) | static class CBitRandomGenerator method Init (line 31) | public void Init() method GetRnd (line 36) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 56) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 65) | public CBenchRandomGenerator() { } method Set (line 66) | public void Set(int bufferSize) method GetRndBit (line 72) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 73) | int GetLogRandBits(int numBits) method GetOffset (line 78) | int GetOffset() method GetLen1 (line 84) | int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 85) | int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 86) | public void Generate() class CrcOutStream (line 114) | static class CrcOutStream extends java.io.OutputStream method Init (line 118) | public void Init() method GetDigest (line 122) | public int GetDigest() method write (line 126) | public void write(byte[] b) method write (line 130) | public void write(byte[] b, int off, int len) method write (line 134) | public void write(int b) class MyOutputStream (line 140) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 146) | public MyOutputStream(byte[] buffer) method reset (line 152) | public void reset() method write (line 157) | public void write(int b) throws IOException method size (line 164) | public int size() class MyInputStream (line 170) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 176) | public MyInputStream(byte[] buffer, int size) method reset (line 182) | public void reset() method read (line 187) | public int read() class CProgressInfo (line 195) | static class CProgressInfo implements ICodeProgress method Init (line 200) | public void Init() method SetProgress (line 202) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 213) | static int GetLogSize(int size) method MyMultDiv64 (line 222) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 236) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 244) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 250) | static long GetTotalRating( method PrintValue (line 260) | static void PrintValue(long v) method PrintRating (line 269) | static void PrintRating(long rating) method PrintResults (line 275) | static void PrintResults( method LzmaBenchmark (line 292) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/others/squashfs-3.2-r2-hg612-lzma/sqlzma.h type sized_buf (line 52) | struct sized_buf { type sqlzma_un (line 58) | struct sqlzma_un { type sqlzma_un (line 70) | struct sqlzma_un type sqlzma_un (line 71) | struct sqlzma_un type sized_buf (line 71) | struct sized_buf type sized_buf (line 71) | struct sized_buf type sqlzma_un (line 72) | struct sqlzma_un FILE: src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_2 (line 43) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 44) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 45) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 46) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 47) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 48) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 49) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 50) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 51) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 52) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 53) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 54) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 55) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 58) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 59) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 60) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 61) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.c type sqlzma_un (line 112) | struct sqlzma_un type cached_dir_index (line 143) | struct cached_dir_index { type directory (line 148) | struct directory { type inode_info (line 162) | struct inode_info type file_info (line 165) | struct file_info type exclude_info (line 169) | struct exclude_info { type exclude_info (line 176) | struct exclude_info type stat (line 177) | struct stat type file_buffer (line 181) | struct file_buffer type fragment (line 183) | struct fragment { type old_root_entry_info (line 204) | struct old_root_entry_info { type old_root_entry_info (line 210) | struct old_root_entry_info type file_info (line 213) | struct file_info { type allocator (line 254) | struct allocator { type file_buffer (line 263) | struct file_buffer { type queue (line 278) | struct queue { type buffer_list (line 291) | struct buffer_list { type allocator (line 297) | struct allocator type queue (line 298) | struct queue type dir_info (line 326) | struct dir_info type file_info (line 327) | struct file_info type fragment (line 327) | struct fragment type file_buffer (line 327) | struct file_buffer type buffer_list (line 327) | struct buffer_list type dir_info (line 328) | struct dir_info type dir_info (line 328) | struct dir_info type file_info (line 329) | struct file_info type fragment (line 329) | struct fragment type dir_info (line 330) | struct dir_info type stat (line 330) | struct stat type priority_entry (line 331) | struct priority_entry type dir_info (line 332) | struct dir_info type allocator (line 335) | struct allocator type allocator (line 337) | struct allocator type allocator (line 337) | struct allocator type file_buffer (line 352) | struct file_buffer type allocator (line 352) | struct allocator type file_buffer (line 354) | struct file_buffer type file_buffer (line 361) | struct file_buffer type file_buffer (line 374) | struct file_buffer type allocator (line 374) | struct allocator type file_buffer (line 376) | struct file_buffer function alloc_free (line 386) | void alloc_free(struct file_buffer *file_buffer) type queue (line 409) | struct queue type queue (line 411) | struct queue type queue (line 411) | struct queue function queue_put (line 431) | void queue_put(struct queue *queue, void *data) type queue (line 447) | struct queue function waitforthread (line 467) | inline void waitforthread(int i) function restorefs (line 475) | void restorefs() function sighandler (line 513) | void sighandler() function sighandler2 (line 526) | void sighandler2() function sigusr1_handler (line 532) | void sigusr1_handler() function sigwinch_handler (line 554) | void sigwinch_handler() function mangle2 (line 566) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 613) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 621) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 669) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 687) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 710) | long long write_inodes() function write_directories (line 746) | long long write_directories() function get_uid (line 782) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 799) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 819) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 994) | void scan2_init_dir(struct directory *dir) function add_dir (line 1009) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1082) | int write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct d... type fragment (line 1192) | struct fragment type sized_buf (line 1215) | struct sized_buf function ensure_fragments_flushed (line 1233) | void ensure_fragments_flushed() function write_fragment (line 1242) | void write_fragment() function frag_release (line 1264) | void frag_release(int block) type fragment (line 1273) | struct fragment type fragment (line 1274) | struct fragment type file_buffer (line 1274) | struct file_buffer type fragment (line 1276) | struct fragment type fragment (line 1285) | struct fragment type fragment (line 1285) | struct fragment function generic_write_table (line 1301) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1345) | long long write_fragment_table() function get_checksum (line 1376) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1389) | unsigned short get_checksum_disk(long long start, long long l) function get_checksum_buffer (line 1405) | unsigned short get_checksum_buffer(struct buffer_list *buffer_list, unsi... function get_checksum_mem (line 1423) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1429) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1441) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1476) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1488) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1507) | struct file_info type fragment (line 1507) | struct fragment type file_info (line 1509) | struct file_info type file_info (line 1511) | struct file_info type file_info (line 1511) | struct file_info type file_info (line 1531) | struct file_info type fragment (line 1531) | struct fragment type file_buffer (line 1531) | struct file_buffer type buffer_list (line 1531) | struct buffer_list type file_info (line 1533) | struct file_info type buffer_list (line 1559) | struct buffer_list function reader_read_file (line 1590) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1637) | void reader_scan(struct dir_info *dir) { type priority_entry (line 1669) | struct priority_entry type file_buffer (line 1689) | struct file_buffer type file_buffer (line 1727) | struct file_buffer type file_buffer (line 1728) | struct file_buffer type file_buffer (line 1752) | struct file_buffer type file_buffer (line 1753) | struct file_buffer type file_buffer (line 1777) | struct file_buffer function push_buffer (line 1779) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 1788) | struct file_buffer type queue (line 1788) | struct queue type file_buffer (line 1792) | struct file_buffer function progress_bar (line 1818) | int progress_bar(long long current, long long max, int columns) function write_file_empty (line 1843) | int write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_frag_dup (line 1853) | int write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, ... function write_file_frag (line 1883) | int write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int ... function write_file_blocks (line 1919) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 1995) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2106) | int write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long... type inode_info (line 2176) | struct inode_info type stat (line 2176) | struct stat type inode_info (line 2179) | struct inode_info type stat (line 2182) | struct stat type inode_info (line 2189) | struct inode_info type stat (line 2192) | struct stat function add_dir_entry (line 2208) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2229) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2238) | void sort_directory(struct dir_info *dir) type dir_info (line 2247) | struct dir_info type dirent (line 2250) | struct dirent type dir_info (line 2251) | struct dir_info type dir_info (line 2253) | struct dir_info function scan1_encomp_readdir (line 2269) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2305) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2336) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2350) | struct dir_ent type directory (line 2350) | struct directory type dir_info (line 2350) | struct dir_info function scan1_freedir (line 2364) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2371) | void scan2_freedir(struct directory *dir) function dir_scan (line 2379) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2428) | struct dir_info type dir_info (line 2428) | struct dir_info type dir_info (line 2430) | struct dir_info type stat (line 2431) | struct stat function dir_scan2 (line 2474) | int dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 2588) | unsigned int slog(unsigned int block) function excluded (line 2599) | int excluded(char *filename, struct stat *buf) function add_exclude (line 2617) | int add_exclude(char *path) function add_old_root_entry (line 2648) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 2661) | void initialise_threads() function write_inode_lookup_table (line 2729) | long long write_inode_lookup_table() function main (line 2773) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/read_fs.c type sqlzma_un (line 67) | struct sqlzma_un function read_block (line 69) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 114) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 352) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 490) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 529) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 569) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/squashfs_fs.h type meta_entry (line 207) | struct meta_entry { type meta_index (line 214) | struct meta_index { type squashfs_block_t (line 229) | typedef long long squashfs_block_t; type squashfs_inode_t (line 230) | typedef long long squashfs_inode_t; type squashfs_super_block (line 232) | struct squashfs_super_block { type squashfs_dir_index (line 261) | struct squashfs_dir_index { type squashfs_base_inode_header (line 276) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 280) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 285) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 291) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 298) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 307) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 317) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 326) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 338) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 339) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 340) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 341) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 342) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 343) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 344) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 345) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 348) | struct squashfs_dir_entry { type squashfs_dir_header (line 356) | struct squashfs_dir_header { type squashfs_fragment_entry (line 362) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 577) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 584) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 593) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 601) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 610) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 621) | struct squashfs_dir_inode_header_1 { type squashfs_dir_index_2 (line 689) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 696) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 703) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 710) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 718) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 727) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 740) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 751) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 765) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 766) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 767) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 768) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 769) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 770) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 771) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 774) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 779) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 786) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/unsquashfs.c type hash_table_entry (line 70) | struct hash_table_entry { type squashfs_operations (line 76) | typedef struct squashfs_operations { type hash_table_entry (line 89) | struct hash_table_entry type sqlzma_un (line 102) | struct sqlzma_un function add_entry (line 106) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 125) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 139) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 160) | int read_block(long long start, long long *next, char *block) function read_data_block (line 214) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 246) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 266) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, function read_uids_guids (line 296) | void read_uids_guids() function read_fragment_table (line 319) | void read_fragment_table() function read_fragment_table_2 (line 358) | void read_fragment_table_2() function write_file (line 433) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 497) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function create_inode_2 (line 701) | int create_inode_2(char *pathname, unsigned int start_block, unsigned in... function uncompress_directory_table (line 857) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 877) | struct dir_ent { type dir (line 884) | struct dir { type dir (line 895) | struct dir type dir_ent (line 905) | struct dir_ent type dir (line 906) | struct dir type dir (line 955) | struct dir type dir_ent (line 993) | struct dir_ent type dir (line 1014) | struct dir type dir_ent (line 1024) | struct dir_ent type dir (line 1025) | struct dir type dir (line 1074) | struct dir type dir_ent (line 1112) | struct dir_ent function squashfs_readdir (line 1133) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1149) | void squashfs_closedir(struct dir *dir) function matches (line 1170) | int matches(char *targname, char *name) function dir_scan (line 1179) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 1226) | int read_super(char *source) function main (line 1322) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2-lzma/C/7zCrc.c function CrcGenerateTable (line 8) | CrcGenerateTable(void) function UInt32 (line 21) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 29) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-3.2-r2-lzma/C/7zCrcT8.c function CrcGenerateTable (line 10) | void MY_FAST_CALL CrcGenerateTable() function UInt32 (line 32) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 37) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-3.2-r2-lzma/C/Alloc.c function MyFree (line 30) | void MyFree(void *address) function MidFree (line 51) | void MidFree(void *address) function SetLargePageSize (line 71) | void SetLargePageSize() function BigFree (line 107) | void BigFree(void *address) FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zAlloc.c function SzFree (line 30) | void SzFree(void *address) function SzFreeTemp (line 56) | void SzFreeTemp(void *address) FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zAlloc.h type ISzAlloc (line 8) | typedef struct _ISzAlloc FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zBuffer.c function SzByteBufferInit (line 6) | void SzByteBufferInit(CSzByteBuffer *buffer) function SzByteBufferCreate (line 12) | int SzByteBufferCreate(CSzByteBuffer *buffer, size_t newCapacity, void *... function SzByteBufferFree (line 24) | void SzByteBufferFree(CSzByteBuffer *buffer, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zBuffer.h type CSzByteBuffer (line 9) | typedef struct _CSzByteBuffer FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zDecode.c type CLzmaInCallbackImp (line 21) | typedef struct _CLzmaInCallbackImp function LzmaReadImp (line 28) | int LzmaReadImp(void *object, const unsigned char **buffer, SizeT *size) function SZ_RESULT (line 49) | SZ_RESULT SzDecodeLzma(CCoderInfo *coder, CFileSize inSize, function SZ_RESULT (line 115) | SZ_RESULT SzDecodeCopy(CFileSize inSize, ISzInStream *inStream, Byte *ou... function SZ_RESULT (line 141) | SZ_RESULT CheckSupportedFolder(const CFolder *f) function CFileSize (line 183) | CFileSize GetSum(const CFileSize *values, UInt32 index) function SZ_RESULT (line 192) | SZ_RESULT SzDecode2(const CFileSize *packSizes, const CFolder *folder, FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zExtract.c function SZ_RESULT (line 7) | SZ_RESULT SzExtract( FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zHeader.h type EIdEnum (line 15) | enum EIdEnum FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zIn.c function SzArDbExInit (line 9) | void SzArDbExInit(CArchiveDatabaseEx *db) function SzArDbExFree (line 18) | void SzArDbExFree(CArchiveDatabaseEx *db, void (*freeFunc)(void *)) function SZ_RESULT (line 50) | SZ_RESULT SzArDbExFill(CArchiveDatabaseEx *db, void * (*allocFunc)(size_... function CFileSize (line 114) | CFileSize SzArDbGetFolderStreamPos(CArchiveDatabaseEx *db, UInt32 folder... function SzArDbGetFolderFullPackSize (line 120) | int SzArDbGetFolderFullPackSize(CArchiveDatabaseEx *db, UInt32 folderInd... function SZ_RESULT (line 184) | SZ_RESULT SafeReadDirect(ISzInStream *inStream, Byte *data, size_t size) function SZ_RESULT (line 212) | SZ_RESULT SafeReadDirectByte(ISzInStream *inStream, Byte *data) function SZ_RESULT (line 217) | SZ_RESULT SafeReadDirectUInt32(ISzInStream *inStream, UInt32 *value, UIn... function SZ_RESULT (line 231) | SZ_RESULT SafeReadDirectUInt64(ISzInStream *inStream, UInt64 *value, UIn... function TestSignatureCandidate (line 245) | int TestSignatureCandidate(Byte *testBytes) type CSzData (line 254) | typedef struct _CSzState function SZ_RESULT (line 260) | SZ_RESULT SzReadByte(CSzData *sd, Byte *b) function SZ_RESULT (line 269) | SZ_RESULT SzReadBytes(CSzData *sd, Byte *data, size_t size) function SZ_RESULT (line 279) | SZ_RESULT SzReadUInt32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 292) | SZ_RESULT SzReadNumber(CSzData *sd, UInt64 *value) function SZ_RESULT (line 315) | SZ_RESULT SzReadSize(CSzData *sd, CFileSize *value) function SZ_RESULT (line 323) | SZ_RESULT SzReadNumber32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 335) | SZ_RESULT SzReadID(CSzData *sd, UInt64 *value) function SZ_RESULT (line 340) | SZ_RESULT SzSkeepDataSize(CSzData *sd, UInt64 size) function SZ_RESULT (line 349) | SZ_RESULT SzSkeepData(CSzData *sd) function SZ_RESULT (line 356) | SZ_RESULT SzReadArchiveProperties(CSzData *sd) function SZ_RESULT (line 369) | SZ_RESULT SzWaitAttribute(CSzData *sd, UInt64 attribute) function SZ_RESULT (line 383) | SZ_RESULT SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, void ... function SZ_RESULT (line 402) | SZ_RESULT SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, void... function SZ_RESULT (line 415) | SZ_RESULT SzReadHashDigests( function SZ_RESULT (line 433) | SZ_RESULT SzReadPackInfo( function SZ_RESULT (line 481) | SZ_RESULT SzReadSwitch(CSzData *sd) function SZ_RESULT (line 488) | SZ_RESULT SzGetNextFolderItem(CSzData *sd, CFolder *folder, void * (*all... function SZ_RESULT (line 597) | SZ_RESULT SzReadUnPackInfo( function SZ_RESULT (line 667) | SZ_RESULT SzReadSubStreamsInfo( function SZ_RESULT (line 813) | SZ_RESULT SzReadStreamsInfo( function SZ_RESULT (line 859) | SZ_RESULT SzReadFileNames(CSzData *sd, UInt32 numFiles, CFileItem *files, function SZ_RESULT (line 935) | SZ_RESULT SzReadHeader2( function SZ_RESULT (line 1085) | SZ_RESULT SzReadHeader( function SZ_RESULT (line 1110) | SZ_RESULT SzReadAndDecodePackedStreams2( function SZ_RESULT (line 1174) | SZ_RESULT SzReadAndDecodePackedStreams( function SZ_RESULT (line 1206) | SZ_RESULT SzArchiveOpen2( function SZ_RESULT (line 1304) | SZ_RESULT SzArchiveOpen( FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zIn.h type CInArchiveInfo (line 10) | typedef struct _CInArchiveInfo type CArchiveDatabaseEx (line 16) | typedef struct _CArchiveDatabaseEx type ISzInStream (line 31) | typedef struct _ISzInStream FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zItem.c function SzCoderInfoInit (line 6) | void SzCoderInfoInit(CCoderInfo *coder) function SzCoderInfoFree (line 11) | void SzCoderInfoFree(CCoderInfo *coder, void (*freeFunc)(void *p)) function SzFolderInit (line 17) | void SzFolderInit(CFolder *folder) function SzFolderFree (line 31) | void SzFolderFree(CFolder *folder, void (*freeFunc)(void *p)) function UInt32 (line 43) | UInt32 SzFolderGetNumOutStreams(CFolder *folder) function SzFolderFindBindPairForInStream (line 52) | int SzFolderFindBindPairForInStream(CFolder *folder, UInt32 inStreamIndex) function SzFolderFindBindPairForOutStream (line 62) | int SzFolderFindBindPairForOutStream(CFolder *folder, UInt32 outStreamIn... function CFileSize (line 71) | CFileSize SzFolderGetUnPackSize(CFolder *folder) function SzFileInit (line 93) | void SzFileInit(CFileItem *fileItem) function SzFileFree (line 103) | void SzFileFree(CFileItem *fileItem, void (*freeFunc)(void *p)) function SzArchiveDatabaseInit (line 109) | void SzArchiveDatabaseInit(CArchiveDatabase *db) function SzArchiveDatabaseFree (line 121) | void SzArchiveDatabaseFree(CArchiveDatabase *db, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zItem.h type CCoderInfo (line 10) | typedef struct _CCoderInfo type CBindPair (line 21) | typedef struct _CBindPair type CFolder (line 27) | typedef struct _CFolder type CArchiveFileTime (line 48) | typedef struct _CArchiveFileTime type CFileItem (line 54) | typedef struct _CFileItem type CArchiveDatabase (line 79) | typedef struct _CArchiveDatabase FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zMain.c type HANDLE (line 26) | typedef HANDLE MY_FILE_HANDLE; type FILE (line 28) | typedef FILE *MY_FILE_HANDLE; function ConvertNumberToString (line 31) | void ConvertNumberToString(CFileSize value, char *s) function ConvertFileTimeToString (line 51) | void ConvertFileTimeToString(CArchiveFileTime *ft, char *s) function MyReadFile (line 113) | size_t MyReadFile(MY_FILE_HANDLE file, void *data, size_t size) function MyWriteFile (line 139) | size_t MyWriteFile(MY_FILE_HANDLE file, void *data, size_t size) function MyCloseFile (line 165) | int MyCloseFile(MY_FILE_HANDLE file) type CFileInStream (line 174) | typedef struct _CFileInStream function SZ_RESULT (line 185) | SZ_RESULT SzFileReadImp(void *object, void **buffer, size_t maxRequiredS... function SZ_RESULT (line 200) | SZ_RESULT SzFileReadImp(void *object, void *buffer, size_t size, size_t ... function SZ_RESULT (line 211) | SZ_RESULT SzFileSeekImp(void *object, CFileSize pos) function PrintError (line 238) | void PrintError(char *sz) function main (line 243) | int main(int numargs, char *args[]) FILE: src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zMethodID.h type UInt64 (line 8) | typedef UInt64 CMethodID; FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARM.c function UInt32 (line 5) | UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARMThumb.c function UInt32 (line 5) | UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int enco... FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchIA64.c function UInt32 (line 13) | UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchPPC.c function UInt32 (line 5) | UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchSPARC.c function UInt32 (line 5) | UInt32 SPARC_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchTypes.h type Byte (line 8) | typedef unsigned char Byte; type UInt16 (line 13) | typedef unsigned short UInt16; type UInt32 (line 19) | typedef unsigned long UInt32; type UInt32 (line 21) | typedef unsigned int UInt32; type UInt64 (line 28) | typedef unsigned long UInt64; type UInt64 (line 31) | typedef unsigned __int64 UInt64; type UInt64 (line 33) | typedef unsigned long long int UInt64; type UInt32 (line 44) | typedef UInt32 SizeT; type SizeT (line 47) | typedef size_t SizeT; FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86.c function SizeT (line 10) | SizeT x86_Convert(Byte *buffer, SizeT endPos, UInt32 nowPos, UInt32 *pre... FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86_2.c function x86_2_Decode (line 40) | int x86_2_Decode( FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Huffman/HuffmanEncode.c function Huffman_Generate (line 15) | void Huffman_Generate(const UInt32 *freqs, UInt32 *p, Byte *lens, UInt32... FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinder.c function LzInWindow_Free (line 19) | void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 30) | int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *... function Byte (line 47) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 48) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 50) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 52) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 59) | void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 84) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 92) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 98) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 106) | void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 113) | void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 123) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 131) | void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) function MatchFinder_Free (line 137) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 143) | CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 151) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 227) | void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 252) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 266) | UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 271) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 285) | void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 292) | void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 303) | UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos,... function UInt32 (line 334) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 389) | void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const... function MatchFinder_MovePos (line 446) | void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 465) | UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 476) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 487) | UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 520) | UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 567) | UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 616) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 628) | void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 641) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 654) | void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 669) | void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 685) | void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 702) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 716) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinder.h type UInt32 (line 8) | typedef UInt32 CLzRef; type CMatchFinder (line 10) | typedef struct _CMatchFinder type Byte (line 82) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 83) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 84) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 85) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 88) | typedef struct _IMatchFinder FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinderMt.c function MtSync_Construct (line 20) | void MtSync_Construct(CMtSync *p) function MtSync_GetNextBlock (line 33) | void MtSync_GetNextBlock(CMtSync *p) function MtSync_StopWriting (line 61) | void MtSync_StopWriting(CMtSync *p) function MtSync_Destruct (line 84) | void MtSync_Destruct(CMtSync *p) function HRes (line 110) | HRes MtSync_Create2(CMtSync *p, unsigned (StdCall *startAddress)(void *)... function HRes (line 132) | HRes MtSync_Create(CMtSync *p, unsigned (StdCall *startAddress)(void *),... function MtSync_Init (line 141) | void MtSync_Init(CMtSync *p) { p->needStart = True; } function HashThreadFunc (line 157) | void HashThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_GetNextBlock_Hash (line 227) | void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) function Int32 (line 249) | Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte ... function BtGetMatches (line 326) | void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) function BtFillBlock (line 395) | void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function BtThreadFunc (line 420) | void BtThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_Construct (line 446) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 453) | void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) function MatchFinderMt_Destruct (line 459) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) function HashThreadFunc2 (line 469) | static unsigned StdCall HashThreadFunc2(void *p) { HashThreadFunc((CMatc... function BtThreadFunc2 (line 470) | static unsigned StdCall BtThreadFunc2(void *p) function HRes (line 479) | HRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function MatchFinderMt_Init (line 504) | void MatchFinderMt_Init(CMatchFinderMt *p) function MatchFinderMt_ReleaseStream (line 528) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function MatchFinderMt_Normalize (line 534) | void MatchFinderMt_Normalize(CMatchFinderMt *p) function MatchFinderMt_GetNextBlock_Bt (line 540) | void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) function Byte (line 552) | const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) function UInt32 (line 559) | UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) function Byte (line 565) | Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) function UInt32 (line 570) | UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 590) | UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 680) | UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) function UInt32 (line 698) | UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) function MatchFinderMt0_Skip (line 731) | void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinderMt.h type CMtSync (line 17) | typedef struct _CMtSync type UInt32 (line 36) | typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *... type CMatchFinderMt (line 44) | typedef struct _CMatchFinderMt FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecode.c function LzmaDecodeProperties (line 120) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 155) | int LzmaDecode(CLzmaDecoderState *vs, function IfBit0 (line 437) | IfBit0(probLen) function IfBit0 (line 448) | IfBit0(probLen) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecode.h type ILzmaInCallback (line 50) | typedef struct _ILzmaInCallback type CLzmaProperties (line 61) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 77) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecodeSize.c type CRangeDecoder (line 31) | typedef struct _CRangeDecoder function Byte (line 44) | Byte RangeDecoderReadByte(CRangeDecoder *rd) function RangeDecoderInit (line 65) | void RangeDecoderInit(CRangeDecoder *rd function UInt32 (line 89) | UInt32 RangeDecoderDecodeDirectBits(CRangeDecoder *rd, int numTotalBits) function RangeDecoderBitDecode (line 117) | int RangeDecoderBitDecode(CProb *prob, CRangeDecoder *rd) function RangeDecoderBitTreeDecode (line 155) | int RangeDecoderBitTreeDecode(CProb *probs, int numLevels, CRangeDecoder... function RangeDecoderReverseBitTreeDecode (line 177) | int RangeDecoderReverseBitTreeDecode(CProb *probs, int numLevels, CRange... function Byte (line 202) | Byte LzmaLiteralDecode(CProb *probs, CRangeDecoder *rd) function Byte (line 224) | Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchB... function LzmaLenDecode (line 282) | int LzmaLenDecode(CProb *p, CRangeDecoder *rd, int posState) function LzmaDecodeProperties (line 326) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 361) | int LzmaDecode(CLzmaDecoderState *vs, FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateDecode.c function LzmaDecodeProperties (line 114) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 145) | int LzmaDecode( function IfBit0 (line 383) | IfBit0(probLen) function IfBit0 (line 394) | IfBit0(probLen) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateDecode.h type CLzmaProperties (line 45) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 61) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateTest.c function MyReadFile (line 25) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 28) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function PrintError (line 31) | int PrintError(char *buffer, const char *message) function main3 (line 38) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 157) | int main2(int numArgs, const char *args[], char *rs) function main (line 189) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaTest.c function MyReadFile (line 19) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 26) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function MyWriteFile (line 29) | size_t MyWriteFile(FILE *file, const void *data, size_t size) function MyWriteFileAndCheck (line 36) | int MyWriteFileAndCheck(FILE *file, const void *data, size_t size) type CBuffer (line 41) | typedef struct _CBuffer function LzmaReadCompressed (line 48) | int LzmaReadCompressed(void *object, const unsigned char **buffer, SizeT... function PrintError (line 64) | int PrintError(char *buffer, const char *message) function main3 (line 71) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 304) | int main2(int numArgs, const char *args[], char *rs) function main (line 336) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaTypes.h type Byte (line 15) | typedef unsigned char Byte; type UInt16 (line 20) | typedef unsigned short UInt16; type UInt32 (line 26) | typedef unsigned long UInt32; type UInt32 (line 28) | typedef unsigned int UInt32; type UInt32 (line 38) | typedef UInt32 SizeT; type SizeT (line 41) | typedef size_t SizeT; FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/kmod/uncomp.c function LzmaUncompress (line 41) | static int LzmaUncompress(struct sqlzma_un *un) function sqlzma_un (line 106) | int sqlzma_un(struct sqlzma_un *un, struct sized_buf *src, function sqlzma_init (line 154) | int sqlzma_init(struct sqlzma_un *un, int do_lzma, unsigned int res_sz) function sqlzma_fin (line 189) | void sqlzma_fin(struct sqlzma_un *un) function sqlzma_init (line 204) | static int __init sqlzma_init(void) function sqlzma_exit (line 209) | static void __exit sqlzma_exit(void) FILE: src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/uncomp.c function LzmaUncompress (line 41) | static int LzmaUncompress(struct sqlzma_un *un) function sqlzma_un (line 106) | int sqlzma_un(struct sqlzma_un *un, struct sized_buf *src, function sqlzma_init (line 154) | int sqlzma_init(struct sqlzma_un *un, int do_lzma, unsigned int res_sz) function sqlzma_fin (line 189) | void sqlzma_fin(struct sqlzma_un *un) function sqlzma_init (line 204) | static int __init sqlzma_init(void) function sqlzma_exit (line 209) | static void __exit sqlzma_exit(void) FILE: src/others/squashfs-3.2-r2-lzma/C/IStream.h type ISeqInStream (line 8) | typedef struct _ISeqInStream type ISzAlloc (line 13) | typedef struct _ISzAlloc FILE: src/others/squashfs-3.2-r2-lzma/C/Sort.c function HeapSort (line 14) | void HeapSort(UInt32 *p, UInt32 size) FILE: src/others/squashfs-3.2-r2-lzma/C/Threads.c function HRes (line 6) | HRes GetError() function HRes (line 12) | HRes BoolToHRes(int v) { return v ? SZ_OK : GetError(); } function HRes (line 13) | HRes BOOLToHRes(BOOL v) { return v ? SZ_OK : GetError(); } function HRes (line 15) | HRes MyCloseHandle(HANDLE *h) function HRes (line 24) | HRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CA... function HRes (line 34) | HRes WaitObject(HANDLE h) function HRes (line 39) | HRes Thread_Wait(CThread *thread) function HRes (line 46) | HRes Thread_Close(CThread *thread) function HRes (line 51) | HRes Event_Create(CEvent *p, BOOL manualReset, int initialSignaled) function HRes (line 57) | HRes ManualResetEvent_Create(CManualResetEvent *p, int initialSignaled) function HRes (line 59) | HRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function HRes (line 62) | HRes AutoResetEvent_Create(CAutoResetEvent *p, int initialSignaled) function HRes (line 64) | HRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function HRes (line 67) | HRes Event_Set(CEvent *p) { return BOOLToHRes(SetEvent(p->handle)); } function HRes (line 68) | HRes Event_Reset(CEvent *p) { return BOOLToHRes(ResetEvent(p->handle)); } function HRes (line 69) | HRes Event_Wait(CEvent *p) { return WaitObject(p->handle); } function HRes (line 70) | HRes Event_Close(CEvent *p) { return MyCloseHandle(&p->handle); } function HRes (line 73) | HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCo... function HRes (line 79) | HRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousC... function HRes (line 83) | HRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function HRes (line 87) | HRes Semaphore_Release1(CSemaphore *p) function HRes (line 92) | HRes Semaphore_Wait(CSemaphore *p) { return WaitObject(p->handle); } function HRes (line 93) | HRes Semaphore_Close(CSemaphore *p) { return MyCloseHandle(&p->handle); } function HRes (line 95) | HRes CriticalSection_Init(CCriticalSection *p) FILE: src/others/squashfs-3.2-r2-lzma/C/Threads.h type CThread (line 10) | typedef struct _CThread type THREAD_FUNC_RET_TYPE (line 18) | typedef unsigned THREAD_FUNC_RET_TYPE; type CEvent (line 26) | typedef struct _CEvent type CEvent (line 31) | typedef CEvent CAutoResetEvent; type CEvent (line 32) | typedef CEvent CManualResetEvent; type CSemaphore (line 47) | typedef struct _CSemaphore type CRITICAL_SECTION (line 61) | typedef CRITICAL_SECTION CCriticalSection; FILE: src/others/squashfs-3.2-r2-lzma/C/Types.h type Byte (line 8) | typedef unsigned char Byte; type UInt16 (line 13) | typedef unsigned short UInt16; type UInt32 (line 19) | typedef unsigned long UInt32; type UInt32 (line 21) | typedef unsigned int UInt32; type Int32 (line 28) | typedef long Int32; type Int32 (line 30) | typedef int Int32; type UInt64 (line 40) | typedef unsigned long UInt64; type UInt64 (line 43) | typedef unsigned __int64 UInt64; type UInt64 (line 45) | typedef unsigned long long int UInt64; type UInt32 (line 56) | typedef UInt32 CFileSize; type UInt64 (line 58) | typedef UInt64 CFileSize; type HRes (line 64) | typedef int HRes; type Bool (line 82) | typedef int Bool; FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 15) | namespace NArchive { type N7z (line 16) | namespace N7z { function ConvertFolderItemInfoToBindInfo (line 18) | static void ConvertFolderItemInfoToBindInfo(const CFolder &folder, function AreCodersEqual (line 47) | static bool AreCodersEqual(const NCoderMixer::CCoderStreamsInfo &a1, function AreBindPairsEqual (line 54) | static bool AreBindPairsEqual(const NCoderMixer::CBindPair &a1, cons... function AreBindInfoExEqual (line 60) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function HRESULT (line 92) | HRESULT CDecoder::Decode( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function ConvertBindInfoToFolderItemInfo (line 23) | static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBind... function HRESULT (line 53) | HRESULT CEncoder::CreateMixerCoder( function HRESULT (line 136) | HRESULT CEncoder::Encode( function HRESULT (line 297) | HRESULT CEncoder::EncoderConstr() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zExtract.cpp type CExtractFolderInfo (line 18) | struct CExtractFolderInfo FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 30) | HRESULT CFolderInStream::OpenStream() function HRESULT (line 72) | HRESULT CFolderInStream::CloseStream() function STDMETHODIMP (line 83) | STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 113) | STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace N7z { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 16) | HRESULT CFolderOutStream::Init( function HRESULT (line 40) | HRESULT CFolderOutStream::OpenFile() function HRESULT (line 66) | HRESULT CFolderOutStream::WriteEmptyFiles() function STDMETHODIMP (line 82) | STDMETHODIMP CFolderOutStream::Write(const void *data, function HRESULT (line 138) | HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult) function HRESULT (line 158) | HRESULT CFolderOutStream::WasWritingFinished() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandler.cpp function STDMETHODIMP (line 47) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function IMP_IInArchive_ArcProps_NO (line 60) | IMP_IInArchive_ArcProps_NO function STDMETHODIMP (line 67) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, function MySetFileTime (line 127) | static void MySetFileTime(bool timeDefined, FILETIME unixTime, NWindows:... function UString (line 135) | static UString ConvertUInt32ToString(UInt32 value) function UString (line 142) | static UString GetStringForSizeValue(UInt32 value) function wchar_t (line 170) | static wchar_t GetHex(Byte value) function UString (line 174) | static inline UString GetHex2(Byte value) function UInt32 (line 187) | static inline UInt32 GetUInt32FromMemLE(const Byte *p) function STDMETHODIMP (line 206) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVAR... class CVolumeName (line 443) | class CVolumeName method InitName (line 450) | bool InitName(const UString &name) method UString (line 484) | UString GetNextName() function STDMETHODIMP (line 518) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 679) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 694) | STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **str... function STDMETHODIMP (line 754) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVA... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 18) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 21) | namespace NArchive { type N7z (line 22) | namespace N7z { function IsCopyMethod (line 34) | static inline bool IsCopyMethod(const UString &methodName) function STDMETHODIMP (line 37) | STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) function HRESULT (line 43) | HRESULT CHandler::SetPassword(CCompressionMethodMode &methodMode, function HRESULT (line 68) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 122) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 188) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int i... function STDMETHODIMP (line 203) | STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 403) | static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UI... function HRESULT (line 421) | static HRESULT GetBindInfo(UString &srcString, CBind &bind) function STDMETHODIMP (line 433) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PR... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 6) | namespace NArchive { type N7z (line 7) | namespace N7z { class SignatureInitializer (line 14) | class SignatureInitializer method SignatureInitializer (line 17) | SignatureInitializer() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zIn.cpp type NArchive (line 19) | namespace NArchive { type N7z (line 20) | namespace N7z { class CInArchiveException (line 22) | class CInArchiveException {} function ThrowException (line 24) | static void ThrowException() { throw CInArchiveException(); } function ThrowEndOfData (line 25) | static inline void ThrowEndOfData() { ThrowException(); } function ThrowUnsupported (line 26) | static inline void ThrowUnsupported() { ThrowException(); } function ThrowIncorrect (line 27) | static inline void ThrowIncorrect() { ThrowException(); } function ThrowUnsupportedVersion (line 28) | static inline void ThrowUnsupportedVersion() { ThrowException(); } class CStreamSwitch (line 51) | class CStreamSwitch method CStreamSwitch (line 56) | CStreamSwitch(): _needRemove(false) {} function UInt16 (line 104) | static inline UInt16 GetUInt16FromMem(const Byte *p) { return *(cons... function UInt32 (line 105) | static inline UInt32 GetUInt32FromMem(const Byte *p) { return *(cons... function UInt64 (line 106) | static inline UInt64 GetUInt64FromMem(const Byte *p) { return *(cons... function UInt16 (line 108) | static inline UInt16 GetUInt16FromMem(const Byte *p) { return p[0] |... function UInt32 (line 109) | static inline UInt32 GetUInt32FromMem(const Byte *p) { return p[0] |... function UInt64 (line 110) | static inline UInt64 GetUInt64FromMem(const Byte *p) { return GetUIn... function Byte (line 113) | Byte CInByte2::ReadByte() function UInt64 (line 139) | UInt64 CInByte2::ReadNumber() function CNum (line 162) | CNum CInByte2::ReadNum() function UInt32 (line 170) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 179) | UInt64 CInByte2::ReadUInt64() function TestSignatureCandidate (line 213) | static inline bool TestSignatureCandidate(const Byte *p) function HRESULT (line 221) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 264) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 712) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 790) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1068) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1186) | HRESULT CInArchive::ReadDatabase( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zIn.h function namespace (line 14) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zItem.h function namespace (line 11) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zOut.cpp function HRESULT (line 15) | static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data... type NArchive (line 30) | namespace NArchive { type N7z (line 31) | namespace N7z { function HRESULT (line 33) | HRESULT COutArchive::WriteDirect(const void *data, UInt32 size) function UInt32 (line 38) | UInt32 CrcUpdateUInt32(UInt32 crc, UInt32 value) function UInt32 (line 45) | UInt32 CrcUpdateUInt64(UInt32 crc, UInt64 value) function HRESULT (line 52) | HRESULT COutArchive::WriteDirectUInt32(UInt32 value) function HRESULT (line 62) | HRESULT COutArchive::WriteDirectUInt64(UInt64 value) function HRESULT (line 72) | HRESULT COutArchive::WriteSignature() function HRESULT (line 80) | HRESULT COutArchive::WriteFinishSignature() function HRESULT (line 91) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 104) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 121) | HRESULT COutArchive::Create(ISequentialOutStream *stream, bool endMa... function HRESULT (line 166) | HRESULT COutArchive::SkeepPrefixArchiveHeader() function HRESULT (line 175) | HRESULT COutArchive::WriteBytes(const void *data, size_t size) function HRESULT (line 195) | HRESULT COutArchive::WriteBytes(const CByteBuffer &data) function HRESULT (line 200) | HRESULT COutArchive::WriteByte(Byte b) function HRESULT (line 205) | HRESULT COutArchive::WriteUInt32(UInt32 value) function HRESULT (line 215) | HRESULT COutArchive::WriteNumber(UInt64 value) function UInt32 (line 240) | static UInt32 GetBigNumberSize(UInt64 value) function UInt32 (line 249) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 267) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function HRESULT (line 283) | HRESULT COutArchive::WriteFolder(const CFolder &folder) function HRESULT (line 333) | HRESULT COutArchive::WriteBoolVector(const CBoolVector &boolVector) function HRESULT (line 357) | HRESULT COutArchive::WriteHashDigests( function HRESULT (line 387) | HRESULT COutArchive::WritePackInfo( function HRESULT (line 407) | HRESULT COutArchive::WriteUnPackInfo(const CObjectVector &f... function HRESULT (line 444) | HRESULT COutArchive::WriteSubStreamsInfo( function HRESULT (line 501) | HRESULT COutArchive::WriteTime( function HRESULT (line 577) | HRESULT COutArchive::EncodeStream( function HRESULT (line 596) | HRESULT COutArchive::EncodeStream( function WriteUInt32ToBuffer (line 606) | static void WriteUInt32ToBuffer(Byte *data, UInt32 value) function WriteUInt64ToBuffer (line 615) | static void WriteUInt64ToBuffer(Byte *data, UInt64 value) function HRESULT (line 625) | HRESULT COutArchive::WriteHeader( function HRESULT (line 938) | HRESULT COutArchive::WriteDatabase( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zOut.h function namespace (line 14) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 11) | namespace NArchive { type N7z (line 12) | namespace N7z { type CPropMap (line 14) | struct CPropMap function FindPropInMap (line 52) | static int FindPropInMap(UInt64 filePropID) function CopyOneItem (line 60) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 72) | static void RemoveOneItem(CRecordVector &src, UInt32 item) function InsertToHead (line 82) | static void InsertToHead(CRecordVector &dest, UInt32 item) function STDMETHODIMP (line 141) | STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) function STDMETHODIMP (line 147) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function IOutArchive (line 10) | static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; } FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size... function STDMETHODIMP (line 17) | STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 17) | namespace NArchive { type N7z (line 18) | namespace N7z { function HRESULT (line 25) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... function GetReverseSlashPos (line 40) | static int GetReverseSlashPos(const UString &name) function UString (line 59) | UString CUpdateItem::GetExtension() const function CompareBuffers (line 66) | static int CompareBuffers(const CByteBuffer &a1, const CByteBuffer &a2) function CompareCoders (line 76) | static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) function CompareBindPairs (line 84) | static int CompareBindPairs(const CBindPair &b1, const CBindPair &b2) function CompareFolders (line 90) | static int CompareFolders(const CFolder &f1, const CFolder &f2) function CompareFiles (line 106) | static int CompareFiles(const CFileItem &f1, const CFileItem &f2) function CompareFolderRefs (line 111) | static int CompareFolderRefs(const int *p1, const int *p2, void *param) function CompareEmptyItems (line 131) | static int CompareEmptyItems(const int *p1, const int *p2, void *param) function GetExtIndex (line 180) | int GetExtIndex(const char *ext) type CRefItem (line 213) | struct CRefItem method CRefItem (line 220) | CRefItem(UInt32 index, const CUpdateItem &updateItem, bool sortByT... function CompareUpdateItems (line 260) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 289) | struct CSolidGroup function IsExeFile (line 304) | static bool IsExeFile(const UString &ext) function GetMethodFull (line 316) | static bool GetMethodFull(UInt64 methodID, function MakeExeMethod (line 325) | static bool MakeExeMethod(const CCompressionMethodMode &method, function SplitFilesToGroups (line 397) | static void SplitFilesToGroups( function FromUpdateItemToFileItem (line 445) | static void FromUpdateItemToFileItem(const CUpdateItem &updateItem, function HRESULT (line 465) | static HRESULT Update2( function HRESULT (line 804) | static HRESULT WriteVolumeHeader(COutArchive &archive, CFileItem &fi... function HRESULT (line 843) | HRESULT UpdateVolume( class COutVolumeStream (line 908) | class COutVolumeStream: method Init (line 925) | void Init(IArchiveUpdateCallback2 *volumeCallback, function HRESULT (line 941) | HRESULT COutVolumeStream::Flush() function STDMETHODIMP (line 955) | STDMETHODIMP COutVolumeStream::Write(const void *data, UInt32 size, ... function HRESULT (line 995) | HRESULT Update( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 17) | void RegisterArc(const CArcInfo *arcInfo) function HRESULT (line 28) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 35) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 40) | int FindFormatCalssId(const GUID *clsID) function STDAPI (line 53) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 83) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 121) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 126) | STDAPI GetNumberOfFormats(UINT32 *numFormats) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 94) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2.h function namespace (line 11) | namespace NCoderMixer { function class (line 127) | class CBindReverseConverter type CCoderInfo2 (line 142) | struct CCoderInfo2 function class (line 164) | class CCoderMixer2 FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 52) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... function HRESULT (line 82) | HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo) function HRESULT (line 121) | HRESULT CCoderMixer2MT::Init(ISequentialInStream **inStreams, ISequent... function HRESULT (line 170) | HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code) function STDMETHODIMP (line 178) | STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h function namespace (line 11) | namespace NCoderMixer { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, co... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h function HRes (line 21) | HRes Create() function Init (line 26) | void Init() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/DummyOutStream.h function Init (line 17) | void Init() { _size = 0; } FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 17) | namespace NArchive { function AreEqual (line 78) | static bool AreEqual(const UString &methodName, const wchar_t *s) function IsLZMAMethod (line 81) | static inline bool IsLZMAMethod(const UString &methodName) function IsBZip2Method (line 88) | static inline bool IsBZip2Method(const UString &methodName) function IsPpmdMethod (line 91) | static inline bool IsPpmdMethod(const UString &methodName) function IsDeflateMethod (line 94) | static inline bool IsDeflateMethod(const UString &methodName) type CNameToPropID (line 101) | struct CNameToPropID function ConvertProperty (line 124) | static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM... function FindPropIdFromStringName (line 153) | static int FindPropIdFromStringName(const UString &name) function SetOneMethodProp (line 161) | static void SetOneMethodProp(COneMethodInfo &oneMethodInfo, PROPID pro... function SplitParams (line 269) | static void SplitParams(const UString &srcString, UStringVector &subSt... function SplitParam (line 290) | static void SplitParam(const UString ¶m, UString &name, UString &v... function HRESULT (line 312) | HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const USt... function HRESULT (line 365) | HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const US... function HRESULT (line 381) | HRESULT COutHandler::SetSolidSettings(const UString &s) function HRESULT (line 440) | HRESULT COutHandler::SetSolidSettings(const PROPVARIANT &value) function HRESULT (line 488) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVA... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 20) | STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 33) | STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h function Init (line 29) | void Init() function ReleaseStream (line 35) | void ReleaseStream() { _stream.Release(); } function Init (line 57) | void Init() function ReleaseStream (line 63) | void ReleaseStream() { _stream.Release(); } FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 13) | UString MakeLegalName(const UString &name) function UString (line 20) | UString GetOSName(const UString &name) function UString (line 27) | UString GetOSName2(const UString &name) function HasTailSlash (line 37) | bool HasTailSlash(const AString &name, UINT codePage) function UString (line 51) | UString WinNameToOSName(const UString &name) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/MultiStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 36) | STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/MultiStream.h type CSubStreamInfo (line 19) | struct CSubStreamInfo function Init (line 26) | void Init() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitCRC (line 33) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ParseProperties.cpp function HRESULT (line 10) | HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UIn... function HRESULT (line 40) | HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &d... function HRESULT (line 81) | HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT ... function StringToBool (line 100) | bool StringToBool(const UString &s, bool &res) function HRESULT (line 115) | HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value) function ParseStringToUInt32 (line 133) | int ParseStringToUInt32(const UString &srcString, UInt32 &number) function HRESULT (line 147) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/DllExports2.cpp function IsItWindowsNT (line 24) | static bool IsItWindowsNT() function BOOL (line 36) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpRese... function STDAPI (line 61) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 76) | STDAPI SetLargePageMode() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/IArchive.h function namespace (line 13) | namespace NFileTimeType function namespace (line 23) | namespace NArchive function STDMETHOD (line 82) | STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 15) | void RegisterCodec(const CCodecInfo *codecInfo) function HRESULT (line 22) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 35) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 48) | HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVecto... function HRESULT (line 153) | HRESULT CreateCoder( function HRESULT (line 253) | HRESULT CreateCoder( function HRESULT (line 267) | HRESULT CreateCoder( function HRESULT (line 280) | HRESULT CreateFilter( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/CreateCoder.h function CCodecInfoEx (line 14) | struct CCodecInfoEx FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 14) | static bool MakeAutoName(const UString &name, function AutoRenamePath (line 25) | bool AutoRenamePath(UString &fullProcessedPath) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 55) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 80) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 113) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 139) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function HRESULT (line 148) | HRESULT COutFileStream::Close() function STDMETHODIMP (line 153) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 179) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function STDMETHODIMP (line 203) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 219) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FileStreams.h function virtual (line 31) | virtual ~CInFileStream() {} function Create (line 82) | bool Create(LPCTSTR fileName, bool createAlways) function Open (line 87) | bool Open(LPCTSTR fileName, DWORD creationDisposition) function Create (line 94) | bool Create(LPCWSTR fileName, bool createAlways) function Open (line 99) | bool Open(LPCWSTR fileName, DWORD creationDisposition) function SetTime (line 112) | bool SetTime(const FILETIME *creationTime, const FILETIME *lastAccessTim... function SetLastWriteTime (line 116) | bool SetLastWriteTime(const FILETIME *lastWriteTime) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilterCoder.cpp function HRESULT (line 25) | HRESULT CFilterCoder::WriteWithLimit(ISequentialOutStream *outStream, UI... function STDMETHODIMP (line 42) | STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 89) | STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 96) | STDMETHODIMP CFilterCoder::ReleaseOutStream() function STDMETHODIMP (line 103) | STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 140) | STDMETHODIMP CFilterCoder::Flush() function STDMETHODIMP (line 166) | STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 173) | STDMETHODIMP CFilterCoder::ReleaseInStream() function STDMETHODIMP (line 179) | STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 230) | STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function STDMETHODIMP (line 237) | STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 243) | STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 255) | STDMETHODIMP CFilterCoder::ResetInitVector() function STDMETHODIMP (line 261) | STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilterCoder.h function HRESULT (line 49) | HRESULT Init() function class (line 126) | class CInStreamReleaser function class (line 134) | class COutStreamReleaser FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InBuffer.cpp function Byte (line 78) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InBuffer.h function CSystemException (line 11) | struct CInBufferException: public CSystemException function class (line 17) | class CInBuffer FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 90) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) function STDMETHODIMP (line 111) | STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InOutTempBuffer.h function class (line 12) | class CInOutTempBuffer FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LimitedStreams.cpp function STDMETHODIMP (line 8) | STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, U... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LimitedStreams.h function Init (line 19) | void Init(UInt64 streamSize) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LockedStream.cpp function HRESULT (line 7) | HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function STDMETHODIMP (line 15) | STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size,... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LockedStream.h function class (line 10) | class CLockedInStream FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodId.cpp function wchar_t (line 8) | static inline wchar_t GetHex(Byte value) function UString (line 13) | UString ConvertMethodIdToString(UInt64 id) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodProps.cpp function HRESULT (line 11) | HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeF... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodProps.h type CProp (line 12) | struct CProp type CMethod (line 18) | struct CMethod type CMethodsMode (line 24) | struct CMethodsMode FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 8) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function STDMETHODIMP (line 15) | STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt... function STDMETHODIMP (line 20) | STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 32) | STDMETHODIMP COffsetOutStream::SetSize(Int64 newSize) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 48) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 57) | HRESULT COutBuffer::FlushPart() function HRESULT (line 94) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/ProgressUtils.cpp function STDMETHODIMP (line 21) | STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 39) | HRESULT CLocalProgress::SetCur() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/RegisterArc.h type IInArchive (line 8) | typedef IInArchive * (*CreateInArchiveP)(); type IOutArchive (line 9) | typedef IOutArchive * (*CreateOutArchiveP)(); type CArcInfo (line 11) | struct CArcInfo FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 9) | struct CCodecInfo FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamBinder.cpp class CSequentialInStreamForBinder (line 12) | class CSequentialInStreamForBinder: method SetBinder (line 24) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 27) | STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size,... class CSequentialOutStreamForBinder (line 30) | class CSequentialOutStreamForBinder: method SetBinder (line 43) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 46) | STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt... function HRes (line 54) | HRes CStreamBinder::CreateEvents() function HRESULT (line 90) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 120) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamBinder.h function class (line 9) | class CStreamBinder FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamObjects.cpp function STDMETHODIMP (line 9) | STDMETHODIMP CSequentialInStreamImp::Read(void *data, UInt32 size, UInt3... function STDMETHODIMP (line 28) | STDMETHODIMP CSequentialOutStreamImp::Write(const void *data, UInt32 siz... function STDMETHODIMP (line 36) | STDMETHODIMP CSequentialOutStreamImp2::Write(const void *data, UInt32 si... function STDMETHODIMP (line 50) | STDMETHODIMP CSequentialInStreamSizeCount::Read(void *data, UInt32 size,... function STDMETHODIMP (line 60) | STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamObjects.h function class (line 32) | class CWriteBuffer function Init (line 109) | void Init() { _size = 0; } FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 8) | HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size,... function HRESULT (line 27) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function HRes (line 20) | HRes CVirtThread::Create() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARM.cpp function UInt32 (line 11) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp function UInt32 (line 12) | UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 17) | UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp function STDMETHODIMP (line 6) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BranchCoder.h function virtual (line 17) | virtual void SubInit() {} FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/IA64.cpp function UInt32 (line 11) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/PPC.cpp function UInt32 (line 11) | UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/SPARC.cpp function UInt32 (line 11) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86.cpp function UInt32 (line 6) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 11) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86.h type CBranch86 (line 12) | struct CBranch86 FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86_2.cpp type NCompress (line 11) | namespace NCompress { type NBcj2 (line 12) | namespace NBcj2 { function IsJcc (line 14) | inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0x... function IsJ (line 15) | inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || I... function GetIndex (line 16) | inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? ... function Test86MSByte (line 22) | static bool inline Test86MSByte(Byte b) function HRESULT (line 51) | HRESULT CEncoder::Flush() function HRESULT (line 62) | HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 258) | STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, function HRESULT (line 277) | HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 374) | STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86_2.h function namespace (line 10) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CByteSwap2::Init() { return S_OK; } function STDMETHODIMP (line 22) | STDMETHODIMP CByteSwap4::Init() { return S_OK; } FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/CodecExports.cpp function HRESULT (line 18) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 25) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function HRESULT (line 30) | static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value) function HRESULT (line 40) | static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool... function STDAPI (line 65) | STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **o... function STDAPI (line 98) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 116) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 153) | STDAPI GetNumberOfMethods(UINT32 *numCodecs) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp type NCompress (line 13) | namespace NCompress { function STDMETHODIMP (line 22) | STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 55) | STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/CopyCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZ/LZOutWindow.h type COutBufferException (line 10) | typedef COutBufferException CLZOutWindowException; function class (line 13) | class CLZOutWindow: public COutBuffer FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp type NCompress (line 8) | namespace NCompress { type NLZMA (line 9) | namespace NLZMA { function HRESULT (line 47) | HRESULT CDecoder::CodeSpec(UInt32 curSize) function STDMETHODIMP (line 213) | STDMETHODIMP CDecoder::CodeReal(ISequentialInStream *inStream, function STDMETHODIMP (line 260) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 269) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *properties,... function STDMETHODIMP (line 292) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) function STDMETHODIMP (line 298) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 304) | STDMETHODIMP CDecoder::ReleaseInStream() function STDMETHODIMP (line 310) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 322) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h function namespace (line 18) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp type NCompress (line 29) | namespace NCompress { type NLZMA (line 30) | namespace NLZMA { class CFastPosInit (line 40) | class CFastPosInit method CFastPosInit (line 43) | CFastPosInit() { Init(); } method Init (line 44) | void Init() function UInt32 (line 102) | UInt32 CLiteralEncoder2::GetPrice(bool matchMode, Byte matchByte, By... type NLength (line 132) | namespace NLength { function SzFree (line 219) | static void SzFree(void *address) { BigFree(address); } function HRESULT (line 232) | HRESULT CEncoder::Create() function wchar_t (line 270) | inline wchar_t GetUpperChar(wchar_t c) function ParseMatchFinder (line 277) | static int ParseMatchFinder(const wchar_t *s, int *btMode, UInt32 *n... function STDMETHODIMP (line 318) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 450) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 460) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 466) | STDMETHODIMP CEncoder::ReleaseOutStream() function HRESULT (line 472) | HRESULT CEncoder::Init() function UInt32 (line 532) | UInt32 CEncoder::Backward(UInt32 &backRes, UInt32 cur) function UInt32 (line 571) | UInt32 CEncoder::GetOptimum(UInt32 position, UInt32 &backRes) function ChangePair (line 1074) | static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) function UInt32 (line 1079) | UInt32 CEncoder::ReadMatchDistances(UInt32 &numDistancePairs) function UInt32 (line 1111) | UInt32 CEncoder::GetOptimumFast(UInt32 &backRes) function HRESULT (line 1238) | HRESULT CEncoder::Flush(UInt32 nowPos) function HRESULT (line 1269) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, function HRESULT (line 1298) | HRESULT CEncoder::SetStreams(ISequentialInStream *inStream, function HRes (line 1323) | static HRes MyRead(void *object, void *data, UInt32 size, UInt32 *pr... function HRESULT (line 1328) | HRESULT CEncoder::CodeOneBlock(UInt64 *inSize, UInt64 *outSize, Int3... function STDMETHODIMP (line 1492) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h function namespace (line 22) | namespace NCompress { type CSeqInStream (line 213) | typedef struct _CSeqInStream function ReleaseMatchFinder (line 308) | void ReleaseMatchFinder() function ReleaseMFStream (line 314) | void ReleaseMFStream() function UInt32 (line 330) | UInt32 GetRepLen1Price(CState state, UInt32 posState) const function UInt32 (line 336) | UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) c... function UInt32 (line 357) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 pos... function UInt32 (line 381) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) const function ReleaseStreams (line 400) | void ReleaseStreams() function class (line 407) | class CCoderReleaser function SetWriteEndMarkerMode (line 420) | void SetWriteEndMarkerMode(bool writeEndMarker) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 46) | static inline bool IsItWindowsNT() type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum function PrintHelp (line 102) | static void PrintHelp() function PrintHelpAndExit (line 124) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 131) | static void IncorrectCommand() function WriteArgumentsToStringList (line 136) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 143) | static bool GetNumber(const wchar_t *s, UInt32 &value) function main2 (line 158) | int main2(int n, const char *args[]) function main (line 541) | int main(int n, const char *args[]) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CBaseRandomGenerator (line 56) | class CBaseRandomGenerator method CBaseRandomGenerator (line 61) | CBaseRandomGenerator() { Init(); } method Init (line 62) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 63) | UInt32 GetRnd() class CBenchBuffer (line 71) | class CBenchBuffer method CBenchBuffer (line 76) | CBenchBuffer(): Buffer(0) {} method Free (line 78) | void Free() method Alloc (line 83) | bool Alloc(size_t bufferSize) class CBenchRandomGenerator (line 94) | class CBenchRandomGenerator: public CBenchBuffer method Set (line 98) | void Set(CBaseRandomGenerator *rg) { RG = rg; } method UInt32 (line 99) | UInt32 GetVal(UInt32 &res, int numBits) method UInt32 (line 105) | UInt32 GetLen(UInt32 &res) method Generate (line 110) | void Generate() class CBenchmarkInStream (line 148) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 156) | MY_UNKNOWN_IMP function STDMETHODIMP (line 166) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 182) | class CBenchmarkOutStream: method Init (line 191) | void Init() function STDMETHODIMP (line 200) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 217) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 223) | MY_UNKNOWN_IMP function STDMETHODIMP (line 228) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 236) | static UInt64 GetTimeCount() function UInt64 (line 257) | static UInt64 GetFreq() function UInt64 (line 276) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dw... function UInt64 (line 278) | static UInt64 GetUserTime() function UInt64 (line 290) | static UInt64 GetUserFreq() class CBenchProgressStatus (line 299) | class CBenchProgressStatus method SetResult (line 307) | void SetResult(HRESULT res) method HRESULT (line 314) | HRESULT GetResult() class CBenchProgressInfo (line 323) | class CBenchProgressInfo: method CBenchProgressInfo (line 332) | CBenchProgressInfo(): callback(0) {} function SetStartTime (line 337) | void SetStartTime(CBenchInfo &bi) function SetFinishTime (line 345) | void SetFinishTime(const CBenchInfo &biStart, CBenchInfo &dest) function STDMETHODIMP (line 353) | STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, cons... function UInt32 (line 381) | static UInt32 GetLogSize(UInt32 size) function NormalizeVals (line 390) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 399) | UInt64 GetUsage(const CBenchInfo &info) function UInt64 (line 414) | UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) function UInt64 (line 429) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function UInt64 (line 438) | UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt... function UInt64 (line 448) | UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSi... type CEncoderInfo (line 460) | struct CEncoderInfo type CDecoderInfo (line 475) | struct CDecoderInfo method CEncoderInfo (line 501) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 504) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 517) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 528) | HRESULT CreateEncoderThread() method HRESULT (line 533) | HRESULT CreateDecoderThread(int index, bool callbackMode type CEncoderInfo (line 462) | struct CEncoderInfo type CDecoderInfo (line 475) | struct CDecoderInfo method CEncoderInfo (line 501) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 504) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 517) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 528) | HRESULT CreateEncoderThread() method HRESULT (line 533) | HRESULT CreateDecoderThread(int index, bool callbackMode function HRESULT (line 551) | HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBa... function HRESULT (line 607) | HRESULT CEncoderInfo::Encode() function HRESULT (line 620) | HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) type CBenchEncoders (line 657) | struct CBenchEncoders method CBenchEncoders (line 660) | CBenchEncoders(UInt32 num): encoders(0) { encoders = new CEncoderInfo[... function UInt64 (line 844) | inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) function UInt64 (line 860) | UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function CrcBig (line 870) | static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt... type CCrcInfo (line 879) | struct CCrcInfo method Wait (line 887) | void Wait() function THREAD_FUNC_DECL (line 894) | static THREAD_FUNC_DECL CrcThreadFunction(void *param) type CCrcThreads (line 901) | struct CCrcThreads method CCrcThreads (line 905) | CCrcThreads(): Items(0), NumThreads(0) {} method WaitAll (line 906) | void WaitAll() function UInt32 (line 920) | static UInt32 CrcCalc1(const Byte *buf, UInt32 size) function RandGen (line 928) | static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function UInt32 (line 934) | static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function CrcInternalTest (line 940) | bool CrcInternalTest() function HRESULT (line 964) | HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h type IBenchCallback (line 24) | struct IBenchCallback FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp type CTotalBenchRes (line 20) | struct CTotalBenchRes method Init (line 26) | void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } method Normalize (line 27) | void Normalize() method SetMid (line 36) | void SetMid(const CTotalBenchRes &r1, const CTotalBenchRes &r2) type CBenchCallback (line 45) | struct CBenchCallback: public IBenchCallback method Init (line 50) | void Init() { EncodeRes.Init(); DecodeRes.Init(); } method Normalize (line 51) | void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function NormalizeVals (line 57) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 66) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function PrintNumber (line 75) | static void PrintNumber(FILE *f, UInt64 value, int size) function PrintRating (line 85) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 90) | static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating) function PrintResults (line 98) | static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating,... function PrintTotals (line 111) | static void PrintTotals(FILE *f, const CTotalBenchRes &res) function HRESULT (line 118) | HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final) function HRESULT (line 136) | HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) function PrintRequirements (line 155) | static void PrintRequirements(FILE *f, const char *sizeString, UInt64 si... type CTempValues (line 246) | struct CTempValues method CTempValues (line 249) | CTempValues(UInt32 num) { Values = new UInt64[num]; } function HRESULT (line 253) | HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UI... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp class CInStreamRam (line 14) | class CInStreamRam: method MY_UNKNOWN_IMP (line 22) | MY_UNKNOWN_IMP function STDMETHODIMP (line 32) | STDMETHODIMP CInStreamRam::Read(void *data, UInt32 size, UInt32 *process... class COutStreamRam (line 44) | class COutStreamRam: method Init (line 53) | void Init(Byte *data, size_t size) method SetPos (line 60) | void SetPos(size_t pos) method MY_UNKNOWN_IMP (line 65) | MY_UNKNOWN_IMP function STDMETHODIMP (line 79) | STDMETHODIMP COutStreamRam::Write(const void *data, UInt32 size, UInt32 ... function LzmaRamEncode (line 98) | int LzmaRamEncode( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h type ESzFilterMode (line 34) | enum ESzFilterMode FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c function LzmaRamGetUncompressedSize (line 15) | int LzmaRamGetUncompressedSize( function LzmaRamDecompress (line 35) | int LzmaRamDecompress( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc class CMemoryStream (line 31) | class CMemoryStream { method CMemoryStream (line 38) | CMemoryStream(Bytef *data, UInt64 size) class CInMemoryStream (line 44) | class CInMemoryStream : public CMemoryStream, public IInStream, method CInMemoryStream (line 52) | CInMemoryStream(Bytef *data, UInt64 size) class COutMemoryStream (line 78) | class COutMemoryStream : public CMemoryStream, public IOutStream, method COutMemoryStream (line 86) | COutMemoryStream(Bytef *data, UInt64 size) method UInt32 (line 91) | UInt32 GetSize() {return m_pos;} function LzmaCompress (line 116) | static int function sqlzma_cm (line 216) | int FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp type NCompress (line 7) | namespace NCompress { type NRangeCoder (line 8) | namespace NRangeCoder { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/ICoder.h function namespace (line 35) | namespace NCoderPropID function STDMETHOD (line 129) | STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE; function namespace (line 169) | namespace NMethodPropID FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/Client7z.cpp function IsItWindowsNT (line 50) | static inline bool IsItWindowsNT() function PrintString (line 61) | void PrintString(const UString &s) function PrintString (line 66) | void PrintString(const AString &s) function PrintNewLine (line 71) | void PrintNewLine() function PrintStringLn (line 76) | void PrintStringLn(const AString &s) function PrintError (line 82) | void PrintError(const AString &s) function HRESULT (line 89) | static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROP... function HRESULT (line 102) | static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bo... class CArchiveOpenCallback (line 115) | class CArchiveOpenCallback: method CArchiveOpenCallback (line 131) | CArchiveOpenCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 134) | STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, ... function STDMETHODIMP (line 139) | STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files ... function STDMETHODIMP (line 144) | STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) class CArchiveExtractCallback (line 174) | class CArchiveExtractCallback: type CProcessedFileInfo (line 200) | struct CProcessedFileInfo method CArchiveExtractCallback (line 219) | CArchiveExtractCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 230) | STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 235) | STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* com... function STDMETHODIMP (line 240) | STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function STDMETHODIMP (line 355) | STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractM... function STDMETHODIMP (line 379) | STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operation... function STDMETHODIMP (line 420) | STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) type CDirItem (line 440) | struct CDirItem method IsDirectory (line 449) | bool IsDirectory() const { return (Attributes & FILE_ATTRIBUTE_DIRECTO... class CArchiveUpdateCallback (line 452) | class CArchiveUpdateCallback: method CArchiveUpdateCallback (line 493) | CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false)... method Init (line 498) | void Init(const CObjectVector *dirItems) function STDMETHODIMP (line 507) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 512) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* comp... function STDMETHODIMP (line 518) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** ... function STDMETHODIMP (line 523) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, function STDMETHODIMP (line 535) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function HRESULT (line 577) | HRESULT CArchiveUpdateCallback::Finilize() function GetStream2 (line 587) | static void GetStream2(const wchar_t *name) function STDMETHODIMP (line 595) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 628) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operati... function STDMETHODIMP (line 634) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 644) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 663) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... function main (line 691) | main(int argc, char* argv[]) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp type NKey (line 41) | namespace NKey { type Enum (line 42) | enum Enum type NRecursedPostCharIndex (line 82) | namespace NRecursedPostCharIndex { type EEnum (line 83) | enum EEnum function ThrowException (line 170) | static void ThrowException(const char *errorMessage) function ThrowUserErrorException (line 175) | static void ThrowUserErrorException() function GetRecursedTypeFromIndex (line 214) | static NRecursedType::EEnum GetRecursedTypeFromIndex(int index) function ParseArchiveCommand (line 227) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function AddNameToCensor (line 243) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddToCensorFromListFile (line 265) | static void AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildCardToCensr (line 276) | static void AddCommandLineWildCardToCensr(NWildcard::CCensor &wildcardCe... function AddToCensorFromNonSwitchesStrings (line 283) | static void AddToCensorFromNonSwitchesStrings( function ParseMapWithPaths (line 302) | static void ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, function AddSwitchWildCardsToCensor (line 366) | static void AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, function ConvertToLongName (line 407) | static void ConvertToLongName(const UString &prefix, UString &name) function ConvertToLongNames (line 416) | static void ConvertToLongNames(const UString &prefix, CObjectVector ... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SortUtils.cpp function CompareStrings (line 8) | static int CompareStrings(const int *p1, const int *p2, void *param) function SortFileNames (line 14) | void SortFileNames(const UStringVector &strings, CIntVector &indices) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/TempFiles.h function class (line 8) | class CTempFiles FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Update.cpp function HRESULT (line 53) | static HRESULT CopyBlock(ISequentialInStream *inStream, ISequentialOutSt... class COutMultiVolStream (line 59) | class COutMultiVolStream: type CSubStreamInfo (line 68) | struct CSubStreamInfo method Init (line 83) | void Init() function HRESULT (line 102) | HRESULT COutMultiVolStream::Close() function STDMETHODIMP (line 118) | STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UI... function STDMETHODIMP (line 196) | STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, U... function STDMETHODIMP (line 219) | STDMETHODIMP COutMultiVolStream::SetSize(Int64 newSize) function HRESULT (line 289) | static HRESULT Compress( function HRESULT (line 499) | HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor, function HRESULT (line 532) | static HRESULT UpdateWithItemLists( class CCurrentDirRestorer (line 577) | class CCurrentDirRestorer method CCurrentDirRestorer (line 581) | CCurrentDirRestorer() method RestoreDirectory (line 585) | bool RestoreDirectory() type CEnumDirItemUpdateCallback (line 590) | struct CEnumDirItemUpdateCallback: public IEnumDirItemCallback method HRESULT (line 593) | HRESULT CheckBreak() { return Callback->CheckBreak(); } function HRESULT (line 596) | HRESULT UpdateArchive( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Update.h function if (line 16) | struct CArchivePath function UString (line 57) | UString GetFinalPath() const type CUpdateArchiveCommand (line 77) | struct CUpdateArchiveCommand type CUpdateErrorInfo (line 139) | struct CUpdateErrorInfo type IUpdateCallbackUI2 (line 152) | struct IUpdateCallbackUI2 FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateAction.cpp type NUpdateArchive (line 7) | namespace NUpdateArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateAction.h function namespace (line 6) | namespace NUpdateArchive { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateCallback.cpp function STDMETHODIMP (line 28) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) function STDMETHODIMP (line 35) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *complete... function STDMETHODIMP (line 42) | STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, ... function STDMETHODIMP (line 64) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG **) function STDMETHODIMP (line 73) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, function STDMETHODIMP (line 99) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function STDMETHODIMP (line 183) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 224) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationR... function STDMETHODIMP (line 231) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 241) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 262) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateCallback.h type IUpdateCallbackUI (line 29) | struct IUpdateCallbackUI FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdatePair.cpp function MyCompareTime (line 17) | static int MyCompareTime(NFileTimeType::EEnum fileTimeType, function TestDuplicateString (line 64) | static void TestDuplicateString(const UStringVector &strings, const CInt... function GetUpdatePairInfoList (line 78) | void GetUpdatePairInfoList( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdatePair.h type CUpdatePair (line 11) | struct CUpdatePair FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateProduce.cpp function UpdateProduce (line 12) | void UpdateProduce( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/WorkDir.cpp function UINT (line 13) | static inline UINT GetCurrentCodePage() function UString (line 20) | UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ZipRegistry.h function namespace (line 10) | namespace NExtract function namespace (line 21) | namespace NCompression { type CInfo (line 44) | struct CInfo function namespace (line 57) | namespace NWorkDir{ FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ConsoleClose.cpp type NConsoleClose (line 10) | namespace NConsoleClose { function BOOL (line 12) | static BOOL WINAPI HandlerRoutine(DWORD ctrlType) function TestBreakSignal (line 36) | bool TestBreakSignal() function CheckCtrlBreak (line 45) | void CheckCtrlBreak() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ConsoleClose.h function namespace (line 6) | namespace NConsoleClose { FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp function STDMETHODIMP (line 48) | STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) function STDMETHODIMP (line 55) | STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) function STDMETHODIMP (line 62) | STDMETHODIMP CExtractCallbackConsole::AskOverwrite( function STDMETHODIMP (line 98) | STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *na... function STDMETHODIMP (line 118) | STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) function STDMETHODIMP (line 126) | STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operation... function STDMETHODIMP (line 157) | STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 169) | HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name) function HRESULT (line 177) | HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, ... function HRESULT (line 193) | HRESULT CExtractCallbackConsole::ThereAreNoFiles() function HRESULT (line 199) | HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) function HRESULT (line 230) | HRESULT CExtractCallbackConsole::SetPassword(const UString &password) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h function Init (line 55) | void Init() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/List.cpp type CPropIdToName (line 27) | struct CPropIdToName function GetAttributesString (line 84) | static void GetAttributesString(DWORD wa, bool directory, char *s) type EAdjustment (line 99) | enum EAdjustment type CFieldInfo (line 106) | struct CFieldInfo type CFieldInfoInit (line 116) | struct CFieldInfoInit function PrintSpaces (line 135) | void PrintSpaces(int numSpaces) function PrintString (line 141) | void PrintString(EAdjustment adjustment, int width, const UString &textS... class CFieldPrinter (line 162) | class CFieldPrinter method Clear (line 166) | void Clear() { _fields.Clear(); } function UString (line 197) | static UString GetPropName(PROPID propID, BSTR name) function HRESULT (line 210) | HRESULT CFieldPrinter::Init(IInArchive *archive) function BOOL (line 252) | BOOL IsFileTimeZero(CONST FILETIME *lpFileTime) function PrintTime (line 258) | void PrintTime(const NCOM::CPropVariant &propVariant) function HRESULT (line 277) | HRESULT CFieldPrinter::PrintItemInfo(IInArchive *archive, function PrintNumberString (line 361) | void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *... function HRESULT (line 370) | HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, function GetUInt64Value (line 402) | bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UI... function HRESULT (line 413) | HRESULT ListArchives( FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/Main.cpp function ShowMessageAndThrowException (line 123) | static void ShowMessageAndThrowException(CStdOutStream &s, LPCSTR messag... function PrintHelpAndExit (line 129) | static void PrintHelpAndExit(CStdOutStream &s) // yyy function GetArguments (line 136) | static void GetArguments(int numArguments, const char *arguments[], UStr... function ShowCopyrightAndHelp (line 147) | static void ShowCopyrightAndHelp(CStdOutStream &s, bool needHelp) function PrintString (line 156) | static void PrintString(CStdOutStream &stdStream, const AString &s, int ... function PrintString (line 165) | static void PrintString(CStdOutStream &stdStream, const UString &s, int ... function GetHex (line 173) | static inline char GetHex(Byte value) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/MainAr.cpp function IsItWindowsNT (line 27) | static inline bool IsItWindowsNT() FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp function HRESULT (line 10) | HRESULT COpenCallbackConsole::CheckBreak() function HRESULT (line 17) | HRESULT COpenCallbackConsole::SetTotal(const UInt64 *, const UInt64 *) function HRESULT (line 22) | HRESULT COpenCallbackConsole::SetCompleted(const UInt64 *, const UInt64 *) function HRESULT (line 27) | HRESULT COpenCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 41) | HRESULT COpenCallbackConsole::GetPasswordIfAny(UString &password) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h function class (line 9) | class COpenCallbackConsole: public IOpenCallbackUI FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/PercentPrinter.cpp function ClearPrev (line 14) | static void ClearPrev(char *p, int num) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/PercentPrinter.h function class (line 9) | class CPercentPrinter function SetRatio (line 22) | void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; } FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp function HRESULT (line 31) | HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT ... function HRESULT (line 39) | HRESULT CUpdateCallbackConsole::StartScanning() function HRESULT (line 45) | HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWO... function HRESULT (line 63) | HRESULT CUpdateCallbackConsole::FinishScanning() function HRESULT (line 69) | HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool u... function HRESULT (line 83) | HRESULT CUpdateCallbackConsole::FinishArchive() function HRESULT (line 89) | HRESULT CUpdateCallbackConsole::CheckBreak() function HRESULT (line 96) | HRESULT CUpdateCallbackConsole::Finilize() function HRESULT (line 115) | HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) function HRESULT (line 120) | HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) function HRESULT (line 128) | HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) function HRESULT (line 145) | HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */... function HRESULT (line 154) | HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function HRESULT (line 171) | HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD... function HRESULT (line 187) | HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) function HRESULT (line 194) | HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIs... FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h function class (line 11) | class CUpdateCallbackConsole: public IUpdateCallbackUI2 FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UserInputUtils.cpp function ScanUserYesNoAllQuit (line 25) | NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) function UString (line 52) | UString GetPassword(CStdOutStream *outStream) FILE: src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UserInputUtils.h function namespace (line 8) | namespace NUserAnswerMode { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/Buffer.h function virtual (line 23) | virtual ~CBuffer() { delete []_items; } function operator (line 24) | operator T *() { return _items; } function operator (line 25) | operator const T *() const { return _items; } function SetCapacity (line 27) | void SetCapacity(size_t newCapacity) type CBuffer (line 73) | typedef CBuffer CCharBuffer; type CBuffer (line 74) | typedef CBuffer CWCharBuffer; type CByteBuffer (line 75) | typedef CBuffer CByteBuffer; FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/CRC.cpp class CCRCTableInit (line 10) | class CCRCTableInit method CCRCTableInit (line 13) | CCRCTableInit() { CrcGenerateTable(); } FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/DynamicBuffer.h function GrowLength (line 10) | void GrowLength(size_t size) function buffer (line 24) | CDynamicBuffer(const CDynamicBuffer &buffer): CBuffer(buffer) {} function size (line 25) | CDynamicBuffer(size_t size): CBuffer(size) {} function EnsureCapacity (line 36) | void EnsureCapacity(size_t capacity) type CDynamicBuffer (line 43) | typedef CDynamicBuffer CCharDynamicBuffer; type CDynamicBuffer (line 44) | typedef CDynamicBuffer CWCharDynamicBuffer; type CByteDynamicBuffer (line 45) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/IntToString.cpp function ConvertUInt64ToString (line 7) | void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base) function ConvertUInt64ToString (line 29) | void ConvertUInt64ToString(UInt64 value, wchar_t *s) function ConvertInt64ToString (line 45) | void ConvertInt64ToString(Int64 value, char *s) function ConvertInt64ToString (line 55) | void ConvertInt64ToString(Int64 value, wchar_t *s) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/ListFileUtils.cpp function RemoveQuote (line 12) | static void RemoveQuote(UString &s) function ReadNamesFromListFile (line 19) | bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultString... FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/MyCom.h function Release (line 26) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 27) | operator T*() const { return (T*)_p; } FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/MyString.cpp function wchar_t (line 18) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 36) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 54) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 66) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 128) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 152) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 164) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 176) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 194) | int MyStringCompareNoCase(const char *s1, const char *s2) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/MyString.h function MyStringLen (line 16) | int MyStringLen(const T *s) function T (line 24) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 31) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 33) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 35) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 37) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 52) | inline char MyCharUpper(char c) function wchar_t (line 55) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 61) | inline char MyCharLower(char c) function wchar_t (line 64) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 72) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 79) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 112) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 119) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 141) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 147) | void InsertSpace(int &index, int size) function T (line 154) | static T *GetNextCharPointer(T *p) function T (line 156) | static const T *GetNextCharPointer(const T *p) function T (line 158) | static T *GetPrevCharPointer(T *base, T *p) function T (line 160) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 167) | void SetCapacity(int newCapacity) function GrowLength (line 195) | void GrowLength(int n) function CorrectIndex (line 212) | void CorrectIndex(int &index) const function operator (line 243) | operator const T*() const { return _chars;} function T (line 247) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 253) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 254) | void ReleaseBuffer(int newLength) function Empty (line 317) | void Empty() function CStringBase (line 325) | CStringBase Mid(int startIndex) const function CStringBase (line 327) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 344) | CStringBase Left(int count) const function CStringBase (line 346) | CStringBase Right(int count) const function MakeUpper (line 353) | void MakeUpper() function MakeLower (line 355) | void MakeLower() function Compare (line 358) | int Compare(const CStringBase& s) const function Compare (line 361) | int Compare(const T *s) const function CompareNoCase (line 364) | int CompareNoCase(const CStringBase& s) const function CompareNoCase (line 367) | int CompareNoCase(const T *s) const function Find (line 377) | int Find(T c) const { return Find(c, 0); } function Find (line 378) | int Find(T c, int startIndex) const function Find (line 390) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 391) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 406) | int ReverseFind(T c) const function FindOneOf (line 420) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 428) | void TrimLeft(T c) function TrimRight (line 450) | void TrimRight() function TrimRight (line 454) | void TrimRight(T c) function Trim (line 475) | void Trim() function Insert (line 481) | int Insert(int index, T c) function Insert (line 488) | int Insert(int index, const CStringBase &s) function Replace (line 502) | int Replace(T oldChar, T newChar) function Replace (line 519) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 622) | typedef CStringBase AString; type CStringBase (line 623) | typedef CStringBase UString; type CObjectVector (line 625) | typedef CObjectVector AStringVector; type CObjectVector (line 626) | typedef CObjectVector UStringVector; type UString (line 629) | typedef UString CSysString; type AString (line 631) | typedef AString CSysString; type CObjectVector (line 634) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/MyVector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 40) | CRecordVector(const CRecordVector &v): function Add (line 55) | int Add(T item) function Insert (line 61) | void Insert(int index, T item) function T (line 68) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 75) | void Swap(int i, int j) function FindInSorted (line 82) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 99) | int AddToUniqueSorted(const T& item) function SortRefDown (line 117) | static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, ... function Sort (line 135) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 158) | typedef CRecordVector CIntVector; type CUIntVector (line 159) | typedef CRecordVector CUIntVector; type CRecordVector (line 160) | typedef CRecordVector CBoolVector; type CByteVector (line 161) | typedef CRecordVector CByteVector; type CRecordVector (line 162) | typedef CRecordVector CPointerVector; function T (line 185) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 191) | int Add(const T& item) function Insert (line 193) | void Insert(int index, const T& item) function Find (line 202) | int Find(const T& item) const function FindInSorted (line 209) | int FindInSorted(const T& item) const function AddToSorted (line 225) | int AddToSorted(const T& item) function Sort (line 246) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 249) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 251) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 106) | struct IUnknown type IUnknown (line 116) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 123) | enum VARENUM type VARTYPE (line 153) | typedef unsigned short VARTYPE; type WORD (line 154) | typedef WORD PROPVAR_PAD1; type WORD (line 155) | typedef WORD PROPVAR_PAD2; type WORD (line 156) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 160) | typedef struct tagPROPVARIANT type PROPVARIANT (line 185) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 186) | typedef tagVARIANT VARIANT; type VARIANT (line 187) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 206) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/StdInStream.cpp function AString (line 45) | AString CStdInStream::ScanStringUntilNewLine() FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/StdInStream.h function class (line 11) | class CStdInStream FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/StdOutStream.cpp function CStdOutStream (line 52) | CStdOutStream & CStdOutStream::operator<<(CStdOutStream & (*aFunction)(C... function CStdOutStream (line 58) | CStdOutStream & endl(CStdOutStream & outStream) function CStdOutStream (line 63) | CStdOutStream & CStdOutStream::operator<<(const char *string) function CStdOutStream (line 69) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *string) function CStdOutStream (line 75) | CStdOutStream & CStdOutStream::operator<<(char c) function CStdOutStream (line 81) | CStdOutStream & CStdOutStream::operator<<(int number) function CStdOutStream (line 88) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/StdOutStream.h function class (line 10) | class CStdOutStream FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 49) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 60) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 76) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/StringConvert.h function wchar_t (line 13) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 15) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 17) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 19) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 21) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 23) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 28) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 30) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 35) | inline const AString& GetOemString(const AString &oemString) function AString (line 37) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 42) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 44) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 46) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 48) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 50) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString) function AString (line 57) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 61) | inline AString GetSystemString(const UString &unicodeString) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 44) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 63) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/Types.h type Byte (line 8) | typedef unsigned char Byte; type Int16 (line 13) | typedef short Int16; type UInt16 (line 18) | typedef unsigned short UInt16; type Int32 (line 23) | typedef int Int32; type UInt32 (line 28) | typedef unsigned int UInt32; type __int64 (line 35) | typedef __int64 Int64; type UInt64 (line 40) | typedef unsigned __int64 UInt64; type Int64 (line 47) | typedef long long int Int64; type UInt64 (line 52) | typedef unsigned long long int UInt64; FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/UTFConvert.cpp function ConvertUTF8ToUnicode (line 12) | bool ConvertUTF8ToUnicode(const AString &src, UString &dest) function ConvertUnicodeToUTF8 (line 56) | bool ConvertUnicodeToUTF8(const UString &src, AString &dest) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/Wildcard.cpp function CompareFileNames (line 39) | int CompareFileNames(const UString &s1, const UString &s2) function EnhancedMaskTest (line 51) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 85) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts (line 106) | void SplitPathToParts(const UString &path, UString &dirPrefix, UString &... function UString (line 116) | UString ExtractDirPrefixFromPath(const UString &path) function UString (line 125) | UString ExtractFileNameFromPath(const UString &path) function CompareWildCardWithName (line 135) | bool CompareWildCardWithName(const UString &mask, const UString &name) function DoesNameContainWildCard (line 140) | bool DoesNameContainWildCard(const UString &path) type NWildcard (line 149) | namespace NWildcard { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Common/Wildcard.h type CItem (line 19) | struct CItem function class (line 28) | class CCensorNode FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function UINT (line 61) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI()... function CSysString (line 62) | CSysString GetSysPath(LPCWSTR sysPath) function MyGetModuleFileName (line 79) | bool MyGetModuleFileName(HMODULE hModule, CSysString &result) function MyGetModuleFileName (line 93) | bool MyGetModuleFileName(HMODULE hModule, UString &result) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/DLL.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function LRESULTToBool (line 10) | inline bool LRESULTToBool(LRESULT value) function BOOL (line 14) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 17) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 20) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/Error.cpp type NWindows (line 14) | namespace NWindows { type NError (line 15) | namespace NError { function MyFormatMessage (line 17) | bool MyFormatMessage(DWORD messageID, CSysString &message) function MyFormatMessage (line 30) | bool MyFormatMessage(DWORD messageID, UString &message) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/Error.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileDir.cpp type NWindows (line 17) | namespace NWindows { type NFile (line 18) | namespace NFile { type NDirectory (line 31) | namespace NDirectory { function UINT (line 34) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function UString (line 35) | static UString GetUnicodePath(const CSysString &sysPath) function CSysString (line 37) | static CSysString GetSysPath(LPCWSTR sysPath) function MyGetWindowsDirectory (line 41) | bool MyGetWindowsDirectory(CSysString &path) function MyGetSystemDirectory (line 48) | bool MyGetSystemDirectory(CSysString &path) function MyGetWindowsDirectory (line 56) | bool MyGetWindowsDirectory(UString &path) function MyGetSystemDirectory (line 71) | bool MyGetSystemDirectory(UString &path) function SetDirTime (line 87) | bool SetDirTime(LPCWSTR fileName, const FILETIME *creationTime, co... function MySetFileAttributes (line 119) | bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 131) | bool MyRemoveDirectory(LPCTSTR pathName) function GetLongPaths (line 144) | bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) function MyMoveFile (line 155) | bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) function MySetFileAttributes (line 168) | bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 183) | bool MyRemoveDirectory(LPCWSTR pathName) function MyMoveFile (line 197) | bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) function MyCreateDirectory (line 212) | bool MyCreateDirectory(LPCTSTR pathName) function MyCreateDirectory (line 228) | bool MyCreateDirectory(LPCWSTR pathName) function CreateComplexDirectory (line 275) | bool CreateComplexDirectory(LPCTSTR _aPathName) function CreateComplexDirectory (line 321) | bool CreateComplexDirectory(LPCWSTR _aPathName) function DeleteFileAlways (line 367) | bool DeleteFileAlways(LPCTSTR name) function DeleteFileAlways (line 382) | bool DeleteFileAlways(LPCWSTR name) function RemoveDirectorySubItems2 (line 399) | static bool RemoveDirectorySubItems2(const CSysString pathPrefix, ... function RemoveDirectoryWithSubItems (line 406) | bool RemoveDirectoryWithSubItems(const CSysString &path) function RemoveDirectorySubItems2 (line 422) | static bool RemoveDirectorySubItems2(const UString pathPrefix, con... function RemoveDirectoryWithSubItems (line 428) | bool RemoveDirectoryWithSubItems(const UString &path) function MyGetShortPathName (line 446) | bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) function MyGetFullPathName (line 453) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, i... function MyGetFullPathName (line 481) | bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int ... function MyGetFullPathName (line 523) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function MyGetFullPathName (line 530) | bool MyGetFullPathName(LPCWSTR fileName, UString &path) function GetOnlyName (line 537) | bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) function GetOnlyName (line 547) | bool GetOnlyName(LPCWSTR fileName, UString &resultName) function GetOnlyDirPrefix (line 557) | bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) function GetOnlyDirPrefix (line 567) | bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) function MyGetCurrentDirectory (line 577) | bool MyGetCurrentDirectory(CSysString &path) function MySetCurrentDirectory (line 585) | bool MySetCurrentDirectory(LPCWSTR path) function MyGetCurrentDirectory (line 591) | bool MyGetCurrentDirectory(UString &path) function MySearchPath (line 608) | bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, function MySearchPath (line 620) | bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function MyGetTempPath (line 648) | bool MyGetTempPath(CSysString &path) function MyGetTempPath (line 656) | bool MyGetTempPath(UString &path) function UINT (line 673) | UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 681) | UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &p... function UINT (line 699) | UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 733) | UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &... function CreateTempDirectory (line 767) | bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) function CreateTempDirectory (line 804) | bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileDir.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileFind.cpp type NWindows (line 14) | namespace NWindows { type NFile (line 15) | namespace NFile { type NFind (line 23) | namespace NFind { function ConvertWIN32_FIND_DATA_To_FileInfo (line 47) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function UINT (line 66) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function ConvertWIN32_FIND_DATA_To_FileInfo (line 68) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function ConvertWIN32_FIND_DATA_To_FileInfo (line 85) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function FindFile (line 199) | bool FindFile(LPCTSTR wildcard, CFileInfo &fileInfo) function FindFile (line 206) | bool FindFile(LPCWSTR wildcard, CFileInfoW &fileInfo) function DoesFileExist (line 213) | bool DoesFileExist(LPCTSTR name) function DoesFileExist (line 220) | bool DoesFileExist(LPCWSTR name) function HANDLE (line 307) | HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool w... function HANDLE (line 322) | HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool w... function MyGetLogicalDriveStrings (line 340) | bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings) function MyGetLogicalDriveStrings (line 370) | bool MyGetLogicalDriveStrings(UStringVector &driveStrings) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileFind.h function namespace (line 11) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileIO.cpp type NWindows (line 18) | namespace NWindows { type NFile (line 19) | namespace NFile { function GetLongPathBase (line 26) | bool GetLongPathBase(LPCWSTR s, UString &res) function GetLongPath (line 51) | bool GetLongPath(LPCWSTR path, UString &longPath) type NIO (line 59) | namespace NIO { function DWORD (line 249) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileMapping.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileName.cpp type NWindows (line 8) | namespace NWindows { type NFile (line 9) | namespace NFile { type NName (line 10) | namespace NName { function NormalizeDirPathPrefix (line 12) | void NormalizeDirPathPrefix(CSysString &dirPath) function NormalizeDirPathPrefix (line 21) | void NormalizeDirPathPrefix(UString &dirPath) function SplitNameToPureNameAndExtension (line 34) | void SplitNameToPureNameAndExtension(const UString &fullName, FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/Handle.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/MemoryLock.cpp type NWindows (line 5) | namespace NWindows { type NSecurity (line 6) | namespace NSecurity { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/MemoryLock.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function CPropVariant (line 36) | CPropVariant& CPropVariant::operator=(const CPropVariant& varSrc) function CPropVariant (line 41) | CPropVariant& CPropVariant::operator=(const PROPVARIANT& varSrc) function CPropVariant (line 47) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 53) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 68) | CPropVariant& CPropVariant::operator=(bool bSrc) function CPropVariant (line 79) | CPropVariant& CPropVariant::operator=(UInt32 value) function CPropVariant (line 90) | CPropVariant& CPropVariant::operator=(UInt64 value) function CPropVariant (line 101) | CPropVariant& CPropVariant::operator=(const FILETIME &value) function CPropVariant (line 112) | CPropVariant& CPropVariant::operator=(Int32 value) function CPropVariant (line 124) | CPropVariant& CPropVariant::operator=(Byte value) function CPropVariant (line 135) | CPropVariant& CPropVariant::operator=(Int16 value) function HRESULT (line 159) | static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) function HRESULT (line 186) | HRESULT CPropVariant::Clear() function HRESULT (line 191) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) function HRESULT (line 219) | HRESULT CPropVariant::Attach(PROPVARIANT* pSrc) function HRESULT (line 229) | HRESULT CPropVariant::Detach(PROPVARIANT* pDest) function HRESULT (line 239) | HRESULT CPropVariant::InternalClear() FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariant.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariantConversions.cpp function UString (line 14) | static UString ConvertUInt64ToString(UInt64 value) function UString (line 21) | static UString ConvertInt64ToString(Int64 value) function ConvertFileTimeToString (line 48) | bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTi... function UString (line 83) | UString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTi... function UString (line 91) | UString ConvertPropVariantToString(const PROPVARIANT &propVariant) function UInt64 (line 131) | UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &propVariant) FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/Synchronization.cpp type NWindows (line 7) | namespace NWindows { type NSynchronization (line 8) | namespace NSynchronization { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/Synchronization.h function namespace (line 17) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/System.cpp type NWindows (line 7) | namespace NWindows { type NSystem (line 8) | namespace NSystem { function UInt32 (line 10) | UInt32 GetNumberOfProcessors() type _MY_MEMORYSTATUSEX (line 19) | struct _MY_MEMORYSTATUSEX { function UInt64 (line 40) | UInt64 GetRamSize() FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/System.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/Thread.h function namespace (line 13) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/CPP/Windows/Time.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.2-r2-lzma/sqlzma.h type sqlzma_opts (line 40) | struct sqlzma_opts { type sqlzma_opts (line 44) | struct sqlzma_opts type sized_buf (line 56) | struct sized_buf { type sqlzma_un (line 62) | struct sqlzma_un { type sqlzma_un (line 74) | struct sqlzma_un type sqlzma_un (line 75) | struct sqlzma_un type sized_buf (line 75) | struct sized_buf type sized_buf (line 76) | struct sized_buf type sqlzma_un (line 77) | struct sqlzma_un FILE: src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_2 (line 43) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 44) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 45) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 46) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 47) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 48) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 49) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 50) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 51) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 52) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 53) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 54) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 55) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 58) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 59) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 60) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 61) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.c type sqlzma_un (line 112) | struct sqlzma_un type cached_dir_index (line 143) | struct cached_dir_index { type directory (line 148) | struct directory { type inode_info (line 162) | struct inode_info type file_info (line 165) | struct file_info type exclude_info (line 169) | struct exclude_info { type exclude_info (line 176) | struct exclude_info type stat (line 177) | struct stat type file_buffer (line 181) | struct file_buffer type fragment (line 183) | struct fragment { type old_root_entry_info (line 204) | struct old_root_entry_info { type old_root_entry_info (line 210) | struct old_root_entry_info type file_info (line 213) | struct file_info { type allocator (line 254) | struct allocator { type file_buffer (line 263) | struct file_buffer { type queue (line 278) | struct queue { type buffer_list (line 291) | struct buffer_list { type allocator (line 297) | struct allocator type queue (line 298) | struct queue type dir_info (line 326) | struct dir_info type file_info (line 327) | struct file_info type fragment (line 327) | struct fragment type file_buffer (line 327) | struct file_buffer type buffer_list (line 327) | struct buffer_list type dir_info (line 328) | struct dir_info type dir_info (line 328) | struct dir_info type file_info (line 329) | struct file_info type fragment (line 329) | struct fragment type dir_info (line 330) | struct dir_info type stat (line 330) | struct stat type priority_entry (line 331) | struct priority_entry type dir_info (line 332) | struct dir_info type allocator (line 335) | struct allocator type allocator (line 337) | struct allocator type allocator (line 337) | struct allocator type file_buffer (line 352) | struct file_buffer type allocator (line 352) | struct allocator type file_buffer (line 354) | struct file_buffer type file_buffer (line 361) | struct file_buffer type file_buffer (line 374) | struct file_buffer type allocator (line 374) | struct allocator type file_buffer (line 376) | struct file_buffer function alloc_free (line 386) | void alloc_free(struct file_buffer *file_buffer) type queue (line 409) | struct queue type queue (line 411) | struct queue type queue (line 411) | struct queue function queue_put (line 431) | void queue_put(struct queue *queue, void *data) type queue (line 447) | struct queue function waitforthread (line 467) | inline void waitforthread(int i) function restorefs (line 475) | void restorefs() function sighandler (line 513) | void sighandler() function sighandler2 (line 526) | void sighandler2() function sigusr1_handler (line 532) | void sigusr1_handler() function sigwinch_handler (line 554) | void sigwinch_handler() function mangle2 (line 566) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 617) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 625) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 673) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 691) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 714) | long long write_inodes() function write_directories (line 750) | long long write_directories() function get_uid (line 786) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 803) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 823) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 998) | void scan2_init_dir(struct directory *dir) function add_dir (line 1013) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1086) | int write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct d... type fragment (line 1196) | struct fragment type sized_buf (line 1219) | struct sized_buf function ensure_fragments_flushed (line 1237) | void ensure_fragments_flushed() function write_fragment (line 1246) | void write_fragment() function frag_release (line 1268) | void frag_release(int block) type fragment (line 1277) | struct fragment type fragment (line 1278) | struct fragment type file_buffer (line 1278) | struct file_buffer type fragment (line 1280) | struct fragment type fragment (line 1289) | struct fragment type fragment (line 1289) | struct fragment function generic_write_table (line 1305) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1349) | long long write_fragment_table() function get_checksum (line 1380) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1393) | unsigned short get_checksum_disk(long long start, long long l) function get_checksum_buffer (line 1409) | unsigned short get_checksum_buffer(struct buffer_list *buffer_list, unsi... function get_checksum_mem (line 1427) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1433) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1445) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1480) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1492) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1511) | struct file_info type fragment (line 1511) | struct fragment type file_info (line 1513) | struct file_info type file_info (line 1515) | struct file_info type file_info (line 1515) | struct file_info type file_info (line 1535) | struct file_info type fragment (line 1535) | struct fragment type file_buffer (line 1535) | struct file_buffer type buffer_list (line 1535) | struct buffer_list type file_info (line 1537) | struct file_info type buffer_list (line 1563) | struct buffer_list function reader_read_file (line 1594) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1641) | void reader_scan(struct dir_info *dir) { type priority_entry (line 1673) | struct priority_entry type file_buffer (line 1693) | struct file_buffer type file_buffer (line 1731) | struct file_buffer type file_buffer (line 1732) | struct file_buffer type file_buffer (line 1756) | struct file_buffer type file_buffer (line 1757) | struct file_buffer type file_buffer (line 1781) | struct file_buffer function push_buffer (line 1783) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 1792) | struct file_buffer type queue (line 1792) | struct queue type file_buffer (line 1796) | struct file_buffer function progress_bar (line 1822) | int progress_bar(long long current, long long max, int columns) function write_file_empty (line 1847) | int write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_frag_dup (line 1857) | int write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, ... function write_file_frag (line 1887) | int write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int ... function write_file_blocks (line 1923) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 1999) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2110) | int write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long... type inode_info (line 2180) | struct inode_info type stat (line 2180) | struct stat type inode_info (line 2183) | struct inode_info type stat (line 2186) | struct stat type inode_info (line 2193) | struct inode_info type stat (line 2196) | struct stat function add_dir_entry (line 2212) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2233) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2242) | void sort_directory(struct dir_info *dir) type dir_info (line 2251) | struct dir_info type dirent (line 2254) | struct dirent type dir_info (line 2255) | struct dir_info type dir_info (line 2257) | struct dir_info function scan1_encomp_readdir (line 2273) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2309) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2340) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2354) | struct dir_ent type directory (line 2354) | struct directory type dir_info (line 2354) | struct dir_info function scan1_freedir (line 2368) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2375) | void scan2_freedir(struct directory *dir) function dir_scan (line 2383) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2432) | struct dir_info type dir_info (line 2432) | struct dir_info type dir_info (line 2434) | struct dir_info type stat (line 2435) | struct stat function dir_scan2 (line 2478) | int dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 2592) | unsigned int slog(unsigned int block) function excluded (line 2603) | int excluded(char *filename, struct stat *buf) function add_exclude (line 2621) | int add_exclude(char *path) function add_old_root_entry (line 2652) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 2665) | void initialise_threads() function write_inode_lookup_table (line 2733) | long long write_inode_lookup_table() function main (line 2777) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/read_fs.c type sqlzma_un (line 67) | struct sqlzma_un function read_block (line 69) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 114) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 352) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 490) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 529) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 569) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/squashfs_fs.h type meta_entry (line 207) | struct meta_entry { type meta_index (line 214) | struct meta_index { type squashfs_block_t (line 229) | typedef long long squashfs_block_t; type squashfs_inode_t (line 230) | typedef long long squashfs_inode_t; type squashfs_super_block (line 232) | struct squashfs_super_block { type squashfs_dir_index (line 261) | struct squashfs_dir_index { type squashfs_base_inode_header (line 276) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 280) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 285) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 291) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 298) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 307) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 317) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 326) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 338) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 339) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 340) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 341) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 342) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 343) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 344) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 345) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 348) | struct squashfs_dir_entry { type squashfs_dir_header (line 356) | struct squashfs_dir_header { type squashfs_fragment_entry (line 362) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 577) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 584) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 593) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 601) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 610) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 621) | struct squashfs_dir_inode_header_1 { type squashfs_dir_index_2 (line 689) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 696) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 703) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 710) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 718) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 727) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 740) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 751) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 765) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 766) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 767) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 768) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 769) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 770) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 771) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 774) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 779) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 786) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/unsquashfs.c type hash_table_entry (line 70) | struct hash_table_entry { type squashfs_operations (line 76) | typedef struct squashfs_operations { type hash_table_entry (line 89) | struct hash_table_entry type sqlzma_un (line 102) | struct sqlzma_un function add_entry (line 106) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 125) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 139) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 160) | int read_block(long long start, long long *next, char *block) function read_data_block (line 214) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 246) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 266) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, function read_uids_guids (line 296) | void read_uids_guids() function read_fragment_table (line 319) | void read_fragment_table() function read_fragment_table_2 (line 358) | void read_fragment_table_2() function write_file (line 433) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 497) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function create_inode_2 (line 701) | int create_inode_2(char *pathname, unsigned int start_block, unsigned in... function uncompress_directory_table (line 857) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 877) | struct dir_ent { type dir (line 884) | struct dir { type dir (line 895) | struct dir type dir_ent (line 905) | struct dir_ent type dir (line 906) | struct dir type dir (line 955) | struct dir type dir_ent (line 993) | struct dir_ent type dir (line 1014) | struct dir type dir_ent (line 1024) | struct dir_ent type dir (line 1025) | struct dir type dir (line 1074) | struct dir type dir_ent (line 1112) | struct dir_ent function squashfs_readdir (line 1133) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1149) | void squashfs_closedir(struct dir *dir) function matches (line 1170) | int matches(char *targname, char *name) function dir_scan (line 1179) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 1226) | int read_super(char *source) function main (line 1321) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2-rtn12/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_2 (line 43) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 44) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 45) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 46) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 47) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 48) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 49) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 50) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 51) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 52) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 53) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 54) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 55) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 58) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 59) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 60) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 61) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzFind.c function LzInWindow_Free (line 17) | static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 28) | static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISz... function Byte (line 45) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 46) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 48) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 50) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 57) | static void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 81) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 89) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 95) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 103) | static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 110) | static void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 122) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 140) | static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *a... function MatchFinder_Free (line 146) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 152) | static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 160) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 236) | static void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 261) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 275) | static UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 280) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 294) | static void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 301) | static void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 312) | static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt... function UInt32 (line 343) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 398) | static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos... function MatchFinder_MovePos (line 455) | static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 474) | static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 485) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 496) | static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 529) | static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 576) | static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 625) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 637) | static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 650) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 663) | static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 678) | static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 694) | static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 711) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 725) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzFind.h type UInt32 (line 9) | typedef UInt32 CLzRef; type CMatchFinder (line 11) | typedef struct _CMatchFinder type Byte (line 83) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 84) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 85) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 86) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 89) | typedef struct _IMatchFinder FILE: src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaDec.c function LzmaDec_DecodeReal (line 138) | static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, con... function LzmaDec_WriteRem (line 437) | static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 463) | static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, co... type ELzmaDummy (line 488) | typedef enum function ELzmaDummy (line 496) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, S... function IF_BIT_0_CHECK (line 609) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 620) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitRc (line 687) | static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data) function LzmaDec_InitDicAndState (line 694) | static void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool init... function LzmaDec_Init (line 710) | void LzmaDec_Init(CLzmaDec *p) function LzmaDec_InitStateReal (line 716) | static void LzmaDec_InitStateReal(CLzmaDec *p) function SRes (line 728) | SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, S... function SRes (line 849) | SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const ... function LzmaDec_FreeProbs (line 889) | void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_FreeDict (line 895) | static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_Free (line 901) | void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) function SRes (line 907) | SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function SRes (line 933) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 947) | SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned prop... function SRes (line 956) | SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize... function SRes (line 978) | SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, FILE: src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaDec.h type CLzmaProps (line 24) | typedef struct _CLzmaProps type CLzmaDec (line 46) | typedef struct type ELzmaFinishMode (line 75) | typedef enum type ELzmaStatus (line 96) | typedef enum FILE: src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaEnc.c function LzmaEncProps_Init (line 45) | void LzmaEncProps_Init(CLzmaEncProps *p) function LzmaEncProps_Normalize (line 57) | void LzmaEncProps_Normalize(CLzmaEncProps *p) function UInt32 (line 74) | UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) function UInt32 (line 91) | UInt32 GetPosSlot1(UInt32 pos) function LzmaEnc_FastPosInit (line 105) | void LzmaEnc_FastPosInit(Byte *g_FastPos) type CState (line 138) | typedef unsigned CState; type COptimal (line 140) | typedef struct _COptimal type CLenEnc (line 202) | typedef struct type CLenPriceEnc (line 211) | typedef struct type CRangeEnc (line 219) | typedef struct _CRangeEnc type CSeqInStreamBuf (line 233) | typedef struct _CSeqInStreamBuf function SRes (line 240) | static SRes MyRead(void *pp, void *data, size_t *size) type CSaveState (line 253) | typedef struct type CLzmaEnc (line 275) | typedef struct _CLzmaEnc function LzmaEnc_SaveState (line 358) | void LzmaEnc_SaveState(CLzmaEncHandle pp) function LzmaEnc_RestoreState (line 384) | void LzmaEnc_RestoreState(CLzmaEncHandle pp) function SRes (line 410) | SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) function RangeEnc_Construct (line 475) | static void RangeEnc_Construct(CRangeEnc *p) function RangeEnc_Alloc (line 484) | static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Free (line 496) | static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Init (line 502) | static void RangeEnc_Init(CRangeEnc *p) function RangeEnc_FlushStream (line 516) | static void RangeEnc_FlushStream(CRangeEnc *p) function RangeEnc_ShiftLow (line 528) | static void MY_FAST_CALL RangeEnc_ShiftLow(CRangeEnc *p) function RangeEnc_FlushData (line 549) | static void RangeEnc_FlushData(CRangeEnc *p) function RangeEnc_EncodeDirectBits (line 556) | static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int nu... function RangeEnc_EncodeBit (line 571) | static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 sym... function LitEnc_Encode (line 594) | static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) function LitEnc_EncodeMatched (line 605) | static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 ... function LzmaEnc_InitPriceTables (line 619) | void LzmaEnc_InitPriceTables(UInt32 *ProbPrices) function UInt32 (line 655) | static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UIn... function UInt32 (line 668) | static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symb... function RcTree_Encode (line 685) | static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLev... function RcTree_ReverseEncode (line 699) | static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int nu... function UInt32 (line 712) | static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, ... function UInt32 (line 724) | static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitL... function LenEnc_Init (line 740) | static void LenEnc_Init(CLenEnc *p) function LenEnc_Encode (line 752) | static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt... function LenEnc_SetPrices (line 775) | static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymb... function LenPriceEnc_UpdateTable (line 798) | static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32... function LenPriceEnc_UpdateTables (line 804) | static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosState... function LenEnc_Encode2 (line 811) | static void LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol... function MovePos (line 822) | static void MovePos(CLzmaEnc *p, UInt32 num) function UInt32 (line 835) | static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function UInt32 (line 875) | static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) function UInt32 (line 882) | static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state... function UInt32 (line 904) | static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt... function UInt32 (line 910) | static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) function UInt32 (line 948) | static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) function UInt32 (line 1508) | static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) function WriteEndMarker (line 1616) | static void WriteEndMarker(CLzmaEnc *p, UInt32 posState) function SRes (line 1629) | static SRes CheckErrors(CLzmaEnc *p) function SRes (line 1642) | static SRes Flush(CLzmaEnc *p, UInt32 nowPos) function FillAlignPrices (line 1653) | static void FillAlignPrices(CLzmaEnc *p) function FillDistancesPrices (line 1661) | static void FillDistancesPrices(CLzmaEnc *p) function LzmaEnc_Construct (line 1695) | void LzmaEnc_Construct(CLzmaEnc *p) function CLzmaEncHandle (line 1719) | CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) function LzmaEnc_FreeLits (line 1728) | void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) function LzmaEnc_Destruct (line 1736) | void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) function LzmaEnc_Destroy (line 1746) | void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) function SRes (line 1752) | static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 max... function SRes (line 1917) | static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *... function LzmaEnc_Init (line 1967) | void LzmaEnc_Init(CLzmaEnc *p) function LzmaEnc_InitPrices (line 2025) | void LzmaEnc_InitPrices(CLzmaEnc *p) function SRes (line 2040) | static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISz... function SRes (line 2057) | static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, I... function SRes (line 2066) | SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, function LzmaEnc_SetInputBuf (line 2075) | static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) function SRes (line 2082) | SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, function LzmaEnc_Finish (line 2091) | void LzmaEnc_Finish(CLzmaEncHandle pp) type CSeqOutStreamBuf (line 2102) | typedef struct _CSeqOutStreamBuf function MyWrite (line 2110) | static size_t MyWrite(void *pp, const void *data, size_t size) function UInt32 (line 2125) | UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle pp) function Byte (line 2131) | const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp) function SRes (line 2137) | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit, function SRes (line 2171) | SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInS... function SRes (line 2205) | SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) function SRes (line 2234) | SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, co... function SRes (line 2259) | SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, FILE: src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaEnc.h type CLzmaEncProps (line 11) | typedef struct _CLzmaEncProps FILE: src/others/squashfs-3.2-r2-rtn12/lzma_src/C/Types.h type SRes (line 33) | typedef int SRes; type DWORD (line 36) | typedef DWORD WRes; type WRes (line 38) | typedef int WRes; type Byte (line 46) | typedef unsigned char Byte; type Int16 (line 48) | typedef short Int16; type UInt16 (line 49) | typedef unsigned short UInt16; type Int32 (line 52) | typedef long Int32; type UInt32 (line 53) | typedef unsigned long UInt32; type Int32 (line 55) | typedef int Int32; type UInt32 (line 56) | typedef unsigned int UInt32; type Int64 (line 64) | typedef long Int64; type UInt64 (line 65) | typedef unsigned long UInt64; type __int64 (line 70) | typedef __int64 Int64; type UInt64 (line 71) | typedef unsigned __int64 UInt64; type Int64 (line 73) | typedef long long int Int64; type UInt64 (line 74) | typedef unsigned long long int UInt64; type UInt32 (line 80) | typedef UInt32 SizeT; type SizeT (line 82) | typedef size_t SizeT; type Bool (line 85) | typedef int Bool; type ISeqInStream (line 113) | typedef struct type ISeqOutStream (line 125) | typedef struct type ESzSeek (line 132) | typedef enum type ISeekInStream (line 139) | typedef struct type ILookInStream (line 145) | typedef struct type CLookToRead (line 168) | typedef struct type CSecToLook (line 180) | typedef struct type CSecToRead (line 188) | typedef struct type ICompressProgress (line 196) | typedef struct type ISzAlloc (line 203) | typedef struct FILE: src/others/squashfs-3.2-r2-rtn12/mksquashfs.c type cached_dir_index (line 145) | struct cached_dir_index { type directory (line 150) | struct directory { type inode_info (line 164) | struct inode_info type file_info (line 167) | struct file_info type exclude_info (line 171) | struct exclude_info { type exclude_info (line 178) | struct exclude_info type stat (line 179) | struct stat type file_buffer (line 183) | struct file_buffer type fragment (line 185) | struct fragment { type squashfs_fragment_entry (line 191) | struct squashfs_fragment_entry type old_root_entry_info (line 206) | struct old_root_entry_info { type old_root_entry_info (line 212) | struct old_root_entry_info type file_info (line 215) | struct file_info { type allocator (line 256) | struct allocator { type file_buffer (line 265) | struct file_buffer { type queue (line 280) | struct queue { type buffer_list (line 293) | struct buffer_list { type allocator (line 299) | struct allocator type queue (line 300) | struct queue type dir_info (line 328) | struct dir_info type file_info (line 329) | struct file_info type fragment (line 329) | struct fragment type file_buffer (line 329) | struct file_buffer type buffer_list (line 329) | struct buffer_list type dir_info (line 330) | struct dir_info type dir_info (line 330) | struct dir_info type file_info (line 331) | struct file_info type fragment (line 331) | struct fragment type dir_info (line 332) | struct dir_info type stat (line 332) | struct stat type priority_entry (line 333) | struct priority_entry type dir_info (line 334) | struct dir_info type allocator (line 337) | struct allocator type allocator (line 339) | struct allocator type allocator (line 339) | struct allocator type file_buffer (line 354) | struct file_buffer type allocator (line 354) | struct allocator type file_buffer (line 356) | struct file_buffer type file_buffer (line 363) | struct file_buffer type file_buffer (line 376) | struct file_buffer type allocator (line 376) | struct allocator type file_buffer (line 378) | struct file_buffer function alloc_free (line 388) | void alloc_free(struct file_buffer *file_buffer) type queue (line 411) | struct queue type queue (line 413) | struct queue type queue (line 413) | struct queue function queue_put (line 433) | void queue_put(struct queue *queue, void *data) type queue (line 449) | struct queue function waitforthread (line 469) | inline void waitforthread(int i) function restorefs (line 477) | void restorefs() function sighandler (line 515) | void sighandler() function sighandler2 (line 528) | void sighandler2() function sigusr1_handler (line 534) | void sigusr1_handler() function sigwinch_handler (line 556) | void sigwinch_handler() function mangle2 (line 568) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 638) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 646) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 694) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 712) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 734) | long long write_inodes() function write_directories (line 770) | long long write_directories() function get_uid (line 806) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 823) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 843) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 1018) | void scan2_init_dir(struct directory *dir) function add_dir (line 1033) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1106) | int write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct d... type fragment (line 1216) | struct fragment function ensure_fragments_flushed (line 1263) | void ensure_fragments_flushed() function write_fragment (line 1272) | void write_fragment() function frag_release (line 1294) | void frag_release(int block) type fragment (line 1303) | struct fragment type fragment (line 1304) | struct fragment type file_buffer (line 1304) | struct file_buffer type fragment (line 1306) | struct fragment type fragment (line 1315) | struct fragment type fragment (line 1315) | struct fragment function generic_write_table (line 1331) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1375) | long long write_fragment_table() function get_checksum (line 1406) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1419) | unsigned short get_checksum_disk(long long start, long long l) function get_checksum_buffer (line 1435) | unsigned short get_checksum_buffer(struct buffer_list *buffer_list, unsi... function get_checksum_mem (line 1453) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1459) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1471) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1506) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1518) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1537) | struct file_info type fragment (line 1537) | struct fragment type file_info (line 1539) | struct file_info type file_info (line 1541) | struct file_info type file_info (line 1541) | struct file_info type file_info (line 1561) | struct file_info type fragment (line 1561) | struct fragment type file_buffer (line 1561) | struct file_buffer type buffer_list (line 1561) | struct buffer_list type file_info (line 1563) | struct file_info type buffer_list (line 1589) | struct buffer_list function reader_read_file (line 1620) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1667) | void reader_scan(struct dir_info *dir) { type priority_entry (line 1699) | struct priority_entry type file_buffer (line 1719) | struct file_buffer type file_buffer (line 1756) | struct file_buffer type file_buffer (line 1757) | struct file_buffer type file_buffer (line 1781) | struct file_buffer type file_buffer (line 1782) | struct file_buffer type file_buffer (line 1806) | struct file_buffer function push_buffer (line 1808) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 1817) | struct file_buffer type queue (line 1817) | struct queue type file_buffer (line 1821) | struct file_buffer function progress_bar (line 1847) | int progress_bar(long long current, long long max, int columns) function write_file_empty (line 1872) | int write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_frag_dup (line 1882) | int write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, ... function write_file_frag (line 1912) | int write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int ... function write_file_blocks (line 1948) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 2024) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2135) | int write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long... type inode_info (line 2205) | struct inode_info type stat (line 2205) | struct stat type inode_info (line 2208) | struct inode_info type stat (line 2211) | struct stat type inode_info (line 2218) | struct inode_info type stat (line 2221) | struct stat function add_dir_entry (line 2237) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2258) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2267) | void sort_directory(struct dir_info *dir) type dir_info (line 2276) | struct dir_info type dirent (line 2279) | struct dirent type dir_info (line 2280) | struct dir_info type dir_info (line 2282) | struct dir_info function scan1_encomp_readdir (line 2298) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2334) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2365) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2379) | struct dir_ent type directory (line 2379) | struct directory type dir_info (line 2379) | struct dir_info function scan1_freedir (line 2393) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2400) | void scan2_freedir(struct directory *dir) function dir_scan (line 2408) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2457) | struct dir_info type dir_info (line 2457) | struct dir_info type dir_info (line 2459) | struct dir_info type stat (line 2460) | struct stat function dir_scan2 (line 2503) | int dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 2617) | unsigned int slog(unsigned int block) function excluded (line 2628) | int excluded(char *filename, struct stat *buf) function add_exclude (line 2646) | int add_exclude(char *path) function add_old_root_entry (line 2677) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 2690) | void initialise_threads() function write_inode_lookup_table (line 2758) | long long write_inode_lookup_table() function main (line 2801) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2-rtn12/read_fs.c function read_block (line 69) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 120) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 358) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 492) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 531) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 571) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.2-r2-rtn12/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.2-r2-rtn12/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.2-r2-rtn12/sqlzma.c function SzFree (line 23) | static void SzFree(void *p, void *address) { p = p; free(address); } function LzmaUncompress (line 26) | int LzmaUncompress(char *dst, unsigned long * dstlen, char *src, int src... function LzmaCompress (line 51) | int LzmaCompress(char *in_data, int in_size, char *out_data, int out_siz... FILE: src/others/squashfs-3.2-r2-rtn12/squashfs_fs.h type meta_entry (line 212) | struct meta_entry { type meta_index (line 219) | struct meta_index { type squashfs_block_t (line 234) | typedef long long squashfs_block_t; type squashfs_inode_t (line 235) | typedef long long squashfs_inode_t; type squashfs_super_block (line 237) | struct squashfs_super_block { type squashfs_dir_index (line 266) | struct squashfs_dir_index { type squashfs_base_inode_header (line 281) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 285) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 290) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 296) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 303) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 312) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 322) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 331) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 343) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 344) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 345) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 346) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 347) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 348) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 349) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 350) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 353) | struct squashfs_dir_entry { type squashfs_dir_header (line 361) | struct squashfs_dir_header { type squashfs_fragment_entry (line 367) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 582) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 589) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 598) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 606) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 615) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 626) | struct squashfs_dir_inode_header_1 { type squashfs_dir_index_2 (line 694) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 701) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 708) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 715) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 723) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 732) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 745) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 756) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 770) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 771) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 772) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 773) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 774) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 775) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 776) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 779) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 784) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 791) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.2-r2-rtn12/unsquashfs.c type hash_table_entry (line 70) | struct hash_table_entry { type squashfs_operations (line 76) | typedef struct squashfs_operations { type hash_table_entry (line 89) | struct hash_table_entry function add_entry (line 105) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 124) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 138) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 158) | int read_block(long long start, long long *next, char *block) function read_data_block (line 218) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 258) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 278) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, function read_uids_guids (line 308) | void read_uids_guids() function read_fragment_table (line 331) | void read_fragment_table() function read_fragment_table_2 (line 370) | void read_fragment_table_2() function write_file (line 445) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 509) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function create_inode_2 (line 713) | int create_inode_2(char *pathname, unsigned int start_block, unsigned in... function uncompress_directory_table (line 869) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 889) | struct dir_ent { type dir (line 896) | struct dir { type dir (line 907) | struct dir type dir_ent (line 917) | struct dir_ent type dir (line 918) | struct dir type dir (line 967) | struct dir type dir_ent (line 1005) | struct dir_ent type dir (line 1026) | struct dir type dir_ent (line 1036) | struct dir_ent type dir (line 1037) | struct dir type dir (line 1086) | struct dir type dir_ent (line 1124) | struct dir_ent function squashfs_readdir (line 1145) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1161) | void squashfs_closedir(struct dir *dir) function matches (line 1182) | int matches(char *targname, char *name) function dir_scan (line 1191) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 1238) | int read_super(char *source) function main (line 1328) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2-wnr1000/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_2 (line 43) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 44) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 45) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 46) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 47) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 48) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 49) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 50) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 51) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 52) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 53) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 54) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 55) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 58) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 59) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 60) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 61) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzFind.c function LzInWindow_Free (line 17) | static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 28) | static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISz... function Byte (line 45) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 46) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 48) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 50) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 57) | static void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 81) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 89) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 95) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 103) | static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 110) | static void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 122) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 140) | static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *a... function MatchFinder_Free (line 146) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 152) | static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 160) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 236) | static void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 261) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 275) | static UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 280) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 294) | static void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 301) | static void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 312) | static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt... function UInt32 (line 343) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 398) | static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos... function MatchFinder_MovePos (line 455) | static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 474) | static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 485) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 496) | static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 529) | static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 576) | static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 625) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 637) | static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 650) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 663) | static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 678) | static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 694) | static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 711) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 725) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzFind.h type UInt32 (line 9) | typedef UInt32 CLzRef; type CMatchFinder (line 11) | typedef struct _CMatchFinder type Byte (line 83) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 84) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 85) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 86) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 89) | typedef struct _IMatchFinder FILE: src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaDec.c function LzmaDec_DecodeReal (line 138) | static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, con... function LzmaDec_WriteRem (line 437) | static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 463) | static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, co... type ELzmaDummy (line 488) | typedef enum function ELzmaDummy (line 496) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, S... function IF_BIT_0_CHECK (line 609) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 620) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitRc (line 687) | static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data) function LzmaDec_InitDicAndState (line 694) | static void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool init... function LzmaDec_Init (line 710) | void LzmaDec_Init(CLzmaDec *p) function LzmaDec_InitStateReal (line 716) | static void LzmaDec_InitStateReal(CLzmaDec *p) function SRes (line 728) | SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, S... function SRes (line 849) | SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const ... function LzmaDec_FreeProbs (line 889) | void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_FreeDict (line 895) | static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_Free (line 901) | void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) function SRes (line 907) | SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function SRes (line 933) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 947) | SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned prop... function SRes (line 956) | SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize... function SRes (line 978) | SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, FILE: src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaDec.h type CLzmaProps (line 24) | typedef struct _CLzmaProps type CLzmaDec (line 46) | typedef struct type ELzmaFinishMode (line 75) | typedef enum type ELzmaStatus (line 96) | typedef enum FILE: src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaEnc.c function LzmaEncProps_Init (line 45) | void LzmaEncProps_Init(CLzmaEncProps *p) function LzmaEncProps_Normalize (line 57) | void LzmaEncProps_Normalize(CLzmaEncProps *p) function UInt32 (line 74) | UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) function UInt32 (line 91) | UInt32 GetPosSlot1(UInt32 pos) function LzmaEnc_FastPosInit (line 105) | void LzmaEnc_FastPosInit(Byte *g_FastPos) type CState (line 138) | typedef unsigned CState; type COptimal (line 140) | typedef struct _COptimal type CLenEnc (line 202) | typedef struct type CLenPriceEnc (line 211) | typedef struct type CRangeEnc (line 219) | typedef struct _CRangeEnc type CSeqInStreamBuf (line 233) | typedef struct _CSeqInStreamBuf function SRes (line 240) | static SRes MyRead(void *pp, void *data, size_t *size) type CSaveState (line 253) | typedef struct type CLzmaEnc (line 275) | typedef struct _CLzmaEnc function LzmaEnc_SaveState (line 358) | void LzmaEnc_SaveState(CLzmaEncHandle pp) function LzmaEnc_RestoreState (line 384) | void LzmaEnc_RestoreState(CLzmaEncHandle pp) function SRes (line 410) | SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) function RangeEnc_Construct (line 475) | static void RangeEnc_Construct(CRangeEnc *p) function RangeEnc_Alloc (line 484) | static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Free (line 496) | static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Init (line 502) | static void RangeEnc_Init(CRangeEnc *p) function RangeEnc_FlushStream (line 516) | static void RangeEnc_FlushStream(CRangeEnc *p) function RangeEnc_ShiftLow (line 528) | static void MY_FAST_CALL RangeEnc_ShiftLow(CRangeEnc *p) function RangeEnc_FlushData (line 549) | static void RangeEnc_FlushData(CRangeEnc *p) function RangeEnc_EncodeDirectBits (line 556) | static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int nu... function RangeEnc_EncodeBit (line 571) | static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 sym... function LitEnc_Encode (line 594) | static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) function LitEnc_EncodeMatched (line 605) | static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 ... function LzmaEnc_InitPriceTables (line 619) | void LzmaEnc_InitPriceTables(UInt32 *ProbPrices) function UInt32 (line 655) | static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UIn... function UInt32 (line 668) | static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symb... function RcTree_Encode (line 685) | static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLev... function RcTree_ReverseEncode (line 699) | static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int nu... function UInt32 (line 712) | static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, ... function UInt32 (line 724) | static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitL... function LenEnc_Init (line 740) | static void LenEnc_Init(CLenEnc *p) function LenEnc_Encode (line 752) | static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt... function LenEnc_SetPrices (line 775) | static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymb... function LenPriceEnc_UpdateTable (line 798) | static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32... function LenPriceEnc_UpdateTables (line 804) | static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosState... function LenEnc_Encode2 (line 811) | static void LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol... function MovePos (line 822) | static void MovePos(CLzmaEnc *p, UInt32 num) function UInt32 (line 835) | static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function UInt32 (line 875) | static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) function UInt32 (line 882) | static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state... function UInt32 (line 904) | static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt... function UInt32 (line 910) | static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) function UInt32 (line 948) | static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) function UInt32 (line 1508) | static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) function WriteEndMarker (line 1616) | static void WriteEndMarker(CLzmaEnc *p, UInt32 posState) function SRes (line 1629) | static SRes CheckErrors(CLzmaEnc *p) function SRes (line 1642) | static SRes Flush(CLzmaEnc *p, UInt32 nowPos) function FillAlignPrices (line 1653) | static void FillAlignPrices(CLzmaEnc *p) function FillDistancesPrices (line 1661) | static void FillDistancesPrices(CLzmaEnc *p) function LzmaEnc_Construct (line 1695) | void LzmaEnc_Construct(CLzmaEnc *p) function CLzmaEncHandle (line 1719) | CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) function LzmaEnc_FreeLits (line 1728) | void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) function LzmaEnc_Destruct (line 1736) | void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) function LzmaEnc_Destroy (line 1746) | void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) function SRes (line 1752) | static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 max... function SRes (line 1917) | static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *... function LzmaEnc_Init (line 1967) | void LzmaEnc_Init(CLzmaEnc *p) function LzmaEnc_InitPrices (line 2025) | void LzmaEnc_InitPrices(CLzmaEnc *p) function SRes (line 2040) | static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISz... function SRes (line 2057) | static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, I... function SRes (line 2066) | SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, function LzmaEnc_SetInputBuf (line 2075) | static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) function SRes (line 2082) | SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, function LzmaEnc_Finish (line 2091) | void LzmaEnc_Finish(CLzmaEncHandle pp) type CSeqOutStreamBuf (line 2102) | typedef struct _CSeqOutStreamBuf function MyWrite (line 2110) | static size_t MyWrite(void *pp, const void *data, size_t size) function UInt32 (line 2125) | UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle pp) function Byte (line 2131) | const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp) function SRes (line 2137) | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit, function SRes (line 2171) | SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInS... function SRes (line 2205) | SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) function SRes (line 2234) | SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, co... function SRes (line 2259) | SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, FILE: src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaEnc.h type CLzmaEncProps (line 11) | typedef struct _CLzmaEncProps FILE: src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/Types.h type SRes (line 33) | typedef int SRes; type DWORD (line 36) | typedef DWORD WRes; type WRes (line 38) | typedef int WRes; type Byte (line 46) | typedef unsigned char Byte; type Int16 (line 48) | typedef short Int16; type UInt16 (line 49) | typedef unsigned short UInt16; type Int32 (line 52) | typedef long Int32; type UInt32 (line 53) | typedef unsigned long UInt32; type Int32 (line 55) | typedef int Int32; type UInt32 (line 56) | typedef unsigned int UInt32; type Int64 (line 64) | typedef long Int64; type UInt64 (line 65) | typedef unsigned long UInt64; type __int64 (line 70) | typedef __int64 Int64; type UInt64 (line 71) | typedef unsigned __int64 UInt64; type Int64 (line 73) | typedef long long int Int64; type UInt64 (line 74) | typedef unsigned long long int UInt64; type UInt32 (line 80) | typedef UInt32 SizeT; type SizeT (line 82) | typedef size_t SizeT; type Bool (line 85) | typedef int Bool; type ISeqInStream (line 113) | typedef struct type ISeqOutStream (line 125) | typedef struct type ESzSeek (line 132) | typedef enum type ISeekInStream (line 139) | typedef struct type ILookInStream (line 145) | typedef struct type CLookToRead (line 168) | typedef struct type CSecToLook (line 180) | typedef struct type CSecToRead (line 188) | typedef struct type ICompressProgress (line 196) | typedef struct type ISzAlloc (line 203) | typedef struct FILE: src/others/squashfs-3.2-r2-wnr1000/mksquashfs.c type cached_dir_index (line 144) | struct cached_dir_index { type directory (line 149) | struct directory { type inode_info (line 163) | struct inode_info type file_info (line 166) | struct file_info type exclude_info (line 170) | struct exclude_info { type exclude_info (line 177) | struct exclude_info type stat (line 178) | struct stat type file_buffer (line 182) | struct file_buffer type fragment (line 184) | struct fragment { type squashfs_fragment_entry (line 190) | struct squashfs_fragment_entry type old_root_entry_info (line 205) | struct old_root_entry_info { type old_root_entry_info (line 211) | struct old_root_entry_info type file_info (line 214) | struct file_info { type allocator (line 255) | struct allocator { type file_buffer (line 264) | struct file_buffer { type queue (line 279) | struct queue { type buffer_list (line 292) | struct buffer_list { type allocator (line 298) | struct allocator type queue (line 299) | struct queue type dir_info (line 327) | struct dir_info type file_info (line 328) | struct file_info type fragment (line 328) | struct fragment type file_buffer (line 328) | struct file_buffer type buffer_list (line 328) | struct buffer_list type dir_info (line 329) | struct dir_info type dir_info (line 329) | struct dir_info type file_info (line 330) | struct file_info type fragment (line 330) | struct fragment type dir_info (line 331) | struct dir_info type stat (line 331) | struct stat type priority_entry (line 332) | struct priority_entry type dir_info (line 333) | struct dir_info type allocator (line 336) | struct allocator type allocator (line 338) | struct allocator type allocator (line 338) | struct allocator type file_buffer (line 353) | struct file_buffer type allocator (line 353) | struct allocator type file_buffer (line 355) | struct file_buffer type file_buffer (line 362) | struct file_buffer type file_buffer (line 375) | struct file_buffer type allocator (line 375) | struct allocator type file_buffer (line 377) | struct file_buffer function alloc_free (line 387) | void alloc_free(struct file_buffer *file_buffer) type queue (line 410) | struct queue type queue (line 412) | struct queue type queue (line 412) | struct queue function queue_put (line 432) | void queue_put(struct queue *queue, void *data) type queue (line 448) | struct queue function waitforthread (line 468) | inline void waitforthread(int i) function restorefs (line 476) | void restorefs() function sighandler (line 514) | void sighandler() function sighandler2 (line 527) | void sighandler2() function sigusr1_handler (line 533) | void sigusr1_handler() function sigwinch_handler (line 555) | void sigwinch_handler() function mangle2 (line 567) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 637) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 645) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 693) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 711) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 733) | long long write_inodes() function write_directories (line 769) | long long write_directories() function get_uid (line 805) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 822) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 842) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 1017) | void scan2_init_dir(struct directory *dir) function add_dir (line 1032) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1105) | int write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct d... type fragment (line 1215) | struct fragment function ensure_fragments_flushed (line 1262) | void ensure_fragments_flushed() function write_fragment (line 1271) | void write_fragment() function frag_release (line 1293) | void frag_release(int block) type fragment (line 1302) | struct fragment type fragment (line 1303) | struct fragment type file_buffer (line 1303) | struct file_buffer type fragment (line 1305) | struct fragment type fragment (line 1314) | struct fragment type fragment (line 1314) | struct fragment function generic_write_table (line 1330) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1374) | long long write_fragment_table() function get_checksum (line 1405) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1418) | unsigned short get_checksum_disk(long long start, long long l) function get_checksum_buffer (line 1434) | unsigned short get_checksum_buffer(struct buffer_list *buffer_list, unsi... function get_checksum_mem (line 1452) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1458) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1470) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1505) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1517) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1536) | struct file_info type fragment (line 1536) | struct fragment type file_info (line 1538) | struct file_info type file_info (line 1540) | struct file_info type file_info (line 1540) | struct file_info type file_info (line 1560) | struct file_info type fragment (line 1560) | struct fragment type file_buffer (line 1560) | struct file_buffer type buffer_list (line 1560) | struct buffer_list type file_info (line 1562) | struct file_info type buffer_list (line 1588) | struct buffer_list function reader_read_file (line 1619) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1666) | void reader_scan(struct dir_info *dir) { type priority_entry (line 1698) | struct priority_entry type file_buffer (line 1718) | struct file_buffer type file_buffer (line 1755) | struct file_buffer type file_buffer (line 1756) | struct file_buffer type file_buffer (line 1780) | struct file_buffer type file_buffer (line 1781) | struct file_buffer type file_buffer (line 1805) | struct file_buffer function push_buffer (line 1807) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 1816) | struct file_buffer type queue (line 1816) | struct queue type file_buffer (line 1820) | struct file_buffer function progress_bar (line 1846) | int progress_bar(long long current, long long max, int columns) function write_file_empty (line 1871) | int write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_frag_dup (line 1881) | int write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, ... function write_file_frag (line 1911) | int write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int ... function write_file_blocks (line 1947) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 2023) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2134) | int write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long... type inode_info (line 2204) | struct inode_info type stat (line 2204) | struct stat type inode_info (line 2207) | struct inode_info type stat (line 2210) | struct stat type inode_info (line 2217) | struct inode_info type stat (line 2220) | struct stat function add_dir_entry (line 2236) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2257) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2266) | void sort_directory(struct dir_info *dir) type dir_info (line 2275) | struct dir_info type dirent (line 2278) | struct dirent type dir_info (line 2279) | struct dir_info type dir_info (line 2281) | struct dir_info function scan1_encomp_readdir (line 2297) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2333) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2364) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2378) | struct dir_ent type directory (line 2378) | struct directory type dir_info (line 2378) | struct dir_info function scan1_freedir (line 2392) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2399) | void scan2_freedir(struct directory *dir) function dir_scan (line 2407) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2456) | struct dir_info type dir_info (line 2456) | struct dir_info type dir_info (line 2458) | struct dir_info type stat (line 2459) | struct stat function dir_scan2 (line 2502) | int dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 2616) | unsigned int slog(unsigned int block) function excluded (line 2627) | int excluded(char *filename, struct stat *buf) function add_exclude (line 2645) | int add_exclude(char *path) function add_old_root_entry (line 2676) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 2689) | void initialise_threads() function write_inode_lookup_table (line 2757) | long long write_inode_lookup_table() function main (line 2800) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2-wnr1000/read_fs.c function read_block (line 68) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 119) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 357) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 491) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 530) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 570) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.2-r2-wnr1000/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.2-r2-wnr1000/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.2-r2-wnr1000/sqlzma.c function SzFree (line 23) | static void SzFree(void *p, void *address) { p = p; free(address); } function LzmaUncompress (line 26) | int LzmaUncompress(char *dst, unsigned long * dstlen, char *src, int src... function LzmaCompress (line 51) | int LzmaCompress(char *in_data, int in_size, char *out_data, int out_siz... FILE: src/others/squashfs-3.2-r2-wnr1000/squashfs_fs.h type meta_entry (line 212) | struct meta_entry { type meta_index (line 219) | struct meta_index { type squashfs_block_t (line 234) | typedef long long squashfs_block_t; type squashfs_inode_t (line 235) | typedef long long squashfs_inode_t; type squashfs_super_block (line 237) | struct squashfs_super_block { type squashfs_dir_index (line 266) | struct squashfs_dir_index { type squashfs_base_inode_header (line 281) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 285) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 290) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 296) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 303) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 312) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 322) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 331) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 343) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 344) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 345) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 346) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 347) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 348) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 349) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 350) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 353) | struct squashfs_dir_entry { type squashfs_dir_header (line 361) | struct squashfs_dir_header { type squashfs_fragment_entry (line 367) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 582) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 589) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 598) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 606) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 615) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 626) | struct squashfs_dir_inode_header_1 { type squashfs_dir_index_2 (line 694) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 701) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 708) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 715) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 723) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 732) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 745) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 756) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 770) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 771) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 772) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 773) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 774) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 775) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 776) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 779) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 784) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 791) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.2-r2-wnr1000/unsquashfs.c type hash_table_entry (line 70) | struct hash_table_entry { type squashfs_operations (line 76) | typedef struct squashfs_operations { type hash_table_entry (line 89) | struct hash_table_entry function add_entry (line 105) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 124) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 138) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 158) | int read_block(long long start, long long *next, char *block) function read_data_block (line 218) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 258) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 278) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, function read_uids_guids (line 308) | void read_uids_guids() function read_fragment_table (line 331) | void read_fragment_table() function read_fragment_table_2 (line 370) | void read_fragment_table_2() function write_file (line 445) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 509) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function create_inode_2 (line 713) | int create_inode_2(char *pathname, unsigned int start_block, unsigned in... function uncompress_directory_table (line 869) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 889) | struct dir_ent { type dir (line 896) | struct dir { type dir (line 907) | struct dir type dir_ent (line 917) | struct dir_ent type dir (line 918) | struct dir type dir (line 967) | struct dir type dir_ent (line 1005) | struct dir_ent type dir (line 1026) | struct dir type dir_ent (line 1036) | struct dir_ent type dir (line 1037) | struct dir type dir (line 1086) | struct dir type dir_ent (line 1124) | struct dir_ent function squashfs_readdir (line 1145) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1161) | void squashfs_closedir(struct dir *dir) function matches (line 1182) | int matches(char *targname, char *name) function dir_scan (line 1191) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 1238) | int read_super(char *source) function main (line 1328) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_2 (line 43) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 44) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 45) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 46) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 47) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 48) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 49) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 50) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 51) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 52) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 53) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 54) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 55) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 58) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 59) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 60) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 61) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.2-r2/mksquashfs.c type cached_dir_index (line 140) | struct cached_dir_index { type directory (line 145) | struct directory { type inode_info (line 159) | struct inode_info type file_info (line 162) | struct file_info type exclude_info (line 166) | struct exclude_info { type exclude_info (line 173) | struct exclude_info type stat (line 174) | struct stat type file_buffer (line 178) | struct file_buffer type fragment (line 180) | struct fragment { type old_root_entry_info (line 201) | struct old_root_entry_info { type old_root_entry_info (line 207) | struct old_root_entry_info type file_info (line 210) | struct file_info { type allocator (line 251) | struct allocator { type file_buffer (line 260) | struct file_buffer { type queue (line 275) | struct queue { type buffer_list (line 288) | struct buffer_list { type allocator (line 294) | struct allocator type queue (line 295) | struct queue type dir_info (line 323) | struct dir_info type file_info (line 324) | struct file_info type fragment (line 324) | struct fragment type file_buffer (line 324) | struct file_buffer type buffer_list (line 324) | struct buffer_list type dir_info (line 325) | struct dir_info type dir_info (line 325) | struct dir_info type file_info (line 326) | struct file_info type fragment (line 326) | struct fragment type dir_info (line 327) | struct dir_info type stat (line 327) | struct stat type priority_entry (line 328) | struct priority_entry type allocator (line 331) | struct allocator type allocator (line 333) | struct allocator type allocator (line 333) | struct allocator type file_buffer (line 348) | struct file_buffer type allocator (line 348) | struct allocator type file_buffer (line 350) | struct file_buffer type file_buffer (line 357) | struct file_buffer type file_buffer (line 370) | struct file_buffer type allocator (line 370) | struct allocator type file_buffer (line 372) | struct file_buffer function alloc_free (line 382) | void alloc_free(struct file_buffer *file_buffer) type queue (line 405) | struct queue type queue (line 407) | struct queue type queue (line 407) | struct queue function queue_put (line 427) | void queue_put(struct queue *queue, void *data) type queue (line 443) | struct queue function waitforthread (line 463) | inline void waitforthread(int i) function restorefs (line 471) | void restorefs() function sighandler (line 509) | void sighandler() function sighandler2 (line 522) | void sighandler2() function sigusr1_handler (line 528) | void sigusr1_handler() function sigwinch_handler (line 550) | void sigwinch_handler() function mangle2 (line 562) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 623) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 631) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 679) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 697) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 719) | long long write_inodes() function write_directories (line 755) | long long write_directories() function get_uid (line 791) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 808) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 828) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 1003) | void scan2_init_dir(struct directory *dir) function add_dir (line 1018) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1091) | int write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct d... type fragment (line 1201) | struct fragment function ensure_fragments_flushed (line 1242) | void ensure_fragments_flushed() function write_fragment (line 1251) | void write_fragment() function frag_release (line 1273) | void frag_release(int block) type fragment (line 1282) | struct fragment type fragment (line 1283) | struct fragment type file_buffer (line 1283) | struct file_buffer type fragment (line 1285) | struct fragment type fragment (line 1294) | struct fragment type fragment (line 1294) | struct fragment function generic_write_table (line 1310) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1354) | long long write_fragment_table() function get_checksum (line 1385) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1398) | unsigned short get_checksum_disk(long long start, long long l) function get_checksum_buffer (line 1414) | unsigned short get_checksum_buffer(struct buffer_list *buffer_list, unsi... function get_checksum_mem (line 1432) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1438) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1450) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1485) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1497) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1516) | struct file_info type fragment (line 1516) | struct fragment type file_info (line 1518) | struct file_info type file_info (line 1520) | struct file_info type file_info (line 1520) | struct file_info type file_info (line 1540) | struct file_info type fragment (line 1540) | struct fragment type file_buffer (line 1540) | struct file_buffer type buffer_list (line 1540) | struct buffer_list type file_info (line 1542) | struct file_info type buffer_list (line 1568) | struct buffer_list function reader_read_file (line 1599) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1646) | void reader_scan(struct dir_info *dir) { type priority_entry (line 1678) | struct priority_entry type file_buffer (line 1697) | struct file_buffer type file_buffer (line 1734) | struct file_buffer type file_buffer (line 1735) | struct file_buffer type file_buffer (line 1759) | struct file_buffer type file_buffer (line 1760) | struct file_buffer type file_buffer (line 1784) | struct file_buffer function push_buffer (line 1786) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 1795) | struct file_buffer type queue (line 1795) | struct queue type file_buffer (line 1799) | struct file_buffer function progress_bar (line 1825) | int progress_bar(long long current, long long max, int columns) function write_file_empty (line 1849) | int write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_frag_dup (line 1859) | int write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, ... function write_file_frag (line 1889) | int write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int ... function write_file_blocks (line 1925) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 2001) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2112) | int write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long... type inode_info (line 2182) | struct inode_info type stat (line 2182) | struct stat type inode_info (line 2185) | struct inode_info type stat (line 2188) | struct stat type inode_info (line 2195) | struct inode_info type stat (line 2198) | struct stat function add_dir_entry (line 2214) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2235) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2244) | void sort_directory(struct dir_info *dir) type dir_info (line 2253) | struct dir_info type dirent (line 2256) | struct dirent type dir_info (line 2257) | struct dir_info type dir_info (line 2259) | struct dir_info function scan1_encomp_readdir (line 2275) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2311) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2342) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2356) | struct dir_ent type directory (line 2356) | struct directory type dir_info (line 2356) | struct dir_info function scan1_freedir (line 2370) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2377) | void scan2_freedir(struct directory *dir) function dir_scan (line 2385) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2434) | struct dir_info type dir_info (line 2434) | struct dir_info type dir_info (line 2436) | struct dir_info type stat (line 2437) | struct stat function dir_scan2 (line 2480) | int dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 2594) | unsigned int slog(unsigned int block) function excluded (line 2605) | int excluded(char *filename, struct stat *buf) function add_exclude (line 2623) | int add_exclude(char *path) function add_old_root_entry (line 2654) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 2667) | void initialise_threads() function write_inode_lookup_table (line 2735) | long long write_inode_lookup_table() function main (line 2778) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.2-r2/read_fs.c function read_block (line 66) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 110) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 348) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 473) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 512) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 552) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.2-r2/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.2-r2/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.2-r2/squashfs_fs.h type meta_entry (line 207) | struct meta_entry { type meta_index (line 214) | struct meta_index { type squashfs_block_t (line 229) | typedef long long squashfs_block_t; type squashfs_inode_t (line 230) | typedef long long squashfs_inode_t; type squashfs_super_block (line 232) | struct squashfs_super_block { type squashfs_dir_index (line 261) | struct squashfs_dir_index { type squashfs_base_inode_header (line 276) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 280) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 285) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 291) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 298) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 307) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 317) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 326) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 338) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 339) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 340) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 341) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 342) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 343) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 344) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 345) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 348) | struct squashfs_dir_entry { type squashfs_dir_header (line 356) | struct squashfs_dir_header { type squashfs_fragment_entry (line 362) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 577) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 584) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 593) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 601) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 610) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 621) | struct squashfs_dir_inode_header_1 { type squashfs_dir_index_2 (line 689) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 696) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 703) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 710) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 718) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 727) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 740) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 751) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 765) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 766) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 767) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 768) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 769) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 770) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 771) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 774) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 779) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 786) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.2-r2/unsquashfs.c type hash_table_entry (line 68) | struct hash_table_entry { type squashfs_operations (line 74) | typedef struct squashfs_operations { type hash_table_entry (line 87) | struct hash_table_entry function add_entry (line 103) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 122) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 136) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 156) | int read_block(long long start, long long *next, char *block) function read_data_block (line 210) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 243) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 263) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, function read_uids_guids (line 293) | void read_uids_guids() function read_fragment_table (line 316) | void read_fragment_table() function read_fragment_table_2 (line 355) | void read_fragment_table_2() function write_file (line 430) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 494) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function create_inode_2 (line 698) | int create_inode_2(char *pathname, unsigned int start_block, unsigned in... function uncompress_directory_table (line 854) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 874) | struct dir_ent { type dir (line 881) | struct dir { type dir (line 892) | struct dir type dir_ent (line 902) | struct dir_ent type dir (line 903) | struct dir type dir (line 952) | struct dir type dir_ent (line 990) | struct dir_ent type dir (line 1011) | struct dir type dir_ent (line 1021) | struct dir_ent type dir (line 1022) | struct dir type dir (line 1071) | struct dir type dir_ent (line 1109) | struct dir_ent function squashfs_readdir (line 1130) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1146) | void squashfs_closedir(struct dir *dir) function matches (line 1167) | int matches(char *targname, char *name) function dir_scan (line 1176) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 1223) | int read_super(char *source) function main (line 1309) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/inode.c type sqlzma (line 45) | struct sqlzma { type sqlzma (line 52) | struct sqlzma type inode (line 62) | struct inode type dentry (line 63) | struct dentry type dentry (line 63) | struct dentry type inode (line 64) | struct inode type dentry (line 65) | struct dentry type kstatfs (line 65) | struct kstatfs type file (line 66) | struct file type page (line 66) | struct page type inode (line 67) | struct inode type file (line 70) | struct file type page (line 70) | struct page type file (line 71) | struct file type dentry (line 72) | struct dentry type inode (line 72) | struct inode type dentry (line 72) | struct dentry type nameidata (line 73) | struct nameidata type super_block (line 74) | struct super_block type super_block (line 75) | struct super_block type file_system_type (line 76) | struct file_system_type type vfsmount (line 77) | struct vfsmount type inode (line 78) | struct inode type super_block (line 78) | struct super_block type inode (line 79) | struct inode type file_system_type (line 83) | struct file_system_type type super_operations (line 95) | struct super_operations type super_operations (line 103) | struct super_operations type export_operations (line 111) | struct export_operations type file_operations (line 123) | struct file_operations type buffer_head (line 133) | struct buffer_head type super_block (line 133) | struct super_block type squashfs_sb_info (line 136) | struct squashfs_sb_info type buffer_head (line 138) | struct buffer_head function squashfs_read_data (line 200) | SQSH_EXTERN unsigned int squashfs_read_data(struct super_block *s, char ... function SQSH_EXTERN (line 383) | SQSH_EXTERN int squashfs_get_cached_block(struct super_block *s, void *b... function get_fragment_location (line 497) | static int get_fragment_location(struct super_block *s, unsigned int fra... function SQSH_EXTERN (line 529) | SQSH_EXTERN void release_cached_fragment(struct squashfs_sb_info *msblk, function squashfs_fragment_cache (line 544) | squashfs_fragment_cache *get_cached_fragment(struct super_block *s, function squashfs_new_inode (line 625) | static void squashfs_new_inode(struct squashfs_sb_info *msblk, struct in... function squashfs_inode_t (line 643) | static squashfs_inode_t squashfs_inode_lookup(struct super_block *s, int... function vfs_read_inode (line 672) | static void vfs_read_inode(struct inode *i) type dentry (line 684) | struct dentry type dentry (line 684) | struct dentry type inode (line 686) | struct inode type inode (line 687) | struct inode type dentry (line 688) | struct dentry function inode (line 706) | inode *squashfs_iget(struct super_block *s, function squashfs_read_inode (line 723) | static int squashfs_read_inode(struct inode *i, squashfs_inode_t inode) function read_inode_lookup_table (line 986) | static int read_inode_lookup_table(struct super_block *s) function read_fragment_index_table (line 1024) | static int read_fragment_index_table(struct super_block *s) function readahead_metadata (line 1063) | static int readahead_metadata(struct super_block *s) function supported_squashfs_filesystem (line 1091) | static int supported_squashfs_filesystem(struct squashfs_sb_info *msblk,... function squashfs_fill_super (line 1125) | static int squashfs_fill_super(struct super_block *s, void *data, int si... function squashfs_statfs (line 1359) | static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) function squashfs_symlink_readpage (line 1378) | static int squashfs_symlink_readpage(struct file *file, struct page *page) type meta_index (line 1424) | struct meta_index type inode (line 1424) | struct inode type meta_index (line 1426) | struct meta_index type squashfs_sb_info (line 1427) | struct squashfs_sb_info type meta_index (line 1459) | struct meta_index type inode (line 1459) | struct inode type squashfs_sb_info (line 1461) | struct squashfs_sb_info type meta_index (line 1462) | struct meta_index type meta_index (line 1470) | struct meta_index function release_meta_index (line 1513) | void release_meta_index(struct inode *inode, struct meta_index *meta) function read_block_index (line 1520) | static int read_block_index(struct super_block *s, int blocks, char *blo... function calculate_skip (line 1564) | static inline int calculate_skip(int blocks) { function get_meta_index (line 1570) | static int get_meta_index(struct inode *inode, int index, function read_blocklist (line 1655) | static long long read_blocklist(struct inode *inode, int index, function squashfs_readpage (line 1694) | static int squashfs_readpage(struct file *file, struct page *page) function get_dir_index_using_offset (line 1818) | static int get_dir_index_using_offset(struct super_block *s, function get_dir_index_using_name (line 1862) | static int get_dir_index_using_name(struct super_block *s, function squashfs_readdir (line 1916) | static int squashfs_readdir(struct file *file, void *dirent, filldir_t f... type dentry (line 2042) | struct dentry type inode (line 2042) | struct inode type dentry (line 2042) | struct dentry type nameidata (line 2043) | struct nameidata type inode (line 2047) | struct inode type squashfs_sb_info (line 2048) | struct squashfs_sb_info type squashfs_super_block (line 2049) | struct squashfs_super_block type squashfs_dir_header (line 2053) | struct squashfs_dir_header type squashfs_dir_entry (line 2054) | struct squashfs_dir_entry type squashfs_dir_entry (line 2058) | struct squashfs_dir_entry type squashfs_dir_header (line 2076) | struct squashfs_dir_header type squashfs_dir_entry (line 2094) | struct squashfs_dir_entry function squashfs_remount (line 2147) | static int squashfs_remount(struct super_block *s, int *flags, char *data) function squashfs_put_super (line 2154) | static void squashfs_put_super(struct super_block *s) function squashfs_get_sb (line 2180) | static int squashfs_get_sb(struct file_system_type *fs_type, int flags, function free_sqlzma (line 2187) | static void free_sqlzma(void) function init_squashfs_fs (line 2204) | static int __init init_squashfs_fs(void) function exit_squashfs_fs (line 2250) | static void __exit exit_squashfs_fs(void) type kmem_cache (line 2258) | struct kmem_cache type inode (line 2261) | struct inode type super_block (line 2261) | struct super_block type squashfs_inode_info (line 2263) | struct squashfs_inode_info function squashfs_destroy_inode (line 2269) | static void squashfs_destroy_inode(struct inode *inode) function init_once (line 2275) | static void init_once(struct kmem_cache *cachep, void *foo) function init_inodecache (line 2283) | static int __init init_inodecache(void) function destroy_inodecache (line 2294) | static void destroy_inodecache(void) FILE: src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/squashfs.h type squashfs_inode_info (line 43) | struct squashfs_inode_info type inode (line 43) | struct inode type super_block (line 50) | struct super_block type super_block (line 53) | struct super_block type squashfs_sb_info (line 57) | struct squashfs_sb_info type squashfs_fragment_cache (line 57) | struct type squashfs_fragment_cache (line 59) | struct squashfs_fragment_cache type super_block (line 59) | struct super_block type inode (line 62) | struct inode type super_block (line 62) | struct super_block type address_space_operations (line 63) | struct address_space_operations type address_space_operations (line 64) | struct address_space_operations type inode_operations (line 65) | struct inode_operations type squashfs_sb_info (line 71) | struct squashfs_sb_info function squashfs_1_0_supported (line 73) | static inline int squashfs_1_0_supported(struct squashfs_sb_info *msblk) type squashfs_sb_info (line 80) | struct squashfs_sb_info function squashfs_2_0_supported (line 82) | static inline int squashfs_2_0_supported(struct squashfs_sb_info *msblk) FILE: src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/squashfs2_0.c type file (line 32) | struct file type dentry (line 33) | struct dentry type inode (line 33) | struct inode type dentry (line 33) | struct dentry type nameidata (line 34) | struct nameidata type file_operations (line 36) | struct file_operations type inode_operations (line 41) | struct inode_operations function read_fragment_index_table_2 (line 49) | static int read_fragment_index_table_2(struct super_block *s) function get_fragment_location_2 (line 87) | static int get_fragment_location_2(struct super_block *s, unsigned int f... function squashfs_new_inode (line 123) | static void squashfs_new_inode(struct squashfs_sb_info *msblk, struct in... function squashfs_read_inode_2 (line 143) | static int squashfs_read_inode_2(struct inode *i, squashfs_inode_t inode) function get_dir_index_using_offset (line 390) | static int get_dir_index_using_offset(struct super_block *s, long long function get_dir_index_using_name (line 439) | static int get_dir_index_using_name(struct super_block *s, long long function squashfs_readdir_2 (line 497) | static int squashfs_readdir_2(struct file *file, void *dirent, filldir_t... type dentry (line 609) | struct dentry type inode (line 609) | struct inode type dentry (line 609) | struct dentry type nameidata (line 610) | struct nameidata type inode (line 614) | struct inode type squashfs_sb_info (line 615) | struct squashfs_sb_info type squashfs_super_block (line 616) | struct squashfs_super_block type squashfs_dir_header_2 (line 621) | struct squashfs_dir_header_2 type squashfs_dir_entry_2 (line 622) | struct squashfs_dir_entry_2 type squashfs_dir_entry (line 627) | struct squashfs_dir_entry type squashfs_dir_header_2 (line 645) | struct squashfs_dir_header_2 type squashfs_dir_entry_2 (line 665) | struct squashfs_dir_entry_2 function squashfs_2_0_supported (line 725) | int squashfs_2_0_supported(struct squashfs_sb_info *msblk) FILE: src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs.h type meta_entry (line 199) | struct meta_entry { type meta_index (line 206) | struct meta_index { type squashfs_block_t (line 221) | typedef long long squashfs_block_t; type squashfs_inode_t (line 222) | typedef long long squashfs_inode_t; type squashfs_super_block (line 224) | struct squashfs_super_block { type squashfs_dir_index (line 253) | struct squashfs_dir_index { type squashfs_base_inode_header (line 268) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 272) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 277) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 283) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 290) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 299) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 309) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 318) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 330) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 331) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 332) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 333) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 334) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 335) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 336) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 337) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 340) | struct squashfs_dir_entry { type squashfs_dir_header (line 348) | struct squashfs_dir_header { type squashfs_fragment_entry (line 354) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 569) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 576) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 585) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 593) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 602) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 613) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 625) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 626) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 627) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 628) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 629) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 630) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_2 (line 690) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 697) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 704) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 711) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 719) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 728) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 741) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 752) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 766) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 767) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 768) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 769) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 770) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 771) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 772) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 775) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 780) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 787) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs_i.h type squashfs_inode_info (line 26) | struct squashfs_inode_info { FILE: src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs_sb.h type squashfs_cache (line 28) | struct squashfs_cache { type squashfs_fragment_cache (line 35) | struct squashfs_fragment_cache { type squashfs_sb_info (line 42) | struct squashfs_sb_info { FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/7zCrc.c function CrcGenerateTable (line 8) | CrcGenerateTable(void) function UInt32 (line 21) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 29) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/7zCrcT8.c function CrcGenerateTable (line 10) | void MY_FAST_CALL CrcGenerateTable() function UInt32 (line 32) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 37) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Alloc.c function MyFree (line 30) | void MyFree(void *address) function MidFree (line 51) | void MidFree(void *address) function SetLargePageSize (line 71) | void SetLargePageSize() function BigFree (line 107) | void BigFree(void *address) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zAlloc.c function SzFree (line 30) | void SzFree(void *address) function SzFreeTemp (line 56) | void SzFreeTemp(void *address) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zAlloc.h type ISzAlloc (line 8) | typedef struct _ISzAlloc FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zBuffer.c function SzByteBufferInit (line 6) | void SzByteBufferInit(CSzByteBuffer *buffer) function SzByteBufferCreate (line 12) | int SzByteBufferCreate(CSzByteBuffer *buffer, size_t newCapacity, void *... function SzByteBufferFree (line 24) | void SzByteBufferFree(CSzByteBuffer *buffer, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zBuffer.h type CSzByteBuffer (line 9) | typedef struct _CSzByteBuffer FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zDecode.c type CLzmaInCallbackImp (line 21) | typedef struct _CLzmaInCallbackImp function LzmaReadImp (line 28) | int LzmaReadImp(void *object, const unsigned char **buffer, SizeT *size) function SZ_RESULT (line 49) | SZ_RESULT SzDecodeLzma(CCoderInfo *coder, CFileSize inSize, function SZ_RESULT (line 115) | SZ_RESULT SzDecodeCopy(CFileSize inSize, ISzInStream *inStream, Byte *ou... function SZ_RESULT (line 141) | SZ_RESULT CheckSupportedFolder(const CFolder *f) function CFileSize (line 183) | CFileSize GetSum(const CFileSize *values, UInt32 index) function SZ_RESULT (line 192) | SZ_RESULT SzDecode2(const CFileSize *packSizes, const CFolder *folder, FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zExtract.c function SZ_RESULT (line 7) | SZ_RESULT SzExtract( FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zHeader.h type EIdEnum (line 15) | enum EIdEnum FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zIn.c function SzArDbExInit (line 9) | void SzArDbExInit(CArchiveDatabaseEx *db) function SzArDbExFree (line 18) | void SzArDbExFree(CArchiveDatabaseEx *db, void (*freeFunc)(void *)) function SZ_RESULT (line 50) | SZ_RESULT SzArDbExFill(CArchiveDatabaseEx *db, void * (*allocFunc)(size_... function CFileSize (line 114) | CFileSize SzArDbGetFolderStreamPos(CArchiveDatabaseEx *db, UInt32 folder... function SzArDbGetFolderFullPackSize (line 120) | int SzArDbGetFolderFullPackSize(CArchiveDatabaseEx *db, UInt32 folderInd... function SZ_RESULT (line 184) | SZ_RESULT SafeReadDirect(ISzInStream *inStream, Byte *data, size_t size) function SZ_RESULT (line 212) | SZ_RESULT SafeReadDirectByte(ISzInStream *inStream, Byte *data) function SZ_RESULT (line 217) | SZ_RESULT SafeReadDirectUInt32(ISzInStream *inStream, UInt32 *value, UIn... function SZ_RESULT (line 231) | SZ_RESULT SafeReadDirectUInt64(ISzInStream *inStream, UInt64 *value, UIn... function TestSignatureCandidate (line 245) | int TestSignatureCandidate(Byte *testBytes) type CSzData (line 254) | typedef struct _CSzState function SZ_RESULT (line 260) | SZ_RESULT SzReadByte(CSzData *sd, Byte *b) function SZ_RESULT (line 269) | SZ_RESULT SzReadBytes(CSzData *sd, Byte *data, size_t size) function SZ_RESULT (line 279) | SZ_RESULT SzReadUInt32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 292) | SZ_RESULT SzReadNumber(CSzData *sd, UInt64 *value) function SZ_RESULT (line 315) | SZ_RESULT SzReadSize(CSzData *sd, CFileSize *value) function SZ_RESULT (line 323) | SZ_RESULT SzReadNumber32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 335) | SZ_RESULT SzReadID(CSzData *sd, UInt64 *value) function SZ_RESULT (line 340) | SZ_RESULT SzSkeepDataSize(CSzData *sd, UInt64 size) function SZ_RESULT (line 349) | SZ_RESULT SzSkeepData(CSzData *sd) function SZ_RESULT (line 356) | SZ_RESULT SzReadArchiveProperties(CSzData *sd) function SZ_RESULT (line 369) | SZ_RESULT SzWaitAttribute(CSzData *sd, UInt64 attribute) function SZ_RESULT (line 383) | SZ_RESULT SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, void ... function SZ_RESULT (line 402) | SZ_RESULT SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, void... function SZ_RESULT (line 415) | SZ_RESULT SzReadHashDigests( function SZ_RESULT (line 433) | SZ_RESULT SzReadPackInfo( function SZ_RESULT (line 481) | SZ_RESULT SzReadSwitch(CSzData *sd) function SZ_RESULT (line 488) | SZ_RESULT SzGetNextFolderItem(CSzData *sd, CFolder *folder, void * (*all... function SZ_RESULT (line 597) | SZ_RESULT SzReadUnPackInfo( function SZ_RESULT (line 667) | SZ_RESULT SzReadSubStreamsInfo( function SZ_RESULT (line 813) | SZ_RESULT SzReadStreamsInfo( function SZ_RESULT (line 859) | SZ_RESULT SzReadFileNames(CSzData *sd, UInt32 numFiles, CFileItem *files, function SZ_RESULT (line 935) | SZ_RESULT SzReadHeader2( function SZ_RESULT (line 1085) | SZ_RESULT SzReadHeader( function SZ_RESULT (line 1110) | SZ_RESULT SzReadAndDecodePackedStreams2( function SZ_RESULT (line 1174) | SZ_RESULT SzReadAndDecodePackedStreams( function SZ_RESULT (line 1206) | SZ_RESULT SzArchiveOpen2( function SZ_RESULT (line 1304) | SZ_RESULT SzArchiveOpen( FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zIn.h type CInArchiveInfo (line 10) | typedef struct _CInArchiveInfo type CArchiveDatabaseEx (line 16) | typedef struct _CArchiveDatabaseEx type ISzInStream (line 31) | typedef struct _ISzInStream FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zItem.c function SzCoderInfoInit (line 6) | void SzCoderInfoInit(CCoderInfo *coder) function SzCoderInfoFree (line 11) | void SzCoderInfoFree(CCoderInfo *coder, void (*freeFunc)(void *p)) function SzFolderInit (line 17) | void SzFolderInit(CFolder *folder) function SzFolderFree (line 31) | void SzFolderFree(CFolder *folder, void (*freeFunc)(void *p)) function UInt32 (line 43) | UInt32 SzFolderGetNumOutStreams(CFolder *folder) function SzFolderFindBindPairForInStream (line 52) | int SzFolderFindBindPairForInStream(CFolder *folder, UInt32 inStreamIndex) function SzFolderFindBindPairForOutStream (line 62) | int SzFolderFindBindPairForOutStream(CFolder *folder, UInt32 outStreamIn... function CFileSize (line 71) | CFileSize SzFolderGetUnPackSize(CFolder *folder) function SzFileInit (line 93) | void SzFileInit(CFileItem *fileItem) function SzFileFree (line 103) | void SzFileFree(CFileItem *fileItem, void (*freeFunc)(void *p)) function SzArchiveDatabaseInit (line 109) | void SzArchiveDatabaseInit(CArchiveDatabase *db) function SzArchiveDatabaseFree (line 121) | void SzArchiveDatabaseFree(CArchiveDatabase *db, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zItem.h type CCoderInfo (line 10) | typedef struct _CCoderInfo type CBindPair (line 21) | typedef struct _CBindPair type CFolder (line 27) | typedef struct _CFolder type CArchiveFileTime (line 48) | typedef struct _CArchiveFileTime type CFileItem (line 54) | typedef struct _CFileItem type CArchiveDatabase (line 79) | typedef struct _CArchiveDatabase FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zMain.c type HANDLE (line 26) | typedef HANDLE MY_FILE_HANDLE; type FILE (line 28) | typedef FILE *MY_FILE_HANDLE; function ConvertNumberToString (line 31) | void ConvertNumberToString(CFileSize value, char *s) function ConvertFileTimeToString (line 51) | void ConvertFileTimeToString(CArchiveFileTime *ft, char *s) function MyReadFile (line 113) | size_t MyReadFile(MY_FILE_HANDLE file, void *data, size_t size) function MyWriteFile (line 139) | size_t MyWriteFile(MY_FILE_HANDLE file, void *data, size_t size) function MyCloseFile (line 165) | int MyCloseFile(MY_FILE_HANDLE file) type CFileInStream (line 174) | typedef struct _CFileInStream function SZ_RESULT (line 185) | SZ_RESULT SzFileReadImp(void *object, void **buffer, size_t maxRequiredS... function SZ_RESULT (line 200) | SZ_RESULT SzFileReadImp(void *object, void *buffer, size_t size, size_t ... function SZ_RESULT (line 211) | SZ_RESULT SzFileSeekImp(void *object, CFileSize pos) function PrintError (line 238) | void PrintError(char *sz) function main (line 243) | int main(int numargs, char *args[]) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zMethodID.h type UInt64 (line 8) | typedef UInt64 CMethodID; FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARM.c function UInt32 (line 5) | UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARMThumb.c function UInt32 (line 5) | UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int enco... FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchIA64.c function UInt32 (line 13) | UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchPPC.c function UInt32 (line 5) | UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchSPARC.c function UInt32 (line 5) | UInt32 SPARC_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchTypes.h type Byte (line 8) | typedef unsigned char Byte; type UInt16 (line 13) | typedef unsigned short UInt16; type UInt32 (line 19) | typedef unsigned long UInt32; type UInt32 (line 21) | typedef unsigned int UInt32; type UInt64 (line 28) | typedef unsigned long UInt64; type UInt64 (line 31) | typedef unsigned __int64 UInt64; type UInt64 (line 33) | typedef unsigned long long int UInt64; type UInt32 (line 44) | typedef UInt32 SizeT; type SizeT (line 47) | typedef size_t SizeT; FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86.c function SizeT (line 10) | SizeT x86_Convert(Byte *buffer, SizeT endPos, UInt32 nowPos, UInt32 *pre... FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86_2.c function x86_2_Decode (line 40) | int x86_2_Decode( FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Huffman/HuffmanEncode.c function Huffman_Generate (line 15) | void Huffman_Generate(const UInt32 *freqs, UInt32 *p, Byte *lens, UInt32... FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinder.c function LzInWindow_Free (line 19) | void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 30) | int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *... function Byte (line 47) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 48) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 50) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 52) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 59) | void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 84) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 92) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 98) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 106) | void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 113) | void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 123) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 131) | void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) function MatchFinder_Free (line 137) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 143) | CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 151) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 227) | void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 252) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 266) | UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 271) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 285) | void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 292) | void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 303) | UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos,... function UInt32 (line 334) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 389) | void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const... function MatchFinder_MovePos (line 446) | void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 465) | UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 476) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 487) | UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 520) | UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 567) | UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 616) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 628) | void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 641) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 654) | void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 669) | void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 685) | void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 702) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 716) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinder.h type UInt32 (line 8) | typedef UInt32 CLzRef; type CMatchFinder (line 10) | typedef struct _CMatchFinder type Byte (line 82) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 83) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 84) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 85) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 88) | typedef struct _IMatchFinder FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinderMt.c function MtSync_Construct (line 20) | void MtSync_Construct(CMtSync *p) function MtSync_GetNextBlock (line 33) | void MtSync_GetNextBlock(CMtSync *p) function MtSync_StopWriting (line 61) | void MtSync_StopWriting(CMtSync *p) function MtSync_Destruct (line 84) | void MtSync_Destruct(CMtSync *p) function HRes (line 110) | HRes MtSync_Create2(CMtSync *p, unsigned (StdCall *startAddress)(void *)... function HRes (line 132) | HRes MtSync_Create(CMtSync *p, unsigned (StdCall *startAddress)(void *),... function MtSync_Init (line 141) | void MtSync_Init(CMtSync *p) { p->needStart = True; } function HashThreadFunc (line 157) | void HashThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_GetNextBlock_Hash (line 227) | void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) function Int32 (line 249) | Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte ... function BtGetMatches (line 326) | void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) function BtFillBlock (line 395) | void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function BtThreadFunc (line 420) | void BtThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_Construct (line 446) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 453) | void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) function MatchFinderMt_Destruct (line 459) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) function HashThreadFunc2 (line 469) | static unsigned StdCall HashThreadFunc2(void *p) { HashThreadFunc((CMatc... function BtThreadFunc2 (line 470) | static unsigned StdCall BtThreadFunc2(void *p) function HRes (line 479) | HRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function MatchFinderMt_Init (line 504) | void MatchFinderMt_Init(CMatchFinderMt *p) function MatchFinderMt_ReleaseStream (line 528) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function MatchFinderMt_Normalize (line 534) | void MatchFinderMt_Normalize(CMatchFinderMt *p) function MatchFinderMt_GetNextBlock_Bt (line 540) | void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) function Byte (line 552) | const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) function UInt32 (line 559) | UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) function Byte (line 565) | Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) function UInt32 (line 570) | UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 590) | UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 680) | UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) function UInt32 (line 698) | UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) function MatchFinderMt0_Skip (line 731) | void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinderMt.h type CMtSync (line 17) | typedef struct _CMtSync type UInt32 (line 36) | typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *... type CMatchFinderMt (line 44) | typedef struct _CMatchFinderMt FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecode.c function LzmaDecodeProperties (line 120) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 155) | int LzmaDecode(CLzmaDecoderState *vs, function IfBit0 (line 437) | IfBit0(probLen) function IfBit0 (line 448) | IfBit0(probLen) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecode.h type ILzmaInCallback (line 50) | typedef struct _ILzmaInCallback type CLzmaProperties (line 61) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 77) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecodeSize.c type CRangeDecoder (line 31) | typedef struct _CRangeDecoder function Byte (line 44) | Byte RangeDecoderReadByte(CRangeDecoder *rd) function RangeDecoderInit (line 65) | void RangeDecoderInit(CRangeDecoder *rd function UInt32 (line 89) | UInt32 RangeDecoderDecodeDirectBits(CRangeDecoder *rd, int numTotalBits) function RangeDecoderBitDecode (line 117) | int RangeDecoderBitDecode(CProb *prob, CRangeDecoder *rd) function RangeDecoderBitTreeDecode (line 155) | int RangeDecoderBitTreeDecode(CProb *probs, int numLevels, CRangeDecoder... function RangeDecoderReverseBitTreeDecode (line 177) | int RangeDecoderReverseBitTreeDecode(CProb *probs, int numLevels, CRange... function Byte (line 202) | Byte LzmaLiteralDecode(CProb *probs, CRangeDecoder *rd) function Byte (line 224) | Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchB... function LzmaLenDecode (line 282) | int LzmaLenDecode(CProb *p, CRangeDecoder *rd, int posState) function LzmaDecodeProperties (line 326) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 361) | int LzmaDecode(CLzmaDecoderState *vs, FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateDecode.c function LzmaDecodeProperties (line 114) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 145) | int LzmaDecode( function IfBit0 (line 383) | IfBit0(probLen) function IfBit0 (line 394) | IfBit0(probLen) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateDecode.h type CLzmaProperties (line 45) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 61) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateTest.c function MyReadFile (line 25) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 28) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function PrintError (line 31) | int PrintError(char *buffer, const char *message) function main3 (line 38) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 157) | int main2(int numArgs, const char *args[], char *rs) function main (line 189) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaTest.c function MyReadFile (line 19) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 26) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function MyWriteFile (line 29) | size_t MyWriteFile(FILE *file, const void *data, size_t size) function MyWriteFileAndCheck (line 36) | int MyWriteFileAndCheck(FILE *file, const void *data, size_t size) type CBuffer (line 41) | typedef struct _CBuffer function LzmaReadCompressed (line 48) | int LzmaReadCompressed(void *object, const unsigned char **buffer, SizeT... function PrintError (line 64) | int PrintError(char *buffer, const char *message) function main3 (line 71) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 304) | int main2(int numArgs, const char *args[], char *rs) function main (line 336) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaTypes.h type Byte (line 15) | typedef unsigned char Byte; type UInt16 (line 20) | typedef unsigned short UInt16; type UInt32 (line 26) | typedef unsigned long UInt32; type UInt32 (line 28) | typedef unsigned int UInt32; type UInt32 (line 38) | typedef UInt32 SizeT; type SizeT (line 41) | typedef size_t SizeT; FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/kmod/module.c function unlzma_init (line 20) | static int __init unlzma_init(void) function unlzma_exit (line 25) | static void __exit unlzma_exit(void) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/uncomp.c function LzmaUncompress (line 41) | static int LzmaUncompress(struct sqlzma_un *un) function sqlzma_un (line 106) | int sqlzma_un(struct sqlzma_un *un, struct sized_buf *src, function sqlzma_init (line 154) | int sqlzma_init(struct sqlzma_un *un, int do_lzma, unsigned int res_sz) function sqlzma_fin (line 189) | void sqlzma_fin(struct sqlzma_un *un) function sqlzma_init (line 204) | static int __init sqlzma_init(void) function sqlzma_exit (line 209) | static void __exit sqlzma_exit(void) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/IStream.h type ISeqInStream (line 8) | typedef struct _ISeqInStream type ISzAlloc (line 13) | typedef struct _ISzAlloc FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Sort.c function HeapSort (line 14) | void HeapSort(UInt32 *p, UInt32 size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Threads.c function HRes (line 6) | HRes GetError() function HRes (line 12) | HRes BoolToHRes(int v) { return v ? SZ_OK : GetError(); } function HRes (line 13) | HRes BOOLToHRes(BOOL v) { return v ? SZ_OK : GetError(); } function HRes (line 15) | HRes MyCloseHandle(HANDLE *h) function HRes (line 24) | HRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CA... function HRes (line 34) | HRes WaitObject(HANDLE h) function HRes (line 39) | HRes Thread_Wait(CThread *thread) function HRes (line 46) | HRes Thread_Close(CThread *thread) function HRes (line 51) | HRes Event_Create(CEvent *p, BOOL manualReset, int initialSignaled) function HRes (line 57) | HRes ManualResetEvent_Create(CManualResetEvent *p, int initialSignaled) function HRes (line 59) | HRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function HRes (line 62) | HRes AutoResetEvent_Create(CAutoResetEvent *p, int initialSignaled) function HRes (line 64) | HRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function HRes (line 67) | HRes Event_Set(CEvent *p) { return BOOLToHRes(SetEvent(p->handle)); } function HRes (line 68) | HRes Event_Reset(CEvent *p) { return BOOLToHRes(ResetEvent(p->handle)); } function HRes (line 69) | HRes Event_Wait(CEvent *p) { return WaitObject(p->handle); } function HRes (line 70) | HRes Event_Close(CEvent *p) { return MyCloseHandle(&p->handle); } function HRes (line 73) | HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCo... function HRes (line 79) | HRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousC... function HRes (line 83) | HRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function HRes (line 87) | HRes Semaphore_Release1(CSemaphore *p) function HRes (line 92) | HRes Semaphore_Wait(CSemaphore *p) { return WaitObject(p->handle); } function HRes (line 93) | HRes Semaphore_Close(CSemaphore *p) { return MyCloseHandle(&p->handle); } function HRes (line 95) | HRes CriticalSection_Init(CCriticalSection *p) FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Threads.h type CThread (line 10) | typedef struct _CThread type THREAD_FUNC_RET_TYPE (line 18) | typedef unsigned THREAD_FUNC_RET_TYPE; type CEvent (line 26) | typedef struct _CEvent type CEvent (line 31) | typedef CEvent CAutoResetEvent; type CEvent (line 32) | typedef CEvent CManualResetEvent; type CSemaphore (line 47) | typedef struct _CSemaphore type CRITICAL_SECTION (line 61) | typedef CRITICAL_SECTION CCriticalSection; FILE: src/others/squashfs-3.3-grml-lzma/lzma/C/Types.h type Byte (line 8) | typedef unsigned char Byte; type UInt16 (line 13) | typedef unsigned short UInt16; type UInt32 (line 19) | typedef unsigned long UInt32; type UInt32 (line 21) | typedef unsigned int UInt32; type Int32 (line 28) | typedef long Int32; type Int32 (line 30) | typedef int Int32; type UInt64 (line 40) | typedef unsigned long UInt64; type UInt64 (line 43) | typedef unsigned __int64 UInt64; type UInt64 (line 45) | typedef unsigned long long int UInt64; type UInt32 (line 56) | typedef UInt32 CFileSize; type UInt64 (line 58) | typedef UInt64 CFileSize; type HRes (line 64) | typedef int HRes; type Bool (line 82) | typedef int Bool; FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 15) | namespace NArchive { type N7z (line 16) | namespace N7z { function ConvertFolderItemInfoToBindInfo (line 18) | static void ConvertFolderItemInfoToBindInfo(const CFolder &folder, function AreCodersEqual (line 47) | static bool AreCodersEqual(const NCoderMixer::CCoderStreamsInfo &a1, function AreBindPairsEqual (line 54) | static bool AreBindPairsEqual(const NCoderMixer::CBindPair &a1, cons... function AreBindInfoExEqual (line 60) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function HRESULT (line 92) | HRESULT CDecoder::Decode( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function ConvertBindInfoToFolderItemInfo (line 23) | static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBind... function HRESULT (line 53) | HRESULT CEncoder::CreateMixerCoder( function HRESULT (line 136) | HRESULT CEncoder::Encode( function HRESULT (line 297) | HRESULT CEncoder::EncoderConstr() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zExtract.cpp type CExtractFolderInfo (line 18) | struct CExtractFolderInfo FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 30) | HRESULT CFolderInStream::OpenStream() function HRESULT (line 72) | HRESULT CFolderInStream::CloseStream() function STDMETHODIMP (line 83) | STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 113) | STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace N7z { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 16) | HRESULT CFolderOutStream::Init( function HRESULT (line 40) | HRESULT CFolderOutStream::OpenFile() function HRESULT (line 66) | HRESULT CFolderOutStream::WriteEmptyFiles() function STDMETHODIMP (line 82) | STDMETHODIMP CFolderOutStream::Write(const void *data, function HRESULT (line 138) | HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult) function HRESULT (line 158) | HRESULT CFolderOutStream::WasWritingFinished() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.cpp function STDMETHODIMP (line 47) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function IMP_IInArchive_ArcProps_NO (line 60) | IMP_IInArchive_ArcProps_NO function STDMETHODIMP (line 67) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, function MySetFileTime (line 127) | static void MySetFileTime(bool timeDefined, FILETIME unixTime, NWindows:... function UString (line 135) | static UString ConvertUInt32ToString(UInt32 value) function UString (line 142) | static UString GetStringForSizeValue(UInt32 value) function wchar_t (line 170) | static wchar_t GetHex(Byte value) function UString (line 174) | static inline UString GetHex2(Byte value) function UInt32 (line 187) | static inline UInt32 GetUInt32FromMemLE(const Byte *p) function STDMETHODIMP (line 206) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVAR... class CVolumeName (line 443) | class CVolumeName method InitName (line 450) | bool InitName(const UString &name) method UString (line 484) | UString GetNextName() function STDMETHODIMP (line 518) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 679) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 694) | STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **str... function STDMETHODIMP (line 754) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVA... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 18) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 21) | namespace NArchive { type N7z (line 22) | namespace N7z { function IsCopyMethod (line 34) | static inline bool IsCopyMethod(const UString &methodName) function STDMETHODIMP (line 37) | STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) function HRESULT (line 43) | HRESULT CHandler::SetPassword(CCompressionMethodMode &methodMode, function HRESULT (line 68) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 122) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 188) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int i... function STDMETHODIMP (line 203) | STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 403) | static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UI... function HRESULT (line 421) | static HRESULT GetBindInfo(UString &srcString, CBind &bind) function STDMETHODIMP (line 433) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PR... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 6) | namespace NArchive { type N7z (line 7) | namespace N7z { class SignatureInitializer (line 14) | class SignatureInitializer method SignatureInitializer (line 17) | SignatureInitializer() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zIn.cpp type NArchive (line 19) | namespace NArchive { type N7z (line 20) | namespace N7z { class CInArchiveException (line 22) | class CInArchiveException {} function ThrowException (line 24) | static void ThrowException() { throw CInArchiveException(); } function ThrowEndOfData (line 25) | static inline void ThrowEndOfData() { ThrowException(); } function ThrowUnsupported (line 26) | static inline void ThrowUnsupported() { ThrowException(); } function ThrowIncorrect (line 27) | static inline void ThrowIncorrect() { ThrowException(); } function ThrowUnsupportedVersion (line 28) | static inline void ThrowUnsupportedVersion() { ThrowException(); } class CStreamSwitch (line 51) | class CStreamSwitch method CStreamSwitch (line 56) | CStreamSwitch(): _needRemove(false) {} function UInt16 (line 104) | static inline UInt16 GetUInt16FromMem(const Byte *p) { return *(cons... function UInt32 (line 105) | static inline UInt32 GetUInt32FromMem(const Byte *p) { return *(cons... function UInt64 (line 106) | static inline UInt64 GetUInt64FromMem(const Byte *p) { return *(cons... function UInt16 (line 108) | static inline UInt16 GetUInt16FromMem(const Byte *p) { return p[0] |... function UInt32 (line 109) | static inline UInt32 GetUInt32FromMem(const Byte *p) { return p[0] |... function UInt64 (line 110) | static inline UInt64 GetUInt64FromMem(const Byte *p) { return GetUIn... function Byte (line 113) | Byte CInByte2::ReadByte() function UInt64 (line 139) | UInt64 CInByte2::ReadNumber() function CNum (line 162) | CNum CInByte2::ReadNum() function UInt32 (line 170) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 179) | UInt64 CInByte2::ReadUInt64() function TestSignatureCandidate (line 213) | static inline bool TestSignatureCandidate(const Byte *p) function HRESULT (line 221) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 264) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 712) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 790) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1068) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1186) | HRESULT CInArchive::ReadDatabase( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zIn.h function namespace (line 14) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zItem.h function namespace (line 11) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zOut.cpp function HRESULT (line 15) | static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data... type NArchive (line 30) | namespace NArchive { type N7z (line 31) | namespace N7z { function HRESULT (line 33) | HRESULT COutArchive::WriteDirect(const void *data, UInt32 size) function UInt32 (line 38) | UInt32 CrcUpdateUInt32(UInt32 crc, UInt32 value) function UInt32 (line 45) | UInt32 CrcUpdateUInt64(UInt32 crc, UInt64 value) function HRESULT (line 52) | HRESULT COutArchive::WriteDirectUInt32(UInt32 value) function HRESULT (line 62) | HRESULT COutArchive::WriteDirectUInt64(UInt64 value) function HRESULT (line 72) | HRESULT COutArchive::WriteSignature() function HRESULT (line 80) | HRESULT COutArchive::WriteFinishSignature() function HRESULT (line 91) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 104) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 121) | HRESULT COutArchive::Create(ISequentialOutStream *stream, bool endMa... function HRESULT (line 166) | HRESULT COutArchive::SkeepPrefixArchiveHeader() function HRESULT (line 175) | HRESULT COutArchive::WriteBytes(const void *data, size_t size) function HRESULT (line 195) | HRESULT COutArchive::WriteBytes(const CByteBuffer &data) function HRESULT (line 200) | HRESULT COutArchive::WriteByte(Byte b) function HRESULT (line 205) | HRESULT COutArchive::WriteUInt32(UInt32 value) function HRESULT (line 215) | HRESULT COutArchive::WriteNumber(UInt64 value) function UInt32 (line 240) | static UInt32 GetBigNumberSize(UInt64 value) function UInt32 (line 249) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 267) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function HRESULT (line 283) | HRESULT COutArchive::WriteFolder(const CFolder &folder) function HRESULT (line 333) | HRESULT COutArchive::WriteBoolVector(const CBoolVector &boolVector) function HRESULT (line 357) | HRESULT COutArchive::WriteHashDigests( function HRESULT (line 387) | HRESULT COutArchive::WritePackInfo( function HRESULT (line 407) | HRESULT COutArchive::WriteUnPackInfo(const CObjectVector &f... function HRESULT (line 444) | HRESULT COutArchive::WriteSubStreamsInfo( function HRESULT (line 501) | HRESULT COutArchive::WriteTime( function HRESULT (line 577) | HRESULT COutArchive::EncodeStream( function HRESULT (line 596) | HRESULT COutArchive::EncodeStream( function WriteUInt32ToBuffer (line 606) | static void WriteUInt32ToBuffer(Byte *data, UInt32 value) function WriteUInt64ToBuffer (line 615) | static void WriteUInt64ToBuffer(Byte *data, UInt64 value) function HRESULT (line 625) | HRESULT COutArchive::WriteHeader( function HRESULT (line 938) | HRESULT COutArchive::WriteDatabase( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zOut.h function namespace (line 14) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 11) | namespace NArchive { type N7z (line 12) | namespace N7z { type CPropMap (line 14) | struct CPropMap function FindPropInMap (line 52) | static int FindPropInMap(UInt64 filePropID) function CopyOneItem (line 60) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 72) | static void RemoveOneItem(CRecordVector &src, UInt32 item) function InsertToHead (line 82) | static void InsertToHead(CRecordVector &dest, UInt32 item) function STDMETHODIMP (line 141) | STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) function STDMETHODIMP (line 147) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function IOutArchive (line 10) | static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size... function STDMETHODIMP (line 17) | STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 17) | namespace NArchive { type N7z (line 18) | namespace N7z { function HRESULT (line 25) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... function GetReverseSlashPos (line 40) | static int GetReverseSlashPos(const UString &name) function UString (line 59) | UString CUpdateItem::GetExtension() const function CompareBuffers (line 66) | static int CompareBuffers(const CByteBuffer &a1, const CByteBuffer &a2) function CompareCoders (line 76) | static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) function CompareBindPairs (line 84) | static int CompareBindPairs(const CBindPair &b1, const CBindPair &b2) function CompareFolders (line 90) | static int CompareFolders(const CFolder &f1, const CFolder &f2) function CompareFiles (line 106) | static int CompareFiles(const CFileItem &f1, const CFileItem &f2) function CompareFolderRefs (line 111) | static int CompareFolderRefs(const int *p1, const int *p2, void *param) function CompareEmptyItems (line 131) | static int CompareEmptyItems(const int *p1, const int *p2, void *param) function GetExtIndex (line 180) | int GetExtIndex(const char *ext) type CRefItem (line 213) | struct CRefItem method CRefItem (line 220) | CRefItem(UInt32 index, const CUpdateItem &updateItem, bool sortByT... function CompareUpdateItems (line 260) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 289) | struct CSolidGroup function IsExeFile (line 304) | static bool IsExeFile(const UString &ext) function GetMethodFull (line 316) | static bool GetMethodFull(UInt64 methodID, function MakeExeMethod (line 325) | static bool MakeExeMethod(const CCompressionMethodMode &method, function SplitFilesToGroups (line 397) | static void SplitFilesToGroups( function FromUpdateItemToFileItem (line 445) | static void FromUpdateItemToFileItem(const CUpdateItem &updateItem, function HRESULT (line 465) | static HRESULT Update2( function HRESULT (line 804) | static HRESULT WriteVolumeHeader(COutArchive &archive, CFileItem &fi... function HRESULT (line 843) | HRESULT UpdateVolume( class COutVolumeStream (line 908) | class COutVolumeStream: method Init (line 925) | void Init(IArchiveUpdateCallback2 *volumeCallback, function HRESULT (line 941) | HRESULT COutVolumeStream::Flush() function STDMETHODIMP (line 955) | STDMETHODIMP COutVolumeStream::Write(const void *data, UInt32 size, ... function HRESULT (line 995) | HRESULT Update( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 17) | void RegisterArc(const CArcInfo *arcInfo) function HRESULT (line 28) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 35) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 40) | int FindFormatCalssId(const GUID *clsID) function STDAPI (line 53) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 83) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 121) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 126) | STDAPI GetNumberOfFormats(UINT32 *numFormats) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 94) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.h function namespace (line 11) | namespace NCoderMixer { function class (line 127) | class CBindReverseConverter type CCoderInfo2 (line 142) | struct CCoderInfo2 function class (line 164) | class CCoderMixer2 FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 52) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... function HRESULT (line 82) | HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo) function HRESULT (line 121) | HRESULT CCoderMixer2MT::Init(ISequentialInStream **inStreams, ISequent... function HRESULT (line 170) | HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code) function STDMETHODIMP (line 178) | STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h function namespace (line 11) | namespace NCoderMixer { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, co... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h function HRes (line 21) | HRes Create() function Init (line 26) | void Init() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.h function Init (line 17) | void Init() { _size = 0; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 17) | namespace NArchive { function AreEqual (line 78) | static bool AreEqual(const UString &methodName, const wchar_t *s) function IsLZMAMethod (line 81) | static inline bool IsLZMAMethod(const UString &methodName) function IsBZip2Method (line 88) | static inline bool IsBZip2Method(const UString &methodName) function IsPpmdMethod (line 91) | static inline bool IsPpmdMethod(const UString &methodName) function IsDeflateMethod (line 94) | static inline bool IsDeflateMethod(const UString &methodName) type CNameToPropID (line 101) | struct CNameToPropID function ConvertProperty (line 124) | static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM... function FindPropIdFromStringName (line 153) | static int FindPropIdFromStringName(const UString &name) function SetOneMethodProp (line 161) | static void SetOneMethodProp(COneMethodInfo &oneMethodInfo, PROPID pro... function SplitParams (line 269) | static void SplitParams(const UString &srcString, UStringVector &subSt... function SplitParam (line 290) | static void SplitParam(const UString ¶m, UString &name, UString &v... function HRESULT (line 312) | HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const USt... function HRESULT (line 365) | HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const US... function HRESULT (line 381) | HRESULT COutHandler::SetSolidSettings(const UString &s) function HRESULT (line 440) | HRESULT COutHandler::SetSolidSettings(const PROPVARIANT &value) function HRESULT (line 488) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVA... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 20) | STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 33) | STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h function Init (line 29) | void Init() function ReleaseStream (line 35) | void ReleaseStream() { _stream.Release(); } function Init (line 57) | void Init() function ReleaseStream (line 63) | void ReleaseStream() { _stream.Release(); } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 13) | UString MakeLegalName(const UString &name) function UString (line 20) | UString GetOSName(const UString &name) function UString (line 27) | UString GetOSName2(const UString &name) function HasTailSlash (line 37) | bool HasTailSlash(const AString &name, UINT codePage) function UString (line 51) | UString WinNameToOSName(const UString &name) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 36) | STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.h type CSubStreamInfo (line 19) | struct CSubStreamInfo function Init (line 26) | void Init() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitCRC (line 33) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp function HRESULT (line 10) | HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UIn... function HRESULT (line 40) | HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &d... function HRESULT (line 81) | HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT ... function StringToBool (line 100) | bool StringToBool(const UString &s, bool &res) function HRESULT (line 115) | HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value) function ParseStringToUInt32 (line 133) | int ParseStringToUInt32(const UString &srcString, UInt32 &number) function HRESULT (line 147) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/DllExports2.cpp function IsItWindowsNT (line 24) | static bool IsItWindowsNT() function BOOL (line 36) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpRese... function STDAPI (line 61) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 76) | STDAPI SetLargePageMode() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/IArchive.h function namespace (line 13) | namespace NFileTimeType function namespace (line 23) | namespace NArchive function STDMETHOD (line 82) | STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 15) | void RegisterCodec(const CCodecInfo *codecInfo) function HRESULT (line 22) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 35) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 48) | HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVecto... function HRESULT (line 153) | HRESULT CreateCoder( function HRESULT (line 253) | HRESULT CreateCoder( function HRESULT (line 267) | HRESULT CreateCoder( function HRESULT (line 280) | HRESULT CreateFilter( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/CreateCoder.h function CCodecInfoEx (line 14) | struct CCodecInfoEx FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 14) | static bool MakeAutoName(const UString &name, function AutoRenamePath (line 25) | bool AutoRenamePath(UString &fullProcessedPath) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 55) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 80) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 113) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 139) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function HRESULT (line 148) | HRESULT COutFileStream::Close() function STDMETHODIMP (line 153) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 179) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function STDMETHODIMP (line 203) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 219) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FileStreams.h function virtual (line 31) | virtual ~CInFileStream() {} function Create (line 82) | bool Create(LPCTSTR fileName, bool createAlways) function Open (line 87) | bool Open(LPCTSTR fileName, DWORD creationDisposition) function Create (line 94) | bool Create(LPCWSTR fileName, bool createAlways) function Open (line 99) | bool Open(LPCWSTR fileName, DWORD creationDisposition) function SetTime (line 112) | bool SetTime(const FILETIME *creationTime, const FILETIME *lastAccessTim... function SetLastWriteTime (line 116) | bool SetLastWriteTime(const FILETIME *lastWriteTime) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilterCoder.cpp function HRESULT (line 25) | HRESULT CFilterCoder::WriteWithLimit(ISequentialOutStream *outStream, UI... function STDMETHODIMP (line 42) | STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 89) | STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 96) | STDMETHODIMP CFilterCoder::ReleaseOutStream() function STDMETHODIMP (line 103) | STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 140) | STDMETHODIMP CFilterCoder::Flush() function STDMETHODIMP (line 166) | STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 173) | STDMETHODIMP CFilterCoder::ReleaseInStream() function STDMETHODIMP (line 179) | STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 230) | STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function STDMETHODIMP (line 237) | STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 243) | STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 255) | STDMETHODIMP CFilterCoder::ResetInitVector() function STDMETHODIMP (line 261) | STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilterCoder.h function HRESULT (line 49) | HRESULT Init() function class (line 126) | class CInStreamReleaser function class (line 134) | class COutStreamReleaser FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InBuffer.cpp function Byte (line 78) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InBuffer.h function CSystemException (line 11) | struct CInBufferException: public CSystemException function class (line 17) | class CInBuffer FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 90) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) function STDMETHODIMP (line 111) | STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.h function class (line 12) | class CInOutTempBuffer FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LimitedStreams.cpp function STDMETHODIMP (line 8) | STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, U... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LimitedStreams.h function Init (line 19) | void Init(UInt64 streamSize) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LockedStream.cpp function HRESULT (line 7) | HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function STDMETHODIMP (line 15) | STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size,... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LockedStream.h function class (line 10) | class CLockedInStream FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodId.cpp function wchar_t (line 8) | static inline wchar_t GetHex(Byte value) function UString (line 13) | UString ConvertMethodIdToString(UInt64 id) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodProps.cpp function HRESULT (line 11) | HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeF... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodProps.h type CProp (line 12) | struct CProp type CMethod (line 18) | struct CMethod type CMethodsMode (line 24) | struct CMethodsMode FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 8) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function STDMETHODIMP (line 15) | STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt... function STDMETHODIMP (line 20) | STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 32) | STDMETHODIMP COffsetOutStream::SetSize(Int64 newSize) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 48) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 57) | HRESULT COutBuffer::FlushPart() function HRESULT (line 94) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/ProgressUtils.cpp function STDMETHODIMP (line 21) | STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 39) | HRESULT CLocalProgress::SetCur() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/RegisterArc.h type IInArchive (line 8) | typedef IInArchive * (*CreateInArchiveP)(); type IOutArchive (line 9) | typedef IOutArchive * (*CreateOutArchiveP)(); type CArcInfo (line 11) | struct CArcInfo FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 9) | struct CCodecInfo FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamBinder.cpp class CSequentialInStreamForBinder (line 12) | class CSequentialInStreamForBinder: method SetBinder (line 24) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 27) | STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size,... class CSequentialOutStreamForBinder (line 30) | class CSequentialOutStreamForBinder: method SetBinder (line 43) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 46) | STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt... function HRes (line 54) | HRes CStreamBinder::CreateEvents() function HRESULT (line 90) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 120) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamBinder.h function class (line 9) | class CStreamBinder FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamObjects.cpp function STDMETHODIMP (line 9) | STDMETHODIMP CSequentialInStreamImp::Read(void *data, UInt32 size, UInt3... function STDMETHODIMP (line 28) | STDMETHODIMP CSequentialOutStreamImp::Write(const void *data, UInt32 siz... function STDMETHODIMP (line 36) | STDMETHODIMP CSequentialOutStreamImp2::Write(const void *data, UInt32 si... function STDMETHODIMP (line 50) | STDMETHODIMP CSequentialInStreamSizeCount::Read(void *data, UInt32 size,... function STDMETHODIMP (line 60) | STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamObjects.h function class (line 32) | class CWriteBuffer function Init (line 109) | void Init() { _size = 0; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 8) | HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size,... function HRESULT (line 27) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function HRes (line 20) | HRes CVirtThread::Create() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARM.cpp function UInt32 (line 11) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp function UInt32 (line 12) | UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 17) | UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp function STDMETHODIMP (line 6) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BranchCoder.h function virtual (line 17) | virtual void SubInit() {} FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/IA64.cpp function UInt32 (line 11) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/PPC.cpp function UInt32 (line 11) | UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/SPARC.cpp function UInt32 (line 11) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86.cpp function UInt32 (line 6) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 11) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86.h type CBranch86 (line 12) | struct CBranch86 FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86_2.cpp type NCompress (line 11) | namespace NCompress { type NBcj2 (line 12) | namespace NBcj2 { function IsJcc (line 14) | inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0x... function IsJ (line 15) | inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || I... function GetIndex (line 16) | inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? ... function Test86MSByte (line 22) | static bool inline Test86MSByte(Byte b) function HRESULT (line 51) | HRESULT CEncoder::Flush() function HRESULT (line 62) | HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 258) | STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, function HRESULT (line 277) | HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 374) | STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86_2.h function namespace (line 10) | namespace NCompress { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CByteSwap2::Init() { return S_OK; } function STDMETHODIMP (line 22) | STDMETHODIMP CByteSwap4::Init() { return S_OK; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/CodecExports.cpp function HRESULT (line 18) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 25) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function HRESULT (line 30) | static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value) function HRESULT (line 40) | static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool... function STDAPI (line 65) | STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **o... function STDAPI (line 98) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 116) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 153) | STDAPI GetNumberOfMethods(UINT32 *numCodecs) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp type NCompress (line 13) | namespace NCompress { function STDMETHODIMP (line 22) | STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 55) | STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/CopyCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZ/LZOutWindow.h type COutBufferException (line 10) | typedef COutBufferException CLZOutWindowException; function class (line 13) | class CLZOutWindow: public COutBuffer FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp type NCompress (line 8) | namespace NCompress { type NLZMA (line 9) | namespace NLZMA { function HRESULT (line 47) | HRESULT CDecoder::CodeSpec(UInt32 curSize) function STDMETHODIMP (line 213) | STDMETHODIMP CDecoder::CodeReal(ISequentialInStream *inStream, function STDMETHODIMP (line 260) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 269) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *properties,... function STDMETHODIMP (line 292) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) function STDMETHODIMP (line 298) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 304) | STDMETHODIMP CDecoder::ReleaseInStream() function STDMETHODIMP (line 310) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 322) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h function namespace (line 18) | namespace NCompress { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp type NCompress (line 29) | namespace NCompress { type NLZMA (line 30) | namespace NLZMA { class CFastPosInit (line 40) | class CFastPosInit method CFastPosInit (line 43) | CFastPosInit() { Init(); } method Init (line 44) | void Init() function UInt32 (line 102) | UInt32 CLiteralEncoder2::GetPrice(bool matchMode, Byte matchByte, By... type NLength (line 132) | namespace NLength { function SzFree (line 219) | static void SzFree(void *address) { BigFree(address); } function HRESULT (line 232) | HRESULT CEncoder::Create() function wchar_t (line 270) | inline wchar_t GetUpperChar(wchar_t c) function ParseMatchFinder (line 277) | static int ParseMatchFinder(const wchar_t *s, int *btMode, UInt32 *n... function STDMETHODIMP (line 318) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 450) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 460) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 466) | STDMETHODIMP CEncoder::ReleaseOutStream() function HRESULT (line 472) | HRESULT CEncoder::Init() function UInt32 (line 532) | UInt32 CEncoder::Backward(UInt32 &backRes, UInt32 cur) function UInt32 (line 571) | UInt32 CEncoder::GetOptimum(UInt32 position, UInt32 &backRes) function ChangePair (line 1074) | static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) function UInt32 (line 1079) | UInt32 CEncoder::ReadMatchDistances(UInt32 &numDistancePairs) function UInt32 (line 1111) | UInt32 CEncoder::GetOptimumFast(UInt32 &backRes) function HRESULT (line 1238) | HRESULT CEncoder::Flush(UInt32 nowPos) function HRESULT (line 1269) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, function HRESULT (line 1298) | HRESULT CEncoder::SetStreams(ISequentialInStream *inStream, function HRes (line 1323) | static HRes MyRead(void *object, void *data, UInt32 size, UInt32 *pr... function HRESULT (line 1328) | HRESULT CEncoder::CodeOneBlock(UInt64 *inSize, UInt64 *outSize, Int3... function STDMETHODIMP (line 1492) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h function namespace (line 22) | namespace NCompress { type CSeqInStream (line 213) | typedef struct _CSeqInStream function ReleaseMatchFinder (line 308) | void ReleaseMatchFinder() function ReleaseMFStream (line 314) | void ReleaseMFStream() function UInt32 (line 330) | UInt32 GetRepLen1Price(CState state, UInt32 posState) const function UInt32 (line 336) | UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) c... function UInt32 (line 357) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 pos... function UInt32 (line 381) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) const function ReleaseStreams (line 400) | void ReleaseStreams() function class (line 407) | class CCoderReleaser function SetWriteEndMarkerMode (line 420) | void SetWriteEndMarkerMode(bool writeEndMarker) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 46) | static inline bool IsItWindowsNT() type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum function PrintHelp (line 102) | static void PrintHelp() function PrintHelpAndExit (line 124) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 131) | static void IncorrectCommand() function WriteArgumentsToStringList (line 136) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 143) | static bool GetNumber(const wchar_t *s, UInt32 &value) function main2 (line 158) | int main2(int n, const char *args[]) function main (line 541) | int main(int n, const char *args[]) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CBaseRandomGenerator (line 56) | class CBaseRandomGenerator method CBaseRandomGenerator (line 61) | CBaseRandomGenerator() { Init(); } method Init (line 62) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 63) | UInt32 GetRnd() class CBenchBuffer (line 71) | class CBenchBuffer method CBenchBuffer (line 76) | CBenchBuffer(): Buffer(0) {} method Free (line 78) | void Free() method Alloc (line 83) | bool Alloc(size_t bufferSize) class CBenchRandomGenerator (line 94) | class CBenchRandomGenerator: public CBenchBuffer method Set (line 98) | void Set(CBaseRandomGenerator *rg) { RG = rg; } method UInt32 (line 99) | UInt32 GetVal(UInt32 &res, int numBits) method UInt32 (line 105) | UInt32 GetLen(UInt32 &res) method Generate (line 110) | void Generate() class CBenchmarkInStream (line 148) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 156) | MY_UNKNOWN_IMP function STDMETHODIMP (line 166) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 182) | class CBenchmarkOutStream: method Init (line 191) | void Init() function STDMETHODIMP (line 200) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 217) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 223) | MY_UNKNOWN_IMP function STDMETHODIMP (line 228) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 236) | static UInt64 GetTimeCount() function UInt64 (line 257) | static UInt64 GetFreq() function UInt64 (line 276) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dw... function UInt64 (line 278) | static UInt64 GetUserTime() function UInt64 (line 290) | static UInt64 GetUserFreq() class CBenchProgressStatus (line 299) | class CBenchProgressStatus method SetResult (line 307) | void SetResult(HRESULT res) method HRESULT (line 314) | HRESULT GetResult() class CBenchProgressInfo (line 323) | class CBenchProgressInfo: method CBenchProgressInfo (line 332) | CBenchProgressInfo(): callback(0) {} function SetStartTime (line 337) | void SetStartTime(CBenchInfo &bi) function SetFinishTime (line 345) | void SetFinishTime(const CBenchInfo &biStart, CBenchInfo &dest) function STDMETHODIMP (line 353) | STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, cons... function UInt32 (line 381) | static UInt32 GetLogSize(UInt32 size) function NormalizeVals (line 390) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 399) | UInt64 GetUsage(const CBenchInfo &info) function UInt64 (line 414) | UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) function UInt64 (line 429) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function UInt64 (line 438) | UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt... function UInt64 (line 448) | UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSi... type CEncoderInfo (line 460) | struct CEncoderInfo type CDecoderInfo (line 475) | struct CDecoderInfo method CEncoderInfo (line 501) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 504) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 517) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 528) | HRESULT CreateEncoderThread() method HRESULT (line 533) | HRESULT CreateDecoderThread(int index, bool callbackMode type CEncoderInfo (line 462) | struct CEncoderInfo type CDecoderInfo (line 475) | struct CDecoderInfo method CEncoderInfo (line 501) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 504) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 517) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 528) | HRESULT CreateEncoderThread() method HRESULT (line 533) | HRESULT CreateDecoderThread(int index, bool callbackMode function HRESULT (line 551) | HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBa... function HRESULT (line 607) | HRESULT CEncoderInfo::Encode() function HRESULT (line 620) | HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) type CBenchEncoders (line 657) | struct CBenchEncoders method CBenchEncoders (line 660) | CBenchEncoders(UInt32 num): encoders(0) { encoders = new CEncoderInfo[... function UInt64 (line 844) | inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) function UInt64 (line 860) | UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function CrcBig (line 870) | static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt... type CCrcInfo (line 879) | struct CCrcInfo method Wait (line 887) | void Wait() function THREAD_FUNC_DECL (line 894) | static THREAD_FUNC_DECL CrcThreadFunction(void *param) type CCrcThreads (line 901) | struct CCrcThreads method CCrcThreads (line 905) | CCrcThreads(): Items(0), NumThreads(0) {} method WaitAll (line 906) | void WaitAll() function UInt32 (line 920) | static UInt32 CrcCalc1(const Byte *buf, UInt32 size) function RandGen (line 928) | static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function UInt32 (line 934) | static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function CrcInternalTest (line 940) | bool CrcInternalTest() function HRESULT (line 964) | HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h type IBenchCallback (line 24) | struct IBenchCallback FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp type CTotalBenchRes (line 20) | struct CTotalBenchRes method Init (line 26) | void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } method Normalize (line 27) | void Normalize() method SetMid (line 36) | void SetMid(const CTotalBenchRes &r1, const CTotalBenchRes &r2) type CBenchCallback (line 45) | struct CBenchCallback: public IBenchCallback method Init (line 50) | void Init() { EncodeRes.Init(); DecodeRes.Init(); } method Normalize (line 51) | void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function NormalizeVals (line 57) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 66) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function PrintNumber (line 75) | static void PrintNumber(FILE *f, UInt64 value, int size) function PrintRating (line 85) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 90) | static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating) function PrintResults (line 98) | static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating,... function PrintTotals (line 111) | static void PrintTotals(FILE *f, const CTotalBenchRes &res) function HRESULT (line 118) | HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final) function HRESULT (line 136) | HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) function PrintRequirements (line 155) | static void PrintRequirements(FILE *f, const char *sizeString, UInt64 si... type CTempValues (line 246) | struct CTempValues method CTempValues (line 249) | CTempValues(UInt32 num) { Values = new UInt64[num]; } function HRESULT (line 253) | HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UI... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp class CInStreamRam (line 14) | class CInStreamRam: method MY_UNKNOWN_IMP (line 22) | MY_UNKNOWN_IMP function STDMETHODIMP (line 32) | STDMETHODIMP CInStreamRam::Read(void *data, UInt32 size, UInt32 *process... class COutStreamRam (line 44) | class COutStreamRam: method Init (line 53) | void Init(Byte *data, size_t size) method SetPos (line 60) | void SetPos(size_t pos) method MY_UNKNOWN_IMP (line 65) | MY_UNKNOWN_IMP function STDMETHODIMP (line 79) | STDMETHODIMP COutStreamRam::Write(const void *data, UInt32 size, UInt32 ... function LzmaRamEncode (line 98) | int LzmaRamEncode( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h type ESzFilterMode (line 34) | enum ESzFilterMode FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c function LzmaRamGetUncompressedSize (line 15) | int LzmaRamGetUncompressedSize( function LzmaRamDecompress (line 35) | int LzmaRamDecompress( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc class CMemoryStream (line 31) | class CMemoryStream { method CMemoryStream (line 38) | CMemoryStream(Bytef *data, UInt64 size) class CInMemoryStream (line 44) | class CInMemoryStream : public CMemoryStream, public IInStream, method CInMemoryStream (line 52) | CInMemoryStream(Bytef *data, UInt64 size) class COutMemoryStream (line 78) | class COutMemoryStream : public CMemoryStream, public IOutStream, method COutMemoryStream (line 86) | COutMemoryStream(Bytef *data, UInt64 size) method UInt32 (line 91) | UInt32 GetSize() {return m_pos;} function LzmaCompress (line 116) | static int function sqlzma_cm (line 216) | int FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp type NCompress (line 7) | namespace NCompress { type NRangeCoder (line 8) | namespace NRangeCoder { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/ICoder.h function namespace (line 35) | namespace NCoderPropID function STDMETHOD (line 129) | STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE; function namespace (line 169) | namespace NMethodPropID FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.cpp function IsItWindowsNT (line 50) | static inline bool IsItWindowsNT() function PrintString (line 61) | void PrintString(const UString &s) function PrintString (line 66) | void PrintString(const AString &s) function PrintNewLine (line 71) | void PrintNewLine() function PrintStringLn (line 76) | void PrintStringLn(const AString &s) function PrintError (line 82) | void PrintError(const AString &s) function HRESULT (line 89) | static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROP... function HRESULT (line 102) | static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bo... class CArchiveOpenCallback (line 115) | class CArchiveOpenCallback: method CArchiveOpenCallback (line 131) | CArchiveOpenCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 134) | STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, ... function STDMETHODIMP (line 139) | STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files ... function STDMETHODIMP (line 144) | STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) class CArchiveExtractCallback (line 174) | class CArchiveExtractCallback: type CProcessedFileInfo (line 200) | struct CProcessedFileInfo method CArchiveExtractCallback (line 219) | CArchiveExtractCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 230) | STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 235) | STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* com... function STDMETHODIMP (line 240) | STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function STDMETHODIMP (line 355) | STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractM... function STDMETHODIMP (line 379) | STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operation... function STDMETHODIMP (line 420) | STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) type CDirItem (line 440) | struct CDirItem method IsDirectory (line 449) | bool IsDirectory() const { return (Attributes & FILE_ATTRIBUTE_DIRECTO... class CArchiveUpdateCallback (line 452) | class CArchiveUpdateCallback: method CArchiveUpdateCallback (line 493) | CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false)... method Init (line 498) | void Init(const CObjectVector *dirItems) function STDMETHODIMP (line 507) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 512) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* comp... function STDMETHODIMP (line 518) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** ... function STDMETHODIMP (line 523) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, function STDMETHODIMP (line 535) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function HRESULT (line 577) | HRESULT CArchiveUpdateCallback::Finilize() function GetStream2 (line 587) | static void GetStream2(const wchar_t *name) function STDMETHODIMP (line 595) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 628) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operati... function STDMETHODIMP (line 634) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 644) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 663) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... function main (line 691) | main(int argc, char* argv[]) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp type NKey (line 41) | namespace NKey { type Enum (line 42) | enum Enum type NRecursedPostCharIndex (line 82) | namespace NRecursedPostCharIndex { type EEnum (line 83) | enum EEnum function ThrowException (line 170) | static void ThrowException(const char *errorMessage) function ThrowUserErrorException (line 175) | static void ThrowUserErrorException() function GetRecursedTypeFromIndex (line 214) | static NRecursedType::EEnum GetRecursedTypeFromIndex(int index) function ParseArchiveCommand (line 227) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function AddNameToCensor (line 243) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddToCensorFromListFile (line 265) | static void AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildCardToCensr (line 276) | static void AddCommandLineWildCardToCensr(NWildcard::CCensor &wildcardCe... function AddToCensorFromNonSwitchesStrings (line 283) | static void AddToCensorFromNonSwitchesStrings( function ParseMapWithPaths (line 302) | static void ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, function AddSwitchWildCardsToCensor (line 366) | static void AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, function ConvertToLongName (line 407) | static void ConvertToLongName(const UString &prefix, UString &name) function ConvertToLongNames (line 416) | static void ConvertToLongNames(const UString &prefix, CObjectVector ... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SortUtils.cpp function CompareStrings (line 8) | static int CompareStrings(const int *p1, const int *p2, void *param) function SortFileNames (line 14) | void SortFileNames(const UStringVector &strings, CIntVector &indices) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/TempFiles.h function class (line 8) | class CTempFiles FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Update.cpp function HRESULT (line 53) | static HRESULT CopyBlock(ISequentialInStream *inStream, ISequentialOutSt... class COutMultiVolStream (line 59) | class COutMultiVolStream: type CSubStreamInfo (line 68) | struct CSubStreamInfo method Init (line 83) | void Init() function HRESULT (line 102) | HRESULT COutMultiVolStream::Close() function STDMETHODIMP (line 118) | STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UI... function STDMETHODIMP (line 196) | STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, U... function STDMETHODIMP (line 219) | STDMETHODIMP COutMultiVolStream::SetSize(Int64 newSize) function HRESULT (line 289) | static HRESULT Compress( function HRESULT (line 499) | HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor, function HRESULT (line 532) | static HRESULT UpdateWithItemLists( class CCurrentDirRestorer (line 577) | class CCurrentDirRestorer method CCurrentDirRestorer (line 581) | CCurrentDirRestorer() method RestoreDirectory (line 585) | bool RestoreDirectory() type CEnumDirItemUpdateCallback (line 590) | struct CEnumDirItemUpdateCallback: public IEnumDirItemCallback method HRESULT (line 593) | HRESULT CheckBreak() { return Callback->CheckBreak(); } function HRESULT (line 596) | HRESULT UpdateArchive( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Update.h function if (line 16) | struct CArchivePath function UString (line 57) | UString GetFinalPath() const type CUpdateArchiveCommand (line 77) | struct CUpdateArchiveCommand type CUpdateErrorInfo (line 139) | struct CUpdateErrorInfo type IUpdateCallbackUI2 (line 152) | struct IUpdateCallbackUI2 FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.cpp type NUpdateArchive (line 7) | namespace NUpdateArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.h function namespace (line 6) | namespace NUpdateArchive { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp function STDMETHODIMP (line 28) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) function STDMETHODIMP (line 35) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *complete... function STDMETHODIMP (line 42) | STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, ... function STDMETHODIMP (line 64) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG **) function STDMETHODIMP (line 73) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, function STDMETHODIMP (line 99) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function STDMETHODIMP (line 183) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 224) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationR... function STDMETHODIMP (line 231) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 241) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 262) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.h type IUpdateCallbackUI (line 29) | struct IUpdateCallbackUI FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.cpp function MyCompareTime (line 17) | static int MyCompareTime(NFileTimeType::EEnum fileTimeType, function TestDuplicateString (line 64) | static void TestDuplicateString(const UStringVector &strings, const CInt... function GetUpdatePairInfoList (line 78) | void GetUpdatePairInfoList( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.h type CUpdatePair (line 11) | struct CUpdatePair FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp function UpdateProduce (line 12) | void UpdateProduce( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/WorkDir.cpp function UINT (line 13) | static inline UINT GetCurrentCodePage() function UString (line 20) | UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ZipRegistry.h function namespace (line 10) | namespace NExtract function namespace (line 21) | namespace NCompression { type CInfo (line 44) | struct CInfo function namespace (line 57) | namespace NWorkDir{ FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp type NConsoleClose (line 10) | namespace NConsoleClose { function BOOL (line 12) | static BOOL WINAPI HandlerRoutine(DWORD ctrlType) function TestBreakSignal (line 36) | bool TestBreakSignal() function CheckCtrlBreak (line 45) | void CheckCtrlBreak() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.h function namespace (line 6) | namespace NConsoleClose { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp function STDMETHODIMP (line 48) | STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) function STDMETHODIMP (line 55) | STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) function STDMETHODIMP (line 62) | STDMETHODIMP CExtractCallbackConsole::AskOverwrite( function STDMETHODIMP (line 98) | STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *na... function STDMETHODIMP (line 118) | STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) function STDMETHODIMP (line 126) | STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operation... function STDMETHODIMP (line 157) | STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 169) | HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name) function HRESULT (line 177) | HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, ... function HRESULT (line 193) | HRESULT CExtractCallbackConsole::ThereAreNoFiles() function HRESULT (line 199) | HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) function HRESULT (line 230) | HRESULT CExtractCallbackConsole::SetPassword(const UString &password) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h function Init (line 55) | void Init() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/List.cpp type CPropIdToName (line 27) | struct CPropIdToName function GetAttributesString (line 84) | static void GetAttributesString(DWORD wa, bool directory, char *s) type EAdjustment (line 99) | enum EAdjustment type CFieldInfo (line 106) | struct CFieldInfo type CFieldInfoInit (line 116) | struct CFieldInfoInit function PrintSpaces (line 135) | void PrintSpaces(int numSpaces) function PrintString (line 141) | void PrintString(EAdjustment adjustment, int width, const UString &textS... class CFieldPrinter (line 162) | class CFieldPrinter method Clear (line 166) | void Clear() { _fields.Clear(); } function UString (line 197) | static UString GetPropName(PROPID propID, BSTR name) function HRESULT (line 210) | HRESULT CFieldPrinter::Init(IInArchive *archive) function BOOL (line 252) | BOOL IsFileTimeZero(CONST FILETIME *lpFileTime) function PrintTime (line 258) | void PrintTime(const NCOM::CPropVariant &propVariant) function HRESULT (line 277) | HRESULT CFieldPrinter::PrintItemInfo(IInArchive *archive, function PrintNumberString (line 361) | void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *... function HRESULT (line 370) | HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, function GetUInt64Value (line 402) | bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UI... function HRESULT (line 413) | HRESULT ListArchives( FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/Main.cpp function ShowMessageAndThrowException (line 123) | static void ShowMessageAndThrowException(CStdOutStream &s, LPCSTR messag... function PrintHelpAndExit (line 129) | static void PrintHelpAndExit(CStdOutStream &s) // yyy function GetArguments (line 136) | static void GetArguments(int numArguments, const char *arguments[], UStr... function ShowCopyrightAndHelp (line 147) | static void ShowCopyrightAndHelp(CStdOutStream &s, bool needHelp) function PrintString (line 156) | static void PrintString(CStdOutStream &stdStream, const AString &s, int ... function PrintString (line 165) | static void PrintString(CStdOutStream &stdStream, const UString &s, int ... function GetHex (line 173) | static inline char GetHex(Byte value) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/MainAr.cpp function IsItWindowsNT (line 27) | static inline bool IsItWindowsNT() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp function HRESULT (line 10) | HRESULT COpenCallbackConsole::CheckBreak() function HRESULT (line 17) | HRESULT COpenCallbackConsole::SetTotal(const UInt64 *, const UInt64 *) function HRESULT (line 22) | HRESULT COpenCallbackConsole::SetCompleted(const UInt64 *, const UInt64 *) function HRESULT (line 27) | HRESULT COpenCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 41) | HRESULT COpenCallbackConsole::GetPasswordIfAny(UString &password) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h function class (line 9) | class COpenCallbackConsole: public IOpenCallbackUI FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp function ClearPrev (line 14) | static void ClearPrev(char *p, int num) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.h function class (line 9) | class CPercentPrinter function SetRatio (line 22) | void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp function HRESULT (line 31) | HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT ... function HRESULT (line 39) | HRESULT CUpdateCallbackConsole::StartScanning() function HRESULT (line 45) | HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWO... function HRESULT (line 63) | HRESULT CUpdateCallbackConsole::FinishScanning() function HRESULT (line 69) | HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool u... function HRESULT (line 83) | HRESULT CUpdateCallbackConsole::FinishArchive() function HRESULT (line 89) | HRESULT CUpdateCallbackConsole::CheckBreak() function HRESULT (line 96) | HRESULT CUpdateCallbackConsole::Finilize() function HRESULT (line 115) | HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) function HRESULT (line 120) | HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) function HRESULT (line 128) | HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) function HRESULT (line 145) | HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */... function HRESULT (line 154) | HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function HRESULT (line 171) | HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD... function HRESULT (line 187) | HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) function HRESULT (line 194) | HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIs... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h function class (line 11) | class CUpdateCallbackConsole: public IUpdateCallbackUI2 FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp function ScanUserYesNoAllQuit (line 25) | NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) function UString (line 52) | UString GetPassword(CStdOutStream *outStream) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.h function namespace (line 8) | namespace NUserAnswerMode { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Buffer.h function virtual (line 23) | virtual ~CBuffer() { delete []_items; } function operator (line 24) | operator T *() { return _items; } function operator (line 25) | operator const T *() const { return _items; } function SetCapacity (line 27) | void SetCapacity(size_t newCapacity) type CBuffer (line 73) | typedef CBuffer CCharBuffer; type CBuffer (line 74) | typedef CBuffer CWCharBuffer; type CByteBuffer (line 75) | typedef CBuffer CByteBuffer; FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CRC.cpp class CCRCTableInit (line 10) | class CCRCTableInit method CCRCTableInit (line 13) | CCRCTableInit() { CrcGenerateTable(); } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/DynamicBuffer.h function GrowLength (line 10) | void GrowLength(size_t size) function buffer (line 24) | CDynamicBuffer(const CDynamicBuffer &buffer): CBuffer(buffer) {} function size (line 25) | CDynamicBuffer(size_t size): CBuffer(size) {} function EnsureCapacity (line 36) | void EnsureCapacity(size_t capacity) type CDynamicBuffer (line 43) | typedef CDynamicBuffer CCharDynamicBuffer; type CDynamicBuffer (line 44) | typedef CDynamicBuffer CWCharDynamicBuffer; type CByteDynamicBuffer (line 45) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/IntToString.cpp function ConvertUInt64ToString (line 7) | void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base) function ConvertUInt64ToString (line 29) | void ConvertUInt64ToString(UInt64 value, wchar_t *s) function ConvertInt64ToString (line 45) | void ConvertInt64ToString(Int64 value, char *s) function ConvertInt64ToString (line 55) | void ConvertInt64ToString(Int64 value, wchar_t *s) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/ListFileUtils.cpp function RemoveQuote (line 12) | static void RemoveQuote(UString &s) function ReadNamesFromListFile (line 19) | bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultString... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyCom.h function Release (line 26) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 27) | operator T*() const { return (T*)_p; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyString.cpp function wchar_t (line 18) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 36) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 54) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 66) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 128) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 152) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 164) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 176) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 194) | int MyStringCompareNoCase(const char *s1, const char *s2) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyString.h function MyStringLen (line 16) | int MyStringLen(const T *s) function T (line 24) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 31) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 33) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 35) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 37) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 52) | inline char MyCharUpper(char c) function wchar_t (line 55) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 61) | inline char MyCharLower(char c) function wchar_t (line 64) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 72) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 79) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 112) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 119) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 141) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 147) | void InsertSpace(int &index, int size) function T (line 154) | static T *GetNextCharPointer(T *p) function T (line 156) | static const T *GetNextCharPointer(const T *p) function T (line 158) | static T *GetPrevCharPointer(T *base, T *p) function T (line 160) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 167) | void SetCapacity(int newCapacity) function GrowLength (line 195) | void GrowLength(int n) function CorrectIndex (line 212) | void CorrectIndex(int &index) const function operator (line 243) | operator const T*() const { return _chars;} function T (line 247) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 253) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 254) | void ReleaseBuffer(int newLength) function Empty (line 317) | void Empty() function CStringBase (line 325) | CStringBase Mid(int startIndex) const function CStringBase (line 327) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 344) | CStringBase Left(int count) const function CStringBase (line 346) | CStringBase Right(int count) const function MakeUpper (line 353) | void MakeUpper() function MakeLower (line 355) | void MakeLower() function Compare (line 358) | int Compare(const CStringBase& s) const function Compare (line 361) | int Compare(const T *s) const function CompareNoCase (line 364) | int CompareNoCase(const CStringBase& s) const function CompareNoCase (line 367) | int CompareNoCase(const T *s) const function Find (line 377) | int Find(T c) const { return Find(c, 0); } function Find (line 378) | int Find(T c, int startIndex) const function Find (line 390) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 391) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 406) | int ReverseFind(T c) const function FindOneOf (line 420) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 428) | void TrimLeft(T c) function TrimRight (line 450) | void TrimRight() function TrimRight (line 454) | void TrimRight(T c) function Trim (line 475) | void Trim() function Insert (line 481) | int Insert(int index, T c) function Insert (line 488) | int Insert(int index, const CStringBase &s) function Replace (line 502) | int Replace(T oldChar, T newChar) function Replace (line 519) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 622) | typedef CStringBase AString; type CStringBase (line 623) | typedef CStringBase UString; type CObjectVector (line 625) | typedef CObjectVector AStringVector; type CObjectVector (line 626) | typedef CObjectVector UStringVector; type UString (line 629) | typedef UString CSysString; type AString (line 631) | typedef AString CSysString; type CObjectVector (line 634) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyVector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 40) | CRecordVector(const CRecordVector &v): function Add (line 55) | int Add(T item) function Insert (line 61) | void Insert(int index, T item) function T (line 68) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 75) | void Swap(int i, int j) function FindInSorted (line 82) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 99) | int AddToUniqueSorted(const T& item) function SortRefDown (line 117) | static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, ... function Sort (line 135) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 158) | typedef CRecordVector CIntVector; type CUIntVector (line 159) | typedef CRecordVector CUIntVector; type CRecordVector (line 160) | typedef CRecordVector CBoolVector; type CByteVector (line 161) | typedef CRecordVector CByteVector; type CRecordVector (line 162) | typedef CRecordVector CPointerVector; function T (line 185) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 191) | int Add(const T& item) function Insert (line 193) | void Insert(int index, const T& item) function Find (line 202) | int Find(const T& item) const function FindInSorted (line 209) | int FindInSorted(const T& item) const function AddToSorted (line 225) | int AddToSorted(const T& item) function Sort (line 246) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 249) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 251) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 106) | struct IUnknown type IUnknown (line 116) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 123) | enum VARENUM type VARTYPE (line 153) | typedef unsigned short VARTYPE; type WORD (line 154) | typedef WORD PROPVAR_PAD1; type WORD (line 155) | typedef WORD PROPVAR_PAD2; type WORD (line 156) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 160) | typedef struct tagPROPVARIANT type PROPVARIANT (line 185) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 186) | typedef tagVARIANT VARIANT; type VARIANT (line 187) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 206) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdInStream.cpp function AString (line 45) | AString CStdInStream::ScanStringUntilNewLine() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdInStream.h function class (line 11) | class CStdInStream FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdOutStream.cpp function CStdOutStream (line 52) | CStdOutStream & CStdOutStream::operator<<(CStdOutStream & (*aFunction)(C... function CStdOutStream (line 58) | CStdOutStream & endl(CStdOutStream & outStream) function CStdOutStream (line 63) | CStdOutStream & CStdOutStream::operator<<(const char *string) function CStdOutStream (line 69) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *string) function CStdOutStream (line 75) | CStdOutStream & CStdOutStream::operator<<(char c) function CStdOutStream (line 81) | CStdOutStream & CStdOutStream::operator<<(int number) function CStdOutStream (line 88) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdOutStream.h function class (line 10) | class CStdOutStream FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 49) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 60) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 76) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringConvert.h function wchar_t (line 13) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 15) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 17) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 19) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 21) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 23) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 28) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 30) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 35) | inline const AString& GetOemString(const AString &oemString) function AString (line 37) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 42) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 44) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 46) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 48) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 50) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString) function AString (line 57) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 61) | inline AString GetSystemString(const UString &unicodeString) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 44) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 63) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Types.h type Byte (line 8) | typedef unsigned char Byte; type Int16 (line 13) | typedef short Int16; type UInt16 (line 18) | typedef unsigned short UInt16; type Int32 (line 23) | typedef int Int32; type UInt32 (line 28) | typedef unsigned int UInt32; type __int64 (line 35) | typedef __int64 Int64; type UInt64 (line 40) | typedef unsigned __int64 UInt64; type Int64 (line 47) | typedef long long int Int64; type UInt64 (line 52) | typedef unsigned long long int UInt64; FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/UTFConvert.cpp function ConvertUTF8ToUnicode (line 12) | bool ConvertUTF8ToUnicode(const AString &src, UString &dest) function ConvertUnicodeToUTF8 (line 56) | bool ConvertUnicodeToUTF8(const UString &src, AString &dest) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Wildcard.cpp function CompareFileNames (line 39) | int CompareFileNames(const UString &s1, const UString &s2) function EnhancedMaskTest (line 51) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 85) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts (line 106) | void SplitPathToParts(const UString &path, UString &dirPrefix, UString &... function UString (line 116) | UString ExtractDirPrefixFromPath(const UString &path) function UString (line 125) | UString ExtractFileNameFromPath(const UString &path) function CompareWildCardWithName (line 135) | bool CompareWildCardWithName(const UString &mask, const UString &name) function DoesNameContainWildCard (line 140) | bool DoesNameContainWildCard(const UString &path) type NWildcard (line 149) | namespace NWildcard { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Wildcard.h type CItem (line 19) | struct CItem function class (line 28) | class CCensorNode FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function UINT (line 61) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI()... function CSysString (line 62) | CSysString GetSysPath(LPCWSTR sysPath) function MyGetModuleFileName (line 79) | bool MyGetModuleFileName(HMODULE hModule, CSysString &result) function MyGetModuleFileName (line 93) | bool MyGetModuleFileName(HMODULE hModule, UString &result) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/DLL.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function LRESULTToBool (line 10) | inline bool LRESULTToBool(LRESULT value) function BOOL (line 14) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 17) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 20) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Error.cpp type NWindows (line 14) | namespace NWindows { type NError (line 15) | namespace NError { function MyFormatMessage (line 17) | bool MyFormatMessage(DWORD messageID, CSysString &message) function MyFormatMessage (line 30) | bool MyFormatMessage(DWORD messageID, UString &message) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Error.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileDir.cpp type NWindows (line 17) | namespace NWindows { type NFile (line 18) | namespace NFile { type NDirectory (line 31) | namespace NDirectory { function UINT (line 34) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function UString (line 35) | static UString GetUnicodePath(const CSysString &sysPath) function CSysString (line 37) | static CSysString GetSysPath(LPCWSTR sysPath) function MyGetWindowsDirectory (line 41) | bool MyGetWindowsDirectory(CSysString &path) function MyGetSystemDirectory (line 48) | bool MyGetSystemDirectory(CSysString &path) function MyGetWindowsDirectory (line 56) | bool MyGetWindowsDirectory(UString &path) function MyGetSystemDirectory (line 71) | bool MyGetSystemDirectory(UString &path) function SetDirTime (line 87) | bool SetDirTime(LPCWSTR fileName, const FILETIME *creationTime, co... function MySetFileAttributes (line 119) | bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 131) | bool MyRemoveDirectory(LPCTSTR pathName) function GetLongPaths (line 144) | bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) function MyMoveFile (line 155) | bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) function MySetFileAttributes (line 168) | bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 183) | bool MyRemoveDirectory(LPCWSTR pathName) function MyMoveFile (line 197) | bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) function MyCreateDirectory (line 212) | bool MyCreateDirectory(LPCTSTR pathName) function MyCreateDirectory (line 228) | bool MyCreateDirectory(LPCWSTR pathName) function CreateComplexDirectory (line 275) | bool CreateComplexDirectory(LPCTSTR _aPathName) function CreateComplexDirectory (line 321) | bool CreateComplexDirectory(LPCWSTR _aPathName) function DeleteFileAlways (line 367) | bool DeleteFileAlways(LPCTSTR name) function DeleteFileAlways (line 382) | bool DeleteFileAlways(LPCWSTR name) function RemoveDirectorySubItems2 (line 399) | static bool RemoveDirectorySubItems2(const CSysString pathPrefix, ... function RemoveDirectoryWithSubItems (line 406) | bool RemoveDirectoryWithSubItems(const CSysString &path) function RemoveDirectorySubItems2 (line 422) | static bool RemoveDirectorySubItems2(const UString pathPrefix, con... function RemoveDirectoryWithSubItems (line 428) | bool RemoveDirectoryWithSubItems(const UString &path) function MyGetShortPathName (line 446) | bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) function MyGetFullPathName (line 453) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, i... function MyGetFullPathName (line 481) | bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int ... function MyGetFullPathName (line 523) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function MyGetFullPathName (line 530) | bool MyGetFullPathName(LPCWSTR fileName, UString &path) function GetOnlyName (line 537) | bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) function GetOnlyName (line 547) | bool GetOnlyName(LPCWSTR fileName, UString &resultName) function GetOnlyDirPrefix (line 557) | bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) function GetOnlyDirPrefix (line 567) | bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) function MyGetCurrentDirectory (line 577) | bool MyGetCurrentDirectory(CSysString &path) function MySetCurrentDirectory (line 585) | bool MySetCurrentDirectory(LPCWSTR path) function MyGetCurrentDirectory (line 591) | bool MyGetCurrentDirectory(UString &path) function MySearchPath (line 608) | bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, function MySearchPath (line 620) | bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function MyGetTempPath (line 648) | bool MyGetTempPath(CSysString &path) function MyGetTempPath (line 656) | bool MyGetTempPath(UString &path) function UINT (line 673) | UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 681) | UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &p... function UINT (line 699) | UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 733) | UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &... function CreateTempDirectory (line 767) | bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) function CreateTempDirectory (line 804) | bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileDir.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileFind.cpp type NWindows (line 14) | namespace NWindows { type NFile (line 15) | namespace NFile { type NFind (line 23) | namespace NFind { function ConvertWIN32_FIND_DATA_To_FileInfo (line 47) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function UINT (line 66) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function ConvertWIN32_FIND_DATA_To_FileInfo (line 68) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function ConvertWIN32_FIND_DATA_To_FileInfo (line 85) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function FindFile (line 199) | bool FindFile(LPCTSTR wildcard, CFileInfo &fileInfo) function FindFile (line 206) | bool FindFile(LPCWSTR wildcard, CFileInfoW &fileInfo) function DoesFileExist (line 213) | bool DoesFileExist(LPCTSTR name) function DoesFileExist (line 220) | bool DoesFileExist(LPCWSTR name) function HANDLE (line 307) | HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool w... function HANDLE (line 322) | HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool w... function MyGetLogicalDriveStrings (line 340) | bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings) function MyGetLogicalDriveStrings (line 370) | bool MyGetLogicalDriveStrings(UStringVector &driveStrings) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileFind.h function namespace (line 11) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileIO.cpp type NWindows (line 18) | namespace NWindows { type NFile (line 19) | namespace NFile { function GetLongPathBase (line 26) | bool GetLongPathBase(LPCWSTR s, UString &res) function GetLongPath (line 51) | bool GetLongPath(LPCWSTR path, UString &longPath) type NIO (line 59) | namespace NIO { function DWORD (line 249) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileMapping.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileName.cpp type NWindows (line 8) | namespace NWindows { type NFile (line 9) | namespace NFile { type NName (line 10) | namespace NName { function NormalizeDirPathPrefix (line 12) | void NormalizeDirPathPrefix(CSysString &dirPath) function NormalizeDirPathPrefix (line 21) | void NormalizeDirPathPrefix(UString &dirPath) function SplitNameToPureNameAndExtension (line 34) | void SplitNameToPureNameAndExtension(const UString &fullName, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Handle.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/MemoryLock.cpp type NWindows (line 5) | namespace NWindows { type NSecurity (line 6) | namespace NSecurity { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/MemoryLock.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function CPropVariant (line 36) | CPropVariant& CPropVariant::operator=(const CPropVariant& varSrc) function CPropVariant (line 41) | CPropVariant& CPropVariant::operator=(const PROPVARIANT& varSrc) function CPropVariant (line 47) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 53) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 68) | CPropVariant& CPropVariant::operator=(bool bSrc) function CPropVariant (line 79) | CPropVariant& CPropVariant::operator=(UInt32 value) function CPropVariant (line 90) | CPropVariant& CPropVariant::operator=(UInt64 value) function CPropVariant (line 101) | CPropVariant& CPropVariant::operator=(const FILETIME &value) function CPropVariant (line 112) | CPropVariant& CPropVariant::operator=(Int32 value) function CPropVariant (line 124) | CPropVariant& CPropVariant::operator=(Byte value) function CPropVariant (line 135) | CPropVariant& CPropVariant::operator=(Int16 value) function HRESULT (line 159) | static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) function HRESULT (line 186) | HRESULT CPropVariant::Clear() function HRESULT (line 191) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) function HRESULT (line 219) | HRESULT CPropVariant::Attach(PROPVARIANT* pSrc) function HRESULT (line 229) | HRESULT CPropVariant::Detach(PROPVARIANT* pDest) function HRESULT (line 239) | HRESULT CPropVariant::InternalClear() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariant.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariantConversions.cpp function UString (line 14) | static UString ConvertUInt64ToString(UInt64 value) function UString (line 21) | static UString ConvertInt64ToString(Int64 value) function ConvertFileTimeToString (line 48) | bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTi... function UString (line 83) | UString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTi... function UString (line 91) | UString ConvertPropVariantToString(const PROPVARIANT &propVariant) function UInt64 (line 131) | UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &propVariant) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Synchronization.cpp type NWindows (line 7) | namespace NWindows { type NSynchronization (line 8) | namespace NSynchronization { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Synchronization.h function namespace (line 17) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/System.cpp type NWindows (line 7) | namespace NWindows { type NSystem (line 8) | namespace NSystem { function UInt32 (line 10) | UInt32 GetNumberOfProcessors() type _MY_MEMORYSTATUSEX (line 19) | struct _MY_MEMORYSTATUSEX { function UInt64 (line 40) | UInt64 GetRamSize() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/System.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Thread.h function namespace (line 13) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Time.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method SetStream (line 9) | void SetStream(System.IO.Stream inStream); method Init (line 10) | void Init(); method ReleaseStream (line 11) | void ReleaseStream(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 21) | UInt32 GetMatches(UInt32[] distances); method Skip (line 22) | void Skip(UInt32 num); FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 34) | public void SetType(int numHashBytes) method SetStream (line 51) | public new void SetStream(System.IO.Stream stream) { base.SetStream(st... method ReleaseStream (line 52) | public new void ReleaseStream() { base.ReleaseStream(); } method Init (line 54) | public new void Init() method MovePos (line 63) | public new void MovePos() method GetIndexByte (line 72) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 74) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 77) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 79) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 118) | public UInt32 GetMatches(UInt32[] distances) method Skip (line 252) | public void Skip(UInt32 num) method NormalizeLinks (line 344) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public virtual void ReadBlock() method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method SetStream (line 81) | public void SetStream(System.IO.Stream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() method MovePos (line 93) | public void MovePos() method GetIndexByte (line 105) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 108) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 122) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 15) | public void Create(uint windowSize) method Init (line 27) | public void Init(System.IO.Stream stream, bool solid) method Train (line 39) | public bool Train(System.IO.Stream stream) method ReleaseStream (line 63) | public void ReleaseStream() method Flush (line 69) | public void Flush() method CopyBlock (line 80) | public void CopyBlock(uint distance, uint len) method PutByte (line 95) | public void PutByte(byte b) method GetByte (line 102) | public byte GetByte(uint distance) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 198) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 230) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 349) | public void SetDecoderProperties(byte[] properties) method Train (line 367) | public bool Train(System.IO.Stream stream) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method Encoder (line 21) | static Encoder() method GetPosSlot (line 35) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 44) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder type Encoder2 (line 70) | public struct Encoder2 method Create (line 74) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 76) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 78) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 89) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 108) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(UInt32 numPosStates) method Encode (line 196) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method SetPrices (line 220) | public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] p... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 252) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 259) | void UpdateTable(UInt32 posState) method UpdateTables (line 265) | public void UpdateTables(UInt32 numPosStates) method Encode (line 271) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method MovePos (line 446) | void MovePos(UInt32 num) method GetRepLen1Price (line 455) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetPureRepPrice (line 461) | UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posSt... method GetRepPrice (line 483) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 489) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 501) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 539) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1030) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(UInt32 posState) method Flush (line 1055) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1063) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1231) | void ReleaseMFStream() method SetOutStream (line 1240) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1241) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1273) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method WriteCoderProperties (line 1303) | public void WriteCoderProperties(System.IO.Stream outStream) method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method FindMatchFinder (line 1360) | static int FindMatchFinder(string s) method SetCoderProperties (line 1368) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method SetTrainSize (line 1474) | public void SetTrainSize(uint trainSize) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class CDoubleStream (line 7) | public class CDoubleStream: Stream method Flush (line 23) | public override void Flush() { } method Read (line 24) | public override int Read(byte[] buffer, int offset, int count) method Write (line 46) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 50) | public override long Seek(long offset, System.IO.SeekOrigin origin) method SetLength (line 54) | public override void SetLength(long value) class LzmaAlone (line 60) | class LzmaAlone type Key (line 62) | enum Key method PrintHelp (line 79) | static void PrintHelp() method GetNumber (line 99) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 113) | static int IncorrectCommand() method Main2 (line 119) | static int Main2(string[] args) method Main (line 349) | [STAThread] FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 70) | public CBenchRandomGenerator() { } method Set (line 72) | public void Set(UInt32 bufferSize) method GetRndBit (line 78) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 79) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 84) | UInt32 GetOffset() method GetLen1 (line 90) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 91) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 92) | public void Generate() class CrcOutStream (line 120) | class CrcOutStream : System.IO.Stream method Init (line 123) | public void Init() { CRC.Init(); } method GetDigest (line 124) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 131) | public override void Flush() { } method Seek (line 132) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 133) | public override void SetLength(long value) { } method Read (line 134) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 136) | public override void WriteByte(byte b) method Write (line 140) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 146) | class CProgressInfo : ICodeProgress method Init (line 151) | public void Init() { InSize = 0; } method SetProgress (line 152) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 163) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 172) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 186) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedT... method GetDecompressRating (line 194) | static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, ... method GetTotalRating (line 200) | static UInt64 GetTotalRating( method PrintValue (line 210) | static void PrintValue(UInt64 v) method PrintRating (line 218) | static void PrintRating(UInt64 rating) method PrintResults (line 224) | static void PrintResults( method LzmaBenchmark (line 241) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow method SetType (line 34) | public void SetType(int numHashBytes) method Init (line 54) | public void Init() throws IOException method MovePos (line 63) | public void MovePos() throws IOException method Create (line 79) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 118) | public int GetMatches(int[] distances) throws IOException method Skip (line 252) | public void Skip(int num) throws IOException method NormalizeLinks (line 344) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public void ReadBlock() throws IOException method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 81) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method GetIndexByte (line 105) | public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset... method GetMatchLen (line 108) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 122) | public int GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 35) | static int GetPosSlot(int pos) method GetPosSlot2 (line 44) | static int GetPosSlot2(int pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder class Encoder2 (line 70) | class Encoder2 method Init (line 74) | public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitB... method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(int numPosStates) method Encode (line 196) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method SetPrices (line 220) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 252) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public int GetPrice(int symbol, int posState) method UpdateTable (line 259) | void UpdateTable(int posState) method UpdateTables (line 265) | public void UpdateTables(int numPosStates) method Encode (line 271) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 446) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 455) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 461) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 483) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 489) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int cur) method GetOptimum (line 539) | int GetOptimum(int position) throws IOException method ChangePair (line 1030) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(int posState) throws IOException method Flush (line 1055) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1063) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1240) | void ReleaseOutStream() method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1273) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1303) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method SetAlgorithm (line 1354) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1363) | public boolean SetDictionarySize(int dictionarySize) method SeNumFastBytes (line 1375) | public boolean SeNumFastBytes(int numFastBytes) method SetMatchFinder (line 1383) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1397) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1411) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() { Init(); } method Init (line 17) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 18) | public int GetRnd() class CBitRandomGenerator (line 26) | static class CBitRandomGenerator method Init (line 31) | public void Init() method GetRnd (line 36) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 56) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 65) | public CBenchRandomGenerator() { } method Set (line 66) | public void Set(int bufferSize) method GetRndBit (line 72) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 73) | int GetLogRandBits(int numBits) method GetOffset (line 78) | int GetOffset() method GetLen1 (line 84) | int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 85) | int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 86) | public void Generate() class CrcOutStream (line 114) | static class CrcOutStream extends java.io.OutputStream method Init (line 118) | public void Init() method GetDigest (line 122) | public int GetDigest() method write (line 126) | public void write(byte[] b) method write (line 130) | public void write(byte[] b, int off, int len) method write (line 134) | public void write(int b) class MyOutputStream (line 140) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 146) | public MyOutputStream(byte[] buffer) method reset (line 152) | public void reset() method write (line 157) | public void write(int b) throws IOException method size (line 164) | public int size() class MyInputStream (line 170) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 176) | public MyInputStream(byte[] buffer, int size) method reset (line 182) | public void reset() method read (line 187) | public int read() class CProgressInfo (line 195) | static class CProgressInfo implements ICodeProgress method Init (line 200) | public void Init() method SetProgress (line 202) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 213) | static int GetLogSize(int size) method MyMultDiv64 (line 222) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 236) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 244) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 250) | static long GetTotalRating( method PrintValue (line 260) | static void PrintValue(long v) method PrintRating (line 269) | static void PrintRating(long rating) method PrintResults (line 275) | static void PrintResults( method LzmaBenchmark (line 292) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/others/squashfs-3.3-grml-lzma/sqlzma.h type sqlzma_opts (line 40) | struct sqlzma_opts { type sqlzma_opts (line 44) | struct sqlzma_opts type sized_buf (line 56) | struct sized_buf { type sqlzma_un (line 62) | struct sqlzma_un { type sqlzma_un (line 74) | struct sqlzma_un type sqlzma_un (line 75) | struct sqlzma_un type sized_buf (line 75) | struct sized_buf type sized_buf (line 76) | struct sized_buf type sqlzma_un (line 77) | struct sqlzma_un FILE: src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_1 (line 43) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 44) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 45) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 46) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 47) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 48) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 49) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_inode_header_1 (line 50) | typedef union squashfs_inode_header_1 squashfs_inode_header_1; type squashfs_dir_index_2 (line 54) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 55) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 56) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 57) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 58) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 59) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 60) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 61) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 62) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 63) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 64) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 65) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 66) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 69) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 70) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 71) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 72) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/mksquashfs.c type sqlzma_un (line 117) | struct sqlzma_un type sqlzma_opts (line 118) | struct sqlzma_opts type cached_dir_index (line 152) | struct cached_dir_index { type directory (line 157) | struct directory { type inode_info (line 171) | struct inode_info type file_info (line 174) | struct file_info type exclude_info (line 179) | struct exclude_info { type exclude_info (line 186) | struct exclude_info type stat (line 187) | struct stat type path_entry (line 189) | struct path_entry { type pathname (line 195) | struct pathname { type pathnames (line 200) | struct pathnames { type pathnames (line 206) | struct pathnames type pathname (line 207) | struct pathname type pathname (line 208) | struct pathname type pathnames (line 209) | struct pathnames type pathnames (line 209) | struct pathnames type file_buffer (line 213) | struct file_buffer type fragment (line 215) | struct fragment { type old_root_entry_info (line 235) | struct old_root_entry_info { type old_root_entry_info (line 241) | struct old_root_entry_info type file_info (line 244) | struct file_info { type allocator (line 289) | struct allocator { type file_buffer (line 298) | struct file_buffer { type queue (line 314) | struct queue { type buffer_list (line 327) | struct buffer_list { type allocator (line 333) | struct allocator type queue (line 334) | struct queue type dir_info (line 362) | struct dir_info type file_info (line 363) | struct file_info type fragment (line 363) | struct fragment type file_buffer (line 363) | struct file_buffer type buffer_list (line 363) | struct buffer_list type dir_info (line 364) | struct dir_info type pathnames (line 364) | struct pathnames type dir_info (line 364) | struct dir_info type dir_info (line 365) | struct dir_info type file_info (line 366) | struct file_info type fragment (line 366) | struct fragment type dir_info (line 367) | struct dir_info type stat (line 367) | struct stat type priority_entry (line 368) | struct priority_entry type allocator (line 371) | struct allocator type allocator (line 373) | struct allocator type allocator (line 373) | struct allocator type file_buffer (line 388) | struct file_buffer type allocator (line 388) | struct allocator type file_buffer (line 390) | struct file_buffer type file_buffer (line 397) | struct file_buffer type file_buffer (line 410) | struct file_buffer type allocator (line 410) | struct allocator type file_buffer (line 412) | struct file_buffer function alloc_free (line 422) | void alloc_free(struct file_buffer *file_buffer) type queue (line 445) | struct queue type queue (line 447) | struct queue type queue (line 447) | struct queue function queue_put (line 467) | void queue_put(struct queue *queue, void *data) type queue (line 483) | struct queue function waitforthread (line 503) | inline void waitforthread(int i) function restorefs (line 511) | void restorefs() function sighandler (line 549) | void sighandler() function sighandler2 (line 562) | void sighandler2() function sigusr1_handler (line 568) | void sigusr1_handler() function sigwinch_handler (line 590) | void sigwinch_handler() function mangle2 (line 602) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 650) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 658) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 706) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 724) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 746) | long long write_inodes() function write_directories (line 782) | long long write_directories() function get_uid (line 818) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 835) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 855) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 1030) | void scan2_init_dir(struct directory *dir) function add_dir (line 1045) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1118) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct ... type fragment (line 1225) | struct fragment type sized_buf (line 1248) | struct sized_buf function ensure_fragments_flushed (line 1266) | void ensure_fragments_flushed() function write_fragment (line 1275) | void write_fragment() function frag_release (line 1297) | void frag_release(int block) type fragment (line 1306) | struct fragment type fragment (line 1307) | struct fragment type file_buffer (line 1307) | struct file_buffer type fragment (line 1309) | struct fragment type fragment (line 1318) | struct fragment type fragment (line 1318) | struct fragment function generic_write_table (line 1334) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1378) | long long write_fragment_table() function get_checksum (line 1409) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1422) | unsigned short get_checksum_disk(long long start, long long l) function get_checksum_buffer (line 1438) | unsigned short get_checksum_buffer(struct buffer_list *buffer_list, unsi... function get_checksum_mem (line 1456) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1462) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1474) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1509) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1521) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1540) | struct file_info type fragment (line 1540) | struct fragment type file_info (line 1542) | struct file_info type file_info (line 1544) | struct file_info type file_info (line 1544) | struct file_info type file_info (line 1565) | struct file_info type fragment (line 1565) | struct fragment type file_buffer (line 1565) | struct file_buffer type buffer_list (line 1565) | struct buffer_list type file_info (line 1567) | struct file_info type buffer_list (line 1595) | struct buffer_list function reader_read_file (line 1628) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1713) | void reader_scan(struct dir_info *dir) { type priority_entry (line 1745) | struct priority_entry type file_buffer (line 1765) | struct file_buffer function all_zero (line 1793) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 1821) | struct file_buffer type file_buffer (line 1822) | struct file_buffer type file_buffer (line 1850) | struct file_buffer type file_buffer (line 1851) | struct file_buffer type file_buffer (line 1875) | struct file_buffer function push_buffer (line 1877) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 1886) | struct file_buffer type queue (line 1886) | struct queue type file_buffer (line 1890) | struct file_buffer function progress_bar (line 1916) | int progress_bar(long long current, long long max, int columns) function write_file_empty (line 1941) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, in... function write_file_frag_dup (line 1952) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent,... function write_file_frag (line 1983) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_blocks (line 2018) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 2109) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2234) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, int *dup... type inode_info (line 2319) | struct inode_info type stat (line 2319) | struct stat type inode_info (line 2322) | struct inode_info type stat (line 2325) | struct stat type inode_info (line 2332) | struct inode_info type stat (line 2335) | struct stat function add_dir_entry (line 2351) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2372) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2381) | void sort_directory(struct dir_info *dir) type dir_info (line 2390) | struct dir_info type dirent (line 2393) | struct dirent type dir_info (line 2394) | struct dir_info type dir_info (line 2396) | struct dir_info function scan1_encomp_readdir (line 2412) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2448) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2479) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2493) | struct dir_ent type directory (line 2493) | struct directory type dir_info (line 2493) | struct dir_info function scan1_freedir (line 2507) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2514) | void scan2_freedir(struct directory *dir) function dir_scan (line 2522) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2571) | struct dir_info type pathnames (line 2571) | struct pathnames type dir_info (line 2571) | struct dir_info type dir_info (line 2573) | struct dir_info type stat (line 2574) | struct stat type pathnames (line 2576) | struct pathnames function dir_scan2 (line 2632) | void dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 2741) | unsigned int slog(unsigned int block) function old_excluded (line 2752) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 2770) | int old_add_exclude(char *path) function add_old_root_entry (line 2801) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 2814) | void initialise_threads() function write_inode_lookup_table (line 2882) | long long write_inode_lookup_table() function free_path (line 2928) | void free_path(struct pathname *paths) type pathname (line 2946) | struct pathname type pathname (line 2946) | struct pathname type pathname (line 2954) | struct pathname type path_entry (line 2968) | struct path_entry function add_exclude (line 3009) | void add_exclude(char *target) function display_path (line 3021) | void display_path(int depth, struct pathname *paths) function display_path2 (line 3037) | void display_path2(struct pathname *paths, char *string) type pathnames (line 3054) | struct pathnames type pathnames (line 3056) | struct pathnames type pathnames (line 3056) | struct pathnames type pathnames (line 3062) | struct pathnames type pathnames (line 3062) | struct pathnames type pathname (line 3062) | struct pathname type pathnames (line 3065) | struct pathnames type pathname (line 3065) | struct pathname function free_subdir (line 3072) | void free_subdir(struct pathnames *paths) function excluded (line 3078) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 3134) | void write_recovery_data(squashfs_super_block *sBlk) function read_recovery_data (line 3175) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 3243) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/read_fs.c type sqlzma_un (line 67) | struct sqlzma_un function read_block (line 69) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 114) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 352) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 489) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 528) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 568) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/squashfs_fs.h type meta_entry (line 206) | struct meta_entry { type meta_index (line 213) | struct meta_index { type squashfs_block_t (line 228) | typedef long long squashfs_block_t; type squashfs_inode_t (line 229) | typedef long long squashfs_inode_t; type squashfs_super_block (line 231) | struct squashfs_super_block { type squashfs_dir_index (line 260) | struct squashfs_dir_index { type squashfs_base_inode_header (line 275) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 279) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 284) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 290) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 297) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 306) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 316) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 325) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 337) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 338) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 339) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 340) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 341) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 342) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 343) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 344) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 347) | struct squashfs_dir_entry { type squashfs_dir_header (line 355) | struct squashfs_dir_header { type squashfs_fragment_entry (line 361) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 576) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 583) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 592) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 600) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 609) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 620) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 632) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 633) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 634) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 635) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 636) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 637) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_2 (line 697) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 704) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 711) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 718) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 726) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 735) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 748) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 759) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 773) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 774) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 775) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 776) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 777) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 778) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 779) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 782) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 787) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 794) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/unsquashfs.c type hash_table_entry (line 78) | struct hash_table_entry { type squashfs_operations (line 84) | typedef struct squashfs_operations { type inode (line 92) | struct inode { type test (line 110) | struct test { type hash_table_entry (line 123) | struct hash_table_entry type sqlzma_un (line 136) | struct sqlzma_un type test (line 151) | struct test function print_filename (line 192) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 251) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 270) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 284) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 304) | int read_block(long long start, long long *next, char *block) function read_data_block (line 358) | int read_data_block(long long start, unsigned int size, char *block) function read_block_list (line 390) | void read_block_list(unsigned int *block_list, unsigned char *block_ptr,... function read_block_list_1 (line 401) | void read_block_list_1(unsigned int *block_list, unsigned char *block_pt... function uncompress_inode_table (line 418) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 438) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function read_uids_guids (line 464) | void read_uids_guids() function read_fragment_table (line 487) | void read_fragment_table() function read_fragment_table_2 (line 526) | void read_fragment_table_2() function read_fragment_table_1 (line 565) | void read_fragment_table_1() function write_block (line 610) | int write_block(int file_fd, char *buffer, int size) function write_file (line 644) | int write_file(long long file_size, char *pathname, unsigned int fragmen... type inode (line 719) | struct inode type inode (line 725) | struct inode function create_inode (line 863) | int create_inode(char *pathname, struct inode *i) type inode (line 961) | struct inode type inode (line 967) | struct inode type inode (line 1087) | struct inode type inode (line 1093) | struct inode function uncompress_directory_table (line 1215) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 1235) | struct dir_ent { type dir (line 1242) | struct dir { type dir (line 1253) | struct dir type inode (line 1260) | struct inode type dir_ent (line 1262) | struct dir_ent type dir (line 1263) | struct dir type dir (line 1286) | struct dir type dir_ent (line 1324) | struct dir_ent type dir (line 1345) | struct dir type inode (line 1352) | struct inode type dir_ent (line 1354) | struct dir_ent type dir (line 1355) | struct dir type dir (line 1378) | struct dir type dir_ent (line 1416) | struct dir_ent function squashfs_readdir (line 1437) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1453) | void squashfs_closedir(struct dir *dir) type path_entry (line 1474) | struct path_entry { type pathname (line 1480) | struct pathname { type pathnames (line 1485) | struct pathnames { function free_path (line 1491) | void free_path(struct pathname *paths) type pathname (line 1509) | struct pathname type pathname (line 1509) | struct pathname type pathname (line 1517) | struct pathname type path_entry (line 1531) | struct path_entry function display_path (line 1572) | void display_path(int depth, struct pathname *paths) function display_path2 (line 1588) | void display_path2(struct pathname *paths, char *string) type pathnames (line 1605) | struct pathnames type pathnames (line 1607) | struct pathnames type pathnames (line 1607) | struct pathnames type pathnames (line 1613) | struct pathnames type pathnames (line 1613) | struct pathnames type pathname (line 1613) | struct pathname type pathnames (line 1616) | struct pathnames type pathname (line 1616) | struct pathname function free_subdir (line 1623) | void free_subdir(struct pathnames *paths) function matches (line 1629) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function dir_scan (line 1678) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function squashfs_stat (line 1733) | void squashfs_stat(char *source) function read_super (line 1777) | int read_super(char *source) type pathname (line 1846) | struct pathname type pathname (line 1846) | struct pathname function main (line 1874) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.3-lzma/C/7zCrc.c function CrcGenerateTable (line 8) | CrcGenerateTable(void) function UInt32 (line 21) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 29) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-3.3-lzma/C/7zCrcT8.c function CrcGenerateTable (line 10) | void MY_FAST_CALL CrcGenerateTable() function UInt32 (line 32) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 37) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-3.3-lzma/C/Alloc.c function MyFree (line 30) | void MyFree(void *address) function MidFree (line 51) | void MidFree(void *address) function SetLargePageSize (line 71) | void SetLargePageSize() function BigFree (line 107) | void BigFree(void *address) FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zAlloc.c function SzFree (line 30) | void SzFree(void *address) function SzFreeTemp (line 56) | void SzFreeTemp(void *address) FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zAlloc.h type ISzAlloc (line 8) | typedef struct _ISzAlloc FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zBuffer.c function SzByteBufferInit (line 6) | void SzByteBufferInit(CSzByteBuffer *buffer) function SzByteBufferCreate (line 12) | int SzByteBufferCreate(CSzByteBuffer *buffer, size_t newCapacity, void *... function SzByteBufferFree (line 24) | void SzByteBufferFree(CSzByteBuffer *buffer, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zBuffer.h type CSzByteBuffer (line 9) | typedef struct _CSzByteBuffer FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zDecode.c type CLzmaInCallbackImp (line 21) | typedef struct _CLzmaInCallbackImp function LzmaReadImp (line 28) | int LzmaReadImp(void *object, const unsigned char **buffer, SizeT *size) function SZ_RESULT (line 49) | SZ_RESULT SzDecodeLzma(CCoderInfo *coder, CFileSize inSize, function SZ_RESULT (line 115) | SZ_RESULT SzDecodeCopy(CFileSize inSize, ISzInStream *inStream, Byte *ou... function SZ_RESULT (line 141) | SZ_RESULT CheckSupportedFolder(const CFolder *f) function CFileSize (line 183) | CFileSize GetSum(const CFileSize *values, UInt32 index) function SZ_RESULT (line 192) | SZ_RESULT SzDecode2(const CFileSize *packSizes, const CFolder *folder, FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zExtract.c function SZ_RESULT (line 7) | SZ_RESULT SzExtract( FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zHeader.h type EIdEnum (line 15) | enum EIdEnum FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zIn.c function SzArDbExInit (line 9) | void SzArDbExInit(CArchiveDatabaseEx *db) function SzArDbExFree (line 18) | void SzArDbExFree(CArchiveDatabaseEx *db, void (*freeFunc)(void *)) function SZ_RESULT (line 50) | SZ_RESULT SzArDbExFill(CArchiveDatabaseEx *db, void * (*allocFunc)(size_... function CFileSize (line 114) | CFileSize SzArDbGetFolderStreamPos(CArchiveDatabaseEx *db, UInt32 folder... function SzArDbGetFolderFullPackSize (line 120) | int SzArDbGetFolderFullPackSize(CArchiveDatabaseEx *db, UInt32 folderInd... function SZ_RESULT (line 184) | SZ_RESULT SafeReadDirect(ISzInStream *inStream, Byte *data, size_t size) function SZ_RESULT (line 212) | SZ_RESULT SafeReadDirectByte(ISzInStream *inStream, Byte *data) function SZ_RESULT (line 217) | SZ_RESULT SafeReadDirectUInt32(ISzInStream *inStream, UInt32 *value, UIn... function SZ_RESULT (line 231) | SZ_RESULT SafeReadDirectUInt64(ISzInStream *inStream, UInt64 *value, UIn... function TestSignatureCandidate (line 245) | int TestSignatureCandidate(Byte *testBytes) type CSzData (line 254) | typedef struct _CSzState function SZ_RESULT (line 260) | SZ_RESULT SzReadByte(CSzData *sd, Byte *b) function SZ_RESULT (line 269) | SZ_RESULT SzReadBytes(CSzData *sd, Byte *data, size_t size) function SZ_RESULT (line 279) | SZ_RESULT SzReadUInt32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 292) | SZ_RESULT SzReadNumber(CSzData *sd, UInt64 *value) function SZ_RESULT (line 315) | SZ_RESULT SzReadSize(CSzData *sd, CFileSize *value) function SZ_RESULT (line 323) | SZ_RESULT SzReadNumber32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 335) | SZ_RESULT SzReadID(CSzData *sd, UInt64 *value) function SZ_RESULT (line 340) | SZ_RESULT SzSkeepDataSize(CSzData *sd, UInt64 size) function SZ_RESULT (line 349) | SZ_RESULT SzSkeepData(CSzData *sd) function SZ_RESULT (line 356) | SZ_RESULT SzReadArchiveProperties(CSzData *sd) function SZ_RESULT (line 369) | SZ_RESULT SzWaitAttribute(CSzData *sd, UInt64 attribute) function SZ_RESULT (line 383) | SZ_RESULT SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, void ... function SZ_RESULT (line 402) | SZ_RESULT SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, void... function SZ_RESULT (line 415) | SZ_RESULT SzReadHashDigests( function SZ_RESULT (line 433) | SZ_RESULT SzReadPackInfo( function SZ_RESULT (line 481) | SZ_RESULT SzReadSwitch(CSzData *sd) function SZ_RESULT (line 488) | SZ_RESULT SzGetNextFolderItem(CSzData *sd, CFolder *folder, void * (*all... function SZ_RESULT (line 597) | SZ_RESULT SzReadUnPackInfo( function SZ_RESULT (line 667) | SZ_RESULT SzReadSubStreamsInfo( function SZ_RESULT (line 813) | SZ_RESULT SzReadStreamsInfo( function SZ_RESULT (line 859) | SZ_RESULT SzReadFileNames(CSzData *sd, UInt32 numFiles, CFileItem *files, function SZ_RESULT (line 935) | SZ_RESULT SzReadHeader2( function SZ_RESULT (line 1085) | SZ_RESULT SzReadHeader( function SZ_RESULT (line 1110) | SZ_RESULT SzReadAndDecodePackedStreams2( function SZ_RESULT (line 1174) | SZ_RESULT SzReadAndDecodePackedStreams( function SZ_RESULT (line 1206) | SZ_RESULT SzArchiveOpen2( function SZ_RESULT (line 1304) | SZ_RESULT SzArchiveOpen( FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zIn.h type CInArchiveInfo (line 10) | typedef struct _CInArchiveInfo type CArchiveDatabaseEx (line 16) | typedef struct _CArchiveDatabaseEx type ISzInStream (line 31) | typedef struct _ISzInStream FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zItem.c function SzCoderInfoInit (line 6) | void SzCoderInfoInit(CCoderInfo *coder) function SzCoderInfoFree (line 11) | void SzCoderInfoFree(CCoderInfo *coder, void (*freeFunc)(void *p)) function SzFolderInit (line 17) | void SzFolderInit(CFolder *folder) function SzFolderFree (line 31) | void SzFolderFree(CFolder *folder, void (*freeFunc)(void *p)) function UInt32 (line 43) | UInt32 SzFolderGetNumOutStreams(CFolder *folder) function SzFolderFindBindPairForInStream (line 52) | int SzFolderFindBindPairForInStream(CFolder *folder, UInt32 inStreamIndex) function SzFolderFindBindPairForOutStream (line 62) | int SzFolderFindBindPairForOutStream(CFolder *folder, UInt32 outStreamIn... function CFileSize (line 71) | CFileSize SzFolderGetUnPackSize(CFolder *folder) function SzFileInit (line 93) | void SzFileInit(CFileItem *fileItem) function SzFileFree (line 103) | void SzFileFree(CFileItem *fileItem, void (*freeFunc)(void *p)) function SzArchiveDatabaseInit (line 109) | void SzArchiveDatabaseInit(CArchiveDatabase *db) function SzArchiveDatabaseFree (line 121) | void SzArchiveDatabaseFree(CArchiveDatabase *db, void (*freeFunc)(void *)) FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zItem.h type CCoderInfo (line 10) | typedef struct _CCoderInfo type CBindPair (line 21) | typedef struct _CBindPair type CFolder (line 27) | typedef struct _CFolder type CArchiveFileTime (line 48) | typedef struct _CArchiveFileTime type CFileItem (line 54) | typedef struct _CFileItem type CArchiveDatabase (line 79) | typedef struct _CArchiveDatabase FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zMain.c type HANDLE (line 26) | typedef HANDLE MY_FILE_HANDLE; type FILE (line 28) | typedef FILE *MY_FILE_HANDLE; function ConvertNumberToString (line 31) | void ConvertNumberToString(CFileSize value, char *s) function ConvertFileTimeToString (line 51) | void ConvertFileTimeToString(CArchiveFileTime *ft, char *s) function MyReadFile (line 113) | size_t MyReadFile(MY_FILE_HANDLE file, void *data, size_t size) function MyWriteFile (line 139) | size_t MyWriteFile(MY_FILE_HANDLE file, void *data, size_t size) function MyCloseFile (line 165) | int MyCloseFile(MY_FILE_HANDLE file) type CFileInStream (line 174) | typedef struct _CFileInStream function SZ_RESULT (line 185) | SZ_RESULT SzFileReadImp(void *object, void **buffer, size_t maxRequiredS... function SZ_RESULT (line 200) | SZ_RESULT SzFileReadImp(void *object, void *buffer, size_t size, size_t ... function SZ_RESULT (line 211) | SZ_RESULT SzFileSeekImp(void *object, CFileSize pos) function PrintError (line 238) | void PrintError(char *sz) function main (line 243) | int main(int numargs, char *args[]) FILE: src/others/squashfs-3.3-lzma/C/Archive/7z/7zMethodID.h type UInt64 (line 8) | typedef UInt64 CMethodID; FILE: src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARM.c function UInt32 (line 5) | UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARMThumb.c function UInt32 (line 5) | UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int enco... FILE: src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchIA64.c function UInt32 (line 13) | UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchPPC.c function UInt32 (line 5) | UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchSPARC.c function UInt32 (line 5) | UInt32 SPARC_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchTypes.h type Byte (line 8) | typedef unsigned char Byte; type UInt16 (line 13) | typedef unsigned short UInt16; type UInt32 (line 19) | typedef unsigned long UInt32; type UInt32 (line 21) | typedef unsigned int UInt32; type UInt64 (line 28) | typedef unsigned long UInt64; type UInt64 (line 31) | typedef unsigned __int64 UInt64; type UInt64 (line 33) | typedef unsigned long long int UInt64; type UInt32 (line 44) | typedef UInt32 SizeT; type SizeT (line 47) | typedef size_t SizeT; FILE: src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86.c function SizeT (line 10) | SizeT x86_Convert(Byte *buffer, SizeT endPos, UInt32 nowPos, UInt32 *pre... FILE: src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86_2.c function x86_2_Decode (line 40) | int x86_2_Decode( FILE: src/others/squashfs-3.3-lzma/C/Compress/Huffman/HuffmanEncode.c function Huffman_Generate (line 15) | void Huffman_Generate(const UInt32 *freqs, UInt32 *p, Byte *lens, UInt32... FILE: src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinder.c function LzInWindow_Free (line 19) | void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 30) | int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *... function Byte (line 47) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 48) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 50) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 52) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 59) | void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 84) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 92) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 98) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 106) | void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 113) | void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 123) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 131) | void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) function MatchFinder_Free (line 137) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 143) | CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 151) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 227) | void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 252) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 266) | UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 271) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 285) | void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 292) | void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 303) | UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos,... function UInt32 (line 334) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 389) | void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const... function MatchFinder_MovePos (line 446) | void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 465) | UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 476) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 487) | UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 520) | UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 567) | UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 616) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 628) | void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 641) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 654) | void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 669) | void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 685) | void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 702) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 716) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinder.h type UInt32 (line 8) | typedef UInt32 CLzRef; type CMatchFinder (line 10) | typedef struct _CMatchFinder type Byte (line 82) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 83) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 84) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 85) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 88) | typedef struct _IMatchFinder FILE: src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinderMt.c function MtSync_Construct (line 20) | void MtSync_Construct(CMtSync *p) function MtSync_GetNextBlock (line 33) | void MtSync_GetNextBlock(CMtSync *p) function MtSync_StopWriting (line 61) | void MtSync_StopWriting(CMtSync *p) function MtSync_Destruct (line 84) | void MtSync_Destruct(CMtSync *p) function HRes (line 110) | HRes MtSync_Create2(CMtSync *p, unsigned (StdCall *startAddress)(void *)... function HRes (line 132) | HRes MtSync_Create(CMtSync *p, unsigned (StdCall *startAddress)(void *),... function MtSync_Init (line 141) | void MtSync_Init(CMtSync *p) { p->needStart = True; } function HashThreadFunc (line 157) | void HashThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_GetNextBlock_Hash (line 227) | void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) function Int32 (line 249) | Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte ... function BtGetMatches (line 326) | void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) function BtFillBlock (line 395) | void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function BtThreadFunc (line 420) | void BtThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_Construct (line 446) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 453) | void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) function MatchFinderMt_Destruct (line 459) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) function HashThreadFunc2 (line 469) | static unsigned StdCall HashThreadFunc2(void *p) { HashThreadFunc((CMatc... function BtThreadFunc2 (line 470) | static unsigned StdCall BtThreadFunc2(void *p) function HRes (line 479) | HRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function MatchFinderMt_Init (line 504) | void MatchFinderMt_Init(CMatchFinderMt *p) function MatchFinderMt_ReleaseStream (line 528) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function MatchFinderMt_Normalize (line 534) | void MatchFinderMt_Normalize(CMatchFinderMt *p) function MatchFinderMt_GetNextBlock_Bt (line 540) | void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) function Byte (line 552) | const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) function UInt32 (line 559) | UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) function Byte (line 565) | Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) function UInt32 (line 570) | UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 590) | UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 680) | UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) function UInt32 (line 698) | UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) function MatchFinderMt0_Skip (line 731) | void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) FILE: src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinderMt.h type CMtSync (line 17) | typedef struct _CMtSync type UInt32 (line 36) | typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *... type CMatchFinderMt (line 44) | typedef struct _CMatchFinderMt FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecode.c function LzmaDecodeProperties (line 120) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 155) | int LzmaDecode(CLzmaDecoderState *vs, function IfBit0 (line 437) | IfBit0(probLen) function IfBit0 (line 448) | IfBit0(probLen) FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecode.h type ILzmaInCallback (line 50) | typedef struct _ILzmaInCallback type CLzmaProperties (line 61) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 77) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecodeSize.c type CRangeDecoder (line 31) | typedef struct _CRangeDecoder function Byte (line 44) | Byte RangeDecoderReadByte(CRangeDecoder *rd) function RangeDecoderInit (line 65) | void RangeDecoderInit(CRangeDecoder *rd function UInt32 (line 89) | UInt32 RangeDecoderDecodeDirectBits(CRangeDecoder *rd, int numTotalBits) function RangeDecoderBitDecode (line 117) | int RangeDecoderBitDecode(CProb *prob, CRangeDecoder *rd) function RangeDecoderBitTreeDecode (line 155) | int RangeDecoderBitTreeDecode(CProb *probs, int numLevels, CRangeDecoder... function RangeDecoderReverseBitTreeDecode (line 177) | int RangeDecoderReverseBitTreeDecode(CProb *probs, int numLevels, CRange... function Byte (line 202) | Byte LzmaLiteralDecode(CProb *probs, CRangeDecoder *rd) function Byte (line 224) | Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchB... function LzmaLenDecode (line 282) | int LzmaLenDecode(CProb *p, CRangeDecoder *rd, int posState) function LzmaDecodeProperties (line 326) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 361) | int LzmaDecode(CLzmaDecoderState *vs, FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateDecode.c function LzmaDecodeProperties (line 114) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 145) | int LzmaDecode( function IfBit0 (line 383) | IfBit0(probLen) function IfBit0 (line 394) | IfBit0(probLen) FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateDecode.h type CLzmaProperties (line 45) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 61) | typedef struct _CLzmaDecoderState FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateTest.c function MyReadFile (line 25) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 28) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function PrintError (line 31) | int PrintError(char *buffer, const char *message) function main3 (line 38) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 157) | int main2(int numArgs, const char *args[], char *rs) function main (line 189) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaTest.c function MyReadFile (line 19) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 26) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function MyWriteFile (line 29) | size_t MyWriteFile(FILE *file, const void *data, size_t size) function MyWriteFileAndCheck (line 36) | int MyWriteFileAndCheck(FILE *file, const void *data, size_t size) type CBuffer (line 41) | typedef struct _CBuffer function LzmaReadCompressed (line 48) | int LzmaReadCompressed(void *object, const unsigned char **buffer, SizeT... function PrintError (line 64) | int PrintError(char *buffer, const char *message) function main3 (line 71) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 304) | int main2(int numArgs, const char *args[], char *rs) function main (line 336) | int main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaTypes.h type Byte (line 15) | typedef unsigned char Byte; type UInt16 (line 20) | typedef unsigned short UInt16; type UInt32 (line 26) | typedef unsigned long UInt32; type UInt32 (line 28) | typedef unsigned int UInt32; type UInt32 (line 38) | typedef UInt32 SizeT; type SizeT (line 41) | typedef size_t SizeT; FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/kmod/uncomp.c function LzmaUncompress (line 41) | static int LzmaUncompress(struct sqlzma_un *un) function sqlzma_un (line 106) | int sqlzma_un(struct sqlzma_un *un, struct sized_buf *src, function sqlzma_init (line 154) | int sqlzma_init(struct sqlzma_un *un, int do_lzma, unsigned int res_sz) function sqlzma_fin (line 189) | void sqlzma_fin(struct sqlzma_un *un) function sqlzma_init (line 204) | static int __init sqlzma_init(void) function sqlzma_exit (line 209) | static void __exit sqlzma_exit(void) FILE: src/others/squashfs-3.3-lzma/C/Compress/Lzma/uncomp.c function LzmaUncompress (line 41) | static int LzmaUncompress(struct sqlzma_un *un) function sqlzma_un (line 106) | int sqlzma_un(struct sqlzma_un *un, struct sized_buf *src, function sqlzma_init (line 154) | int sqlzma_init(struct sqlzma_un *un, int do_lzma, unsigned int res_sz) function sqlzma_fin (line 189) | void sqlzma_fin(struct sqlzma_un *un) function sqlzma_init (line 204) | static int __init sqlzma_init(void) function sqlzma_exit (line 209) | static void __exit sqlzma_exit(void) FILE: src/others/squashfs-3.3-lzma/C/IStream.h type ISeqInStream (line 8) | typedef struct _ISeqInStream type ISzAlloc (line 13) | typedef struct _ISzAlloc FILE: src/others/squashfs-3.3-lzma/C/Sort.c function HeapSort (line 14) | void HeapSort(UInt32 *p, UInt32 size) FILE: src/others/squashfs-3.3-lzma/C/Threads.c function HRes (line 6) | HRes GetError() function HRes (line 12) | HRes BoolToHRes(int v) { return v ? SZ_OK : GetError(); } function HRes (line 13) | HRes BOOLToHRes(BOOL v) { return v ? SZ_OK : GetError(); } function HRes (line 15) | HRes MyCloseHandle(HANDLE *h) function HRes (line 24) | HRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CA... function HRes (line 34) | HRes WaitObject(HANDLE h) function HRes (line 39) | HRes Thread_Wait(CThread *thread) function HRes (line 46) | HRes Thread_Close(CThread *thread) function HRes (line 51) | HRes Event_Create(CEvent *p, BOOL manualReset, int initialSignaled) function HRes (line 57) | HRes ManualResetEvent_Create(CManualResetEvent *p, int initialSignaled) function HRes (line 59) | HRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function HRes (line 62) | HRes AutoResetEvent_Create(CAutoResetEvent *p, int initialSignaled) function HRes (line 64) | HRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function HRes (line 67) | HRes Event_Set(CEvent *p) { return BOOLToHRes(SetEvent(p->handle)); } function HRes (line 68) | HRes Event_Reset(CEvent *p) { return BOOLToHRes(ResetEvent(p->handle)); } function HRes (line 69) | HRes Event_Wait(CEvent *p) { return WaitObject(p->handle); } function HRes (line 70) | HRes Event_Close(CEvent *p) { return MyCloseHandle(&p->handle); } function HRes (line 73) | HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCo... function HRes (line 79) | HRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousC... function HRes (line 83) | HRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function HRes (line 87) | HRes Semaphore_Release1(CSemaphore *p) function HRes (line 92) | HRes Semaphore_Wait(CSemaphore *p) { return WaitObject(p->handle); } function HRes (line 93) | HRes Semaphore_Close(CSemaphore *p) { return MyCloseHandle(&p->handle); } function HRes (line 95) | HRes CriticalSection_Init(CCriticalSection *p) FILE: src/others/squashfs-3.3-lzma/C/Threads.h type CThread (line 10) | typedef struct _CThread type THREAD_FUNC_RET_TYPE (line 18) | typedef unsigned THREAD_FUNC_RET_TYPE; type CEvent (line 26) | typedef struct _CEvent type CEvent (line 31) | typedef CEvent CAutoResetEvent; type CEvent (line 32) | typedef CEvent CManualResetEvent; type CSemaphore (line 47) | typedef struct _CSemaphore type CRITICAL_SECTION (line 61) | typedef CRITICAL_SECTION CCriticalSection; FILE: src/others/squashfs-3.3-lzma/C/Types.h type Byte (line 8) | typedef unsigned char Byte; type UInt16 (line 13) | typedef unsigned short UInt16; type UInt32 (line 19) | typedef unsigned long UInt32; type UInt32 (line 21) | typedef unsigned int UInt32; type Int32 (line 28) | typedef long Int32; type Int32 (line 30) | typedef int Int32; type UInt64 (line 40) | typedef unsigned long UInt64; type UInt64 (line 43) | typedef unsigned __int64 UInt64; type UInt64 (line 45) | typedef unsigned long long int UInt64; type UInt32 (line 56) | typedef UInt32 CFileSize; type UInt64 (line 58) | typedef UInt64 CFileSize; type HRes (line 64) | typedef int HRes; type Bool (line 82) | typedef int Bool; FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 15) | namespace NArchive { type N7z (line 16) | namespace N7z { function ConvertFolderItemInfoToBindInfo (line 18) | static void ConvertFolderItemInfoToBindInfo(const CFolder &folder, function AreCodersEqual (line 47) | static bool AreCodersEqual(const NCoderMixer::CCoderStreamsInfo &a1, function AreBindPairsEqual (line 54) | static bool AreBindPairsEqual(const NCoderMixer::CBindPair &a1, cons... function AreBindInfoExEqual (line 60) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function HRESULT (line 92) | HRESULT CDecoder::Decode( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function ConvertBindInfoToFolderItemInfo (line 23) | static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBind... function HRESULT (line 53) | HRESULT CEncoder::CreateMixerCoder( function HRESULT (line 136) | HRESULT CEncoder::Encode( function HRESULT (line 297) | HRESULT CEncoder::EncoderConstr() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zExtract.cpp type CExtractFolderInfo (line 18) | struct CExtractFolderInfo FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 30) | HRESULT CFolderInStream::OpenStream() function HRESULT (line 72) | HRESULT CFolderInStream::CloseStream() function STDMETHODIMP (line 83) | STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 113) | STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace N7z { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 16) | HRESULT CFolderOutStream::Init( function HRESULT (line 40) | HRESULT CFolderOutStream::OpenFile() function HRESULT (line 66) | HRESULT CFolderOutStream::WriteEmptyFiles() function STDMETHODIMP (line 82) | STDMETHODIMP CFolderOutStream::Write(const void *data, function HRESULT (line 138) | HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult) function HRESULT (line 158) | HRESULT CFolderOutStream::WasWritingFinished() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandler.cpp function STDMETHODIMP (line 47) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function IMP_IInArchive_ArcProps_NO (line 60) | IMP_IInArchive_ArcProps_NO function STDMETHODIMP (line 67) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, function MySetFileTime (line 127) | static void MySetFileTime(bool timeDefined, FILETIME unixTime, NWindows:... function UString (line 135) | static UString ConvertUInt32ToString(UInt32 value) function UString (line 142) | static UString GetStringForSizeValue(UInt32 value) function wchar_t (line 170) | static wchar_t GetHex(Byte value) function UString (line 174) | static inline UString GetHex2(Byte value) function UInt32 (line 187) | static inline UInt32 GetUInt32FromMemLE(const Byte *p) function STDMETHODIMP (line 206) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVAR... class CVolumeName (line 443) | class CVolumeName method InitName (line 450) | bool InitName(const UString &name) method UString (line 484) | UString GetNextName() function STDMETHODIMP (line 518) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 679) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 694) | STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream **str... function STDMETHODIMP (line 754) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVA... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 18) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 21) | namespace NArchive { type N7z (line 22) | namespace N7z { function IsCopyMethod (line 34) | static inline bool IsCopyMethod(const UString &methodName) function STDMETHODIMP (line 37) | STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) function HRESULT (line 43) | HRESULT CHandler::SetPassword(CCompressionMethodMode &methodMode, function HRESULT (line 68) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 122) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 188) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int i... function STDMETHODIMP (line 203) | STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 403) | static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UI... function HRESULT (line 421) | static HRESULT GetBindInfo(UString &srcString, CBind &bind) function STDMETHODIMP (line 433) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PR... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 6) | namespace NArchive { type N7z (line 7) | namespace N7z { class SignatureInitializer (line 14) | class SignatureInitializer method SignatureInitializer (line 17) | SignatureInitializer() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zIn.cpp type NArchive (line 19) | namespace NArchive { type N7z (line 20) | namespace N7z { class CInArchiveException (line 22) | class CInArchiveException {} function ThrowException (line 24) | static void ThrowException() { throw CInArchiveException(); } function ThrowEndOfData (line 25) | static inline void ThrowEndOfData() { ThrowException(); } function ThrowUnsupported (line 26) | static inline void ThrowUnsupported() { ThrowException(); } function ThrowIncorrect (line 27) | static inline void ThrowIncorrect() { ThrowException(); } function ThrowUnsupportedVersion (line 28) | static inline void ThrowUnsupportedVersion() { ThrowException(); } class CStreamSwitch (line 51) | class CStreamSwitch method CStreamSwitch (line 56) | CStreamSwitch(): _needRemove(false) {} function UInt16 (line 104) | static inline UInt16 GetUInt16FromMem(const Byte *p) { return *(cons... function UInt32 (line 105) | static inline UInt32 GetUInt32FromMem(const Byte *p) { return *(cons... function UInt64 (line 106) | static inline UInt64 GetUInt64FromMem(const Byte *p) { return *(cons... function UInt16 (line 108) | static inline UInt16 GetUInt16FromMem(const Byte *p) { return p[0] |... function UInt32 (line 109) | static inline UInt32 GetUInt32FromMem(const Byte *p) { return p[0] |... function UInt64 (line 110) | static inline UInt64 GetUInt64FromMem(const Byte *p) { return GetUIn... function Byte (line 113) | Byte CInByte2::ReadByte() function UInt64 (line 139) | UInt64 CInByte2::ReadNumber() function CNum (line 162) | CNum CInByte2::ReadNum() function UInt32 (line 170) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 179) | UInt64 CInByte2::ReadUInt64() function TestSignatureCandidate (line 213) | static inline bool TestSignatureCandidate(const Byte *p) function HRESULT (line 221) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 264) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 712) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 790) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1068) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1186) | HRESULT CInArchive::ReadDatabase( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zIn.h function namespace (line 14) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zItem.h function namespace (line 11) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zOut.cpp function HRESULT (line 15) | static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data... type NArchive (line 30) | namespace NArchive { type N7z (line 31) | namespace N7z { function HRESULT (line 33) | HRESULT COutArchive::WriteDirect(const void *data, UInt32 size) function UInt32 (line 38) | UInt32 CrcUpdateUInt32(UInt32 crc, UInt32 value) function UInt32 (line 45) | UInt32 CrcUpdateUInt64(UInt32 crc, UInt64 value) function HRESULT (line 52) | HRESULT COutArchive::WriteDirectUInt32(UInt32 value) function HRESULT (line 62) | HRESULT COutArchive::WriteDirectUInt64(UInt64 value) function HRESULT (line 72) | HRESULT COutArchive::WriteSignature() function HRESULT (line 80) | HRESULT COutArchive::WriteFinishSignature() function HRESULT (line 91) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 104) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 121) | HRESULT COutArchive::Create(ISequentialOutStream *stream, bool endMa... function HRESULT (line 166) | HRESULT COutArchive::SkeepPrefixArchiveHeader() function HRESULT (line 175) | HRESULT COutArchive::WriteBytes(const void *data, size_t size) function HRESULT (line 195) | HRESULT COutArchive::WriteBytes(const CByteBuffer &data) function HRESULT (line 200) | HRESULT COutArchive::WriteByte(Byte b) function HRESULT (line 205) | HRESULT COutArchive::WriteUInt32(UInt32 value) function HRESULT (line 215) | HRESULT COutArchive::WriteNumber(UInt64 value) function UInt32 (line 240) | static UInt32 GetBigNumberSize(UInt64 value) function UInt32 (line 249) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 267) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function HRESULT (line 283) | HRESULT COutArchive::WriteFolder(const CFolder &folder) function HRESULT (line 333) | HRESULT COutArchive::WriteBoolVector(const CBoolVector &boolVector) function HRESULT (line 357) | HRESULT COutArchive::WriteHashDigests( function HRESULT (line 387) | HRESULT COutArchive::WritePackInfo( function HRESULT (line 407) | HRESULT COutArchive::WriteUnPackInfo(const CObjectVector &f... function HRESULT (line 444) | HRESULT COutArchive::WriteSubStreamsInfo( function HRESULT (line 501) | HRESULT COutArchive::WriteTime( function HRESULT (line 577) | HRESULT COutArchive::EncodeStream( function HRESULT (line 596) | HRESULT COutArchive::EncodeStream( function WriteUInt32ToBuffer (line 606) | static void WriteUInt32ToBuffer(Byte *data, UInt32 value) function WriteUInt64ToBuffer (line 615) | static void WriteUInt64ToBuffer(Byte *data, UInt64 value) function HRESULT (line 625) | HRESULT COutArchive::WriteHeader( function HRESULT (line 938) | HRESULT COutArchive::WriteDatabase( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zOut.h function namespace (line 14) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 11) | namespace NArchive { type N7z (line 12) | namespace N7z { type CPropMap (line 14) | struct CPropMap function FindPropInMap (line 52) | static int FindPropInMap(UInt64 filePropID) function CopyOneItem (line 60) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 72) | static void RemoveOneItem(CRecordVector &src, UInt32 item) function InsertToHead (line 82) | static void InsertToHead(CRecordVector &dest, UInt32 item) function STDMETHODIMP (line 141) | STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) function STDMETHODIMP (line 147) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function IOutArchive (line 10) | static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; } FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size... function STDMETHODIMP (line 17) | STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 17) | namespace NArchive { type N7z (line 18) | namespace N7z { function HRESULT (line 25) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... function GetReverseSlashPos (line 40) | static int GetReverseSlashPos(const UString &name) function UString (line 59) | UString CUpdateItem::GetExtension() const function CompareBuffers (line 66) | static int CompareBuffers(const CByteBuffer &a1, const CByteBuffer &a2) function CompareCoders (line 76) | static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) function CompareBindPairs (line 84) | static int CompareBindPairs(const CBindPair &b1, const CBindPair &b2) function CompareFolders (line 90) | static int CompareFolders(const CFolder &f1, const CFolder &f2) function CompareFiles (line 106) | static int CompareFiles(const CFileItem &f1, const CFileItem &f2) function CompareFolderRefs (line 111) | static int CompareFolderRefs(const int *p1, const int *p2, void *param) function CompareEmptyItems (line 131) | static int CompareEmptyItems(const int *p1, const int *p2, void *param) function GetExtIndex (line 180) | int GetExtIndex(const char *ext) type CRefItem (line 213) | struct CRefItem method CRefItem (line 220) | CRefItem(UInt32 index, const CUpdateItem &updateItem, bool sortByT... function CompareUpdateItems (line 260) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 289) | struct CSolidGroup function IsExeFile (line 304) | static bool IsExeFile(const UString &ext) function GetMethodFull (line 316) | static bool GetMethodFull(UInt64 methodID, function MakeExeMethod (line 325) | static bool MakeExeMethod(const CCompressionMethodMode &method, function SplitFilesToGroups (line 397) | static void SplitFilesToGroups( function FromUpdateItemToFileItem (line 445) | static void FromUpdateItemToFileItem(const CUpdateItem &updateItem, function HRESULT (line 465) | static HRESULT Update2( function HRESULT (line 804) | static HRESULT WriteVolumeHeader(COutArchive &archive, CFileItem &fi... function HRESULT (line 843) | HRESULT UpdateVolume( class COutVolumeStream (line 908) | class COutVolumeStream: method Init (line 925) | void Init(IArchiveUpdateCallback2 *volumeCallback, function HRESULT (line 941) | HRESULT COutVolumeStream::Flush() function STDMETHODIMP (line 955) | STDMETHODIMP COutVolumeStream::Write(const void *data, UInt32 size, ... function HRESULT (line 995) | HRESULT Update( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 17) | void RegisterArc(const CArcInfo *arcInfo) function HRESULT (line 28) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 35) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 40) | int FindFormatCalssId(const GUID *clsID) function STDAPI (line 53) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 83) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 121) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 126) | STDAPI GetNumberOfFormats(UINT32 *numFormats) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 94) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2.h function namespace (line 11) | namespace NCoderMixer { function class (line 127) | class CBindReverseConverter type CCoderInfo2 (line 142) | struct CCoderInfo2 function class (line 164) | class CCoderMixer2 FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 52) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... function HRESULT (line 82) | HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo) function HRESULT (line 121) | HRESULT CCoderMixer2MT::Init(ISequentialInStream **inStreams, ISequent... function HRESULT (line 170) | HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code) function STDMETHODIMP (line 178) | STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h function namespace (line 11) | namespace NCoderMixer { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, co... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h function HRes (line 21) | HRes Create() function Init (line 26) | void Init() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/DummyOutStream.h function Init (line 17) | void Init() { _size = 0; } FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 17) | namespace NArchive { function AreEqual (line 78) | static bool AreEqual(const UString &methodName, const wchar_t *s) function IsLZMAMethod (line 81) | static inline bool IsLZMAMethod(const UString &methodName) function IsBZip2Method (line 88) | static inline bool IsBZip2Method(const UString &methodName) function IsPpmdMethod (line 91) | static inline bool IsPpmdMethod(const UString &methodName) function IsDeflateMethod (line 94) | static inline bool IsDeflateMethod(const UString &methodName) type CNameToPropID (line 101) | struct CNameToPropID function ConvertProperty (line 124) | static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM... function FindPropIdFromStringName (line 153) | static int FindPropIdFromStringName(const UString &name) function SetOneMethodProp (line 161) | static void SetOneMethodProp(COneMethodInfo &oneMethodInfo, PROPID pro... function SplitParams (line 269) | static void SplitParams(const UString &srcString, UStringVector &subSt... function SplitParam (line 290) | static void SplitParam(const UString ¶m, UString &name, UString &v... function HRESULT (line 312) | HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const USt... function HRESULT (line 365) | HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const US... function HRESULT (line 381) | HRESULT COutHandler::SetSolidSettings(const UString &s) function HRESULT (line 440) | HRESULT COutHandler::SetSolidSettings(const PROPVARIANT &value) function HRESULT (line 488) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVA... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 20) | STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 33) | STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h function Init (line 29) | void Init() function ReleaseStream (line 35) | void ReleaseStream() { _stream.Release(); } function Init (line 57) | void Init() function ReleaseStream (line 63) | void ReleaseStream() { _stream.Release(); } FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 13) | UString MakeLegalName(const UString &name) function UString (line 20) | UString GetOSName(const UString &name) function UString (line 27) | UString GetOSName2(const UString &name) function HasTailSlash (line 37) | bool HasTailSlash(const AString &name, UINT codePage) function UString (line 51) | UString WinNameToOSName(const UString &name) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/MultiStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 36) | STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/MultiStream.h type CSubStreamInfo (line 19) | struct CSubStreamInfo function Init (line 26) | void Init() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitCRC (line 33) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ParseProperties.cpp function HRESULT (line 10) | HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UIn... function HRESULT (line 40) | HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &d... function HRESULT (line 81) | HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT ... function StringToBool (line 100) | bool StringToBool(const UString &s, bool &res) function HRESULT (line 115) | HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value) function ParseStringToUInt32 (line 133) | int ParseStringToUInt32(const UString &srcString, UInt32 &number) function HRESULT (line 147) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/DllExports2.cpp function IsItWindowsNT (line 24) | static bool IsItWindowsNT() function BOOL (line 36) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpRese... function STDAPI (line 61) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 76) | STDAPI SetLargePageMode() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Archive/IArchive.h function namespace (line 13) | namespace NFileTimeType function namespace (line 23) | namespace NArchive function STDMETHOD (line 82) | STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 15) | void RegisterCodec(const CCodecInfo *codecInfo) function HRESULT (line 22) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 35) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 48) | HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVecto... function HRESULT (line 153) | HRESULT CreateCoder( function HRESULT (line 253) | HRESULT CreateCoder( function HRESULT (line 267) | HRESULT CreateCoder( function HRESULT (line 280) | HRESULT CreateFilter( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/CreateCoder.h function CCodecInfoEx (line 14) | struct CCodecInfoEx FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 14) | static bool MakeAutoName(const UString &name, function AutoRenamePath (line 25) | bool AutoRenamePath(UString &fullProcessedPath) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 55) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 80) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 113) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 139) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function HRESULT (line 148) | HRESULT COutFileStream::Close() function STDMETHODIMP (line 153) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 179) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function STDMETHODIMP (line 203) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 219) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/FileStreams.h function virtual (line 31) | virtual ~CInFileStream() {} function Create (line 82) | bool Create(LPCTSTR fileName, bool createAlways) function Open (line 87) | bool Open(LPCTSTR fileName, DWORD creationDisposition) function Create (line 94) | bool Create(LPCWSTR fileName, bool createAlways) function Open (line 99) | bool Open(LPCWSTR fileName, DWORD creationDisposition) function SetTime (line 112) | bool SetTime(const FILETIME *creationTime, const FILETIME *lastAccessTim... function SetLastWriteTime (line 116) | bool SetLastWriteTime(const FILETIME *lastWriteTime) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilterCoder.cpp function HRESULT (line 25) | HRESULT CFilterCoder::WriteWithLimit(ISequentialOutStream *outStream, UI... function STDMETHODIMP (line 42) | STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 89) | STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 96) | STDMETHODIMP CFilterCoder::ReleaseOutStream() function STDMETHODIMP (line 103) | STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 140) | STDMETHODIMP CFilterCoder::Flush() function STDMETHODIMP (line 166) | STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 173) | STDMETHODIMP CFilterCoder::ReleaseInStream() function STDMETHODIMP (line 179) | STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 230) | STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function STDMETHODIMP (line 237) | STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 243) | STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 255) | STDMETHODIMP CFilterCoder::ResetInitVector() function STDMETHODIMP (line 261) | STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilterCoder.h function HRESULT (line 49) | HRESULT Init() function class (line 126) | class CInStreamReleaser function class (line 134) | class COutStreamReleaser FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/InBuffer.cpp function Byte (line 78) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/InBuffer.h function CSystemException (line 11) | struct CInBufferException: public CSystemException function class (line 17) | class CInBuffer FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 90) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) function STDMETHODIMP (line 111) | STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/InOutTempBuffer.h function class (line 12) | class CInOutTempBuffer FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/LimitedStreams.cpp function STDMETHODIMP (line 8) | STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, U... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/LimitedStreams.h function Init (line 19) | void Init(UInt64 streamSize) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/LockedStream.cpp function HRESULT (line 7) | HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function STDMETHODIMP (line 15) | STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size,... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/LockedStream.h function class (line 10) | class CLockedInStream FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodId.cpp function wchar_t (line 8) | static inline wchar_t GetHex(Byte value) function UString (line 13) | UString ConvertMethodIdToString(UInt64 id) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodProps.cpp function HRESULT (line 11) | HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeF... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodProps.h type CProp (line 12) | struct CProp type CMethod (line 18) | struct CMethod type CMethodsMode (line 24) | struct CMethodsMode FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 8) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function STDMETHODIMP (line 15) | STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt... function STDMETHODIMP (line 20) | STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 32) | STDMETHODIMP COffsetOutStream::SetSize(Int64 newSize) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 48) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 57) | HRESULT COutBuffer::FlushPart() function HRESULT (line 94) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/ProgressUtils.cpp function STDMETHODIMP (line 21) | STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 39) | HRESULT CLocalProgress::SetCur() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/RegisterArc.h type IInArchive (line 8) | typedef IInArchive * (*CreateInArchiveP)(); type IOutArchive (line 9) | typedef IOutArchive * (*CreateOutArchiveP)(); type CArcInfo (line 11) | struct CArcInfo FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 9) | struct CCodecInfo FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamBinder.cpp class CSequentialInStreamForBinder (line 12) | class CSequentialInStreamForBinder: method SetBinder (line 24) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 27) | STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size,... class CSequentialOutStreamForBinder (line 30) | class CSequentialOutStreamForBinder: method SetBinder (line 43) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 46) | STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt... function HRes (line 54) | HRes CStreamBinder::CreateEvents() function HRESULT (line 90) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 120) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamBinder.h function class (line 9) | class CStreamBinder FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamObjects.cpp function STDMETHODIMP (line 9) | STDMETHODIMP CSequentialInStreamImp::Read(void *data, UInt32 size, UInt3... function STDMETHODIMP (line 28) | STDMETHODIMP CSequentialOutStreamImp::Write(const void *data, UInt32 siz... function STDMETHODIMP (line 36) | STDMETHODIMP CSequentialOutStreamImp2::Write(const void *data, UInt32 si... function STDMETHODIMP (line 50) | STDMETHODIMP CSequentialInStreamSizeCount::Read(void *data, UInt32 size,... function STDMETHODIMP (line 60) | STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamObjects.h function class (line 32) | class CWriteBuffer function Init (line 109) | void Init() { _size = 0; } FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 8) | HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size,... function HRESULT (line 27) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function HRes (line 20) | HRes CVirtThread::Create() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARM.cpp function UInt32 (line 11) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp function UInt32 (line 12) | UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 17) | UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp function STDMETHODIMP (line 6) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BranchCoder.h function virtual (line 17) | virtual void SubInit() {} FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/IA64.cpp function UInt32 (line 11) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/PPC.cpp function UInt32 (line 11) | UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/SPARC.cpp function UInt32 (line 11) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 16) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86.cpp function UInt32 (line 6) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 11) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86.h type CBranch86 (line 12) | struct CBranch86 FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86_2.cpp type NCompress (line 11) | namespace NCompress { type NBcj2 (line 12) | namespace NBcj2 { function IsJcc (line 14) | inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0x... function IsJ (line 15) | inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || I... function GetIndex (line 16) | inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? ... function Test86MSByte (line 22) | static bool inline Test86MSByte(Byte b) function HRESULT (line 51) | HRESULT CEncoder::Flush() function HRESULT (line 62) | HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 258) | STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, function HRESULT (line 277) | HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 374) | STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86_2.h function namespace (line 10) | namespace NCompress { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CByteSwap2::Init() { return S_OK; } function STDMETHODIMP (line 22) | STDMETHODIMP CByteSwap4::Init() { return S_OK; } FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/CodecExports.cpp function HRESULT (line 18) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 25) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function HRESULT (line 30) | static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value) function HRESULT (line 40) | static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool... function STDAPI (line 65) | STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **o... function STDAPI (line 98) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 116) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 153) | STDAPI GetNumberOfMethods(UINT32 *numCodecs) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp type NCompress (line 13) | namespace NCompress { function STDMETHODIMP (line 22) | STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 55) | STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/CopyCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZ/LZOutWindow.h type COutBufferException (line 10) | typedef COutBufferException CLZOutWindowException; function class (line 13) | class CLZOutWindow: public COutBuffer FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp type NCompress (line 8) | namespace NCompress { type NLZMA (line 9) | namespace NLZMA { function HRESULT (line 47) | HRESULT CDecoder::CodeSpec(UInt32 curSize) function STDMETHODIMP (line 213) | STDMETHODIMP CDecoder::CodeReal(ISequentialInStream *inStream, function STDMETHODIMP (line 260) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 269) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *properties,... function STDMETHODIMP (line 292) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) function STDMETHODIMP (line 298) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 304) | STDMETHODIMP CDecoder::ReleaseInStream() function STDMETHODIMP (line 310) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 322) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h function namespace (line 18) | namespace NCompress { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp type NCompress (line 29) | namespace NCompress { type NLZMA (line 30) | namespace NLZMA { class CFastPosInit (line 40) | class CFastPosInit method CFastPosInit (line 43) | CFastPosInit() { Init(); } method Init (line 44) | void Init() function UInt32 (line 102) | UInt32 CLiteralEncoder2::GetPrice(bool matchMode, Byte matchByte, By... type NLength (line 132) | namespace NLength { function SzFree (line 219) | static void SzFree(void *address) { BigFree(address); } function HRESULT (line 232) | HRESULT CEncoder::Create() function wchar_t (line 270) | inline wchar_t GetUpperChar(wchar_t c) function ParseMatchFinder (line 277) | static int ParseMatchFinder(const wchar_t *s, int *btMode, UInt32 *n... function STDMETHODIMP (line 318) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 450) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 460) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 466) | STDMETHODIMP CEncoder::ReleaseOutStream() function HRESULT (line 472) | HRESULT CEncoder::Init() function UInt32 (line 532) | UInt32 CEncoder::Backward(UInt32 &backRes, UInt32 cur) function UInt32 (line 571) | UInt32 CEncoder::GetOptimum(UInt32 position, UInt32 &backRes) function ChangePair (line 1074) | static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) function UInt32 (line 1079) | UInt32 CEncoder::ReadMatchDistances(UInt32 &numDistancePairs) function UInt32 (line 1111) | UInt32 CEncoder::GetOptimumFast(UInt32 &backRes) function HRESULT (line 1238) | HRESULT CEncoder::Flush(UInt32 nowPos) function HRESULT (line 1269) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, function HRESULT (line 1298) | HRESULT CEncoder::SetStreams(ISequentialInStream *inStream, function HRes (line 1323) | static HRes MyRead(void *object, void *data, UInt32 size, UInt32 *pr... function HRESULT (line 1328) | HRESULT CEncoder::CodeOneBlock(UInt64 *inSize, UInt64 *outSize, Int3... function STDMETHODIMP (line 1492) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h function namespace (line 22) | namespace NCompress { type CSeqInStream (line 213) | typedef struct _CSeqInStream function ReleaseMatchFinder (line 308) | void ReleaseMatchFinder() function ReleaseMFStream (line 314) | void ReleaseMFStream() function UInt32 (line 330) | UInt32 GetRepLen1Price(CState state, UInt32 posState) const function UInt32 (line 336) | UInt32 GetPureRepPrice(UInt32 repIndex, CState state, UInt32 posState) c... function UInt32 (line 357) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 pos... function UInt32 (line 381) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) const function ReleaseStreams (line 400) | void ReleaseStreams() function class (line 407) | class CCoderReleaser function SetWriteEndMarkerMode (line 420) | void SetWriteEndMarkerMode(bool writeEndMarker) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 46) | static inline bool IsItWindowsNT() type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum function PrintHelp (line 102) | static void PrintHelp() function PrintHelpAndExit (line 124) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 131) | static void IncorrectCommand() function WriteArgumentsToStringList (line 136) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 143) | static bool GetNumber(const wchar_t *s, UInt32 &value) function main2 (line 158) | int main2(int n, const char *args[]) function main (line 541) | int main(int n, const char *args[]) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CBaseRandomGenerator (line 56) | class CBaseRandomGenerator method CBaseRandomGenerator (line 61) | CBaseRandomGenerator() { Init(); } method Init (line 62) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 63) | UInt32 GetRnd() class CBenchBuffer (line 71) | class CBenchBuffer method CBenchBuffer (line 76) | CBenchBuffer(): Buffer(0) {} method Free (line 78) | void Free() method Alloc (line 83) | bool Alloc(size_t bufferSize) class CBenchRandomGenerator (line 94) | class CBenchRandomGenerator: public CBenchBuffer method Set (line 98) | void Set(CBaseRandomGenerator *rg) { RG = rg; } method UInt32 (line 99) | UInt32 GetVal(UInt32 &res, int numBits) method UInt32 (line 105) | UInt32 GetLen(UInt32 &res) method Generate (line 110) | void Generate() class CBenchmarkInStream (line 148) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 156) | MY_UNKNOWN_IMP function STDMETHODIMP (line 166) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 182) | class CBenchmarkOutStream: method Init (line 191) | void Init() function STDMETHODIMP (line 200) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 217) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 223) | MY_UNKNOWN_IMP function STDMETHODIMP (line 228) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 236) | static UInt64 GetTimeCount() function UInt64 (line 257) | static UInt64 GetFreq() function UInt64 (line 276) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dw... function UInt64 (line 278) | static UInt64 GetUserTime() function UInt64 (line 290) | static UInt64 GetUserFreq() class CBenchProgressStatus (line 299) | class CBenchProgressStatus method SetResult (line 307) | void SetResult(HRESULT res) method HRESULT (line 314) | HRESULT GetResult() class CBenchProgressInfo (line 323) | class CBenchProgressInfo: method CBenchProgressInfo (line 332) | CBenchProgressInfo(): callback(0) {} function SetStartTime (line 337) | void SetStartTime(CBenchInfo &bi) function SetFinishTime (line 345) | void SetFinishTime(const CBenchInfo &biStart, CBenchInfo &dest) function STDMETHODIMP (line 353) | STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, cons... function UInt32 (line 381) | static UInt32 GetLogSize(UInt32 size) function NormalizeVals (line 390) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 399) | UInt64 GetUsage(const CBenchInfo &info) function UInt64 (line 414) | UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) function UInt64 (line 429) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function UInt64 (line 438) | UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt... function UInt64 (line 448) | UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSi... type CEncoderInfo (line 460) | struct CEncoderInfo type CDecoderInfo (line 475) | struct CDecoderInfo method CEncoderInfo (line 501) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 504) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 517) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 528) | HRESULT CreateEncoderThread() method HRESULT (line 533) | HRESULT CreateDecoderThread(int index, bool callbackMode type CEncoderInfo (line 462) | struct CEncoderInfo type CDecoderInfo (line 475) | struct CDecoderInfo method CEncoderInfo (line 501) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 504) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 517) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 528) | HRESULT CreateEncoderThread() method HRESULT (line 533) | HRESULT CreateDecoderThread(int index, bool callbackMode function HRESULT (line 551) | HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBa... function HRESULT (line 607) | HRESULT CEncoderInfo::Encode() function HRESULT (line 620) | HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) type CBenchEncoders (line 657) | struct CBenchEncoders method CBenchEncoders (line 660) | CBenchEncoders(UInt32 num): encoders(0) { encoders = new CEncoderInfo[... function UInt64 (line 844) | inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) function UInt64 (line 860) | UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function CrcBig (line 870) | static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt... type CCrcInfo (line 879) | struct CCrcInfo method Wait (line 887) | void Wait() function THREAD_FUNC_DECL (line 894) | static THREAD_FUNC_DECL CrcThreadFunction(void *param) type CCrcThreads (line 901) | struct CCrcThreads method CCrcThreads (line 905) | CCrcThreads(): Items(0), NumThreads(0) {} method WaitAll (line 906) | void WaitAll() function UInt32 (line 920) | static UInt32 CrcCalc1(const Byte *buf, UInt32 size) function RandGen (line 928) | static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function UInt32 (line 934) | static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function CrcInternalTest (line 940) | bool CrcInternalTest() function HRESULT (line 964) | HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h type IBenchCallback (line 24) | struct IBenchCallback FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp type CTotalBenchRes (line 20) | struct CTotalBenchRes method Init (line 26) | void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } method Normalize (line 27) | void Normalize() method SetMid (line 36) | void SetMid(const CTotalBenchRes &r1, const CTotalBenchRes &r2) type CBenchCallback (line 45) | struct CBenchCallback: public IBenchCallback method Init (line 50) | void Init() { EncodeRes.Init(); DecodeRes.Init(); } method Normalize (line 51) | void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function NormalizeVals (line 57) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 66) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function PrintNumber (line 75) | static void PrintNumber(FILE *f, UInt64 value, int size) function PrintRating (line 85) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 90) | static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating) function PrintResults (line 98) | static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating,... function PrintTotals (line 111) | static void PrintTotals(FILE *f, const CTotalBenchRes &res) function HRESULT (line 118) | HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final) function HRESULT (line 136) | HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) function PrintRequirements (line 155) | static void PrintRequirements(FILE *f, const char *sizeString, UInt64 si... type CTempValues (line 246) | struct CTempValues method CTempValues (line 249) | CTempValues(UInt32 num) { Values = new UInt64[num]; } function HRESULT (line 253) | HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UI... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp class CInStreamRam (line 14) | class CInStreamRam: method MY_UNKNOWN_IMP (line 22) | MY_UNKNOWN_IMP function STDMETHODIMP (line 32) | STDMETHODIMP CInStreamRam::Read(void *data, UInt32 size, UInt32 *process... class COutStreamRam (line 44) | class COutStreamRam: method Init (line 53) | void Init(Byte *data, size_t size) method SetPos (line 60) | void SetPos(size_t pos) method MY_UNKNOWN_IMP (line 65) | MY_UNKNOWN_IMP function STDMETHODIMP (line 79) | STDMETHODIMP COutStreamRam::Write(const void *data, UInt32 size, UInt32 ... function LzmaRamEncode (line 98) | int LzmaRamEncode( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h type ESzFilterMode (line 34) | enum ESzFilterMode FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c function LzmaRamGetUncompressedSize (line 15) | int LzmaRamGetUncompressedSize( function LzmaRamDecompress (line 35) | int LzmaRamDecompress( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc class CMemoryStream (line 31) | class CMemoryStream { method CMemoryStream (line 38) | CMemoryStream(Bytef *data, UInt64 size) class CInMemoryStream (line 44) | class CInMemoryStream : public CMemoryStream, public IInStream, method CInMemoryStream (line 52) | CInMemoryStream(Bytef *data, UInt64 size) class COutMemoryStream (line 78) | class COutMemoryStream : public CMemoryStream, public IOutStream, method COutMemoryStream (line 86) | COutMemoryStream(Bytef *data, UInt64 size) method UInt32 (line 91) | UInt32 GetSize() {return m_pos;} function LzmaCompress (line 116) | static int function sqlzma_cm (line 216) | int FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp type NCompress (line 7) | namespace NCompress { type NRangeCoder (line 8) | namespace NRangeCoder { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/ICoder.h function namespace (line 35) | namespace NCoderPropID function STDMETHOD (line 129) | STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE; function namespace (line 169) | namespace NMethodPropID FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/Client7z.cpp function IsItWindowsNT (line 50) | static inline bool IsItWindowsNT() function PrintString (line 61) | void PrintString(const UString &s) function PrintString (line 66) | void PrintString(const AString &s) function PrintNewLine (line 71) | void PrintNewLine() function PrintStringLn (line 76) | void PrintStringLn(const AString &s) function PrintError (line 82) | void PrintError(const AString &s) function HRESULT (line 89) | static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROP... function HRESULT (line 102) | static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bo... class CArchiveOpenCallback (line 115) | class CArchiveOpenCallback: method CArchiveOpenCallback (line 131) | CArchiveOpenCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 134) | STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, ... function STDMETHODIMP (line 139) | STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files ... function STDMETHODIMP (line 144) | STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) class CArchiveExtractCallback (line 174) | class CArchiveExtractCallback: type CProcessedFileInfo (line 200) | struct CProcessedFileInfo method CArchiveExtractCallback (line 219) | CArchiveExtractCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 230) | STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 235) | STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* com... function STDMETHODIMP (line 240) | STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function STDMETHODIMP (line 355) | STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractM... function STDMETHODIMP (line 379) | STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operation... function STDMETHODIMP (line 420) | STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) type CDirItem (line 440) | struct CDirItem method IsDirectory (line 449) | bool IsDirectory() const { return (Attributes & FILE_ATTRIBUTE_DIRECTO... class CArchiveUpdateCallback (line 452) | class CArchiveUpdateCallback: method CArchiveUpdateCallback (line 493) | CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false)... method Init (line 498) | void Init(const CObjectVector *dirItems) function STDMETHODIMP (line 507) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 512) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* comp... function STDMETHODIMP (line 518) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** ... function STDMETHODIMP (line 523) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, function STDMETHODIMP (line 535) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function HRESULT (line 577) | HRESULT CArchiveUpdateCallback::Finilize() function GetStream2 (line 587) | static void GetStream2(const wchar_t *name) function STDMETHODIMP (line 595) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 628) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operati... function STDMETHODIMP (line 634) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 644) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 663) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... function main (line 691) | main(int argc, char* argv[]) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp type NKey (line 41) | namespace NKey { type Enum (line 42) | enum Enum type NRecursedPostCharIndex (line 82) | namespace NRecursedPostCharIndex { type EEnum (line 83) | enum EEnum function ThrowException (line 170) | static void ThrowException(const char *errorMessage) function ThrowUserErrorException (line 175) | static void ThrowUserErrorException() function GetRecursedTypeFromIndex (line 214) | static NRecursedType::EEnum GetRecursedTypeFromIndex(int index) function ParseArchiveCommand (line 227) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function AddNameToCensor (line 243) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddToCensorFromListFile (line 265) | static void AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildCardToCensr (line 276) | static void AddCommandLineWildCardToCensr(NWildcard::CCensor &wildcardCe... function AddToCensorFromNonSwitchesStrings (line 283) | static void AddToCensorFromNonSwitchesStrings( function ParseMapWithPaths (line 302) | static void ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, function AddSwitchWildCardsToCensor (line 366) | static void AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, function ConvertToLongName (line 407) | static void ConvertToLongName(const UString &prefix, UString &name) function ConvertToLongNames (line 416) | static void ConvertToLongNames(const UString &prefix, CObjectVector ... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SortUtils.cpp function CompareStrings (line 8) | static int CompareStrings(const int *p1, const int *p2, void *param) function SortFileNames (line 14) | void SortFileNames(const UStringVector &strings, CIntVector &indices) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/TempFiles.h function class (line 8) | class CTempFiles FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Update.cpp function HRESULT (line 53) | static HRESULT CopyBlock(ISequentialInStream *inStream, ISequentialOutSt... class COutMultiVolStream (line 59) | class COutMultiVolStream: type CSubStreamInfo (line 68) | struct CSubStreamInfo method Init (line 83) | void Init() function HRESULT (line 102) | HRESULT COutMultiVolStream::Close() function STDMETHODIMP (line 118) | STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UI... function STDMETHODIMP (line 196) | STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, U... function STDMETHODIMP (line 219) | STDMETHODIMP COutMultiVolStream::SetSize(Int64 newSize) function HRESULT (line 289) | static HRESULT Compress( function HRESULT (line 499) | HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor, function HRESULT (line 532) | static HRESULT UpdateWithItemLists( class CCurrentDirRestorer (line 577) | class CCurrentDirRestorer method CCurrentDirRestorer (line 581) | CCurrentDirRestorer() method RestoreDirectory (line 585) | bool RestoreDirectory() type CEnumDirItemUpdateCallback (line 590) | struct CEnumDirItemUpdateCallback: public IEnumDirItemCallback method HRESULT (line 593) | HRESULT CheckBreak() { return Callback->CheckBreak(); } function HRESULT (line 596) | HRESULT UpdateArchive( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Update.h function if (line 16) | struct CArchivePath function UString (line 57) | UString GetFinalPath() const type CUpdateArchiveCommand (line 77) | struct CUpdateArchiveCommand type CUpdateErrorInfo (line 139) | struct CUpdateErrorInfo type IUpdateCallbackUI2 (line 152) | struct IUpdateCallbackUI2 FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateAction.cpp type NUpdateArchive (line 7) | namespace NUpdateArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateAction.h function namespace (line 6) | namespace NUpdateArchive { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateCallback.cpp function STDMETHODIMP (line 28) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) function STDMETHODIMP (line 35) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *complete... function STDMETHODIMP (line 42) | STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, ... function STDMETHODIMP (line 64) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG **) function STDMETHODIMP (line 73) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, function STDMETHODIMP (line 99) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function STDMETHODIMP (line 183) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 224) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationR... function STDMETHODIMP (line 231) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 241) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 262) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateCallback.h type IUpdateCallbackUI (line 29) | struct IUpdateCallbackUI FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdatePair.cpp function MyCompareTime (line 17) | static int MyCompareTime(NFileTimeType::EEnum fileTimeType, function TestDuplicateString (line 64) | static void TestDuplicateString(const UStringVector &strings, const CInt... function GetUpdatePairInfoList (line 78) | void GetUpdatePairInfoList( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdatePair.h type CUpdatePair (line 11) | struct CUpdatePair FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateProduce.cpp function UpdateProduce (line 12) | void UpdateProduce( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/WorkDir.cpp function UINT (line 13) | static inline UINT GetCurrentCodePage() function UString (line 20) | UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ZipRegistry.h function namespace (line 10) | namespace NExtract function namespace (line 21) | namespace NCompression { type CInfo (line 44) | struct CInfo function namespace (line 57) | namespace NWorkDir{ FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ConsoleClose.cpp type NConsoleClose (line 10) | namespace NConsoleClose { function BOOL (line 12) | static BOOL WINAPI HandlerRoutine(DWORD ctrlType) function TestBreakSignal (line 36) | bool TestBreakSignal() function CheckCtrlBreak (line 45) | void CheckCtrlBreak() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ConsoleClose.h function namespace (line 6) | namespace NConsoleClose { FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp function STDMETHODIMP (line 48) | STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) function STDMETHODIMP (line 55) | STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) function STDMETHODIMP (line 62) | STDMETHODIMP CExtractCallbackConsole::AskOverwrite( function STDMETHODIMP (line 98) | STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *na... function STDMETHODIMP (line 118) | STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) function STDMETHODIMP (line 126) | STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operation... function STDMETHODIMP (line 157) | STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 169) | HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name) function HRESULT (line 177) | HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, ... function HRESULT (line 193) | HRESULT CExtractCallbackConsole::ThereAreNoFiles() function HRESULT (line 199) | HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) function HRESULT (line 230) | HRESULT CExtractCallbackConsole::SetPassword(const UString &password) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h function Init (line 55) | void Init() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/List.cpp type CPropIdToName (line 27) | struct CPropIdToName function GetAttributesString (line 84) | static void GetAttributesString(DWORD wa, bool directory, char *s) type EAdjustment (line 99) | enum EAdjustment type CFieldInfo (line 106) | struct CFieldInfo type CFieldInfoInit (line 116) | struct CFieldInfoInit function PrintSpaces (line 135) | void PrintSpaces(int numSpaces) function PrintString (line 141) | void PrintString(EAdjustment adjustment, int width, const UString &textS... class CFieldPrinter (line 162) | class CFieldPrinter method Clear (line 166) | void Clear() { _fields.Clear(); } function UString (line 197) | static UString GetPropName(PROPID propID, BSTR name) function HRESULT (line 210) | HRESULT CFieldPrinter::Init(IInArchive *archive) function BOOL (line 252) | BOOL IsFileTimeZero(CONST FILETIME *lpFileTime) function PrintTime (line 258) | void PrintTime(const NCOM::CPropVariant &propVariant) function HRESULT (line 277) | HRESULT CFieldPrinter::PrintItemInfo(IInArchive *archive, function PrintNumberString (line 361) | void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *... function HRESULT (line 370) | HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, function GetUInt64Value (line 402) | bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UI... function HRESULT (line 413) | HRESULT ListArchives( FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/Main.cpp function ShowMessageAndThrowException (line 123) | static void ShowMessageAndThrowException(CStdOutStream &s, LPCSTR messag... function PrintHelpAndExit (line 129) | static void PrintHelpAndExit(CStdOutStream &s) // yyy function GetArguments (line 136) | static void GetArguments(int numArguments, const char *arguments[], UStr... function ShowCopyrightAndHelp (line 147) | static void ShowCopyrightAndHelp(CStdOutStream &s, bool needHelp) function PrintString (line 156) | static void PrintString(CStdOutStream &stdStream, const AString &s, int ... function PrintString (line 165) | static void PrintString(CStdOutStream &stdStream, const UString &s, int ... function GetHex (line 173) | static inline char GetHex(Byte value) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/MainAr.cpp function IsItWindowsNT (line 27) | static inline bool IsItWindowsNT() FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp function HRESULT (line 10) | HRESULT COpenCallbackConsole::CheckBreak() function HRESULT (line 17) | HRESULT COpenCallbackConsole::SetTotal(const UInt64 *, const UInt64 *) function HRESULT (line 22) | HRESULT COpenCallbackConsole::SetCompleted(const UInt64 *, const UInt64 *) function HRESULT (line 27) | HRESULT COpenCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 41) | HRESULT COpenCallbackConsole::GetPasswordIfAny(UString &password) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h function class (line 9) | class COpenCallbackConsole: public IOpenCallbackUI FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/PercentPrinter.cpp function ClearPrev (line 14) | static void ClearPrev(char *p, int num) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/PercentPrinter.h function class (line 9) | class CPercentPrinter function SetRatio (line 22) | void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; } FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp function HRESULT (line 31) | HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT ... function HRESULT (line 39) | HRESULT CUpdateCallbackConsole::StartScanning() function HRESULT (line 45) | HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWO... function HRESULT (line 63) | HRESULT CUpdateCallbackConsole::FinishScanning() function HRESULT (line 69) | HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool u... function HRESULT (line 83) | HRESULT CUpdateCallbackConsole::FinishArchive() function HRESULT (line 89) | HRESULT CUpdateCallbackConsole::CheckBreak() function HRESULT (line 96) | HRESULT CUpdateCallbackConsole::Finilize() function HRESULT (line 115) | HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) function HRESULT (line 120) | HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) function HRESULT (line 128) | HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) function HRESULT (line 145) | HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */... function HRESULT (line 154) | HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function HRESULT (line 171) | HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD... function HRESULT (line 187) | HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) function HRESULT (line 194) | HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIs... FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h function class (line 11) | class CUpdateCallbackConsole: public IUpdateCallbackUI2 FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UserInputUtils.cpp function ScanUserYesNoAllQuit (line 25) | NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) function UString (line 52) | UString GetPassword(CStdOutStream *outStream) FILE: src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UserInputUtils.h function namespace (line 8) | namespace NUserAnswerMode { FILE: src/others/squashfs-3.3-lzma/CPP/Common/Buffer.h function virtual (line 23) | virtual ~CBuffer() { delete []_items; } function operator (line 24) | operator T *() { return _items; } function operator (line 25) | operator const T *() const { return _items; } function SetCapacity (line 27) | void SetCapacity(size_t newCapacity) type CBuffer (line 73) | typedef CBuffer CCharBuffer; type CBuffer (line 74) | typedef CBuffer CWCharBuffer; type CByteBuffer (line 75) | typedef CBuffer CByteBuffer; FILE: src/others/squashfs-3.3-lzma/CPP/Common/CRC.cpp class CCRCTableInit (line 10) | class CCRCTableInit method CCRCTableInit (line 13) | CCRCTableInit() { CrcGenerateTable(); } FILE: src/others/squashfs-3.3-lzma/CPP/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-3.3-lzma/CPP/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-3.3-lzma/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-3.3-lzma/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-3.3-lzma/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-3.3-lzma/CPP/Common/DynamicBuffer.h function GrowLength (line 10) | void GrowLength(size_t size) function buffer (line 24) | CDynamicBuffer(const CDynamicBuffer &buffer): CBuffer(buffer) {} function size (line 25) | CDynamicBuffer(size_t size): CBuffer(size) {} function EnsureCapacity (line 36) | void EnsureCapacity(size_t capacity) type CDynamicBuffer (line 43) | typedef CDynamicBuffer CCharDynamicBuffer; type CDynamicBuffer (line 44) | typedef CDynamicBuffer CWCharDynamicBuffer; type CByteDynamicBuffer (line 45) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: src/others/squashfs-3.3-lzma/CPP/Common/IntToString.cpp function ConvertUInt64ToString (line 7) | void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base) function ConvertUInt64ToString (line 29) | void ConvertUInt64ToString(UInt64 value, wchar_t *s) function ConvertInt64ToString (line 45) | void ConvertInt64ToString(Int64 value, char *s) function ConvertInt64ToString (line 55) | void ConvertInt64ToString(Int64 value, wchar_t *s) FILE: src/others/squashfs-3.3-lzma/CPP/Common/ListFileUtils.cpp function RemoveQuote (line 12) | static void RemoveQuote(UString &s) function ReadNamesFromListFile (line 19) | bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultString... FILE: src/others/squashfs-3.3-lzma/CPP/Common/MyCom.h function Release (line 26) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 27) | operator T*() const { return (T*)_p; } FILE: src/others/squashfs-3.3-lzma/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: src/others/squashfs-3.3-lzma/CPP/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-3.3-lzma/CPP/Common/MyString.cpp function wchar_t (line 18) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 36) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 54) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 66) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 128) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 152) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 164) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 176) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 194) | int MyStringCompareNoCase(const char *s1, const char *s2) FILE: src/others/squashfs-3.3-lzma/CPP/Common/MyString.h function MyStringLen (line 16) | int MyStringLen(const T *s) function T (line 24) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 31) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 33) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 35) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 37) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 52) | inline char MyCharUpper(char c) function wchar_t (line 55) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 61) | inline char MyCharLower(char c) function wchar_t (line 64) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 72) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 79) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 112) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 119) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 141) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 147) | void InsertSpace(int &index, int size) function T (line 154) | static T *GetNextCharPointer(T *p) function T (line 156) | static const T *GetNextCharPointer(const T *p) function T (line 158) | static T *GetPrevCharPointer(T *base, T *p) function T (line 160) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 167) | void SetCapacity(int newCapacity) function GrowLength (line 195) | void GrowLength(int n) function CorrectIndex (line 212) | void CorrectIndex(int &index) const function operator (line 243) | operator const T*() const { return _chars;} function T (line 247) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 253) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 254) | void ReleaseBuffer(int newLength) function Empty (line 317) | void Empty() function CStringBase (line 325) | CStringBase Mid(int startIndex) const function CStringBase (line 327) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 344) | CStringBase Left(int count) const function CStringBase (line 346) | CStringBase Right(int count) const function MakeUpper (line 353) | void MakeUpper() function MakeLower (line 355) | void MakeLower() function Compare (line 358) | int Compare(const CStringBase& s) const function Compare (line 361) | int Compare(const T *s) const function CompareNoCase (line 364) | int CompareNoCase(const CStringBase& s) const function CompareNoCase (line 367) | int CompareNoCase(const T *s) const function Find (line 377) | int Find(T c) const { return Find(c, 0); } function Find (line 378) | int Find(T c, int startIndex) const function Find (line 390) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 391) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 406) | int ReverseFind(T c) const function FindOneOf (line 420) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 428) | void TrimLeft(T c) function TrimRight (line 450) | void TrimRight() function TrimRight (line 454) | void TrimRight(T c) function Trim (line 475) | void Trim() function Insert (line 481) | int Insert(int index, T c) function Insert (line 488) | int Insert(int index, const CStringBase &s) function Replace (line 502) | int Replace(T oldChar, T newChar) function Replace (line 519) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 622) | typedef CStringBase AString; type CStringBase (line 623) | typedef CStringBase UString; type CObjectVector (line 625) | typedef CObjectVector AStringVector; type CObjectVector (line 626) | typedef CObjectVector UStringVector; type UString (line 629) | typedef UString CSysString; type AString (line 631) | typedef AString CSysString; type CObjectVector (line 634) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-3.3-lzma/CPP/Common/MyVector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 40) | CRecordVector(const CRecordVector &v): function Add (line 55) | int Add(T item) function Insert (line 61) | void Insert(int index, T item) function T (line 68) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 75) | void Swap(int i, int j) function FindInSorted (line 82) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 99) | int AddToUniqueSorted(const T& item) function SortRefDown (line 117) | static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, ... function Sort (line 135) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 158) | typedef CRecordVector CIntVector; type CUIntVector (line 159) | typedef CRecordVector CUIntVector; type CRecordVector (line 160) | typedef CRecordVector CBoolVector; type CByteVector (line 161) | typedef CRecordVector CByteVector; type CRecordVector (line 162) | typedef CRecordVector CPointerVector; function T (line 185) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 191) | int Add(const T& item) function Insert (line 193) | void Insert(int index, const T& item) function Find (line 202) | int Find(const T& item) const function FindInSorted (line 209) | int FindInSorted(const T& item) const function AddToSorted (line 225) | int AddToSorted(const T& item) function Sort (line 246) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 249) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 251) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-3.3-lzma/CPP/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 106) | struct IUnknown type IUnknown (line 116) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 123) | enum VARENUM type VARTYPE (line 153) | typedef unsigned short VARTYPE; type WORD (line 154) | typedef WORD PROPVAR_PAD1; type WORD (line 155) | typedef WORD PROPVAR_PAD2; type WORD (line 156) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 160) | typedef struct tagPROPVARIANT type PROPVARIANT (line 185) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 186) | typedef tagVARIANT VARIANT; type VARIANT (line 187) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 206) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-3.3-lzma/CPP/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-3.3-lzma/CPP/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-3.3-lzma/CPP/Common/StdInStream.cpp function AString (line 45) | AString CStdInStream::ScanStringUntilNewLine() FILE: src/others/squashfs-3.3-lzma/CPP/Common/StdInStream.h function class (line 11) | class CStdInStream FILE: src/others/squashfs-3.3-lzma/CPP/Common/StdOutStream.cpp function CStdOutStream (line 52) | CStdOutStream & CStdOutStream::operator<<(CStdOutStream & (*aFunction)(C... function CStdOutStream (line 58) | CStdOutStream & endl(CStdOutStream & outStream) function CStdOutStream (line 63) | CStdOutStream & CStdOutStream::operator<<(const char *string) function CStdOutStream (line 69) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *string) function CStdOutStream (line 75) | CStdOutStream & CStdOutStream::operator<<(char c) function CStdOutStream (line 81) | CStdOutStream & CStdOutStream::operator<<(int number) function CStdOutStream (line 88) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) FILE: src/others/squashfs-3.3-lzma/CPP/Common/StdOutStream.h function class (line 10) | class CStdOutStream FILE: src/others/squashfs-3.3-lzma/CPP/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 49) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 60) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 76) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-3.3-lzma/CPP/Common/StringConvert.h function wchar_t (line 13) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 15) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 17) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 19) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 21) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 23) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 28) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 30) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 35) | inline const AString& GetOemString(const AString &oemString) function AString (line 37) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 42) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 44) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 46) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 48) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 50) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString) function AString (line 57) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 61) | inline AString GetSystemString(const UString &unicodeString) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-3.3-lzma/CPP/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 44) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 63) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-3.3-lzma/CPP/Common/Types.h type Byte (line 8) | typedef unsigned char Byte; type Int16 (line 13) | typedef short Int16; type UInt16 (line 18) | typedef unsigned short UInt16; type Int32 (line 23) | typedef int Int32; type UInt32 (line 28) | typedef unsigned int UInt32; type __int64 (line 35) | typedef __int64 Int64; type UInt64 (line 40) | typedef unsigned __int64 UInt64; type Int64 (line 47) | typedef long long int Int64; type UInt64 (line 52) | typedef unsigned long long int UInt64; FILE: src/others/squashfs-3.3-lzma/CPP/Common/UTFConvert.cpp function ConvertUTF8ToUnicode (line 12) | bool ConvertUTF8ToUnicode(const AString &src, UString &dest) function ConvertUnicodeToUTF8 (line 56) | bool ConvertUnicodeToUTF8(const UString &src, AString &dest) FILE: src/others/squashfs-3.3-lzma/CPP/Common/Wildcard.cpp function CompareFileNames (line 39) | int CompareFileNames(const UString &s1, const UString &s2) function EnhancedMaskTest (line 51) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 85) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts (line 106) | void SplitPathToParts(const UString &path, UString &dirPrefix, UString &... function UString (line 116) | UString ExtractDirPrefixFromPath(const UString &path) function UString (line 125) | UString ExtractFileNameFromPath(const UString &path) function CompareWildCardWithName (line 135) | bool CompareWildCardWithName(const UString &mask, const UString &name) function DoesNameContainWildCard (line 140) | bool DoesNameContainWildCard(const UString &path) type NWildcard (line 149) | namespace NWildcard { FILE: src/others/squashfs-3.3-lzma/CPP/Common/Wildcard.h type CItem (line 19) | struct CItem function class (line 28) | class CCensorNode FILE: src/others/squashfs-3.3-lzma/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function UINT (line 61) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI()... function CSysString (line 62) | CSysString GetSysPath(LPCWSTR sysPath) function MyGetModuleFileName (line 79) | bool MyGetModuleFileName(HMODULE hModule, CSysString &result) function MyGetModuleFileName (line 93) | bool MyGetModuleFileName(HMODULE hModule, UString &result) FILE: src/others/squashfs-3.3-lzma/CPP/Windows/DLL.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function LRESULTToBool (line 10) | inline bool LRESULTToBool(LRESULT value) function BOOL (line 14) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 17) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 20) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-3.3-lzma/CPP/Windows/Error.cpp type NWindows (line 14) | namespace NWindows { type NError (line 15) | namespace NError { function MyFormatMessage (line 17) | bool MyFormatMessage(DWORD messageID, CSysString &message) function MyFormatMessage (line 30) | bool MyFormatMessage(DWORD messageID, UString &message) FILE: src/others/squashfs-3.3-lzma/CPP/Windows/Error.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileDir.cpp type NWindows (line 17) | namespace NWindows { type NFile (line 18) | namespace NFile { type NDirectory (line 31) | namespace NDirectory { function UINT (line 34) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function UString (line 35) | static UString GetUnicodePath(const CSysString &sysPath) function CSysString (line 37) | static CSysString GetSysPath(LPCWSTR sysPath) function MyGetWindowsDirectory (line 41) | bool MyGetWindowsDirectory(CSysString &path) function MyGetSystemDirectory (line 48) | bool MyGetSystemDirectory(CSysString &path) function MyGetWindowsDirectory (line 56) | bool MyGetWindowsDirectory(UString &path) function MyGetSystemDirectory (line 71) | bool MyGetSystemDirectory(UString &path) function SetDirTime (line 87) | bool SetDirTime(LPCWSTR fileName, const FILETIME *creationTime, co... function MySetFileAttributes (line 119) | bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 131) | bool MyRemoveDirectory(LPCTSTR pathName) function GetLongPaths (line 144) | bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) function MyMoveFile (line 155) | bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) function MySetFileAttributes (line 168) | bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 183) | bool MyRemoveDirectory(LPCWSTR pathName) function MyMoveFile (line 197) | bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) function MyCreateDirectory (line 212) | bool MyCreateDirectory(LPCTSTR pathName) function MyCreateDirectory (line 228) | bool MyCreateDirectory(LPCWSTR pathName) function CreateComplexDirectory (line 275) | bool CreateComplexDirectory(LPCTSTR _aPathName) function CreateComplexDirectory (line 321) | bool CreateComplexDirectory(LPCWSTR _aPathName) function DeleteFileAlways (line 367) | bool DeleteFileAlways(LPCTSTR name) function DeleteFileAlways (line 382) | bool DeleteFileAlways(LPCWSTR name) function RemoveDirectorySubItems2 (line 399) | static bool RemoveDirectorySubItems2(const CSysString pathPrefix, ... function RemoveDirectoryWithSubItems (line 406) | bool RemoveDirectoryWithSubItems(const CSysString &path) function RemoveDirectorySubItems2 (line 422) | static bool RemoveDirectorySubItems2(const UString pathPrefix, con... function RemoveDirectoryWithSubItems (line 428) | bool RemoveDirectoryWithSubItems(const UString &path) function MyGetShortPathName (line 446) | bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) function MyGetFullPathName (line 453) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, i... function MyGetFullPathName (line 481) | bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int ... function MyGetFullPathName (line 523) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function MyGetFullPathName (line 530) | bool MyGetFullPathName(LPCWSTR fileName, UString &path) function GetOnlyName (line 537) | bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) function GetOnlyName (line 547) | bool GetOnlyName(LPCWSTR fileName, UString &resultName) function GetOnlyDirPrefix (line 557) | bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) function GetOnlyDirPrefix (line 567) | bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) function MyGetCurrentDirectory (line 577) | bool MyGetCurrentDirectory(CSysString &path) function MySetCurrentDirectory (line 585) | bool MySetCurrentDirectory(LPCWSTR path) function MyGetCurrentDirectory (line 591) | bool MyGetCurrentDirectory(UString &path) function MySearchPath (line 608) | bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, function MySearchPath (line 620) | bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function MyGetTempPath (line 648) | bool MyGetTempPath(CSysString &path) function MyGetTempPath (line 656) | bool MyGetTempPath(UString &path) function UINT (line 673) | UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 681) | UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &p... function UINT (line 699) | UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 733) | UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &... function CreateTempDirectory (line 767) | bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) function CreateTempDirectory (line 804) | bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileDir.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileFind.cpp type NWindows (line 14) | namespace NWindows { type NFile (line 15) | namespace NFile { type NFind (line 23) | namespace NFind { function ConvertWIN32_FIND_DATA_To_FileInfo (line 47) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function UINT (line 66) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function ConvertWIN32_FIND_DATA_To_FileInfo (line 68) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function ConvertWIN32_FIND_DATA_To_FileInfo (line 85) | static void ConvertWIN32_FIND_DATA_To_FileInfo( function FindFile (line 199) | bool FindFile(LPCTSTR wildcard, CFileInfo &fileInfo) function FindFile (line 206) | bool FindFile(LPCWSTR wildcard, CFileInfoW &fileInfo) function DoesFileExist (line 213) | bool DoesFileExist(LPCTSTR name) function DoesFileExist (line 220) | bool DoesFileExist(LPCWSTR name) function HANDLE (line 307) | HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool w... function HANDLE (line 322) | HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool w... function MyGetLogicalDriveStrings (line 340) | bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings) function MyGetLogicalDriveStrings (line 370) | bool MyGetLogicalDriveStrings(UStringVector &driveStrings) FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileFind.h function namespace (line 11) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileIO.cpp type NWindows (line 18) | namespace NWindows { type NFile (line 19) | namespace NFile { function GetLongPathBase (line 26) | bool GetLongPathBase(LPCWSTR s, UString &res) function GetLongPath (line 51) | bool GetLongPath(LPCWSTR path, UString &longPath) type NIO (line 59) | namespace NIO { function DWORD (line 249) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileMapping.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileName.cpp type NWindows (line 8) | namespace NWindows { type NFile (line 9) | namespace NFile { type NName (line 10) | namespace NName { function NormalizeDirPathPrefix (line 12) | void NormalizeDirPathPrefix(CSysString &dirPath) function NormalizeDirPathPrefix (line 21) | void NormalizeDirPathPrefix(UString &dirPath) function SplitNameToPureNameAndExtension (line 34) | void SplitNameToPureNameAndExtension(const UString &fullName, FILE: src/others/squashfs-3.3-lzma/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/Handle.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/MemoryLock.cpp type NWindows (line 5) | namespace NWindows { type NSecurity (line 6) | namespace NSecurity { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/MemoryLock.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function CPropVariant (line 36) | CPropVariant& CPropVariant::operator=(const CPropVariant& varSrc) function CPropVariant (line 41) | CPropVariant& CPropVariant::operator=(const PROPVARIANT& varSrc) function CPropVariant (line 47) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 53) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 68) | CPropVariant& CPropVariant::operator=(bool bSrc) function CPropVariant (line 79) | CPropVariant& CPropVariant::operator=(UInt32 value) function CPropVariant (line 90) | CPropVariant& CPropVariant::operator=(UInt64 value) function CPropVariant (line 101) | CPropVariant& CPropVariant::operator=(const FILETIME &value) function CPropVariant (line 112) | CPropVariant& CPropVariant::operator=(Int32 value) function CPropVariant (line 124) | CPropVariant& CPropVariant::operator=(Byte value) function CPropVariant (line 135) | CPropVariant& CPropVariant::operator=(Int16 value) function HRESULT (line 159) | static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) function HRESULT (line 186) | HRESULT CPropVariant::Clear() function HRESULT (line 191) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) function HRESULT (line 219) | HRESULT CPropVariant::Attach(PROPVARIANT* pSrc) function HRESULT (line 229) | HRESULT CPropVariant::Detach(PROPVARIANT* pDest) function HRESULT (line 239) | HRESULT CPropVariant::InternalClear() FILE: src/others/squashfs-3.3-lzma/CPP/Windows/PropVariant.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/PropVariantConversions.cpp function UString (line 14) | static UString ConvertUInt64ToString(UInt64 value) function UString (line 21) | static UString ConvertInt64ToString(Int64 value) function ConvertFileTimeToString (line 48) | bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTi... function UString (line 83) | UString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTi... function UString (line 91) | UString ConvertPropVariantToString(const PROPVARIANT &propVariant) function UInt64 (line 131) | UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &propVariant) FILE: src/others/squashfs-3.3-lzma/CPP/Windows/Synchronization.cpp type NWindows (line 7) | namespace NWindows { type NSynchronization (line 8) | namespace NSynchronization { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/Synchronization.h function namespace (line 17) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/System.cpp type NWindows (line 7) | namespace NWindows { type NSystem (line 8) | namespace NSystem { function UInt32 (line 10) | UInt32 GetNumberOfProcessors() type _MY_MEMORYSTATUSEX (line 19) | struct _MY_MEMORYSTATUSEX { function UInt64 (line 40) | UInt64 GetRamSize() FILE: src/others/squashfs-3.3-lzma/CPP/Windows/System.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/Thread.h function namespace (line 13) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/CPP/Windows/Time.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.3-lzma/sqlzma.h type sqlzma_opts (line 40) | struct sqlzma_opts { type sqlzma_opts (line 44) | struct sqlzma_opts type sized_buf (line 56) | struct sized_buf { type sqlzma_un (line 62) | struct sqlzma_un { type sqlzma_un (line 74) | struct sqlzma_un type sqlzma_un (line 75) | struct sqlzma_un type sized_buf (line 75) | struct sized_buf type sized_buf (line 76) | struct sized_buf type sqlzma_un (line 77) | struct sqlzma_un FILE: src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_1 (line 43) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 44) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 45) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 46) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 47) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 48) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 49) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_inode_header_1 (line 50) | typedef union squashfs_inode_header_1 squashfs_inode_header_1; type squashfs_dir_index_2 (line 54) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 55) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 56) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 57) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 58) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 59) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 60) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 61) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 62) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 63) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 64) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 65) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 66) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 69) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 70) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 71) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 72) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/mksquashfs.c type sqlzma_un (line 117) | struct sqlzma_un type sqlzma_opts (line 118) | struct sqlzma_opts type cached_dir_index (line 152) | struct cached_dir_index { type directory (line 157) | struct directory { type inode_info (line 171) | struct inode_info type file_info (line 174) | struct file_info type exclude_info (line 179) | struct exclude_info { type exclude_info (line 186) | struct exclude_info type stat (line 187) | struct stat type path_entry (line 189) | struct path_entry { type pathname (line 195) | struct pathname { type pathnames (line 200) | struct pathnames { type pathnames (line 206) | struct pathnames type pathname (line 207) | struct pathname type pathname (line 208) | struct pathname type pathnames (line 209) | struct pathnames type pathnames (line 209) | struct pathnames type file_buffer (line 213) | struct file_buffer type fragment (line 215) | struct fragment { type old_root_entry_info (line 235) | struct old_root_entry_info { type old_root_entry_info (line 241) | struct old_root_entry_info type file_info (line 244) | struct file_info { type allocator (line 289) | struct allocator { type file_buffer (line 298) | struct file_buffer { type queue (line 314) | struct queue { type buffer_list (line 327) | struct buffer_list { type allocator (line 333) | struct allocator type queue (line 334) | struct queue type dir_info (line 362) | struct dir_info type file_info (line 363) | struct file_info type fragment (line 363) | struct fragment type file_buffer (line 363) | struct file_buffer type buffer_list (line 363) | struct buffer_list type dir_info (line 364) | struct dir_info type pathnames (line 364) | struct pathnames type dir_info (line 364) | struct dir_info type dir_info (line 365) | struct dir_info type file_info (line 366) | struct file_info type fragment (line 366) | struct fragment type dir_info (line 367) | struct dir_info type stat (line 367) | struct stat type priority_entry (line 368) | struct priority_entry type allocator (line 371) | struct allocator type allocator (line 373) | struct allocator type allocator (line 373) | struct allocator type file_buffer (line 388) | struct file_buffer type allocator (line 388) | struct allocator type file_buffer (line 390) | struct file_buffer type file_buffer (line 397) | struct file_buffer type file_buffer (line 410) | struct file_buffer type allocator (line 410) | struct allocator type file_buffer (line 412) | struct file_buffer function alloc_free (line 422) | void alloc_free(struct file_buffer *file_buffer) type queue (line 445) | struct queue type queue (line 447) | struct queue type queue (line 447) | struct queue function queue_put (line 467) | void queue_put(struct queue *queue, void *data) type queue (line 483) | struct queue function waitforthread (line 503) | inline void waitforthread(int i) function restorefs (line 511) | void restorefs() function sighandler (line 550) | void sighandler() function sighandler2 (line 563) | void sighandler2() function sigusr1_handler (line 569) | void sigusr1_handler() function sigwinch_handler (line 591) | void sigwinch_handler() function mangle2 (line 603) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 651) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 659) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 707) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 725) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 747) | long long write_inodes() function write_directories (line 783) | long long write_directories() function get_uid (line 819) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 836) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 856) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 1031) | void scan2_init_dir(struct directory *dir) function add_dir (line 1046) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1119) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct ... type fragment (line 1226) | struct fragment type sized_buf (line 1249) | struct sized_buf function ensure_fragments_flushed (line 1267) | void ensure_fragments_flushed() function write_fragment (line 1276) | void write_fragment() function frag_release (line 1298) | void frag_release(int block) type fragment (line 1307) | struct fragment type fragment (line 1308) | struct fragment type file_buffer (line 1308) | struct file_buffer type fragment (line 1310) | struct fragment type fragment (line 1319) | struct fragment type fragment (line 1319) | struct fragment function generic_write_table (line 1335) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1379) | long long write_fragment_table() function get_checksum (line 1410) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1423) | unsigned short get_checksum_disk(long long start, long long l) function get_checksum_buffer (line 1439) | unsigned short get_checksum_buffer(struct buffer_list *buffer_list, unsi... function get_checksum_mem (line 1457) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1463) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1475) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1509) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1521) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1540) | struct file_info type fragment (line 1540) | struct fragment type file_info (line 1542) | struct file_info type file_info (line 1544) | struct file_info type file_info (line 1544) | struct file_info type file_info (line 1565) | struct file_info type fragment (line 1565) | struct fragment type file_buffer (line 1565) | struct file_buffer type buffer_list (line 1565) | struct buffer_list type file_info (line 1567) | struct file_info type buffer_list (line 1595) | struct buffer_list function reader_read_file (line 1628) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1715) | void reader_scan(struct dir_info *dir) { type priority_entry (line 1747) | struct priority_entry type file_buffer (line 1769) | struct file_buffer function all_zero (line 1797) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 1825) | struct file_buffer type file_buffer (line 1826) | struct file_buffer type file_buffer (line 1854) | struct file_buffer type file_buffer (line 1855) | struct file_buffer type file_buffer (line 1879) | struct file_buffer function push_buffer (line 1881) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 1890) | struct file_buffer type queue (line 1890) | struct queue type file_buffer (line 1894) | struct file_buffer function progress_bar (line 1920) | int progress_bar(long long current, long long max, int columns) function write_file_empty (line 1945) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, in... function write_file_frag_dup (line 1956) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent,... function write_file_frag (line 1986) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_blocks (line 2021) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 2111) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2236) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, int *dup... type inode_info (line 2322) | struct inode_info type stat (line 2322) | struct stat type inode_info (line 2325) | struct inode_info type stat (line 2328) | struct stat type inode_info (line 2335) | struct inode_info type stat (line 2338) | struct stat function add_dir_entry (line 2358) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2379) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2388) | void sort_directory(struct dir_info *dir) type dir_info (line 2397) | struct dir_info type dir_info (line 2399) | struct dir_info type dir_info (line 2401) | struct dir_info function scan1_encomp_readdir (line 2417) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2453) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2484) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2498) | struct dir_ent type directory (line 2498) | struct directory type dir_info (line 2498) | struct dir_info function scan1_freedir (line 2512) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2519) | void scan2_freedir(struct directory *dir) function dir_scan (line 2527) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2576) | struct dir_info type pathnames (line 2576) | struct pathnames type dir_info (line 2576) | struct dir_info type dir_info (line 2578) | struct dir_info type stat (line 2579) | struct stat type pathnames (line 2581) | struct pathnames function dir_scan2 (line 2634) | void dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 2740) | unsigned int slog(unsigned int block) function old_excluded (line 2751) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 2769) | int old_add_exclude(char *path) function add_old_root_entry (line 2800) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 2813) | void initialise_threads() function write_inode_lookup_table (line 2881) | long long write_inode_lookup_table() function free_path (line 2926) | void free_path(struct pathname *paths) type pathname (line 2944) | struct pathname type pathname (line 2944) | struct pathname type pathname (line 2952) | struct pathname type path_entry (line 2966) | struct path_entry function add_exclude (line 3008) | void add_exclude(char *target) function display_path (line 3020) | void display_path(int depth, struct pathname *paths) function display_path2 (line 3036) | void display_path2(struct pathname *paths, char *string) type pathnames (line 3053) | struct pathnames type pathnames (line 3055) | struct pathnames type pathnames (line 3055) | struct pathnames type pathnames (line 3061) | struct pathnames type pathnames (line 3061) | struct pathnames type pathname (line 3061) | struct pathname type pathnames (line 3064) | struct pathnames type pathname (line 3064) | struct pathname function free_subdir (line 3071) | void free_subdir(struct pathnames *paths) function excluded (line 3077) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 3133) | void write_recovery_data(squashfs_super_block *sBlk) function read_recovery_data (line 3174) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 3242) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/read_fs.c type sqlzma_un (line 67) | struct sqlzma_un function read_block (line 69) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 114) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 352) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 489) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 528) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 568) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/squashfs_fs.h type meta_entry (line 206) | struct meta_entry { type meta_index (line 213) | struct meta_index { type squashfs_block_t (line 228) | typedef long long squashfs_block_t; type squashfs_inode_t (line 229) | typedef long long squashfs_inode_t; type squashfs_super_block (line 231) | struct squashfs_super_block { type squashfs_dir_index (line 260) | struct squashfs_dir_index { type squashfs_base_inode_header (line 275) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 279) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 284) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 290) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 297) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 306) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 316) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 325) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 337) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 338) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 339) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 340) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 341) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 342) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 343) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 344) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 347) | struct squashfs_dir_entry { type squashfs_dir_header (line 355) | struct squashfs_dir_header { type squashfs_fragment_entry (line 361) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 576) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 583) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 592) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 600) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 609) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 620) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 632) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 633) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 634) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 635) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 636) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 637) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_2 (line 697) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 704) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 711) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 718) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 726) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 735) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 748) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 759) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 773) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 774) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 775) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 776) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 777) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 778) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 779) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 782) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 787) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 794) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/unsquashfs.c type hash_table_entry (line 79) | struct hash_table_entry { type squashfs_operations (line 85) | typedef struct squashfs_operations { type inode (line 93) | struct inode { type test (line 111) | struct test { type hash_table_entry (line 124) | struct hash_table_entry type sqlzma_un (line 137) | struct sqlzma_un type test (line 152) | struct test function print_filename (line 193) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 252) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 271) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 285) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 305) | int read_block(long long start, long long *next, char *block) function read_data_block (line 359) | int read_data_block(long long start, unsigned int size, char *block) function read_block_list (line 391) | void read_block_list(unsigned int *block_list, char *block_ptr, int blocks) function read_block_list_1 (line 402) | void read_block_list_1(unsigned int *block_list, char *block_ptr, int bl... function uncompress_inode_table (line 419) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 439) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function read_uids_guids (line 465) | void read_uids_guids() function read_fragment_table (line 488) | void read_fragment_table() function read_fragment_table_2 (line 527) | void read_fragment_table_2() function read_fragment_table_1 (line 566) | void read_fragment_table_1() function write_block (line 611) | int write_block(int file_fd, char *buffer, int size) function write_file (line 645) | int write_file(long long file_size, char *pathname, unsigned int fragmen... type inode (line 727) | struct inode type inode (line 733) | struct inode function create_inode (line 871) | int create_inode(char *pathname, struct inode *i) type inode (line 969) | struct inode type inode (line 975) | struct inode type inode (line 1095) | struct inode type inode (line 1101) | struct inode function uncompress_directory_table (line 1223) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 1243) | struct dir_ent { type dir (line 1250) | struct dir { type dir (line 1261) | struct dir type inode (line 1268) | struct inode type dir_ent (line 1270) | struct dir_ent type dir (line 1271) | struct dir type dir (line 1294) | struct dir type dir_ent (line 1332) | struct dir_ent type dir (line 1353) | struct dir type inode (line 1360) | struct inode type dir_ent (line 1362) | struct dir_ent type dir (line 1363) | struct dir type dir (line 1386) | struct dir type dir_ent (line 1424) | struct dir_ent function squashfs_readdir (line 1445) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1461) | void squashfs_closedir(struct dir *dir) type path_entry (line 1482) | struct path_entry { type pathname (line 1488) | struct pathname { type pathnames (line 1493) | struct pathnames { function free_path (line 1499) | void free_path(struct pathname *paths) type pathname (line 1517) | struct pathname type pathname (line 1517) | struct pathname type pathname (line 1525) | struct pathname type path_entry (line 1539) | struct path_entry function display_path (line 1581) | void display_path(int depth, struct pathname *paths) function display_path2 (line 1597) | void display_path2(struct pathname *paths, char *string) type pathnames (line 1614) | struct pathnames type pathnames (line 1616) | struct pathnames type pathnames (line 1616) | struct pathnames type pathnames (line 1622) | struct pathnames type pathnames (line 1622) | struct pathnames type pathname (line 1622) | struct pathname type pathnames (line 1625) | struct pathnames type pathname (line 1625) | struct pathname function free_subdir (line 1632) | void free_subdir(struct pathnames *paths) function matches (line 1638) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function dir_scan (line 1687) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function squashfs_stat (line 1742) | void squashfs_stat(char *source) function read_super (line 1786) | int read_super(char *source) type pathname (line 1856) | struct pathname type pathname (line 1856) | struct pathname function main (line 1884) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method SetStream (line 9) | void SetStream(System.IO.Stream inStream); method Init (line 10) | void Init(); method ReleaseStream (line 11) | void ReleaseStream(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 21) | UInt32 GetMatches(UInt32[] distances); method Skip (line 22) | void Skip(UInt32 num); FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 34) | public void SetType(int numHashBytes) method SetStream (line 51) | public new void SetStream(System.IO.Stream stream) { base.SetStream(st... method ReleaseStream (line 52) | public new void ReleaseStream() { base.ReleaseStream(); } method Init (line 54) | public new void Init() method MovePos (line 63) | public new void MovePos() method GetIndexByte (line 72) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 74) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 77) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 79) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 118) | public UInt32 GetMatches(UInt32[] distances) method Skip (line 252) | public void Skip(UInt32 num) method NormalizeLinks (line 344) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public virtual void ReadBlock() method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method SetStream (line 81) | public void SetStream(System.IO.Stream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() method MovePos (line 93) | public void MovePos() method GetIndexByte (line 105) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 108) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 122) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 15) | public void Create(uint windowSize) method Init (line 27) | public void Init(System.IO.Stream stream, bool solid) method Train (line 39) | public bool Train(System.IO.Stream stream) method ReleaseStream (line 63) | public void ReleaseStream() method Flush (line 69) | public void Flush() method CopyBlock (line 80) | public void CopyBlock(uint distance, uint len) method PutByte (line 95) | public void PutByte(byte b) method GetByte (line 102) | public byte GetByte(uint distance) FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 198) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 230) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 349) | public void SetDecoderProperties(byte[] properties) method Train (line 367) | public bool Train(System.IO.Stream stream) FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method Encoder (line 21) | static Encoder() method GetPosSlot (line 35) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 44) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder type Encoder2 (line 70) | public struct Encoder2 method Create (line 74) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 76) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 78) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 89) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 108) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(UInt32 numPosStates) method Encode (line 196) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method SetPrices (line 220) | public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] p... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 252) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 259) | void UpdateTable(UInt32 posState) method UpdateTables (line 265) | public void UpdateTables(UInt32 numPosStates) method Encode (line 271) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method MovePos (line 446) | void MovePos(UInt32 num) method GetRepLen1Price (line 455) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetPureRepPrice (line 461) | UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posSt... method GetRepPrice (line 483) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 489) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 501) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 539) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1030) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(UInt32 posState) method Flush (line 1055) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1063) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1231) | void ReleaseMFStream() method SetOutStream (line 1240) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1241) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1273) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method WriteCoderProperties (line 1303) | public void WriteCoderProperties(System.IO.Stream outStream) method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method FindMatchFinder (line 1360) | static int FindMatchFinder(string s) method SetCoderProperties (line 1368) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method SetTrainSize (line 1474) | public void SetTrainSize(uint trainSize) FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class CDoubleStream (line 7) | public class CDoubleStream: Stream method Flush (line 23) | public override void Flush() { } method Read (line 24) | public override int Read(byte[] buffer, int offset, int count) method Write (line 46) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 50) | public override long Seek(long offset, System.IO.SeekOrigin origin) method SetLength (line 54) | public override void SetLength(long value) class LzmaAlone (line 60) | class LzmaAlone type Key (line 62) | enum Key method PrintHelp (line 79) | static void PrintHelp() method GetNumber (line 99) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 113) | static int IncorrectCommand() method Main2 (line 119) | static int Main2(string[] args) method Main (line 349) | [STAThread] FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 70) | public CBenchRandomGenerator() { } method Set (line 72) | public void Set(UInt32 bufferSize) method GetRndBit (line 78) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 79) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 84) | UInt32 GetOffset() method GetLen1 (line 90) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 91) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 92) | public void Generate() class CrcOutStream (line 120) | class CrcOutStream : System.IO.Stream method Init (line 123) | public void Init() { CRC.Init(); } method GetDigest (line 124) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 131) | public override void Flush() { } method Seek (line 132) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 133) | public override void SetLength(long value) { } method Read (line 134) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 136) | public override void WriteByte(byte b) method Write (line 140) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 146) | class CProgressInfo : ICodeProgress method Init (line 151) | public void Init() { InSize = 0; } method SetProgress (line 152) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 163) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 172) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 186) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedT... method GetDecompressRating (line 194) | static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, ... method GetTotalRating (line 200) | static UInt64 GetTotalRating( method PrintValue (line 210) | static void PrintValue(UInt64 v) method PrintRating (line 218) | static void PrintRating(UInt64 rating) method PrintResults (line 224) | static void PrintResults( method LzmaBenchmark (line 241) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-3.3-lzma/unuse/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow method SetType (line 34) | public void SetType(int numHashBytes) method Init (line 54) | public void Init() throws IOException method MovePos (line 63) | public void MovePos() throws IOException method Create (line 79) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 118) | public int GetMatches(int[] distances) throws IOException method Skip (line 252) | public void Skip(int num) throws IOException method NormalizeLinks (line 344) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public void ReadBlock() throws IOException method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 81) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method GetIndexByte (line 105) | public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset... method GetMatchLen (line 108) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 122) | public int GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 35) | static int GetPosSlot(int pos) method GetPosSlot2 (line 44) | static int GetPosSlot2(int pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder class Encoder2 (line 70) | class Encoder2 method Init (line 74) | public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitB... method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(int numPosStates) method Encode (line 196) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method SetPrices (line 220) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 252) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public int GetPrice(int symbol, int posState) method UpdateTable (line 259) | void UpdateTable(int posState) method UpdateTables (line 265) | public void UpdateTables(int numPosStates) method Encode (line 271) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 446) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 455) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 461) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 483) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 489) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int cur) method GetOptimum (line 539) | int GetOptimum(int position) throws IOException method ChangePair (line 1030) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(int posState) throws IOException method Flush (line 1055) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1063) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1240) | void ReleaseOutStream() method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1273) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1303) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method SetAlgorithm (line 1354) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1363) | public boolean SetDictionarySize(int dictionarySize) method SeNumFastBytes (line 1375) | public boolean SeNumFastBytes(int numFastBytes) method SetMatchFinder (line 1383) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1397) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1411) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() { Init(); } method Init (line 17) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 18) | public int GetRnd() class CBitRandomGenerator (line 26) | static class CBitRandomGenerator method Init (line 31) | public void Init() method GetRnd (line 36) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 56) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 65) | public CBenchRandomGenerator() { } method Set (line 66) | public void Set(int bufferSize) method GetRndBit (line 72) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 73) | int GetLogRandBits(int numBits) method GetOffset (line 78) | int GetOffset() method GetLen1 (line 84) | int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 85) | int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 86) | public void Generate() class CrcOutStream (line 114) | static class CrcOutStream extends java.io.OutputStream method Init (line 118) | public void Init() method GetDigest (line 122) | public int GetDigest() method write (line 126) | public void write(byte[] b) method write (line 130) | public void write(byte[] b, int off, int len) method write (line 134) | public void write(int b) class MyOutputStream (line 140) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 146) | public MyOutputStream(byte[] buffer) method reset (line 152) | public void reset() method write (line 157) | public void write(int b) throws IOException method size (line 164) | public int size() class MyInputStream (line 170) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 176) | public MyInputStream(byte[] buffer, int size) method reset (line 182) | public void reset() method read (line 187) | public int read() class CProgressInfo (line 195) | static class CProgressInfo implements ICodeProgress method Init (line 200) | public void Init() method SetProgress (line 202) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 213) | static int GetLogSize(int size) method MyMultDiv64 (line 222) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 236) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 244) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 250) | static long GetTotalRating( method PrintValue (line 260) | static void PrintValue(long v) method PrintRating (line 269) | static void PrintRating(long rating) method PrintResults (line 275) | static void PrintResults( method LzmaBenchmark (line 292) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/others/squashfs-3.3/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_1 (line 43) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 44) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 45) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 46) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 47) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 48) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 49) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_inode_header_1 (line 50) | typedef union squashfs_inode_header_1 squashfs_inode_header_1; type squashfs_dir_index_2 (line 54) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 55) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 56) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 57) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 58) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 59) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 60) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 61) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 62) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 63) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 64) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 65) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 66) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 69) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 70) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 71) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 72) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.3/mksquashfs.c type cached_dir_index (line 146) | struct cached_dir_index { type directory (line 151) | struct directory { type inode_info (line 165) | struct inode_info type file_info (line 168) | struct file_info type exclude_info (line 173) | struct exclude_info { type exclude_info (line 180) | struct exclude_info type stat (line 181) | struct stat type path_entry (line 183) | struct path_entry { type pathname (line 189) | struct pathname { type pathnames (line 194) | struct pathnames { type pathnames (line 200) | struct pathnames type pathname (line 201) | struct pathname type pathname (line 202) | struct pathname type pathnames (line 203) | struct pathnames type pathnames (line 203) | struct pathnames type file_buffer (line 207) | struct file_buffer type fragment (line 209) | struct fragment { type old_root_entry_info (line 229) | struct old_root_entry_info { type old_root_entry_info (line 235) | struct old_root_entry_info type file_info (line 238) | struct file_info { type allocator (line 283) | struct allocator { type file_buffer (line 292) | struct file_buffer { type queue (line 308) | struct queue { type buffer_list (line 321) | struct buffer_list { type allocator (line 327) | struct allocator type queue (line 328) | struct queue type dir_info (line 356) | struct dir_info type file_info (line 357) | struct file_info type fragment (line 357) | struct fragment type file_buffer (line 357) | struct file_buffer type buffer_list (line 357) | struct buffer_list type dir_info (line 358) | struct dir_info type pathnames (line 358) | struct pathnames type dir_info (line 358) | struct dir_info type dir_info (line 359) | struct dir_info type file_info (line 360) | struct file_info type fragment (line 360) | struct fragment type dir_info (line 361) | struct dir_info type stat (line 361) | struct stat type priority_entry (line 362) | struct priority_entry type allocator (line 365) | struct allocator type allocator (line 367) | struct allocator type allocator (line 367) | struct allocator type file_buffer (line 382) | struct file_buffer type allocator (line 382) | struct allocator type file_buffer (line 384) | struct file_buffer type file_buffer (line 391) | struct file_buffer type file_buffer (line 404) | struct file_buffer type allocator (line 404) | struct allocator type file_buffer (line 406) | struct file_buffer function alloc_free (line 416) | void alloc_free(struct file_buffer *file_buffer) type queue (line 439) | struct queue type queue (line 441) | struct queue type queue (line 441) | struct queue function queue_put (line 461) | void queue_put(struct queue *queue, void *data) type queue (line 477) | struct queue function waitforthread (line 497) | inline void waitforthread(int i) function restorefs (line 505) | void restorefs() function sighandler (line 543) | void sighandler() function sighandler2 (line 556) | void sighandler2() function sigusr1_handler (line 562) | void sigusr1_handler() function sigwinch_handler (line 584) | void sigwinch_handler() function mangle2 (line 596) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 657) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 665) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 713) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 731) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 753) | long long write_inodes() function write_directories (line 789) | long long write_directories() function get_uid (line 825) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 842) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 862) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 1037) | void scan2_init_dir(struct directory *dir) function add_dir (line 1052) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1125) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct ... type fragment (line 1232) | struct fragment function ensure_fragments_flushed (line 1273) | void ensure_fragments_flushed() function write_fragment (line 1282) | void write_fragment() function frag_release (line 1304) | void frag_release(int block) type fragment (line 1313) | struct fragment type fragment (line 1314) | struct fragment type file_buffer (line 1314) | struct file_buffer type fragment (line 1316) | struct fragment type fragment (line 1325) | struct fragment type fragment (line 1325) | struct fragment function generic_write_table (line 1341) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1385) | long long write_fragment_table() function get_checksum (line 1416) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1429) | unsigned short get_checksum_disk(long long start, long long l) function get_checksum_buffer (line 1445) | unsigned short get_checksum_buffer(struct buffer_list *buffer_list, unsi... function get_checksum_mem (line 1463) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1469) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1481) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1516) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1528) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1547) | struct file_info type fragment (line 1547) | struct fragment type file_info (line 1549) | struct file_info type file_info (line 1551) | struct file_info type file_info (line 1551) | struct file_info type file_info (line 1572) | struct file_info type fragment (line 1572) | struct fragment type file_buffer (line 1572) | struct file_buffer type buffer_list (line 1572) | struct buffer_list type file_info (line 1574) | struct file_info type buffer_list (line 1602) | struct buffer_list function reader_read_file (line 1635) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1720) | void reader_scan(struct dir_info *dir) { type priority_entry (line 1752) | struct priority_entry type file_buffer (line 1771) | struct file_buffer function all_zero (line 1799) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 1827) | struct file_buffer type file_buffer (line 1828) | struct file_buffer type file_buffer (line 1856) | struct file_buffer type file_buffer (line 1857) | struct file_buffer type file_buffer (line 1881) | struct file_buffer function push_buffer (line 1883) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 1892) | struct file_buffer type queue (line 1892) | struct queue type file_buffer (line 1896) | struct file_buffer function progress_bar (line 1922) | int progress_bar(long long current, long long max, int columns) function write_file_empty (line 1946) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, in... function write_file_frag_dup (line 1957) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent,... function write_file_frag (line 1988) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_blocks (line 2023) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 2114) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2239) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, int *dup... type inode_info (line 2324) | struct inode_info type stat (line 2324) | struct stat type inode_info (line 2327) | struct inode_info type stat (line 2330) | struct stat type inode_info (line 2337) | struct inode_info type stat (line 2340) | struct stat function add_dir_entry (line 2356) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2377) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2386) | void sort_directory(struct dir_info *dir) type dir_info (line 2395) | struct dir_info type dirent (line 2398) | struct dirent type dir_info (line 2399) | struct dir_info type dir_info (line 2401) | struct dir_info function scan1_encomp_readdir (line 2417) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2453) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2484) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2498) | struct dir_ent type directory (line 2498) | struct directory type dir_info (line 2498) | struct dir_info function scan1_freedir (line 2512) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2519) | void scan2_freedir(struct directory *dir) function dir_scan (line 2527) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2576) | struct dir_info type pathnames (line 2576) | struct pathnames type dir_info (line 2576) | struct dir_info type dir_info (line 2578) | struct dir_info type stat (line 2579) | struct stat type pathnames (line 2581) | struct pathnames function dir_scan2 (line 2637) | void dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 2746) | unsigned int slog(unsigned int block) function old_excluded (line 2757) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 2775) | int old_add_exclude(char *path) function add_old_root_entry (line 2806) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 2819) | void initialise_threads() function write_inode_lookup_table (line 2887) | long long write_inode_lookup_table() function free_path (line 2933) | void free_path(struct pathname *paths) type pathname (line 2951) | struct pathname type pathname (line 2951) | struct pathname type pathname (line 2959) | struct pathname type path_entry (line 2973) | struct path_entry function add_exclude (line 3014) | void add_exclude(char *target) function display_path (line 3026) | void display_path(int depth, struct pathname *paths) function display_path2 (line 3042) | void display_path2(struct pathname *paths, char *string) type pathnames (line 3059) | struct pathnames type pathnames (line 3061) | struct pathnames type pathnames (line 3061) | struct pathnames type pathnames (line 3067) | struct pathnames type pathnames (line 3067) | struct pathnames type pathname (line 3067) | struct pathname type pathnames (line 3070) | struct pathnames type pathname (line 3070) | struct pathname function free_subdir (line 3077) | void free_subdir(struct pathnames *paths) function excluded (line 3083) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 3139) | void write_recovery_data(squashfs_super_block *sBlk) function read_recovery_data (line 3180) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 3247) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.3/read_fs.c function read_block (line 66) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 110) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 348) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 473) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 512) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 552) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.3/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.3/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.3/squashfs_fs.h type meta_entry (line 206) | struct meta_entry { type meta_index (line 213) | struct meta_index { type squashfs_block_t (line 228) | typedef long long squashfs_block_t; type squashfs_inode_t (line 229) | typedef long long squashfs_inode_t; type squashfs_super_block (line 231) | struct squashfs_super_block { type squashfs_dir_index (line 260) | struct squashfs_dir_index { type squashfs_base_inode_header (line 275) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 279) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 284) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 290) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 297) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 306) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 316) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 325) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 337) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 338) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 339) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 340) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 341) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 342) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 343) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 344) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 347) | struct squashfs_dir_entry { type squashfs_dir_header (line 355) | struct squashfs_dir_header { type squashfs_fragment_entry (line 361) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 576) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 583) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 592) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 600) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 609) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 620) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 632) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 633) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 634) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 635) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 636) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 637) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_2 (line 697) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 704) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 711) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 718) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 726) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 735) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 748) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 759) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 773) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 774) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 775) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 776) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 777) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 778) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 779) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 782) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 787) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 794) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.3/unsquashfs.c type hash_table_entry (line 78) | struct hash_table_entry { type squashfs_operations (line 84) | typedef struct squashfs_operations { type inode (line 92) | struct inode { type test (line 110) | struct test { type hash_table_entry (line 123) | struct hash_table_entry type test (line 150) | struct test function print_filename (line 191) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 248) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 267) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 281) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 301) | int read_block(long long start, long long *next, char *block) function read_data_block (line 355) | int read_data_block(long long start, unsigned int size, char *block) function read_block_list (line 388) | void read_block_list(unsigned int *block_list, unsigned char *block_ptr,... function read_block_list_1 (line 399) | void read_block_list_1(unsigned int *block_list, unsigned char *block_pt... function uncompress_inode_table (line 416) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 436) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function read_uids_guids (line 462) | void read_uids_guids() function read_fragment_table (line 485) | void read_fragment_table() function read_fragment_table_2 (line 524) | void read_fragment_table_2() function read_fragment_table_1 (line 563) | void read_fragment_table_1() function write_block (line 608) | int write_block(int file_fd, char *buffer, int size) function write_file (line 642) | int write_file(long long file_size, char *pathname, unsigned int fragmen... type inode (line 717) | struct inode type inode (line 723) | struct inode function create_inode (line 861) | int create_inode(char *pathname, struct inode *i) type inode (line 959) | struct inode type inode (line 965) | struct inode type inode (line 1085) | struct inode type inode (line 1091) | struct inode function uncompress_directory_table (line 1213) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 1233) | struct dir_ent { type dir (line 1240) | struct dir { type dir (line 1251) | struct dir type inode (line 1258) | struct inode type dir_ent (line 1260) | struct dir_ent type dir (line 1261) | struct dir type dir (line 1284) | struct dir type dir_ent (line 1322) | struct dir_ent type dir (line 1343) | struct dir type inode (line 1350) | struct inode type dir_ent (line 1352) | struct dir_ent type dir (line 1353) | struct dir type dir (line 1376) | struct dir type dir_ent (line 1414) | struct dir_ent function squashfs_readdir (line 1435) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1451) | void squashfs_closedir(struct dir *dir) type path_entry (line 1472) | struct path_entry { type pathname (line 1478) | struct pathname { type pathnames (line 1483) | struct pathnames { function free_path (line 1489) | void free_path(struct pathname *paths) type pathname (line 1507) | struct pathname type pathname (line 1507) | struct pathname type pathname (line 1515) | struct pathname type path_entry (line 1529) | struct path_entry function display_path (line 1570) | void display_path(int depth, struct pathname *paths) function display_path2 (line 1586) | void display_path2(struct pathname *paths, char *string) type pathnames (line 1603) | struct pathnames type pathnames (line 1605) | struct pathnames type pathnames (line 1605) | struct pathnames type pathnames (line 1611) | struct pathnames type pathnames (line 1611) | struct pathnames type pathname (line 1611) | struct pathname type pathnames (line 1614) | struct pathnames type pathname (line 1614) | struct pathname function free_subdir (line 1621) | void free_subdir(struct pathnames *paths) function matches (line 1627) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function dir_scan (line 1676) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function squashfs_stat (line 1731) | void squashfs_stat(char *source) function read_super (line 1775) | int read_super(char *source) type pathname (line 1836) | struct pathname type pathname (line 1836) | struct pathname function main (line 1863) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.4-cisco/lzma/C/7zBuf.c function Buf_Init (line 8) | void Buf_Init(CBuf *p) function Buf_Create (line 14) | int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function Buf_Free (line 31) | void Buf_Free(CBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-3.4-cisco/lzma/C/7zBuf.h type CBuf (line 9) | typedef struct type CDynBuf (line 19) | typedef struct FILE: src/others/squashfs-3.4-cisco/lzma/C/7zBuf2.c function DynBuf_Construct (line 7) | void DynBuf_Construct(CDynBuf *p) function DynBuf_SeekToBeg (line 14) | void DynBuf_SeekToBeg(CDynBuf *p) function DynBuf_Write (line 19) | int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) function DynBuf_Free (line 39) | void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-3.4-cisco/lzma/C/7zCrc.c function CrcGenerateTable (line 11) | CrcGenerateTable(void) function UInt32 (line 24) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 32) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-3.4-cisco/lzma/C/7zFile.c function File_Construct (line 28) | void File_Construct(CSzFile *p) function WRes (line 37) | static WRes File_Open(CSzFile *p, const char *name, int writeMode) function WRes (line 52) | WRes InFile_Open(CSzFile *p, const char *name) { return File_Open(p, nam... function WRes (line 53) | WRes OutFile_Open(CSzFile *p, const char *name) { return File_Open(p, na... function WRes (line 55) | WRes File_Close(CSzFile *p) function WRes (line 76) | WRes File_Read(CSzFile *p, void *data, size_t *size) function WRes (line 111) | WRes File_Write(CSzFile *p, const void *data, size_t *size) function WRes (line 146) | WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin) function WRes (line 189) | WRes File_GetLength(CSzFile *p, UInt64 *length) function SRes (line 218) | static SRes FileSeqInStream_Read(void *pp, void *buf, size_t *size) function FileSeqInStream_CreateVTable (line 224) | void FileSeqInStream_CreateVTable(CFileSeqInStream *p) function SRes (line 232) | static SRes FileInStream_Read(void *pp, void *buf, size_t *size) function SRes (line 238) | static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) function FileInStream_CreateVTable (line 244) | void FileInStream_CreateVTable(CFileInStream *p) function FileOutStream_Write (line 253) | static size_t FileOutStream_Write(void *pp, const void *data, size_t size) function FileOutStream_CreateVTable (line 260) | void FileOutStream_CreateVTable(CFileOutStream *p) FILE: src/others/squashfs-3.4-cisco/lzma/C/7zFile.h type CSzFile (line 22) | typedef struct type CFileSeqInStream (line 48) | typedef struct type CFileInStream (line 57) | typedef struct type CFileOutStream (line 66) | typedef struct FILE: src/others/squashfs-3.4-cisco/lzma/C/7zStream.c function SRes (line 8) | SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRe... function SRes (line 22) | SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) function SRes (line 27) | SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf) function SRes (line 34) | SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset) function SRes (line 40) | SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) function SRes (line 50) | SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, S... function SRes (line 64) | SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) function SRes (line 69) | static SRes LookToRead_Look_Lookahead(void *pp, void **buf, size_t *size) function SRes (line 87) | static SRes LookToRead_Look_Exact(void *pp, void **buf, size_t *size) function SRes (line 106) | static SRes LookToRead_Skip(void *pp, size_t offset) function SRes (line 113) | static SRes LookToRead_Read(void *pp, void *buf, size_t *size) function SRes (line 127) | static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) function LookToRead_CreateVTable (line 134) | void LookToRead_CreateVTable(CLookToRead *p, int lookahead) function LookToRead_Init (line 144) | void LookToRead_Init(CLookToRead *p) function SRes (line 149) | static SRes SecToLook_Read(void *pp, void *buf, size_t *size) function SecToLook_CreateVTable (line 155) | void SecToLook_CreateVTable(CSecToLook *p) function SRes (line 160) | static SRes SecToRead_Read(void *pp, void *buf, size_t *size) function SecToRead_CreateVTable (line 166) | void SecToRead_CreateVTable(CSecToRead *p) FILE: src/others/squashfs-3.4-cisco/lzma/C/Alloc.c function MyFree (line 38) | void MyFree(void *address) function MidFree (line 59) | void MidFree(void *address) function SetLargePageSize (line 79) | void SetLargePageSize() function BigFree (line 115) | void BigFree(void *address) FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zAlloc.c function SzFree (line 34) | void SzFree(void *p, void *address) function SzFreeTemp (line 62) | void SzFreeTemp(void *p, void *address) FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zDecode.c function SRes (line 16) | static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStre... function SRes (line 64) | static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *o... function SRes (line 88) | SRes CheckSupportedFolder(const CSzFolder *f) function UInt64 (line 130) | UInt64 GetSum(const UInt64 *values, UInt32 index) function SRes (line 139) | SRes SzDecode2(const UInt64 *packSizes, const CSzFolder *folder, function SRes (line 243) | SRes SzDecode(const UInt64 *packSizes, const CSzFolder *folder, FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zExtract.c function SRes (line 8) | SRes SzAr_Extract( FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zHeader.h type EIdEnum (line 16) | enum EIdEnum FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zIn.c function SzArEx_Init (line 15) | void SzArEx_Init(CSzArEx *p) function SzArEx_Free (line 24) | void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) function SRes (line 56) | static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) function UInt64 (line 120) | UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, U... function SzArEx_GetFolderFullPackSize (line 126) | int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, U... function TestSignatureCandidate (line 178) | static int TestSignatureCandidate(Byte *testBytes) type CSzData (line 187) | typedef struct _CSzState function SRes (line 193) | static SRes SzReadByte(CSzData *sd, Byte *b) function SRes (line 202) | static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) function SRes (line 212) | static SRes SzReadUInt32(CSzData *sd, UInt32 *value) function SRes (line 225) | static SRes SzReadNumber(CSzData *sd, UInt64 *value) function SRes (line 248) | static SRes SzReadNumber32(CSzData *sd, UInt32 *value) function SRes (line 260) | static SRes SzReadID(CSzData *sd, UInt64 *value) function SRes (line 265) | static SRes SzSkeepDataSize(CSzData *sd, UInt64 size) function SRes (line 274) | static SRes SzSkeepData(CSzData *sd) function SRes (line 281) | static SRes SzReadArchiveProperties(CSzData *sd) function SRes (line 294) | static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute) function SRes (line 308) | static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISz... function SRes (line 327) | static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, IS... function SRes (line 340) | static SRes SzReadHashDigests( function SRes (line 358) | static SRes SzReadPackInfo( function SRes (line 406) | static SRes SzReadSwitch(CSzData *sd) function SRes (line 413) | static SRes SzGetNextFolderItem(CSzData *sd, CSzFolder *folder, ISzAlloc... function SRes (line 523) | static SRes SzReadUnpackInfo( function SRes (line 593) | static SRes SzReadSubStreamsInfo( function SRes (line 739) | static SRes SzReadStreamsInfo( function SRes (line 785) | static SRes SzReadFileNames(CSzData *sd, UInt32 numFiles, CSzFileItem *f... function SRes (line 860) | static SRes SzReadHeader2( function SRes (line 1010) | static SRes SzReadHeader( function SRes (line 1035) | static SRes SzReadAndDecodePackedStreams2( function SRes (line 1079) | static SRes SzReadAndDecodePackedStreams( function SRes (line 1102) | static SRes SzArEx_Open2( function SRes (line 1198) | SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMai... FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zIn.h type CSzArEx (line 10) | typedef struct FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zItem.c function SzCoderInfo_Init (line 6) | void SzCoderInfo_Init(CSzCoderInfo *p) function SzCoderInfo_Free (line 11) | void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc) function SzFolder_Init (line 17) | void SzFolder_Init(CSzFolder *p) function SzFolder_Free (line 31) | void SzFolder_Free(CSzFolder *p, ISzAlloc *alloc) function UInt32 (line 44) | UInt32 SzFolder_GetNumOutStreams(CSzFolder *p) function SzFolder_FindBindPairForInStream (line 53) | int SzFolder_FindBindPairForInStream(CSzFolder *p, UInt32 inStreamIndex) function SzFolder_FindBindPairForOutStream (line 63) | int SzFolder_FindBindPairForOutStream(CSzFolder *p, UInt32 outStreamIndex) function UInt64 (line 72) | UInt64 SzFolder_GetUnpackSize(CSzFolder *p) function SzFile_Init (line 84) | void SzFile_Init(CSzFileItem *p) function SzFile_Free (line 94) | static void SzFile_Free(CSzFileItem *p, ISzAlloc *alloc) function SzAr_Init (line 100) | void SzAr_Init(CSzAr *p) function SzAr_Free (line 112) | void SzAr_Free(CSzAr *p, ISzAlloc *alloc) FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zItem.h type CSzCoderInfo (line 9) | typedef struct type CBindPair (line 20) | typedef struct type CSzFolder (line 26) | typedef struct type CNtfsFileTime (line 47) | typedef struct type CSzFileItem (line 53) | typedef struct type CSzAr (line 69) | typedef struct FILE: src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zMain.c function ConvertNumberToString (line 16) | static void ConvertNumberToString(UInt64 value, char *s) function ConvertFileTimeToString (line 36) | static void ConvertFileTimeToString(CNtfsFileTime *ft, char *s) function PrintError (line 87) | void PrintError(char *sz) function main (line 92) | int MY_CDECL main(int numargs, char *args[]) FILE: src/others/squashfs-3.4-cisco/lzma/C/Bcj2.c function Bcj2_Decode (line 33) | int Bcj2_Decode( FILE: src/others/squashfs-3.4-cisco/lzma/C/Bra.c function SizeT (line 6) | SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 33) | SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 69) | SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 99) | SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-3.4-cisco/lzma/C/Bra86.c function SizeT (line 11) | SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int ... FILE: src/others/squashfs-3.4-cisco/lzma/C/BraIA64.c function SizeT (line 14) | SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-3.4-cisco/lzma/C/LzFind.c function LzInWindow_Free (line 17) | static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 28) | static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISz... function Byte (line 45) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 46) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 48) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 50) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 57) | static void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 81) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 89) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 95) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 103) | static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 110) | static void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 122) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 140) | static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *a... function MatchFinder_Free (line 146) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 152) | static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 160) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 236) | static void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 261) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 275) | static UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 280) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 294) | static void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 301) | static void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 312) | static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt... function UInt32 (line 343) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 398) | static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos... function MatchFinder_MovePos (line 455) | static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 474) | static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 485) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 496) | static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 529) | static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 576) | static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 625) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 637) | static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 650) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 663) | static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 678) | static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 694) | static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 711) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 725) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-3.4-cisco/lzma/C/LzFind.h type UInt32 (line 9) | typedef UInt32 CLzRef; type CMatchFinder (line 11) | typedef struct _CMatchFinder type Byte (line 83) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 84) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 85) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 86) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 89) | typedef struct _IMatchFinder FILE: src/others/squashfs-3.4-cisco/lzma/C/LzFindMt.c function MtSync_Construct (line 8) | void MtSync_Construct(CMtSync *p) function MtSync_GetNextBlock (line 21) | void MtSync_GetNextBlock(CMtSync *p) function MtSync_StopWriting (line 49) | void MtSync_StopWriting(CMtSync *p) function MtSync_Destruct (line 72) | void MtSync_Destruct(CMtSync *p) function SRes (line 100) | static SRes MtSync_Create2(CMtSync *p, unsigned (MY_STD_CALL *startAddre... function SRes (line 122) | static SRes MtSync_Create(CMtSync *p, unsigned (MY_STD_CALL *startAddres... function MtSync_Init (line 130) | void MtSync_Init(CMtSync *p) { p->needStart = True; } function HashThreadFunc (line 148) | void HashThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_GetNextBlock_Hash (line 218) | void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) function Int32 (line 234) | Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte ... function BtGetMatches (line 311) | void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) function BtFillBlock (line 380) | void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function BtThreadFunc (line 405) | void BtThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_Construct (line 431) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 438) | void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) function MatchFinderMt_Destruct (line 444) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) function HashThreadFunc2 (line 454) | static unsigned MY_STD_CALL HashThreadFunc2(void *p) { HashThreadFunc((C... function BtThreadFunc2 (line 455) | static unsigned MY_STD_CALL BtThreadFunc2(void *p) function SRes (line 465) | SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function MatchFinderMt_Init (line 490) | void MatchFinderMt_Init(CMatchFinderMt *p) function MatchFinderMt_ReleaseStream (line 515) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function MatchFinderMt_Normalize (line 521) | void MatchFinderMt_Normalize(CMatchFinderMt *p) function MatchFinderMt_GetNextBlock_Bt (line 527) | void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) function Byte (line 539) | const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) function UInt32 (line 546) | UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) function Byte (line 552) | Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) function UInt32 (line 557) | UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 577) | UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 667) | UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) function UInt32 (line 685) | UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) function MatchFinderMt0_Skip (line 718) | void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) FILE: src/others/squashfs-3.4-cisco/lzma/C/LzFindMt.h type CMtSync (line 18) | typedef struct _CMtSync type UInt32 (line 37) | typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *... type CMatchFinderMt (line 45) | typedef struct _CMatchFinderMt FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaDec.c function LzmaDec_DecodeReal (line 137) | static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, con... function LzmaDec_WriteRem (line 436) | static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 462) | static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, co... type ELzmaDummy (line 487) | typedef enum function ELzmaDummy (line 495) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, S... function IF_BIT_0_CHECK (line 608) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 619) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitRc (line 686) | static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data) function LzmaDec_InitDicAndState (line 693) | void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) function LzmaDec_Init (line 709) | void LzmaDec_Init(CLzmaDec *p) function LzmaDec_InitStateReal (line 715) | static void LzmaDec_InitStateReal(CLzmaDec *p) function SRes (line 727) | SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, S... function SRes (line 848) | SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const ... function LzmaDec_FreeProbs (line 888) | void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_FreeDict (line 894) | static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_Free (line 900) | void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) function SRes (line 906) | SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function SRes (line 932) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 946) | SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned prop... function SRes (line 955) | SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize... function SRes (line 977) | SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaDec.h type CLzmaProps (line 24) | typedef struct _CLzmaProps type CLzmaDec (line 46) | typedef struct type ELzmaFinishMode (line 75) | typedef enum type ELzmaStatus (line 96) | typedef enum FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaEnc.c function LzmaEncProps_Init (line 45) | void LzmaEncProps_Init(CLzmaEncProps *p) function LzmaEncProps_Normalize (line 53) | void LzmaEncProps_Normalize(CLzmaEncProps *p) function UInt32 (line 76) | UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) function UInt32 (line 93) | UInt32 GetPosSlot1(UInt32 pos) function LzmaEnc_FastPosInit (line 107) | void LzmaEnc_FastPosInit(Byte *g_FastPos) type CState (line 140) | typedef unsigned CState; type COptimal (line 142) | typedef struct _COptimal type CLenEnc (line 204) | typedef struct type CLenPriceEnc (line 213) | typedef struct type CRangeEnc (line 221) | typedef struct _CRangeEnc type CSeqInStreamBuf (line 235) | typedef struct _CSeqInStreamBuf function SRes (line 242) | static SRes MyRead(void *pp, void *data, size_t *size) type CSaveState (line 255) | typedef struct type CLzmaEnc (line 277) | typedef struct _CLzmaEnc function LzmaEnc_SaveState (line 360) | void LzmaEnc_SaveState(CLzmaEncHandle pp) function LzmaEnc_RestoreState (line 386) | void LzmaEnc_RestoreState(CLzmaEncHandle pp) function SRes (line 412) | SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) function RangeEnc_Construct (line 477) | static void RangeEnc_Construct(CRangeEnc *p) function RangeEnc_Alloc (line 486) | static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Free (line 498) | static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Init (line 504) | static void RangeEnc_Init(CRangeEnc *p) function RangeEnc_FlushStream (line 518) | static void RangeEnc_FlushStream(CRangeEnc *p) function RangeEnc_ShiftLow (line 530) | static void MY_FAST_CALL RangeEnc_ShiftLow(CRangeEnc *p) function RangeEnc_FlushData (line 551) | static void RangeEnc_FlushData(CRangeEnc *p) function RangeEnc_EncodeDirectBits (line 558) | static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int nu... function RangeEnc_EncodeBit (line 573) | static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 sym... function LitEnc_Encode (line 596) | static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) function LitEnc_EncodeMatched (line 607) | static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 ... function LzmaEnc_InitPriceTables (line 621) | void LzmaEnc_InitPriceTables(UInt32 *ProbPrices) function UInt32 (line 657) | static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UIn... function UInt32 (line 670) | static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symb... function RcTree_Encode (line 687) | static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLev... function RcTree_ReverseEncode (line 701) | static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int nu... function UInt32 (line 714) | static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, ... function UInt32 (line 726) | static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitL... function LenEnc_Init (line 742) | static void LenEnc_Init(CLenEnc *p) function LenEnc_Encode (line 754) | static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt... function LenEnc_SetPrices (line 777) | static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymb... function LenPriceEnc_UpdateTable (line 800) | static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32... function LenPriceEnc_UpdateTables (line 806) | static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosState... function LenEnc_Encode2 (line 813) | static void LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol... function MovePos (line 824) | static void MovePos(CLzmaEnc *p, UInt32 num) function UInt32 (line 837) | static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function UInt32 (line 877) | static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) function UInt32 (line 884) | static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state... function UInt32 (line 906) | static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt... function UInt32 (line 912) | static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) function UInt32 (line 950) | static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) function UInt32 (line 1510) | static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) function WriteEndMarker (line 1618) | static void WriteEndMarker(CLzmaEnc *p, UInt32 posState) function SRes (line 1631) | static SRes CheckErrors(CLzmaEnc *p) function SRes (line 1644) | static SRes Flush(CLzmaEnc *p, UInt32 nowPos) function FillAlignPrices (line 1655) | static void FillAlignPrices(CLzmaEnc *p) function FillDistancesPrices (line 1663) | static void FillDistancesPrices(CLzmaEnc *p) function LzmaEnc_Construct (line 1697) | void LzmaEnc_Construct(CLzmaEnc *p) function CLzmaEncHandle (line 1721) | CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) function LzmaEnc_FreeLits (line 1730) | void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) function LzmaEnc_Destruct (line 1738) | void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) function LzmaEnc_Destroy (line 1748) | void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) function SRes (line 1754) | static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 max... function SRes (line 1919) | static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *... function LzmaEnc_Init (line 1969) | void LzmaEnc_Init(CLzmaEnc *p) function LzmaEnc_InitPrices (line 2027) | void LzmaEnc_InitPrices(CLzmaEnc *p) function SRes (line 2042) | static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISz... function SRes (line 2059) | static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, I... function SRes (line 2068) | SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, function LzmaEnc_SetInputBuf (line 2077) | static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) function SRes (line 2084) | SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, function LzmaEnc_Finish (line 2093) | void LzmaEnc_Finish(CLzmaEncHandle pp) type CSeqOutStreamBuf (line 2104) | typedef struct _CSeqOutStreamBuf function MyWrite (line 2112) | static size_t MyWrite(void *pp, const void *data, size_t size) function UInt32 (line 2127) | UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle pp) function Byte (line 2133) | const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp) function SRes (line 2139) | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit, function SRes (line 2173) | SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInS... function SRes (line 2207) | SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) function SRes (line 2236) | SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, co... function SRes (line 2261) | SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaEnc.h type CLzmaEncProps (line 11) | typedef struct _CLzmaEncProps FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaLib.c function SzFree (line 12) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function MY_STDAPI (line 15) | MY_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsi... function MY_STDAPI (line 41) | MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const un... FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLibExports.c function BOOL (line 6) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Dec.c function SzFree (line 16) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function SRes (line 19) | SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackS... function SRes (line 30) | SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *s... FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Enc.c function SzFree (line 17) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function Lzma86_Encode (line 23) | int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t s... FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Enc.h type ESzFilterMode (line 62) | enum ESzFilterMode FILE: src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/LzmaUtil.c function SzFree (line 22) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function PrintHelp (line 25) | void PrintHelp(char *buffer) function PrintError (line 33) | int PrintError(char *buffer, const char *message) function PrintErrorNumber (line 41) | int PrintErrorNumber(char *buffer, SRes val) function PrintUserError (line 47) | int PrintUserError(char *buffer) function SRes (line 55) | static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStr... function SRes (line 108) | static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) function SRes (line 134) | static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UIn... function main2 (line 170) | int main2(int numArgs, const char *args[], char *rs) function main (line 248) | int MY_CDECL main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.4-cisco/lzma/C/Threads.c function WRes (line 9) | static WRes GetError() function WRes (line 15) | WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } function WRes (line 16) | WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } function WRes (line 18) | static WRes MyCloseHandle(HANDLE *h) function WRes (line 27) | WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CA... function WRes (line 37) | WRes WaitObject(HANDLE h) function WRes (line 42) | WRes Thread_Wait(CThread *thread) function WRes (line 49) | WRes Thread_Close(CThread *thread) function WRes (line 54) | WRes Event_Create(CEvent *p, BOOL manualReset, int initialSignaled) function WRes (line 60) | WRes ManualResetEvent_Create(CManualResetEvent *p, int initialSignaled) function WRes (line 62) | WRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function WRes (line 65) | WRes AutoResetEvent_Create(CAutoResetEvent *p, int initialSignaled) function WRes (line 67) | WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function WRes (line 70) | WRes Event_Set(CEvent *p) { return BOOLToWRes(SetEvent(p->handle)); } function WRes (line 71) | WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(p->handle)); } function WRes (line 72) | WRes Event_Wait(CEvent *p) { return WaitObject(p->handle); } function WRes (line 73) | WRes Event_Close(CEvent *p) { return MyCloseHandle(&p->handle); } function WRes (line 76) | WRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCo... function WRes (line 82) | WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousC... function WRes (line 86) | WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function WRes (line 90) | WRes Semaphore_Release1(CSemaphore *p) function WRes (line 95) | WRes Semaphore_Wait(CSemaphore *p) { return WaitObject(p->handle); } function WRes (line 96) | WRes Semaphore_Close(CSemaphore *p) { return MyCloseHandle(&p->handle); } function WRes (line 98) | WRes CriticalSection_Init(CCriticalSection *p) FILE: src/others/squashfs-3.4-cisco/lzma/C/Threads.h type CThread (line 9) | typedef struct _CThread type THREAD_FUNC_RET_TYPE (line 17) | typedef unsigned THREAD_FUNC_RET_TYPE; type CEvent (line 25) | typedef struct _CEvent type CEvent (line 30) | typedef CEvent CAutoResetEvent; type CEvent (line 31) | typedef CEvent CManualResetEvent; type CSemaphore (line 46) | typedef struct _CSemaphore type CRITICAL_SECTION (line 60) | typedef CRITICAL_SECTION CCriticalSection; FILE: src/others/squashfs-3.4-cisco/lzma/C/Types.h type SRes (line 31) | typedef int SRes; type DWORD (line 34) | typedef DWORD WRes; type WRes (line 36) | typedef int WRes; type Byte (line 43) | typedef unsigned char Byte; type Int16 (line 44) | typedef short Int16; type UInt16 (line 45) | typedef unsigned short UInt16; type Int32 (line 48) | typedef long Int32; type UInt32 (line 49) | typedef unsigned long UInt32; type Int32 (line 51) | typedef int Int32; type UInt32 (line 52) | typedef unsigned int UInt32; type Int64 (line 60) | typedef long Int64; type UInt64 (line 61) | typedef unsigned long UInt64; type __int64 (line 66) | typedef __int64 Int64; type UInt64 (line 67) | typedef unsigned __int64 UInt64; type Int64 (line 69) | typedef long long int Int64; type UInt64 (line 70) | typedef unsigned long long int UInt64; type UInt32 (line 76) | typedef UInt32 SizeT; type SizeT (line 78) | typedef size_t SizeT; type Bool (line 81) | typedef int Bool; type ISeqInStream (line 109) | typedef struct type ISeqOutStream (line 121) | typedef struct type ESzSeek (line 128) | typedef enum type ISeekInStream (line 135) | typedef struct type ILookInStream (line 141) | typedef struct type CLookToRead (line 164) | typedef struct type CSecToLook (line 176) | typedef struct type CSecToRead (line 184) | typedef struct type ICompressProgress (line 192) | typedef struct type ISzAlloc (line 199) | typedef struct FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 12) | namespace NArchive { type N7z (line 13) | namespace N7z { function ConvertFolderItemInfoToBindInfo (line 15) | static void ConvertFolderItemInfoToBindInfo(const CFolder &folder, function AreCodersEqual (line 44) | static bool AreCodersEqual(const NCoderMixer::CCoderStreamsInfo &a1, function AreBindPairsEqual (line 51) | static bool AreBindPairsEqual(const NCoderMixer::CBindPair &a1, cons... function AreBindInfoExEqual (line 57) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function HRESULT (line 89) | HRESULT CDecoder::Decode( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function ConvertBindInfoToFolderItemInfo (line 23) | static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBind... function HRESULT (line 53) | HRESULT CEncoder::CreateMixerCoder( function HRESULT (line 136) | HRESULT CEncoder::Encode( function HRESULT (line 297) | HRESULT CEncoder::EncoderConstr() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zExtract.cpp type CExtractFolderInfo (line 18) | struct CExtractFolderInfo FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 30) | HRESULT CFolderInStream::OpenStream() function HRESULT (line 72) | HRESULT CFolderInStream::CloseStream() function STDMETHODIMP (line 83) | STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 113) | STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace N7z { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 16) | HRESULT CFolderOutStream::Init( function HRESULT (line 40) | HRESULT CFolderOutStream::OpenFile() function HRESULT (line 66) | HRESULT CFolderOutStream::WriteEmptyFiles() function STDMETHODIMP (line 81) | STDMETHODIMP CFolderOutStream::Write(const void *data, function HRESULT (line 137) | HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult) function HRESULT (line 157) | HRESULT CFolderOutStream::WasWritingFinished() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandler.cpp function STDMETHODIMP (line 52) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function IMP_IInArchive_ArcProps_NO (line 60) | IMP_IInArchive_ArcProps_NO function STDMETHODIMP (line 67) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, function SetPropFromUInt64Def (line 133) | static void SetPropFromUInt64Def(CUInt64DefVector &v, int index, NCOM::C... function UString (line 147) | static UString ConvertUInt32ToString(UInt32 value) function UString (line 154) | static UString GetStringForSizeValue(UInt32 value) function wchar_t (line 182) | static wchar_t GetHex(Byte value) function UString (line 186) | static inline UString GetHex2(Byte value) function STDMETHODIMP (line 211) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVAR... function STDMETHODIMP (line 401) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 452) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 464) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVA... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 18) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 21) | namespace NArchive { type N7z (line 22) | namespace N7z { function IsCopyMethod (line 34) | static inline bool IsCopyMethod(const UString &methodName) function STDMETHODIMP (line 37) | STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) function HRESULT (line 43) | HRESULT CHandler::SetPassword(CCompressionMethodMode &methodMode, function HRESULT (line 68) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 122) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 188) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int i... function STDMETHODIMP (line 206) | STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 416) | static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UI... function HRESULT (line 434) | static HRESULT GetBindInfo(UString &srcString, CBind &bind) function STDMETHODIMP (line 446) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PR... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 6) | namespace NArchive { type N7z (line 7) | namespace N7z { class SignatureInitializer (line 14) | class SignatureInitializer method SignatureInitializer (line 17) | SignatureInitializer() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zIn.cpp type NArchive (line 26) | namespace NArchive { type N7z (line 27) | namespace N7z { function BoolVector_Fill_False (line 29) | static void BoolVector_Fill_False(CBoolVector &v, int size) function BoolVector_GetAndSet (line 37) | static bool BoolVector_GetAndSet(CBoolVector &v, UInt32 index) class CInArchiveException (line 109) | class CInArchiveException {} function ThrowException (line 111) | static void ThrowException() { throw CInArchiveException(); } function ThrowEndOfData (line 112) | static inline void ThrowEndOfData() { ThrowException(); } function ThrowUnsupported (line 113) | static inline void ThrowUnsupported() { ThrowException(); } function ThrowIncorrect (line 114) | static inline void ThrowIncorrect() { ThrowException(); } function ThrowUnsupportedVersion (line 115) | static inline void ThrowUnsupportedVersion() { ThrowException(); } class CStreamSwitch (line 138) | class CStreamSwitch method CStreamSwitch (line 143) | CStreamSwitch(): _needRemove(false) {} function Byte (line 186) | Byte CInByte2::ReadByte() function UInt64 (line 213) | UInt64 CInByte2::ReadNumber() function CNum (line 236) | CNum CInByte2::ReadNum() function UInt32 (line 244) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 253) | UInt64 CInByte2::ReadUInt64() function TestSignatureCandidate (line 286) | static inline bool TestSignatureCandidate(const Byte *p) function HRESULT (line 294) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 345) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 766) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 848) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1121) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1240) | HRESULT CInArchive::ReadDatabase( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zIn.h function namespace (line 16) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zItem.h function namespace (line 13) | namespace NArchive { type CFileItem (line 132) | struct CFileItem function IsItemAnti (line 244) | bool IsItemAnti(int index) const { return (index < IsAnti.Size() && IsAn... function SetItemAnti (line 245) | void SetItemAnti(int index, bool isAnti) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zOut.cpp function HRESULT (line 15) | static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data... type NArchive (line 30) | namespace NArchive { type N7z (line 31) | namespace N7z { function HRESULT (line 33) | HRESULT COutArchive::WriteDirect(const void *data, UInt32 size) function HRESULT (line 38) | HRESULT COutArchive::WriteSignature() function HRESULT (line 48) | HRESULT COutArchive::WriteFinishSignature() function SetUInt32 (line 59) | static void SetUInt32(Byte *p, UInt32 d) function SetUInt64 (line 65) | static void SetUInt64(Byte *p, UInt64 d) function HRESULT (line 71) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 82) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 99) | HRESULT COutArchive::Create(ISequentialOutStream *stream, bool endMa... function HRESULT (line 144) | HRESULT COutArchive::SkeepPrefixArchiveHeader() function UInt64 (line 153) | UInt64 COutArchive::GetPos() const function UInt32 (line 229) | static UInt32 GetBigNumberSize(UInt64 value) function UInt32 (line 239) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 257) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function HRESULT (line 544) | HRESULT COutArchive::EncodeStream( function HRESULT (line 563) | HRESULT COutArchive::EncodeStream( function HRESULT (line 752) | HRESULT COutArchive::WriteDatabase( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zOut.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 11) | namespace NArchive { type N7z (line 12) | namespace N7z { type CPropMap (line 14) | struct CPropMap function FindPropInMap (line 53) | static int FindPropInMap(UInt64 filePropID) function CopyOneItem (line 61) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 73) | static void RemoveOneItem(CRecordVector &src, UInt32 item) function InsertToHead (line 83) | static void InsertToHead(CRecordVector &dest, UInt32 item) function STDMETHODIMP (line 143) | STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) function STDMETHODIMP (line 149) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PRO... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function IOutArchive (line 10) | static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size... function STDMETHODIMP (line 17) | STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 18) | namespace NArchive { type N7z (line 19) | namespace N7z { function HRESULT (line 26) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... function GetReverseSlashPos (line 41) | static int GetReverseSlashPos(const UString &name) function UString (line 60) | UString CUpdateItem::GetExtension() const function CompareBuffers (line 67) | static int CompareBuffers(const CByteBuffer &a1, const CByteBuffer &a2) function CompareCoders (line 77) | static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) function CompareBindPairs (line 85) | static int CompareBindPairs(const CBindPair &b1, const CBindPair &b2) function CompareFolders (line 91) | static int CompareFolders(const CFolder &f1, const CFolder &f2) function CompareFiles (line 107) | static int CompareFiles(const CFileItem &f1, const CFileItem &f2) function CompareFolderRefs (line 112) | static int CompareFolderRefs(const int *p1, const int *p2, void *param) function CompareEmptyItems (line 132) | static int CompareEmptyItems(const int *p1, const int *p2, void *param) function GetExtIndex (line 181) | int GetExtIndex(const char *ext) type CRefItem (line 214) | struct CRefItem method CRefItem (line 221) | CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType): function CompareUpdateItems (line 261) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 291) | struct CSolidGroup function IsExeFile (line 306) | static bool IsExeFile(const UString &ext) function GetMethodFull (line 318) | static bool GetMethodFull(UInt64 methodID, function MakeExeMethod (line 327) | static bool MakeExeMethod(const CCompressionMethodMode &method, function SplitFilesToGroups (line 399) | static void SplitFilesToGroups( function FromUpdateItemToFileItem (line 447) | static void FromUpdateItemToFileItem(const CUpdateItem &ui, function HRESULT (line 465) | static HRESULT Update2( function HRESULT (line 803) | HRESULT Update( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 17) | void RegisterArc(const CArcInfo *arcInfo) function HRESULT (line 28) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 35) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 40) | int FindFormatCalssId(const GUID *clsID) function STDAPI (line 53) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 83) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 121) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 126) | STDAPI GetNumberOfFormats(UINT32 *numFormats) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 94) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2.h function namespace (line 11) | namespace NCoderMixer { function class (line 127) | class CBindReverseConverter type CCoderInfo2 (line 142) | struct CCoderInfo2 function class (line 164) | class CCoderMixer2 FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 52) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... function HRESULT (line 82) | HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo) function HRESULT (line 121) | HRESULT CCoderMixer2MT::Init(ISequentialInStream **inStreams, ISequent... function HRESULT (line 170) | HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code) function STDMETHODIMP (line 178) | STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h function namespace (line 11) | namespace NCoderMixer { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, co... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h function HRes (line 21) | HRes Create() function Init (line 26) | void Init() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/DummyOutStream.h function ReleaseStream (line 17) | void ReleaseStream() { _stream.Release(); } function Init (line 18) | void Init() { _size = 0; } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 21) | namespace NArchive { function AreEqual (line 82) | static bool AreEqual(const UString &methodName, const wchar_t *s) function IsLZMAMethod (line 85) | static inline bool IsLZMAMethod(const UString &methodName) function IsBZip2Method (line 92) | static inline bool IsBZip2Method(const UString &methodName) function IsPpmdMethod (line 95) | static inline bool IsPpmdMethod(const UString &methodName) function IsDeflateMethod (line 98) | static inline bool IsDeflateMethod(const UString &methodName) type CNameToPropID (line 105) | struct CNameToPropID function ConvertProperty (line 128) | static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM... function FindPropIdFromStringName (line 157) | static int FindPropIdFromStringName(const UString &name) function SetOneMethodProp (line 165) | static void SetOneMethodProp(COneMethodInfo &oneMethodInfo, PROPID pro... function SplitParams (line 273) | static void SplitParams(const UString &srcString, UStringVector &subSt... function SplitParam (line 294) | static void SplitParam(const UString ¶m, UString &name, UString &v... function HRESULT (line 316) | HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const USt... function HRESULT (line 365) | HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const US... function HRESULT (line 381) | HRESULT COutHandler::SetSolidSettings(const UString &s) function HRESULT (line 431) | HRESULT COutHandler::SetSolidSettings(const PROPVARIANT &value) function HRESULT (line 491) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVA... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 20) | STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 33) | STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h function Init (line 29) | void Init() function ReleaseStream (line 35) | void ReleaseStream() { _stream.Release(); } function Init (line 57) | void Init() function ReleaseStream (line 63) | void ReleaseStream() { _stream.Release(); } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 13) | UString MakeLegalName(const UString &name) function UString (line 20) | UString GetOSName(const UString &name) function UString (line 27) | UString GetOSName2(const UString &name) function HasTailSlash (line 37) | bool HasTailSlash(const AString &name, UINT codePage) function UString (line 51) | UString WinNameToOSName(const UString &name) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/MultiStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 36) | STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/MultiStream.h type CSubStreamInfo (line 19) | struct CSubStreamInfo function Init (line 26) | void Init() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitCRC (line 33) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp function HRESULT (line 10) | HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UIn... function HRESULT (line 40) | HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &d... function HRESULT (line 81) | HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT ... function StringToBool (line 100) | bool StringToBool(const UString &s, bool &res) function HRESULT (line 115) | HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value) function ParseStringToUInt32 (line 136) | int ParseStringToUInt32(const UString &srcString, UInt32 &number) function HRESULT (line 150) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/DllExports2.cpp function IsItWindowsNT (line 24) | static bool IsItWindowsNT() function BOOL (line 36) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpRese... function STDAPI (line 61) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 76) | STDAPI SetLargePageMode() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/IArchive.h function namespace (line 13) | namespace NFileTimeType function namespace (line 23) | namespace NArchive function STDMETHOD (line 86) | STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, In... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp function IInArchive (line 9) | static IInArchive *CreateArc() { return new NArchive::NLzma::CHandler; } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp type NArchive (line 7) | namespace NArchive { type NLzma (line 8) | namespace NLzma { function HRESULT (line 13) | HRESULT CDecoder::Code( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp type NArchive (line 20) | namespace NArchive { type NLzma (line 21) | namespace NLzma { function IMP_IInArchive_Props (line 30) | IMP_IInArchive_Props function ConvertUInt32ToString (line 39) | static void ConvertUInt32ToString(UInt32 value, wchar_t *s) function DictSizeToString (line 44) | static void DictSizeToString(UInt32 value, wchar_t *s) function MyStrCat (line 69) | static void MyStrCat(wchar_t *d, const wchar_t *s) function STDMETHODIMP (line 74) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PRO... function STDMETHODIMP (line 114) | STDMETHODIMP CHandler::Open(IInStream *inStream, function STDMETHODIMP (line 139) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 146) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp type NArchive (line 9) | namespace NArchive { type NLzma (line 10) | namespace NLzma { function CheckDictSize (line 12) | static bool CheckDictSize(const Byte *p) function HRESULT (line 22) | HRESULT ReadStreamHeader(ISequentialInStream *inStream, CHeader &block) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp type NArchive (line 25) | namespace NArchive { type NSplit (line 26) | namespace NSplit { function IMP_IInArchive_Props (line 35) | IMP_IInArchive_Props function STDMETHODIMP (line 112) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 243) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 250) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function STDMETHODIMP (line 256) | STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID... function STDMETHODIMP (line 273) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, function STDMETHODIMP (line 337) | STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream *... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandler.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp type NArchive (line 12) | namespace NArchive { type NSplit (line 13) | namespace NSplit { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::NSplit::CHandler; } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 15) | void RegisterCodec(const CCodecInfo *codecInfo) function HRESULT (line 22) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 35) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 48) | HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVecto... function HRESULT (line 153) | HRESULT CreateCoder( function HRESULT (line 253) | HRESULT CreateCoder( function HRESULT (line 267) | HRESULT CreateCoder( function HRESULT (line 280) | HRESULT CreateFilter( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/CreateCoder.h function CCodecInfoEx (line 14) | struct CCodecInfoEx FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 14) | static bool MakeAutoName(const UString &name, function AutoRenamePath (line 25) | bool AutoRenamePath(UString &fullProcessedPath) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 55) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 80) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 113) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 139) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function HRESULT (line 148) | HRESULT COutFileStream::Close() function STDMETHODIMP (line 153) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 179) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function STDMETHODIMP (line 203) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 219) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FileStreams.h function virtual (line 31) | virtual ~CInFileStream() {} function Create (line 82) | bool Create(LPCTSTR fileName, bool createAlways) function Open (line 87) | bool Open(LPCTSTR fileName, DWORD creationDisposition) function Create (line 94) | bool Create(LPCWSTR fileName, bool createAlways) function Open (line 99) | bool Open(LPCWSTR fileName, DWORD creationDisposition) function SetTime (line 112) | bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIM... function SetMTime (line 116) | bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilterCoder.cpp function HRESULT (line 25) | HRESULT CFilterCoder::WriteWithLimit(ISequentialOutStream *outStream, UI... function STDMETHODIMP (line 39) | STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 86) | STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 93) | STDMETHODIMP CFilterCoder::ReleaseOutStream() function STDMETHODIMP (line 100) | STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 137) | STDMETHODIMP CFilterCoder::Flush() function STDMETHODIMP (line 160) | STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 167) | STDMETHODIMP CFilterCoder::ReleaseInStream() function STDMETHODIMP (line 173) | STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 222) | STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function STDMETHODIMP (line 229) | STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 235) | STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 247) | STDMETHODIMP CFilterCoder::ResetInitVector() function STDMETHODIMP (line 253) | STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilterCoder.h function HRESULT (line 49) | HRESULT Init() function class (line 126) | class CInStreamReleaser function class (line 134) | class COutStreamReleaser FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InBuffer.cpp function Byte (line 78) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InBuffer.h function CSystemException (line 11) | struct CInBufferException: public CSystemException function class (line 17) | class CInBuffer FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 90) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) function STDMETHODIMP (line 111) | STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InOutTempBuffer.h function class (line 12) | class CInOutTempBuffer FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LimitedStreams.cpp function STDMETHODIMP (line 8) | STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 25) | STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LimitedStreams.h function Init (line 19) | void Init(UInt64 streamSize) function SetStream (line 43) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 44) | void ReleaseStream() { _stream.Release(); } function Init (line 45) | void Init(UInt64 size) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LockedStream.cpp function HRESULT (line 7) | HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function STDMETHODIMP (line 15) | STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size,... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LockedStream.h function class (line 10) | class CLockedInStream FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodId.cpp function wchar_t (line 8) | static inline wchar_t GetHex(Byte value) function UString (line 13) | UString ConvertMethodIdToString(UInt64 id) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodProps.cpp function HRESULT (line 14) | HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeF... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodProps.h type CProp (line 12) | struct CProp type CMethod (line 18) | struct CMethod type CMethodsMode (line 24) | struct CMethodsMode FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 8) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function STDMETHODIMP (line 15) | STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt... function STDMETHODIMP (line 20) | STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 32) | STDMETHODIMP COffsetOutStream::SetSize(Int64 newSize) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 48) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 57) | HRESULT COutBuffer::FlushPart() function HRESULT (line 94) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/ProgressUtils.cpp function STDMETHODIMP (line 21) | STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 39) | HRESULT CLocalProgress::SetCur() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/RegisterArc.h type IInArchive (line 8) | typedef IInArchive * (*CreateInArchiveP)(); type IOutArchive (line 9) | typedef IOutArchive * (*CreateOutArchiveP)(); type CArcInfo (line 11) | struct CArcInfo FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 9) | struct CCodecInfo FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamBinder.cpp class CSequentialInStreamForBinder (line 12) | class CSequentialInStreamForBinder: method SetBinder (line 24) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 27) | STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size,... class CSequentialOutStreamForBinder (line 30) | class CSequentialOutStreamForBinder: method SetBinder (line 43) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 46) | STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt... function HRes (line 54) | HRes CStreamBinder::CreateEvents() function HRESULT (line 90) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 120) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamBinder.h function class (line 9) | class CStreamBinder FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamObjects.cpp function STDMETHODIMP (line 9) | STDMETHODIMP CSequentialInStreamImp::Read(void *data, UInt32 size, UInt3... function STDMETHODIMP (line 30) | STDMETHODIMP CSequentialOutStreamImp::Write(const void *data, UInt32 siz... function STDMETHODIMP (line 38) | STDMETHODIMP CSequentialOutStreamImp2::Write(const void *data, UInt32 si... function STDMETHODIMP (line 50) | STDMETHODIMP CSequentialInStreamSizeCount::Read(void *data, UInt32 size,... function STDMETHODIMP (line 60) | STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamObjects.h function class (line 32) | class CWriteBuffer function Init (line 109) | void Init() { _size = 0; } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 9) | HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *proc... function HRESULT (line 28) | HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t... function HRESULT (line 35) | HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t ... function HRESULT (line 42) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function WRes (line 20) | WRes CVirtThread::Create() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/Bcj2Coder.cpp type NCompress (line 12) | namespace NCompress { type NBcj2 (line 13) | namespace NBcj2 { function IsJcc (line 15) | inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0x... function IsJ (line 16) | inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || I... function GetIndex (line 17) | inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? ... function Test86MSByte (line 23) | static bool inline Test86MSByte(Byte b) function HRESULT (line 52) | HRESULT CEncoder::Flush() function HRESULT (line 63) | HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 259) | STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, function HRESULT (line 278) | HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 375) | STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/Bcj2Coder.h function namespace (line 12) | namespace NCompress { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BcjCoder.cpp function UInt32 (line 7) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 12) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BcjCoder.h type CBranch86 (line 13) | struct CBranch86 FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchCoder.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchCoder.h function virtual (line 16) | virtual void SubInit() {} FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchMisc.cpp function UInt32 (line 12) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 18) | UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 21) | UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 24) | UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 27) | UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 30) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 33) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 36) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 39) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/ByteSwap.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CByteSwap2::Init() { return S_OK; } function STDMETHODIMP (line 22) | STDMETHODIMP CByteSwap4::Init() { return S_OK; } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CodecExports.cpp function HRESULT (line 18) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 25) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function HRESULT (line 30) | static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value) function HRESULT (line 40) | static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool... function STDAPI (line 65) | STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **o... function STDAPI (line 98) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 116) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 153) | STDAPI GetNumberOfMethods(UINT32 *numCodecs) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CopyCoder.cpp type NCompress (line 14) | namespace NCompress { function STDMETHODIMP (line 23) | STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 56) | STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CopyCoder.h function namespace (line 10) | namespace NCompress { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 46) | static inline bool IsItWindowsNT() type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum function PrintHelp (line 102) | static void PrintHelp() function PrintHelpAndExit (line 124) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 131) | static void IncorrectCommand() function WriteArgumentsToStringList (line 136) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 143) | static bool GetNumber(const wchar_t *s, UInt32 &value) function ParseUInt32 (line 158) | static void ParseUInt32(const CParser &parser, int index, UInt32 &res) function main2 (line 165) | int main2(int n, const char *args[]) function main (line 521) | int MY_CDECL main(int n, const char *args[]) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CBaseRandomGenerator (line 57) | class CBaseRandomGenerator method CBaseRandomGenerator (line 62) | CBaseRandomGenerator() { Init(); } method Init (line 63) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 64) | UInt32 GetRnd() class CBenchBuffer (line 72) | class CBenchBuffer method CBenchBuffer (line 77) | CBenchBuffer(): Buffer(0) {} method Free (line 79) | void Free() method Alloc (line 84) | bool Alloc(size_t bufferSize) class CBenchRandomGenerator (line 95) | class CBenchRandomGenerator: public CBenchBuffer method Set (line 99) | void Set(CBaseRandomGenerator *rg) { RG = rg; } method UInt32 (line 100) | UInt32 GetVal(UInt32 &res, int numBits) method UInt32 (line 106) | UInt32 GetLen(UInt32 &res) method Generate (line 111) | void Generate() class CBenchmarkInStream (line 149) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 157) | MY_UNKNOWN_IMP function STDMETHODIMP (line 167) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 183) | class CBenchmarkOutStream: method Init (line 192) | void Init() function STDMETHODIMP (line 201) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 218) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 224) | MY_UNKNOWN_IMP function STDMETHODIMP (line 229) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 237) | static UInt64 GetTimeCount() function UInt64 (line 258) | static UInt64 GetFreq() function UInt64 (line 277) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dw... function UInt64 (line 279) | static UInt64 GetUserTime() function UInt64 (line 291) | static UInt64 GetUserFreq() class CBenchProgressStatus (line 300) | class CBenchProgressStatus method SetResult (line 308) | void SetResult(HRESULT res) method HRESULT (line 315) | HRESULT GetResult() class CBenchProgressInfo (line 324) | class CBenchProgressInfo: method CBenchProgressInfo (line 333) | CBenchProgressInfo(): callback(0) {} function SetStartTime (line 338) | void SetStartTime(CBenchInfo &bi) function SetFinishTime (line 346) | void SetFinishTime(const CBenchInfo &biStart, CBenchInfo &dest) function STDMETHODIMP (line 354) | STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, cons... function UInt32 (line 382) | static UInt32 GetLogSize(UInt32 size) function NormalizeVals (line 391) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 400) | UInt64 GetUsage(const CBenchInfo &info) function UInt64 (line 415) | UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) function UInt64 (line 430) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function UInt64 (line 439) | UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt... function UInt64 (line 447) | UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSi... type CEncoderInfo (line 458) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode type CEncoderInfo (line 460) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode function HRESULT (line 549) | HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBa... function HRESULT (line 605) | HRESULT CEncoderInfo::Encode() function HRESULT (line 618) | HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) type CBenchEncoders (line 655) | struct CBenchEncoders method CBenchEncoders (line 658) | CBenchEncoders(UInt32 num): encoders(0) { encoders = new CEncoderInfo[... function UInt64 (line 841) | inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) function UInt64 (line 857) | UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function CrcBig (line 867) | static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt... type CCrcInfo (line 876) | struct CCrcInfo method Wait (line 884) | void Wait() function THREAD_FUNC_DECL (line 891) | static THREAD_FUNC_DECL CrcThreadFunction(void *param) type CCrcThreads (line 898) | struct CCrcThreads method CCrcThreads (line 902) | CCrcThreads(): Items(0), NumThreads(0) {} method WaitAll (line 903) | void WaitAll() function UInt32 (line 917) | static UInt32 CrcCalc1(const Byte *buf, UInt32 size) function RandGen (line 925) | static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function UInt32 (line 931) | static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function CrcInternalTest (line 937) | bool CrcInternalTest() function HRESULT (line 961) | HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h type IBenchCallback (line 24) | struct IBenchCallback FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp type CTotalBenchRes (line 20) | struct CTotalBenchRes method Init (line 26) | void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } method Normalize (line 27) | void Normalize() method SetMid (line 36) | void SetMid(const CTotalBenchRes &r1, const CTotalBenchRes &r2) type CBenchCallback (line 45) | struct CBenchCallback: public IBenchCallback method Init (line 50) | void Init() { EncodeRes.Init(); DecodeRes.Init(); } method Normalize (line 51) | void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function NormalizeVals (line 57) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 66) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function PrintNumber (line 75) | static void PrintNumber(FILE *f, UInt64 value, int size) function PrintRating (line 85) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 90) | static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating) function PrintResults (line 98) | static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating,... function PrintTotals (line 111) | static void PrintTotals(FILE *f, const CTotalBenchRes &res) function HRESULT (line 118) | HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final) function HRESULT (line 136) | HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) function PrintRequirements (line 155) | static void PrintRequirements(FILE *f, const char *sizeString, UInt64 si... type CTempValues (line 246) | struct CTempValues method CTempValues (line 249) | CTempValues(UInt32 num) { Values = new UInt64[num]; } function HRESULT (line 253) | HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UI... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaDecoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 28) | namespace NCompress { type NLzma (line 29) | namespace NLzma { function SzFree (line 39) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function STDMETHODIMP (line 48) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt3... function STDMETHODIMP (line 62) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *va... function STDMETHODIMP (line 63) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { ... function STDMETHODIMP (line 64) | STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); retu... function STDMETHODIMP (line 66) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 79) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequenti... function STDMETHODIMP (line 147) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaDecoder.h function namespace (line 14) | namespace NCompress { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaEncoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 26) | namespace NCompress { type NLzma (line 27) | namespace NLzma { function SRes (line 31) | static SRes MyRead(void *object, void *data, size_t *size) function MyWrite (line 39) | static size_t MyWrite(void *object, const void *data, size_t size) function SzBigFree (line 49) | static void SzBigFree(void *, void *address) { BigFree(address); } function SzFree (line 53) | static void SzFree(void *, void *address) { MyFree(address); } function wchar_t (line 72) | inline wchar_t GetUpperChar(wchar_t c) function ParseMatchFinder (line 79) | static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numH... function STDMETHODIMP (line 111) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 153) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 161) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 168) | STDMETHODIMP CEncoder::ReleaseOutStream() type _CCompressProgressImp (line 174) | struct _CCompressProgressImp function SRes (line 185) | SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) function STDMETHODIMP (line 192) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaEncoder.h function namespace (line 15) | namespace NCompress { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/ICoder.h function namespace (line 35) | namespace NCoderPropID function STDMETHOD (line 130) | STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE; function namespace (line 170) | namespace NMethodPropID FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/Client7z.cpp function IsItWindowsNT (line 52) | static inline bool IsItWindowsNT() function PrintString (line 63) | void PrintString(const UString &s) function PrintString (line 68) | void PrintString(const AString &s) function PrintNewLine (line 73) | void PrintNewLine() function PrintStringLn (line 78) | void PrintStringLn(const AString &s) function PrintError (line 84) | void PrintError(const AString &s) function HRESULT (line 91) | static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROP... function HRESULT (line 104) | static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bo... class CArchiveOpenCallback (line 117) | class CArchiveOpenCallback: method CArchiveOpenCallback (line 133) | CArchiveOpenCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 136) | STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, ... function STDMETHODIMP (line 141) | STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files ... function STDMETHODIMP (line 146) | STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) class CArchiveExtractCallback (line 174) | class CArchiveExtractCallback: type CProcessedFileInfo (line 200) | struct CProcessedFileInfo method CArchiveExtractCallback (line 219) | CArchiveExtractCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 230) | STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 235) | STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* com... function STDMETHODIMP (line 240) | STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function STDMETHODIMP (line 355) | STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractM... function STDMETHODIMP (line 372) | STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operation... function STDMETHODIMP (line 413) | STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) type CDirItem (line 431) | struct CDirItem method isDir (line 441) | bool isDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } class CArchiveUpdateCallback (line 444) | class CArchiveUpdateCallback: method CArchiveUpdateCallback (line 485) | CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false)... method Init (line 490) | void Init(const CObjectVector *dirItems) function STDMETHODIMP (line 499) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 504) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* comp... function STDMETHODIMP (line 510) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** ... function STDMETHODIMP (line 515) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, function STDMETHODIMP (line 527) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function HRESULT (line 555) | HRESULT CArchiveUpdateCallback::Finilize() function GetStream2 (line 565) | static void GetStream2(const wchar_t *name) function STDMETHODIMP (line 573) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 606) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operati... function STDMETHODIMP (line 612) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 622) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 641) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... function main (line 663) | int MY_CDECL main(int argc, char* argv[]) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp type NKey (line 41) | namespace NKey { type Enum (line 42) | enum Enum type NRecursedPostCharIndex (line 84) | namespace NRecursedPostCharIndex { type EEnum (line 85) | enum EEnum function ThrowException (line 174) | static void ThrowException(const char *errorMessage) function ThrowUserErrorException (line 179) | static void ThrowUserErrorException() function GetRecursedTypeFromIndex (line 218) | static NRecursedType::EEnum GetRecursedTypeFromIndex(int index) function ParseArchiveCommand (line 231) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function AddNameToCensor (line 247) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddToCensorFromListFile (line 269) | static void AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildCardToCensr (line 280) | static void AddCommandLineWildCardToCensr(NWildcard::CCensor &wildcardCe... function AddToCensorFromNonSwitchesStrings (line 287) | static void AddToCensorFromNonSwitchesStrings( function ParseMapWithPaths (line 306) | static void ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, function AddSwitchWildCardsToCensor (line 370) | static void AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, function ConvertToLongName (line 411) | static void ConvertToLongName(const UString &prefix, UString &name) function ConvertToLongNames (line 420) | static void ConvertToLongNames(const UString &prefix, CObjectVector ... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SortUtils.cpp function CompareStrings (line 8) | static int CompareStrings(const int *p1, const int *p2, void *param) function SortFileNames (line 14) | void SortFileNames(const UStringVector &strings, CIntVector &indices) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/TempFiles.h function class (line 8) | class CTempFiles FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Update.cpp function HRESULT (line 47) | static HRESULT CopyBlock(ISequentialInStream *inStream, ISequentialOutSt... class COutMultiVolStream (line 53) | class COutMultiVolStream: type CSubStreamInfo (line 62) | struct CSubStreamInfo method Init (line 77) | void Init() function HRESULT (line 96) | HRESULT COutMultiVolStream::Close() function STDMETHODIMP (line 112) | STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UI... function STDMETHODIMP (line 190) | STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, U... function STDMETHODIMP (line 213) | STDMETHODIMP COutMultiVolStream::SetSize(Int64 newSize) function HRESULT (line 306) | static HRESULT Compress( function HRESULT (line 519) | HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor, function HRESULT (line 574) | static HRESULT UpdateWithItemLists( class CCurrentDirRestorer (line 619) | class CCurrentDirRestorer method CCurrentDirRestorer (line 623) | CCurrentDirRestorer() method RestoreDirectory (line 627) | bool RestoreDirectory() type CEnumDirItemUpdateCallback (line 632) | struct CEnumDirItemUpdateCallback: public IEnumDirItemCallback method HRESULT (line 635) | HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t... function HRESULT (line 652) | HRESULT UpdateArchive( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Update.h function if (line 16) | struct CArchivePath function UString (line 57) | UString GetFinalPath() const type CUpdateArchiveCommand (line 77) | struct CUpdateArchiveCommand type CUpdateErrorInfo (line 139) | struct CUpdateErrorInfo type IUpdateCallbackUI2 (line 153) | struct IUpdateCallbackUI2 FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateAction.cpp type NUpdateArchive (line 7) | namespace NUpdateArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateAction.h function namespace (line 6) | namespace NUpdateArchive { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp function STDMETHODIMP (line 29) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) function STDMETHODIMP (line 36) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *complete... function STDMETHODIMP (line 43) | STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, ... function STDMETHODIMP (line 70) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, function STDMETHODIMP (line 88) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function STDMETHODIMP (line 158) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 199) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationR... function STDMETHODIMP (line 206) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 216) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 237) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateCallback.h type IUpdateCallbackUI (line 29) | struct IUpdateCallbackUI FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdatePair.cpp function MyCompareTime (line 17) | static int MyCompareTime(NFileTimeType::EEnum fileTimeType, const FILETI... function ThrowError (line 44) | static void ThrowError(const UString &message, const UString &s1, const ... function TestDuplicateString (line 54) | static void TestDuplicateString(const UStringVector &strings, const CInt... function GetUpdatePairInfoList (line 61) | void GetUpdatePairInfoList( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp function UpdateProduce (line 11) | void UpdateProduce( FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateProduce.h type CUpdatePair2 (line 8) | struct CUpdatePair2 type IUpdateProduceCallback (line 24) | struct IUpdateProduceCallback FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/WorkDir.cpp function UINT (line 13) | static inline UINT GetCurrentCodePage() function UString (line 20) | UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ZipRegistry.h function namespace (line 10) | namespace NExtract function namespace (line 21) | namespace NCompression { type CInfo (line 44) | struct CInfo function namespace (line 57) | namespace NWorkDir{ FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp type NConsoleClose (line 10) | namespace NConsoleClose { function BOOL (line 12) | static BOOL WINAPI HandlerRoutine(DWORD ctrlType) function TestBreakSignal (line 36) | bool TestBreakSignal() function CheckCtrlBreak (line 45) | void CheckCtrlBreak() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ConsoleClose.h function namespace (line 6) | namespace NConsoleClose { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp function STDMETHODIMP (line 48) | STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) function STDMETHODIMP (line 55) | STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) function STDMETHODIMP (line 62) | STDMETHODIMP CExtractCallbackConsole::AskOverwrite( function STDMETHODIMP (line 86) | STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *na... function STDMETHODIMP (line 100) | STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) function STDMETHODIMP (line 108) | STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operation... function HRESULT (line 141) | HRESULT CExtractCallbackConsole::SetPassword(const UString &password) function STDMETHODIMP (line 148) | STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 160) | HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name) function HRESULT (line 168) | HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, ... function HRESULT (line 193) | HRESULT CExtractCallbackConsole::ThereAreNoFiles() function HRESULT (line 199) | HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h function public (line 18) | public CMyUnknownImp FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/List.cpp type CPropIdToName (line 28) | struct CPropIdToName function GetAttribString (line 91) | static void GetAttribString(DWORD wa, bool isDir, char *s) type EAdjustment (line 101) | enum EAdjustment type CFieldInfo (line 108) | struct CFieldInfo type CFieldInfoInit (line 118) | struct CFieldInfoInit function PrintSpaces (line 137) | void PrintSpaces(int numSpaces) function PrintString (line 143) | void PrintString(EAdjustment adjustment, int width, const UString &textS... class CFieldPrinter (line 164) | class CFieldPrinter method Clear (line 168) | void Clear() { _fields.Clear(); } function UString (line 198) | static UString GetPropName(PROPID propID, BSTR name) function HRESULT (line 213) | HRESULT CFieldPrinter::Init(IInArchive *archive) function BOOL (line 255) | BOOL IsFileTimeZero(CONST FILETIME *lpFileTime) function PrintTime (line 261) | void PrintTime(const NCOM::CPropVariant &prop) function HRESULT (line 280) | HRESULT CFieldPrinter::PrintItemInfo(IInArchive *archive, function PrintNumberString (line 367) | void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *... function HRESULT (line 376) | HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, function GetUInt64Value (line 408) | bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UI... function HRESULT (line 419) | HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/Main.cpp function ShowMessageAndThrowException (line 126) | static void ShowMessageAndThrowException(CStdOutStream &s, LPCSTR messag... function PrintHelpAndExit (line 132) | static void PrintHelpAndExit(CStdOutStream &s) // yyy function GetArguments (line 139) | static void GetArguments(int numArguments, const char *arguments[], UStr... function ShowCopyrightAndHelp (line 150) | static void ShowCopyrightAndHelp(CStdOutStream &s, bool needHelp) function PrintString (line 159) | static void PrintString(CStdOutStream &stdStream, const AString &s, int ... function PrintString (line 168) | static void PrintString(CStdOutStream &stdStream, const UString &s, int ... function GetHex (line 176) | static inline char GetHex(Byte value) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/MainAr.cpp function IsItWindowsNT (line 27) | static inline bool IsItWindowsNT() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp function HRESULT (line 10) | HRESULT COpenCallbackConsole::Open_CheckBreak() function HRESULT (line 17) | HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *) function HRESULT (line 22) | HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UI... function HRESULT (line 29) | HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password) function HRESULT (line 41) | HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h function class (line 9) | class COpenCallbackConsole: public IOpenCallbackUI FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp function ClearPrev (line 14) | static void ClearPrev(char *p, int num) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/PercentPrinter.h function class (line 9) | class CPercentPrinter function SetRatio (line 22) | void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp function HRESULT (line 31) | HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT ... function HRESULT (line 39) | HRESULT CUpdateCallbackConsole::StartScanning() function HRESULT (line 45) | HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UI... function HRESULT (line 50) | HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWO... function HRESULT (line 68) | HRESULT CUpdateCallbackConsole::FinishScanning() function HRESULT (line 74) | HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool u... function HRESULT (line 88) | HRESULT CUpdateCallbackConsole::FinishArchive() function HRESULT (line 94) | HRESULT CUpdateCallbackConsole::CheckBreak() function HRESULT (line 101) | HRESULT CUpdateCallbackConsole::Finilize() function HRESULT (line 120) | HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) function HRESULT (line 125) | HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) function HRESULT (line 133) | HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) function HRESULT (line 150) | HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */... function HRESULT (line 157) | HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function HRESULT (line 174) | HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD... function HRESULT (line 190) | HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) function HRESULT (line 197) | HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIs... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h function class (line 11) | class CUpdateCallbackConsole: public IUpdateCallbackUI2 FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp function ScanUserYesNoAllQuit (line 23) | NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) function UString (line 50) | UString GetPassword(CStdOutStream *outStream) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UserInputUtils.h function namespace (line 8) | namespace NUserAnswerMode { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/Buffer.h function virtual (line 23) | virtual ~CBuffer() { delete []_items; } function operator (line 24) | operator T *() { return _items; } function operator (line 25) | operator const T *() const { return _items; } function SetCapacity (line 27) | void SetCapacity(size_t newCapacity) type CBuffer (line 73) | typedef CBuffer CCharBuffer; type CBuffer (line 74) | typedef CBuffer CWCharBuffer; type CByteBuffer (line 75) | typedef CBuffer CByteBuffer; FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/CRC.cpp type CCRCTableInit (line 10) | struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } method CCRCTableInit (line 10) | CCRCTableInit() { CrcGenerateTable(); } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/DynamicBuffer.h function GrowLength (line 10) | void GrowLength(size_t size) function buffer (line 24) | CDynamicBuffer(const CDynamicBuffer &buffer): CBuffer(buffer) {} function size (line 25) | CDynamicBuffer(size_t size): CBuffer(size) {} function EnsureCapacity (line 36) | void EnsureCapacity(size_t capacity) type CDynamicBuffer (line 43) | typedef CDynamicBuffer CCharDynamicBuffer; type CDynamicBuffer (line 44) | typedef CDynamicBuffer CWCharDynamicBuffer; type CByteDynamicBuffer (line 45) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/IntToString.cpp function ConvertUInt64ToString (line 7) | void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base) function ConvertUInt64ToString (line 29) | void ConvertUInt64ToString(UInt64 value, wchar_t *s) function ConvertInt64ToString (line 45) | void ConvertInt64ToString(Int64 value, char *s) function ConvertInt64ToString (line 55) | void ConvertInt64ToString(Int64 value, wchar_t *s) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/ListFileUtils.cpp function RemoveQuote (line 13) | static void RemoveQuote(UString &s) function ReadNamesFromListFile (line 20) | bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultString... FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyCom.h function Release (line 26) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 27) | operator T*() const { return (T*)_p; } function m_str (line 91) | m_str(NULL) {} FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyString.cpp function wchar_t (line 20) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 38) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 56) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 68) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 130) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 154) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 166) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 178) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyString.h function MyStringLen (line 16) | int MyStringLen(const T *s) function T (line 24) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 31) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 33) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 35) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 37) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 52) | inline char MyCharUpper(char c) function wchar_t (line 55) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 61) | inline char MyCharLower(char c) function wchar_t (line 64) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 72) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 79) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 109) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 116) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 138) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 144) | void InsertSpace(int &index, int size) function T (line 151) | static T *GetNextCharPointer(T *p) function T (line 153) | static const T *GetNextCharPointer(const T *p) function T (line 155) | static T *GetPrevCharPointer(T *base, T *p) function T (line 157) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 164) | void SetCapacity(int newCapacity) function GrowLength (line 188) | void GrowLength(int n) function CorrectIndex (line 205) | void CorrectIndex(int &index) const function operator (line 235) | operator const T*() const { return _chars;} function T (line 239) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 245) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 246) | void ReleaseBuffer(int newLength) function Empty (line 309) | void Empty() function CStringBase (line 317) | CStringBase Mid(int startIndex) const function CStringBase (line 319) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 336) | CStringBase Left(int count) const function CStringBase (line 338) | CStringBase Right(int count) const function MakeUpper (line 345) | void MakeUpper() function MakeLower (line 347) | void MakeLower() function Compare (line 350) | int Compare(const CStringBase& s) const function Compare (line 353) | int Compare(const T *s) const function CompareNoCase (line 356) | int CompareNoCase(const CStringBase& s) const function CompareNoCase (line 359) | int CompareNoCase(const T *s) const function Find (line 369) | int Find(T c) const { return Find(c, 0); } function Find (line 370) | int Find(T c, int startIndex) const function Find (line 382) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 383) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 398) | int ReverseFind(T c) const function FindOneOf (line 412) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 420) | void TrimLeft(T c) function TrimRight (line 442) | void TrimRight() function TrimRight (line 446) | void TrimRight(T c) function Trim (line 467) | void Trim() function Insert (line 473) | int Insert(int index, T c) function Insert (line 480) | int Insert(int index, const CStringBase &s) function Replace (line 494) | int Replace(T oldChar, T newChar) function Replace (line 511) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 614) | typedef CStringBase AString; type CStringBase (line 615) | typedef CStringBase UString; type CObjectVector (line 617) | typedef CObjectVector AStringVector; type CObjectVector (line 618) | typedef CObjectVector UStringVector; type UString (line 621) | typedef UString CSysString; type AString (line 623) | typedef AString CSysString; type CObjectVector (line 626) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyVector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 40) | CRecordVector(const CRecordVector &v): CBaseRecordVector(sizeof(T)) { *t... function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function FindInSorted (line 81) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 98) | int AddToUniqueSorted(const T& item) function SortRefDown (line 116) | static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, ... function Sort (line 134) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 157) | typedef CRecordVector CIntVector; type CUIntVector (line 158) | typedef CRecordVector CUIntVector; type CRecordVector (line 159) | typedef CRecordVector CBoolVector; type CByteVector (line 160) | typedef CRecordVector CByteVector; type CRecordVector (line 161) | typedef CRecordVector CPointerVector; function T (line 183) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 189) | int Add(const T& item) { return CPointerVector::Add(new T(item)); } function Insert (line 190) | void Insert(int index, const T& item) { CPointerVector::Insert(index, ne... function Find (line 198) | int Find(const T& item) const function FindInSorted (line 205) | int FindInSorted(const T& item) const function AddToSorted (line 221) | int AddToSorted(const T& item) function Sort (line 242) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 245) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 247) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 106) | struct IUnknown type IUnknown (line 116) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 123) | enum VARENUM type VARTYPE (line 153) | typedef unsigned short VARTYPE; type WORD (line 154) | typedef WORD PROPVAR_PAD1; type WORD (line 155) | typedef WORD PROPVAR_PAD2; type WORD (line 156) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 160) | typedef struct tagPROPVARIANT type PROPVARIANT (line 185) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 186) | typedef tagVARIANT VARIANT; type VARIANT (line 187) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 206) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdInStream.cpp function AString (line 45) | AString CStdInStream::ScanStringUntilNewLine() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdInStream.h function class (line 11) | class CStdInStream FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdOutStream.cpp function CStdOutStream (line 52) | CStdOutStream & CStdOutStream::operator<<(CStdOutStream & (*aFunction)(C... function CStdOutStream (line 58) | CStdOutStream & endl(CStdOutStream & outStream) function CStdOutStream (line 63) | CStdOutStream & CStdOutStream::operator<<(const char *string) function CStdOutStream (line 69) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *string) function CStdOutStream (line 75) | CStdOutStream & CStdOutStream::operator<<(char c) function CStdOutStream (line 81) | CStdOutStream & CStdOutStream::operator<<(int number) function CStdOutStream (line 88) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdOutStream.h function class (line 10) | class CStdOutStream FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char d... function AString (line 50) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 57) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 68) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 84) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringConvert.h function wchar_t (line 15) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 17) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 19) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 21) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 23) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 25) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 30) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 32) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 37) | inline const AString& GetOemString(const AString &oemString) function AString (line 39) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 44) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 46) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 48) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 50) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 54) | inline UString GetSystemString(const AString &multiByteString) function AString (line 59) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString) function AString (line 65) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 43) | UInt64 ConvertHexStringToUInt64(const char *s, const char **end) function UInt64 (line 66) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 85) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/Types.h type HRes (line 11) | typedef int HRes; FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/UTFConvert.cpp function Bool (line 10) | static Bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *sr... function Bool (line 74) | static Bool Utf16_To_Utf8(char *dest, size_t *destLen, const wchar_t *sr... function ConvertUTF8ToUnicode (line 123) | bool ConvertUTF8ToUnicode(const AString &src, UString &dest) function ConvertUnicodeToUTF8 (line 135) | bool ConvertUnicodeToUTF8(const UString &src, AString &dest) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/Wildcard.cpp function CompareFileNames (line 39) | int CompareFileNames(const UString &s1, const UString &s2) function EnhancedMaskTest (line 51) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 85) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts (line 106) | void SplitPathToParts(const UString &path, UString &dirPrefix, UString &... function UString (line 116) | UString ExtractDirPrefixFromPath(const UString &path) function UString (line 125) | UString ExtractFileNameFromPath(const UString &path) function CompareWildCardWithName (line 135) | bool CompareWildCardWithName(const UString &mask, const UString &name) function DoesNameContainWildCard (line 140) | bool DoesNameContainWildCard(const UString &path) type NWildcard (line 149) | namespace NWildcard { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Common/Wildcard.h type CItem (line 19) | struct CItem function class (line 28) | class CCensorNode FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function UINT (line 61) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI()... function CSysString (line 62) | CSysString GetSysPath(LPCWSTR sysPath) function MyGetModuleFileName (line 79) | bool MyGetModuleFileName(HMODULE hModule, CSysString &result) function MyGetModuleFileName (line 93) | bool MyGetModuleFileName(HMODULE hModule, UString &result) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/DLL.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function LRESULTToBool (line 10) | inline bool LRESULTToBool(LRESULT value) function BOOL (line 14) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 17) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 20) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Error.cpp type NWindows (line 14) | namespace NWindows { type NError (line 15) | namespace NError { function MyFormatMessage (line 17) | bool MyFormatMessage(DWORD messageID, CSysString &message) function MyFormatMessage (line 30) | bool MyFormatMessage(DWORD messageID, UString &message) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Error.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileDir.cpp type NWindows (line 17) | namespace NWindows { type NFile (line 18) | namespace NFile { type NDirectory (line 31) | namespace NDirectory { function UINT (line 34) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function UString (line 35) | static UString GetUnicodePath(const CSysString &sysPath) function CSysString (line 37) | static CSysString GetSysPath(LPCWSTR sysPath) function MyGetWindowsDirectory (line 41) | bool MyGetWindowsDirectory(CSysString &path) function MyGetSystemDirectory (line 48) | bool MyGetSystemDirectory(CSysString &path) function MyGetWindowsDirectory (line 56) | bool MyGetWindowsDirectory(UString &path) function MyGetSystemDirectory (line 71) | bool MyGetSystemDirectory(UString &path) function SetDirTime (line 87) | bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FIL... function MySetFileAttributes (line 119) | bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 131) | bool MyRemoveDirectory(LPCTSTR pathName) function GetLongPaths (line 144) | bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) function MyMoveFile (line 155) | bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) function MySetFileAttributes (line 168) | bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 183) | bool MyRemoveDirectory(LPCWSTR pathName) function MyMoveFile (line 197) | bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) function MyCreateDirectory (line 212) | bool MyCreateDirectory(LPCTSTR pathName) function MyCreateDirectory (line 228) | bool MyCreateDirectory(LPCWSTR pathName) function CreateComplexDirectory (line 275) | bool CreateComplexDirectory(LPCTSTR _aPathName) function CreateComplexDirectory (line 321) | bool CreateComplexDirectory(LPCWSTR _aPathName) function DeleteFileAlways (line 367) | bool DeleteFileAlways(LPCTSTR name) function DeleteFileAlways (line 382) | bool DeleteFileAlways(LPCWSTR name) function RemoveDirectorySubItems2 (line 399) | static bool RemoveDirectorySubItems2(const CSysString pathPrefix, ... function RemoveDirectoryWithSubItems (line 406) | bool RemoveDirectoryWithSubItems(const CSysString &path) function RemoveDirectorySubItems2 (line 422) | static bool RemoveDirectorySubItems2(const UString pathPrefix, con... function RemoveDirectoryWithSubItems (line 428) | bool RemoveDirectoryWithSubItems(const UString &path) function MyGetShortPathName (line 446) | bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) function MyGetFullPathName (line 453) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, i... function MyGetFullPathName (line 481) | bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int ... function MyGetFullPathName (line 523) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function MyGetFullPathName (line 530) | bool MyGetFullPathName(LPCWSTR fileName, UString &path) function GetOnlyName (line 537) | bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) function GetOnlyName (line 547) | bool GetOnlyName(LPCWSTR fileName, UString &resultName) function GetOnlyDirPrefix (line 557) | bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) function GetOnlyDirPrefix (line 567) | bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) function MyGetCurrentDirectory (line 577) | bool MyGetCurrentDirectory(CSysString &path) function MySetCurrentDirectory (line 585) | bool MySetCurrentDirectory(LPCWSTR path) function MyGetCurrentDirectory (line 591) | bool MyGetCurrentDirectory(UString &path) function MySearchPath (line 608) | bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, function MySearchPath (line 620) | bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function MyGetTempPath (line 648) | bool MyGetTempPath(CSysString &path) function MyGetTempPath (line 656) | bool MyGetTempPath(UString &path) function UINT (line 673) | UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 681) | UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &p... function UINT (line 699) | UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 733) | UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &... function CreateTempDirectory (line 767) | bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) function CreateTempDirectory (line 804) | bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileDir.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileFind.cpp type NWindows (line 14) | namespace NWindows { type NFile (line 15) | namespace NFile { type NFind (line 23) | namespace NFind { function ConvertWIN32_FIND_DATA_To_FileInfo (line 47) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function UINT (line 64) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function ConvertWIN32_FIND_DATA_To_FileInfo (line 66) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function ConvertWIN32_FIND_DATA_To_FileInfo (line 81) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function FindFile (line 193) | bool FindFile(LPCTSTR wildcard, CFileInfo &fileInfo) function FindFile (line 200) | bool FindFile(LPCWSTR wildcard, CFileInfoW &fileInfo) function DoesFileExist (line 207) | bool DoesFileExist(LPCTSTR name) function DoesFileExist (line 214) | bool DoesFileExist(LPCWSTR name) function HANDLE (line 301) | HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool w... function HANDLE (line 316) | HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool w... function MyGetLogicalDriveStrings (line 334) | bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings) function MyGetLogicalDriveStrings (line 364) | bool MyGetLogicalDriveStrings(UStringVector &driveStrings) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileFind.h function namespace (line 11) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileIO.cpp type NWindows (line 18) | namespace NWindows { type NFile (line 19) | namespace NFile { function GetLongPathBase (line 26) | bool GetLongPathBase(LPCWSTR s, UString &res) function GetLongPath (line 51) | bool GetLongPath(LPCWSTR path, UString &longPath) type NIO (line 59) | namespace NIO { function DWORD (line 249) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileMapping.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileName.cpp type NWindows (line 8) | namespace NWindows { type NFile (line 9) | namespace NFile { type NName (line 10) | namespace NName { function NormalizeDirPathPrefix (line 12) | void NormalizeDirPathPrefix(CSysString &dirPath) function NormalizeDirPathPrefix (line 21) | void NormalizeDirPathPrefix(UString &dirPath) function SplitNameToPureNameAndExtension (line 32) | void SplitNameToPureNameAndExtension(const UString &fullName, FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Handle.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/MemoryLock.cpp type NWindows (line 5) | namespace NWindows { type NSecurity (line 6) | namespace NSecurity { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/MemoryLock.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function CPropVariant (line 36) | CPropVariant& CPropVariant::operator=(const CPropVariant& varSrc) function CPropVariant (line 41) | CPropVariant& CPropVariant::operator=(const PROPVARIANT& varSrc) function CPropVariant (line 47) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 53) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 68) | CPropVariant& CPropVariant::operator=(bool bSrc) function CPropVariant (line 79) | CPropVariant& CPropVariant::operator=(UInt32 value) function CPropVariant (line 90) | CPropVariant& CPropVariant::operator=(UInt64 value) function CPropVariant (line 101) | CPropVariant& CPropVariant::operator=(const FILETIME &value) function CPropVariant (line 112) | CPropVariant& CPropVariant::operator=(Int32 value) function CPropVariant (line 124) | CPropVariant& CPropVariant::operator=(Byte value) function CPropVariant (line 135) | CPropVariant& CPropVariant::operator=(Int16 value) function HRESULT (line 159) | static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) function HRESULT (line 186) | HRESULT CPropVariant::Clear() function HRESULT (line 191) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) function HRESULT (line 219) | HRESULT CPropVariant::Attach(PROPVARIANT* pSrc) function HRESULT (line 229) | HRESULT CPropVariant::Detach(PROPVARIANT* pDest) function HRESULT (line 239) | HRESULT CPropVariant::InternalClear() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariant.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariantConversions.cpp function UString (line 12) | static UString ConvertUInt64ToString(UInt64 value) function UString (line 19) | static UString ConvertInt64ToString(Int64 value) function ConvertFileTimeToString (line 48) | bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTi... function UString (line 67) | UString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTi... function UString (line 75) | UString ConvertPropVariantToString(const PROPVARIANT &prop) function UInt64 (line 100) | UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Synchronization.cpp type NWindows (line 7) | namespace NWindows { type NSynchronization (line 8) | namespace NSynchronization { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Synchronization.h function namespace (line 17) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/System.cpp type NWindows (line 7) | namespace NWindows { type NSystem (line 8) | namespace NSystem { function UInt32 (line 10) | UInt32 GetNumberOfProcessors() type _MY_MEMORYSTATUSEX (line 19) | struct _MY_MEMORYSTATUSEX { function UInt64 (line 40) | UInt64 GetRamSize() FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/System.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Thread.h function namespace (line 13) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Time.cpp type NWindows (line 8) | namespace NWindows { type NTime (line 9) | namespace NTime { function DosTimeToFileTime (line 11) | bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) function FileTimeToDosTime (line 19) | bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) function UnixTimeToFileTime (line 34) | void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) function FileTimeToUnixTime (line 41) | bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) function GetSecondsSince1601 (line 59) | bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, function GetCurUtcFileTime (line 79) | void GetCurUtcFileTime(FILETIME &ft) FILE: src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Time.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method SetStream (line 9) | void SetStream(System.IO.Stream inStream); method Init (line 10) | void Init(); method ReleaseStream (line 11) | void ReleaseStream(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 21) | UInt32 GetMatches(UInt32[] distances); method Skip (line 22) | void Skip(UInt32 num); FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 34) | public void SetType(int numHashBytes) method SetStream (line 51) | public new void SetStream(System.IO.Stream stream) { base.SetStream(st... method ReleaseStream (line 52) | public new void ReleaseStream() { base.ReleaseStream(); } method Init (line 54) | public new void Init() method MovePos (line 63) | public new void MovePos() method GetIndexByte (line 72) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 74) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 77) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 79) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 118) | public UInt32 GetMatches(UInt32[] distances) method Skip (line 252) | public void Skip(UInt32 num) method NormalizeLinks (line 344) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public virtual void ReadBlock() method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method SetStream (line 81) | public void SetStream(System.IO.Stream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() method MovePos (line 93) | public void MovePos() method GetIndexByte (line 105) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 108) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 122) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 15) | public void Create(uint windowSize) method Init (line 27) | public void Init(System.IO.Stream stream, bool solid) method Train (line 39) | public bool Train(System.IO.Stream stream) method ReleaseStream (line 63) | public void ReleaseStream() method Flush (line 69) | public void Flush() method CopyBlock (line 80) | public void CopyBlock(uint distance, uint len) method PutByte (line 95) | public void PutByte(byte b) method GetByte (line 102) | public byte GetByte(uint distance) FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 198) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 230) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 349) | public void SetDecoderProperties(byte[] properties) method Train (line 367) | public bool Train(System.IO.Stream stream) FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method Encoder (line 21) | static Encoder() method GetPosSlot (line 35) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 44) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder type Encoder2 (line 70) | public struct Encoder2 method Create (line 74) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 76) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 78) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 89) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 108) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(UInt32 numPosStates) method Encode (line 196) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method SetPrices (line 220) | public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] p... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 252) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 259) | void UpdateTable(UInt32 posState) method UpdateTables (line 265) | public void UpdateTables(UInt32 numPosStates) method Encode (line 271) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method MovePos (line 446) | void MovePos(UInt32 num) method GetRepLen1Price (line 455) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetPureRepPrice (line 461) | UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posSt... method GetRepPrice (line 483) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 489) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 501) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 539) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1030) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(UInt32 posState) method Flush (line 1055) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1063) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1231) | void ReleaseMFStream() method SetOutStream (line 1240) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1241) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1273) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method WriteCoderProperties (line 1303) | public void WriteCoderProperties(System.IO.Stream outStream) method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method FindMatchFinder (line 1360) | static int FindMatchFinder(string s) method SetCoderProperties (line 1368) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method SetTrainSize (line 1474) | public void SetTrainSize(uint trainSize) FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class CDoubleStream (line 7) | public class CDoubleStream: Stream method Flush (line 23) | public override void Flush() { } method Read (line 24) | public override int Read(byte[] buffer, int offset, int count) method Write (line 46) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 50) | public override long Seek(long offset, System.IO.SeekOrigin origin) method SetLength (line 54) | public override void SetLength(long value) class LzmaAlone (line 60) | class LzmaAlone type Key (line 62) | enum Key method PrintHelp (line 79) | static void PrintHelp() method GetNumber (line 99) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 113) | static int IncorrectCommand() method Main2 (line 119) | static int Main2(string[] args) method Main (line 349) | [STAThread] FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 70) | public CBenchRandomGenerator() { } method Set (line 72) | public void Set(UInt32 bufferSize) method GetRndBit (line 78) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 79) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 84) | UInt32 GetOffset() method GetLen1 (line 90) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 91) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 92) | public void Generate() class CrcOutStream (line 120) | class CrcOutStream : System.IO.Stream method Init (line 123) | public void Init() { CRC.Init(); } method GetDigest (line 124) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 131) | public override void Flush() { } method Seek (line 132) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 133) | public override void SetLength(long value) { } method Read (line 134) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 136) | public override void WriteByte(byte b) method Write (line 140) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 146) | class CProgressInfo : ICodeProgress method Init (line 151) | public void Init() { InSize = 0; } method SetProgress (line 152) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 163) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 172) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 186) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedT... method GetDecompressRating (line 194) | static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, ... method GetTotalRating (line 200) | static UInt64 GetTotalRating( method PrintValue (line 210) | static void PrintValue(UInt64 v) method PrintRating (line 218) | static void PrintRating(UInt64 rating) method PrintResults (line 224) | static void PrintResults( method LzmaBenchmark (line 241) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-3.4-cisco/lzma/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow method SetType (line 34) | public void SetType(int numHashBytes) method Init (line 54) | public void Init() throws IOException method MovePos (line 63) | public void MovePos() throws IOException method Create (line 79) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 118) | public int GetMatches(int[] distances) throws IOException method Skip (line 252) | public void Skip(int num) throws IOException method NormalizeLinks (line 344) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public void ReadBlock() throws IOException method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 81) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method GetIndexByte (line 105) | public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset... method GetMatchLen (line 108) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 122) | public int GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 35) | static int GetPosSlot(int pos) method GetPosSlot2 (line 44) | static int GetPosSlot2(int pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder class Encoder2 (line 70) | class Encoder2 method Init (line 74) | public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitB... method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(int numPosStates) method Encode (line 196) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method SetPrices (line 220) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 252) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public int GetPrice(int symbol, int posState) method UpdateTable (line 259) | void UpdateTable(int posState) method UpdateTables (line 265) | public void UpdateTables(int numPosStates) method Encode (line 271) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 446) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 455) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 461) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 483) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 489) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int cur) method GetOptimum (line 539) | int GetOptimum(int position) throws IOException method ChangePair (line 1030) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(int posState) throws IOException method Flush (line 1055) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1063) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1240) | void ReleaseOutStream() method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1273) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1303) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method SetAlgorithm (line 1354) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1363) | public boolean SetDictionarySize(int dictionarySize) method SetNumFastBytes (line 1375) | public boolean SetNumFastBytes(int numFastBytes) method SetMatchFinder (line 1383) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1397) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1411) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() { Init(); } method Init (line 17) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 18) | public int GetRnd() class CBitRandomGenerator (line 26) | static class CBitRandomGenerator method Init (line 31) | public void Init() method GetRnd (line 36) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 56) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 65) | public CBenchRandomGenerator() { } method Set (line 66) | public void Set(int bufferSize) method GetRndBit (line 72) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 73) | int GetLogRandBits(int numBits) method GetOffset (line 78) | int GetOffset() method GetLen1 (line 84) | int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 85) | int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 86) | public void Generate() class CrcOutStream (line 114) | static class CrcOutStream extends java.io.OutputStream method Init (line 118) | public void Init() method GetDigest (line 122) | public int GetDigest() method write (line 126) | public void write(byte[] b) method write (line 130) | public void write(byte[] b, int off, int len) method write (line 134) | public void write(int b) class MyOutputStream (line 140) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 146) | public MyOutputStream(byte[] buffer) method reset (line 152) | public void reset() method write (line 157) | public void write(int b) throws IOException method size (line 164) | public int size() class MyInputStream (line 170) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 176) | public MyInputStream(byte[] buffer, int size) method reset (line 182) | public void reset() method read (line 187) | public int read() class CProgressInfo (line 195) | static class CProgressInfo implements ICodeProgress method Init (line 200) | public void Init() method SetProgress (line 202) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 213) | static int GetLogSize(int size) method MyMultDiv64 (line 222) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 236) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 244) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 250) | static long GetTotalRating( method PrintValue (line 260) | static void PrintValue(long v) method PrintRating (line 269) | static void PrintRating(long rating) method PrintResults (line 275) | static void PrintResults( method LzmaBenchmark (line 292) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/others/squashfs-3.4-cisco/squashfs-tools/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_1 (line 43) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 44) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 45) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 46) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 47) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 48) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 49) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_inode_header_1 (line 50) | typedef union squashfs_inode_header_1 squashfs_inode_header_1; type squashfs_dir_index_2 (line 54) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 55) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 56) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 57) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 58) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 59) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 60) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 61) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 62) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 63) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 64) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 65) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 66) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 69) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 70) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 71) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 72) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.4-cisco/squashfs-tools/lzmainterface.c function SzFree (line 20) | static void SzFree(void *p, void *address) { p = p; free(address); } function LzmaCompress (line 23) | int LzmaCompress(char *in_data, int in_size, char *out_data, int out_siz... function LzmaUncompress (line 39) | int LzmaUncompress(char *dst, unsigned long * dstlen, char *src, int src... FILE: src/others/squashfs-3.4-cisco/squashfs-tools/mksquashfs.c type cached_dir_index (line 166) | struct cached_dir_index { type directory (line 171) | struct directory { type inode_info (line 185) | struct inode_info type file_info (line 188) | struct file_info type exclude_info (line 193) | struct exclude_info { type exclude_info (line 200) | struct exclude_info type stat (line 201) | struct stat type path_entry (line 203) | struct path_entry { type pathname (line 209) | struct pathname { type pathnames (line 214) | struct pathnames { type pathnames (line 220) | struct pathnames type pathname (line 221) | struct pathname type pathname (line 222) | struct pathname type pathnames (line 223) | struct pathnames type pathnames (line 223) | struct pathnames type file_buffer (line 227) | struct file_buffer type fragment (line 230) | struct fragment { type old_root_entry_info (line 253) | struct old_root_entry_info { type old_root_entry_info (line 259) | struct old_root_entry_info type file_info (line 262) | struct file_info { type file_buffer (line 306) | struct file_buffer { type queue (line 328) | struct queue { type buffer_list (line 341) | struct buffer_list { type cache (line 347) | struct cache type queue (line 348) | struct queue type dir_info (line 382) | struct dir_info type file_info (line 383) | struct file_info type fragment (line 383) | struct fragment type file_buffer (line 383) | struct file_buffer type buffer_list (line 383) | struct buffer_list type dir_info (line 384) | struct dir_info type pathnames (line 384) | struct pathnames type dir_info (line 384) | struct dir_info type dir_info (line 385) | struct dir_info type file_info (line 386) | struct file_info type fragment (line 386) | struct fragment type dir_info (line 387) | struct dir_info type stat (line 387) | struct stat type priority_entry (line 388) | struct priority_entry type queue (line 392) | struct queue type queue (line 394) | struct queue type queue (line 394) | struct queue function queue_put (line 414) | void queue_put(struct queue *queue, void *data) type queue (line 430) | struct queue type cache (line 449) | struct cache { function insert_hash_table (line 494) | void insert_hash_table(struct cache *cache, struct file_buffer *entry) function remove_hash_table (line 507) | void remove_hash_table(struct cache *cache, struct file_buffer *entry) type cache (line 527) | struct cache type cache (line 529) | struct cache type cache (line 529) | struct cache type file_buffer (line 538) | struct file_buffer type file_buffer (line 546) | struct file_buffer type cache (line 546) | struct cache type file_buffer (line 551) | struct file_buffer type file_buffer (line 575) | struct file_buffer type cache (line 575) | struct cache type file_buffer (line 578) | struct file_buffer type file_buffer (line 595) | struct file_buffer function cache_rehash (line 634) | void cache_rehash(struct file_buffer *entry, long long index) function cache_block_put (line 648) | void cache_block_put(struct file_buffer *entry) function inc_progress_bar (line 684) | inline void inc_progress_bar() function update_progress_bar (line 690) | inline void update_progress_bar() function waitforthread (line 698) | inline void waitforthread(int i) function restorefs (line 706) | void restorefs() function sighandler (line 747) | void sighandler() function sighandler2 (line 760) | void sighandler2() function sigusr1_handler (line 766) | void sigusr1_handler() function sigwinch_handler (line 788) | void sigwinch_handler() function sigalrm_handler (line 800) | void sigalrm_handler() function mangle2 (line 806) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 875) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 883) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 931) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 945) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 963) | long long write_inodes() function write_directories (line 999) | long long write_directories() function get_uid (line 1035) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 1052) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 1072) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 1247) | void scan2_init_dir(struct directory *dir) function add_dir (line 1262) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1335) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct ... type file_buffer (line 1442) | struct file_buffer type fragment (line 1442) | struct fragment type file_buffer (line 1447) | struct file_buffer type frag_locked (line 1502) | struct frag_locked { type frag_locked (line 1511) | struct frag_locked function lock_fragments (line 1516) | int lock_fragments() function unlock_fragments (line 1527) | void unlock_fragments() function add_pending_fragment (line 1553) | int add_pending_fragment(struct file_buffer *write_buffer, int c_byte, i... function write_fragment (line 1568) | void write_fragment() type fragment (line 1591) | struct fragment type fragment (line 1592) | struct fragment type file_buffer (line 1592) | struct file_buffer type fragment (line 1594) | struct fragment type fragment (line 1603) | struct fragment type fragment (line 1603) | struct fragment function generic_write_table (line 1619) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1663) | long long write_fragment_table() function get_checksum (line 1694) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1707) | unsigned short get_checksum_disk(long long start, long long l, unsigned ... function get_checksum_mem (line 1732) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1738) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1748) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1780) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1792) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1813) | struct file_info type fragment (line 1813) | struct fragment type file_info (line 1815) | struct file_info type file_info (line 1817) | struct file_info type file_info (line 1817) | struct file_info type file_info (line 1838) | struct file_info type fragment (line 1838) | struct fragment type file_buffer (line 1838) | struct file_buffer type buffer_list (line 1838) | struct buffer_list type file_info (line 1840) | struct file_info type file_buffer (line 1858) | struct file_buffer type buffer_list (line 1869) | struct buffer_list type file_buffer (line 1870) | struct file_buffer type file_buffer (line 1871) | struct file_buffer type file_buffer (line 1903) | struct file_buffer function reader_read_file (line 1923) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 2010) | void reader_scan(struct dir_info *dir) { type priority_entry (line 2042) | struct priority_entry type file_buffer (line 2065) | struct file_buffer function all_zero (line 2093) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 2121) | struct file_buffer type file_buffer (line 2122) | struct file_buffer type file_buffer (line 2150) | struct file_buffer type file_buffer (line 2151) | struct file_buffer type file_buffer (line 2177) | struct file_buffer function push_buffer (line 2179) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 2188) | struct file_buffer type queue (line 2188) | struct queue type file_buffer (line 2192) | struct file_buffer type timeval (line 2220) | struct timeval type timespec (line 2221) | struct timespec type itimerval (line 2222) | struct itimerval type winsize (line 2223) | struct winsize function enable_progress_bar (line 2256) | void enable_progress_bar() function disable_progress_bar (line 2264) | void disable_progress_bar() function progress_bar (line 2272) | void progress_bar(long long current, long long max, int columns) function write_file_empty (line 2304) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, in... function write_file_frag_dup (line 2315) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent,... function write_file_frag (line 2345) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_blocks (line 2380) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 2472) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2599) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, int *dup... type inode_info (line 2685) | struct inode_info type stat (line 2685) | struct stat type inode_info (line 2688) | struct inode_info type stat (line 2691) | struct stat type inode_info (line 2698) | struct inode_info type stat (line 2701) | struct stat function add_dir_entry (line 2721) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2742) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2751) | void sort_directory(struct dir_info *dir) type dir_info (line 2760) | struct dir_info type dir_info (line 2762) | struct dir_info type dir_info (line 2764) | struct dir_info function scan1_encomp_readdir (line 2780) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2816) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2847) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2861) | struct dir_ent type directory (line 2861) | struct directory type dir_info (line 2861) | struct dir_info function scan1_freedir (line 2875) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2882) | void scan2_freedir(struct directory *dir) function dir_scan (line 2890) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2939) | struct dir_info type pathnames (line 2939) | struct pathnames type dir_info (line 2939) | struct dir_info type dir_info (line 2941) | struct dir_info type stat (line 2942) | struct stat type pathnames (line 2944) | struct pathnames function dir_scan2 (line 2998) | void dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 3105) | unsigned int slog(unsigned int block) function old_excluded (line 3116) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 3134) | int old_add_exclude(char *path) function add_old_root_entry (line 3162) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 3175) | void initialise_threads() function write_inode_lookup_table (line 3244) | long long write_inode_lookup_table() function free_path (line 3289) | void free_path(struct pathname *paths) type pathname (line 3307) | struct pathname type pathname (line 3307) | struct pathname type pathname (line 3315) | struct pathname type path_entry (line 3329) | struct path_entry function add_exclude (line 3371) | void add_exclude(char *target) function display_path (line 3383) | void display_path(int depth, struct pathname *paths) function display_path2 (line 3399) | void display_path2(struct pathname *paths, char *string) type pathnames (line 3416) | struct pathnames type pathnames (line 3418) | struct pathnames type pathnames (line 3418) | struct pathnames type pathnames (line 3424) | struct pathnames type pathnames (line 3424) | struct pathnames type pathname (line 3424) | struct pathname type pathnames (line 3427) | struct pathnames type pathname (line 3427) | struct pathname function free_subdir (line 3434) | void free_subdir(struct pathnames *paths) function excluded (line 3440) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 3496) | void write_recovery_data(squashfs_super_block *sBlk) function read_recovery_data (line 3537) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 3604) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.4-cisco/squashfs-tools/read_fs.c function read_block (line 72) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 125) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 363) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 500) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 539) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 579) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.4-cisco/squashfs-tools/sort.c type sort_info (line 67) | struct sort_info { type sort_info (line 74) | struct sort_info type priority_entry (line 76) | struct priority_entry type dir_ent (line 79) | struct dir_ent function add_priority_list (line 82) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 99) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 127) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 185) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 208) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 228) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.4-cisco/squashfs-tools/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.4-cisco/squashfs-tools/squashfs_fs.h type meta_entry (line 209) | struct meta_entry { type meta_index (line 216) | struct meta_index { type squashfs_block_t (line 231) | typedef long long squashfs_block_t; type squashfs_inode_t (line 232) | typedef long long squashfs_inode_t; type squashfs_super_block (line 234) | struct squashfs_super_block { type squashfs_dir_index (line 263) | struct squashfs_dir_index { type squashfs_base_inode_header (line 278) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 282) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 287) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 293) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 300) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 309) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 319) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 328) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 340) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 341) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 342) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 343) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 344) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 345) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 346) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 347) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 350) | struct squashfs_dir_entry { type squashfs_dir_header (line 358) | struct squashfs_dir_header { type squashfs_fragment_entry (line 364) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 579) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 586) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 595) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 603) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 612) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 623) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 635) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 636) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 637) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 638) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 639) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 640) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_2 (line 700) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 707) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 714) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 721) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 729) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 738) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 751) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 762) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 776) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 777) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 778) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 779) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 780) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 781) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 782) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 785) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 790) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 797) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.4-cisco/squashfs-tools/unsquashfs.c type hash_table_entry (line 97) | struct hash_table_entry { type inode (line 103) | struct inode { type squashfs_operations (line 120) | typedef struct squashfs_operations { type test (line 128) | struct test { type cache (line 138) | struct cache { type cache_entry (line 152) | struct cache_entry { type queue (line 167) | struct queue { type cache (line 177) | struct cache type queue (line 178) | struct queue type hash_table_entry (line 195) | struct hash_table_entry type test (line 230) | struct test function sigwinch_handler (line 258) | void sigwinch_handler() function sigalrm_handler (line 270) | void sigalrm_handler() type queue (line 276) | struct queue type queue (line 278) | struct queue type queue (line 278) | struct queue function queue_put (line 298) | void queue_put(struct queue *queue, void *data) type queue (line 314) | struct queue function insert_hash_table (line 332) | void insert_hash_table(struct cache *cache, struct cache_entry *entry) function remove_hash_table (line 345) | void remove_hash_table(struct cache *cache, struct cache_entry *entry) function insert_free_list (line 359) | void insert_free_list(struct cache *cache, struct cache_entry *entry) function remove_free_list (line 374) | void remove_free_list(struct cache *cache, struct cache_entry *entry) type cache (line 394) | struct cache type cache (line 396) | struct cache type cache (line 396) | struct cache type cache_entry (line 405) | struct cache_entry type cache_entry (line 416) | struct cache_entry type cache (line 416) | struct cache type cache_entry (line 423) | struct cache_entry type cache_entry (line 443) | struct cache_entry function cache_block_ready (line 488) | void cache_block_ready(struct cache_entry *entry, int error) function cache_block_wait (line 509) | void cache_block_wait(struct cache_entry *entry) function cache_block_put (line 524) | void cache_block_put(struct cache_entry *entry) function print_filename (line 564) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 620) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 639) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 653) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 673) | int read_block(long long start, long long *next, char *block) function read_data_block (line 736) | int read_data_block(long long start, unsigned int size, char *block) function read_block_list (line 778) | void read_block_list(unsigned int *block_list, char *block_ptr, int blocks) function read_block_list_1 (line 789) | void read_block_list_1(unsigned int *block_list, char *block_ptr, int bl... function uncompress_inode_table (line 806) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 826) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function read_uids_guids (line 852) | void read_uids_guids() function read_fragment_table (line 875) | void read_fragment_table() function read_fragment_table_2 (line 914) | void read_fragment_table_2() function read_fragment_table_1 (line 953) | void read_fragment_table_1() function read_fragment (line 958) | void read_fragment(unsigned int fragment, long long *start_block, int *s... function read_fragment_2 (line 968) | void read_fragment_2(unsigned int fragment, long long *start_block, int ... function write_block (line 981) | int write_block(int file_fd, char *buffer, int size, int hole) type file_entry (line 1014) | struct file_entry { type squashfs_file (line 1021) | struct squashfs_file { function write_file (line 1033) | int write_file(struct inode *inode, char *pathname) type inode (line 1110) | struct inode type inode (line 1116) | struct inode function create_inode (line 1254) | int create_inode(char *pathname, struct inode *i) type inode (line 1349) | struct inode type inode (line 1355) | struct inode type inode (line 1475) | struct inode type inode (line 1481) | struct inode function uncompress_directory_table (line 1603) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 1623) | struct dir_ent { type dir (line 1630) | struct dir { type dir (line 1641) | struct dir type inode (line 1641) | struct inode type dir_ent (line 1649) | struct dir_ent type dir (line 1650) | struct dir type dir (line 1670) | struct dir type dir_ent (line 1708) | struct dir_ent type dir (line 1729) | struct dir type inode (line 1729) | struct inode type dir_ent (line 1737) | struct dir_ent type dir (line 1738) | struct dir type dir (line 1758) | struct dir type dir_ent (line 1796) | struct dir_ent function squashfs_readdir (line 1817) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1833) | void squashfs_closedir(struct dir *dir) type path_entry (line 1854) | struct path_entry { type pathname (line 1860) | struct pathname { type pathnames (line 1865) | struct pathnames { function free_path (line 1871) | void free_path(struct pathname *paths) type pathname (line 1889) | struct pathname type pathname (line 1889) | struct pathname type pathname (line 1897) | struct pathname type path_entry (line 1911) | struct path_entry type pathnames (line 1953) | struct pathnames type pathnames (line 1955) | struct pathnames type pathnames (line 1955) | struct pathnames type pathnames (line 1961) | struct pathnames type pathnames (line 1961) | struct pathnames type pathname (line 1961) | struct pathname type pathnames (line 1964) | struct pathnames type pathname (line 1964) | struct pathname function free_subdir (line 1971) | void free_subdir(struct pathnames *paths) function matches (line 1977) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function pre_scan (line 2026) | int pre_scan(char *parent_name, unsigned int start_block, unsigned int o... function dir_scan (line 2075) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function squashfs_stat (line 2135) | void squashfs_stat(char *source) function read_super (line 2179) | int read_super(char *source) type pathname (line 2247) | struct pathname type pathname (line 2247) | struct pathname type cache_entry (line 2268) | struct cache_entry type squashfs_file (line 2294) | struct squashfs_file type file_entry (line 2309) | struct file_entry type cache_entry (line 2367) | struct cache_entry type timeval (line 2403) | struct timeval type timespec (line 2404) | struct timespec type itimerval (line 2405) | struct itimerval type winsize (line 2406) | struct winsize function initialise_threads (line 2440) | void initialise_threads(int fragment_buffer_size, int data_buffer_size) function enable_progress_bar (line 2501) | void enable_progress_bar() function disable_progress_bar (line 2509) | void disable_progress_bar() function update_progress_bar (line 2517) | void update_progress_bar() function progress_bar (line 2525) | void progress_bar(long long current, long long max, int columns) function main (line 2568) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.4-nb4/lzma465/C/7zBuf.c function Buf_Init (line 8) | void Buf_Init(CBuf *p) function Buf_Create (line 14) | int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function Buf_Free (line 31) | void Buf_Free(CBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-3.4-nb4/lzma465/C/7zBuf.h type CBuf (line 9) | typedef struct type CDynBuf (line 19) | typedef struct FILE: src/others/squashfs-3.4-nb4/lzma465/C/7zBuf2.c function DynBuf_Construct (line 7) | void DynBuf_Construct(CDynBuf *p) function DynBuf_SeekToBeg (line 14) | void DynBuf_SeekToBeg(CDynBuf *p) function DynBuf_Write (line 19) | int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) function DynBuf_Free (line 39) | void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-3.4-nb4/lzma465/C/7zCrc.c function CrcGenerateTable (line 11) | CrcGenerateTable(void) function UInt32 (line 24) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 32) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-3.4-nb4/lzma465/C/7zFile.c function File_Construct (line 28) | void File_Construct(CSzFile *p) function WRes (line 37) | static WRes File_Open(CSzFile *p, const char *name, int writeMode) function WRes (line 52) | WRes InFile_Open(CSzFile *p, const char *name) { return File_Open(p, nam... function WRes (line 53) | WRes OutFile_Open(CSzFile *p, const char *name) { return File_Open(p, na... function WRes (line 55) | WRes File_Close(CSzFile *p) function WRes (line 76) | WRes File_Read(CSzFile *p, void *data, size_t *size) function WRes (line 111) | WRes File_Write(CSzFile *p, const void *data, size_t *size) function WRes (line 146) | WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin) function WRes (line 189) | WRes File_GetLength(CSzFile *p, UInt64 *length) function SRes (line 218) | static SRes FileSeqInStream_Read(void *pp, void *buf, size_t *size) function FileSeqInStream_CreateVTable (line 224) | void FileSeqInStream_CreateVTable(CFileSeqInStream *p) function SRes (line 232) | static SRes FileInStream_Read(void *pp, void *buf, size_t *size) function SRes (line 238) | static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) function FileInStream_CreateVTable (line 244) | void FileInStream_CreateVTable(CFileInStream *p) function FileOutStream_Write (line 253) | static size_t FileOutStream_Write(void *pp, const void *data, size_t size) function FileOutStream_CreateVTable (line 260) | void FileOutStream_CreateVTable(CFileOutStream *p) FILE: src/others/squashfs-3.4-nb4/lzma465/C/7zFile.h type CSzFile (line 22) | typedef struct type CFileSeqInStream (line 48) | typedef struct type CFileInStream (line 57) | typedef struct type CFileOutStream (line 66) | typedef struct FILE: src/others/squashfs-3.4-nb4/lzma465/C/7zStream.c function SRes (line 8) | SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRe... function SRes (line 22) | SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) function SRes (line 27) | SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf) function SRes (line 34) | SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset) function SRes (line 40) | SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) function SRes (line 50) | SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, S... function SRes (line 64) | SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) function SRes (line 69) | static SRes LookToRead_Look_Lookahead(void *pp, void **buf, size_t *size) function SRes (line 87) | static SRes LookToRead_Look_Exact(void *pp, void **buf, size_t *size) function SRes (line 106) | static SRes LookToRead_Skip(void *pp, size_t offset) function SRes (line 113) | static SRes LookToRead_Read(void *pp, void *buf, size_t *size) function SRes (line 127) | static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) function LookToRead_CreateVTable (line 134) | void LookToRead_CreateVTable(CLookToRead *p, int lookahead) function LookToRead_Init (line 144) | void LookToRead_Init(CLookToRead *p) function SRes (line 149) | static SRes SecToLook_Read(void *pp, void *buf, size_t *size) function SecToLook_CreateVTable (line 155) | void SecToLook_CreateVTable(CSecToLook *p) function SRes (line 160) | static SRes SecToRead_Read(void *pp, void *buf, size_t *size) function SecToRead_CreateVTable (line 166) | void SecToRead_CreateVTable(CSecToRead *p) FILE: src/others/squashfs-3.4-nb4/lzma465/C/Alloc.c function MyFree (line 38) | void MyFree(void *address) function MidFree (line 59) | void MidFree(void *address) function SetLargePageSize (line 79) | void SetLargePageSize() function BigFree (line 115) | void BigFree(void *address) FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zAlloc.c function SzFree (line 34) | void SzFree(void *p, void *address) function SzFreeTemp (line 62) | void SzFreeTemp(void *p, void *address) FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zDecode.c function SRes (line 16) | static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStre... function SRes (line 64) | static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *o... function SRes (line 88) | SRes CheckSupportedFolder(const CSzFolder *f) function UInt64 (line 130) | UInt64 GetSum(const UInt64 *values, UInt32 index) function SRes (line 139) | SRes SzDecode2(const UInt64 *packSizes, const CSzFolder *folder, function SRes (line 243) | SRes SzDecode(const UInt64 *packSizes, const CSzFolder *folder, FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zExtract.c function SRes (line 8) | SRes SzAr_Extract( FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zHeader.h type EIdEnum (line 16) | enum EIdEnum FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zIn.c function SzArEx_Init (line 15) | void SzArEx_Init(CSzArEx *p) function SzArEx_Free (line 24) | void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) function SRes (line 56) | static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) function UInt64 (line 120) | UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, U... function SzArEx_GetFolderFullPackSize (line 126) | int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, U... function TestSignatureCandidate (line 178) | static int TestSignatureCandidate(Byte *testBytes) type CSzData (line 187) | typedef struct _CSzState function SRes (line 193) | static SRes SzReadByte(CSzData *sd, Byte *b) function SRes (line 202) | static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) function SRes (line 212) | static SRes SzReadUInt32(CSzData *sd, UInt32 *value) function SRes (line 225) | static SRes SzReadNumber(CSzData *sd, UInt64 *value) function SRes (line 248) | static SRes SzReadNumber32(CSzData *sd, UInt32 *value) function SRes (line 260) | static SRes SzReadID(CSzData *sd, UInt64 *value) function SRes (line 265) | static SRes SzSkeepDataSize(CSzData *sd, UInt64 size) function SRes (line 274) | static SRes SzSkeepData(CSzData *sd) function SRes (line 281) | static SRes SzReadArchiveProperties(CSzData *sd) function SRes (line 294) | static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute) function SRes (line 308) | static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISz... function SRes (line 327) | static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, IS... function SRes (line 340) | static SRes SzReadHashDigests( function SRes (line 358) | static SRes SzReadPackInfo( function SRes (line 406) | static SRes SzReadSwitch(CSzData *sd) function SRes (line 413) | static SRes SzGetNextFolderItem(CSzData *sd, CSzFolder *folder, ISzAlloc... function SRes (line 523) | static SRes SzReadUnpackInfo( function SRes (line 593) | static SRes SzReadSubStreamsInfo( function SRes (line 739) | static SRes SzReadStreamsInfo( function SRes (line 785) | static SRes SzReadFileNames(CSzData *sd, UInt32 numFiles, CSzFileItem *f... function SRes (line 860) | static SRes SzReadHeader2( function SRes (line 1010) | static SRes SzReadHeader( function SRes (line 1035) | static SRes SzReadAndDecodePackedStreams2( function SRes (line 1079) | static SRes SzReadAndDecodePackedStreams( function SRes (line 1102) | static SRes SzArEx_Open2( function SRes (line 1198) | SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMai... FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zIn.h type CSzArEx (line 10) | typedef struct FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zItem.c function SzCoderInfo_Init (line 6) | void SzCoderInfo_Init(CSzCoderInfo *p) function SzCoderInfo_Free (line 11) | void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc) function SzFolder_Init (line 17) | void SzFolder_Init(CSzFolder *p) function SzFolder_Free (line 31) | void SzFolder_Free(CSzFolder *p, ISzAlloc *alloc) function UInt32 (line 44) | UInt32 SzFolder_GetNumOutStreams(CSzFolder *p) function SzFolder_FindBindPairForInStream (line 53) | int SzFolder_FindBindPairForInStream(CSzFolder *p, UInt32 inStreamIndex) function SzFolder_FindBindPairForOutStream (line 63) | int SzFolder_FindBindPairForOutStream(CSzFolder *p, UInt32 outStreamIndex) function UInt64 (line 72) | UInt64 SzFolder_GetUnpackSize(CSzFolder *p) function SzFile_Init (line 84) | void SzFile_Init(CSzFileItem *p) function SzFile_Free (line 94) | static void SzFile_Free(CSzFileItem *p, ISzAlloc *alloc) function SzAr_Init (line 100) | void SzAr_Init(CSzAr *p) function SzAr_Free (line 112) | void SzAr_Free(CSzAr *p, ISzAlloc *alloc) FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zItem.h type CSzCoderInfo (line 9) | typedef struct type CBindPair (line 20) | typedef struct type CSzFolder (line 26) | typedef struct type CNtfsFileTime (line 47) | typedef struct type CSzFileItem (line 53) | typedef struct type CSzAr (line 69) | typedef struct FILE: src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zMain.c function ConvertNumberToString (line 16) | static void ConvertNumberToString(UInt64 value, char *s) function ConvertFileTimeToString (line 36) | static void ConvertFileTimeToString(CNtfsFileTime *ft, char *s) function PrintError (line 87) | void PrintError(char *sz) function main (line 92) | int MY_CDECL main(int numargs, char *args[]) FILE: src/others/squashfs-3.4-nb4/lzma465/C/Bcj2.c function Bcj2_Decode (line 33) | int Bcj2_Decode( FILE: src/others/squashfs-3.4-nb4/lzma465/C/Bra.c function SizeT (line 6) | SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 33) | SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 69) | SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 99) | SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-3.4-nb4/lzma465/C/Bra86.c function SizeT (line 11) | SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int ... FILE: src/others/squashfs-3.4-nb4/lzma465/C/BraIA64.c function SizeT (line 14) | SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzFind.c function LzInWindow_Free (line 17) | static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 28) | static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISz... function Byte (line 45) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 46) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 48) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 50) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 57) | static void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 81) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 89) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 95) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 103) | static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 110) | static void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 122) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 140) | static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *a... function MatchFinder_Free (line 146) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 152) | static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 160) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 236) | static void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 261) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 275) | static UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 280) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 294) | static void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 301) | static void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 312) | static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt... function UInt32 (line 343) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 398) | static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos... function MatchFinder_MovePos (line 455) | static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 474) | static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 485) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 496) | static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 529) | static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 576) | static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 625) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 637) | static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 650) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 663) | static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 678) | static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 694) | static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 711) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 725) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzFind.h type UInt32 (line 9) | typedef UInt32 CLzRef; type CMatchFinder (line 11) | typedef struct _CMatchFinder type Byte (line 83) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 84) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 85) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 86) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 89) | typedef struct _IMatchFinder FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzFindMt.c function MtSync_Construct (line 8) | void MtSync_Construct(CMtSync *p) function MtSync_GetNextBlock (line 21) | void MtSync_GetNextBlock(CMtSync *p) function MtSync_StopWriting (line 49) | void MtSync_StopWriting(CMtSync *p) function MtSync_Destruct (line 72) | void MtSync_Destruct(CMtSync *p) function SRes (line 100) | static SRes MtSync_Create2(CMtSync *p, unsigned (MY_STD_CALL *startAddre... function SRes (line 122) | static SRes MtSync_Create(CMtSync *p, unsigned (MY_STD_CALL *startAddres... function MtSync_Init (line 130) | void MtSync_Init(CMtSync *p) { p->needStart = True; } function HashThreadFunc (line 148) | void HashThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_GetNextBlock_Hash (line 218) | void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) function Int32 (line 234) | Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte ... function BtGetMatches (line 311) | void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) function BtFillBlock (line 380) | void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function BtThreadFunc (line 405) | void BtThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_Construct (line 431) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 438) | void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) function MatchFinderMt_Destruct (line 444) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) function HashThreadFunc2 (line 454) | static unsigned MY_STD_CALL HashThreadFunc2(void *p) { HashThreadFunc((C... function BtThreadFunc2 (line 455) | static unsigned MY_STD_CALL BtThreadFunc2(void *p) function SRes (line 465) | SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function MatchFinderMt_Init (line 490) | void MatchFinderMt_Init(CMatchFinderMt *p) function MatchFinderMt_ReleaseStream (line 515) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function MatchFinderMt_Normalize (line 521) | void MatchFinderMt_Normalize(CMatchFinderMt *p) function MatchFinderMt_GetNextBlock_Bt (line 527) | void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) function Byte (line 539) | const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) function UInt32 (line 546) | UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) function Byte (line 552) | Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) function UInt32 (line 557) | UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 577) | UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 667) | UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) function UInt32 (line 685) | UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) function MatchFinderMt0_Skip (line 718) | void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzFindMt.h type CMtSync (line 18) | typedef struct _CMtSync type UInt32 (line 37) | typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *... type CMatchFinderMt (line 45) | typedef struct _CMatchFinderMt FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaDec.c function LzmaDec_DecodeReal (line 137) | static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, con... function LzmaDec_WriteRem (line 436) | static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 462) | static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, co... type ELzmaDummy (line 487) | typedef enum function ELzmaDummy (line 495) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, S... function IF_BIT_0_CHECK (line 608) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 619) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitRc (line 686) | static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data) function LzmaDec_InitDicAndState (line 693) | void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) function LzmaDec_Init (line 709) | void LzmaDec_Init(CLzmaDec *p) function LzmaDec_InitStateReal (line 715) | static void LzmaDec_InitStateReal(CLzmaDec *p) function SRes (line 727) | SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, S... function SRes (line 848) | SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const ... function LzmaDec_FreeProbs (line 888) | void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_FreeDict (line 894) | static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_Free (line 900) | void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) function SRes (line 906) | SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function SRes (line 932) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 946) | SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned prop... function SRes (line 955) | SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize... function SRes (line 977) | SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaDec.h type CLzmaProps (line 24) | typedef struct _CLzmaProps type CLzmaDec (line 46) | typedef struct type ELzmaFinishMode (line 75) | typedef enum type ELzmaStatus (line 96) | typedef enum FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaEnc.c function LzmaEncProps_Init (line 45) | void LzmaEncProps_Init(CLzmaEncProps *p) function LzmaEncProps_Normalize (line 53) | void LzmaEncProps_Normalize(CLzmaEncProps *p) function UInt32 (line 76) | UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) function UInt32 (line 93) | UInt32 GetPosSlot1(UInt32 pos) function LzmaEnc_FastPosInit (line 107) | void LzmaEnc_FastPosInit(Byte *g_FastPos) type CState (line 140) | typedef unsigned CState; type COptimal (line 142) | typedef struct _COptimal type CLenEnc (line 204) | typedef struct type CLenPriceEnc (line 213) | typedef struct type CRangeEnc (line 221) | typedef struct _CRangeEnc type CSeqInStreamBuf (line 235) | typedef struct _CSeqInStreamBuf function SRes (line 242) | static SRes MyRead(void *pp, void *data, size_t *size) type CSaveState (line 255) | typedef struct type CLzmaEnc (line 277) | typedef struct _CLzmaEnc function LzmaEnc_SaveState (line 360) | void LzmaEnc_SaveState(CLzmaEncHandle pp) function LzmaEnc_RestoreState (line 386) | void LzmaEnc_RestoreState(CLzmaEncHandle pp) function SRes (line 412) | SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) function RangeEnc_Construct (line 477) | static void RangeEnc_Construct(CRangeEnc *p) function RangeEnc_Alloc (line 486) | static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Free (line 498) | static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Init (line 504) | static void RangeEnc_Init(CRangeEnc *p) function RangeEnc_FlushStream (line 518) | static void RangeEnc_FlushStream(CRangeEnc *p) function RangeEnc_ShiftLow (line 530) | static void MY_FAST_CALL RangeEnc_ShiftLow(CRangeEnc *p) function RangeEnc_FlushData (line 551) | static void RangeEnc_FlushData(CRangeEnc *p) function RangeEnc_EncodeDirectBits (line 558) | static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int nu... function RangeEnc_EncodeBit (line 573) | static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 sym... function LitEnc_Encode (line 596) | static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) function LitEnc_EncodeMatched (line 607) | static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 ... function LzmaEnc_InitPriceTables (line 621) | void LzmaEnc_InitPriceTables(UInt32 *ProbPrices) function UInt32 (line 657) | static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UIn... function UInt32 (line 670) | static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symb... function RcTree_Encode (line 687) | static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLev... function RcTree_ReverseEncode (line 701) | static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int nu... function UInt32 (line 714) | static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, ... function UInt32 (line 726) | static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitL... function LenEnc_Init (line 742) | static void LenEnc_Init(CLenEnc *p) function LenEnc_Encode (line 754) | static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt... function LenEnc_SetPrices (line 777) | static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymb... function LenPriceEnc_UpdateTable (line 800) | static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32... function LenPriceEnc_UpdateTables (line 806) | static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosState... function LenEnc_Encode2 (line 813) | static void LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol... function MovePos (line 824) | static void MovePos(CLzmaEnc *p, UInt32 num) function UInt32 (line 837) | static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function UInt32 (line 877) | static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) function UInt32 (line 884) | static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state... function UInt32 (line 906) | static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt... function UInt32 (line 912) | static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) function UInt32 (line 950) | static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) function UInt32 (line 1510) | static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) function WriteEndMarker (line 1618) | static void WriteEndMarker(CLzmaEnc *p, UInt32 posState) function SRes (line 1631) | static SRes CheckErrors(CLzmaEnc *p) function SRes (line 1644) | static SRes Flush(CLzmaEnc *p, UInt32 nowPos) function FillAlignPrices (line 1655) | static void FillAlignPrices(CLzmaEnc *p) function FillDistancesPrices (line 1663) | static void FillDistancesPrices(CLzmaEnc *p) function LzmaEnc_Construct (line 1697) | void LzmaEnc_Construct(CLzmaEnc *p) function CLzmaEncHandle (line 1721) | CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) function LzmaEnc_FreeLits (line 1730) | void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) function LzmaEnc_Destruct (line 1738) | void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) function LzmaEnc_Destroy (line 1748) | void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) function SRes (line 1754) | static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 max... function SRes (line 1919) | static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *... function LzmaEnc_Init (line 1969) | void LzmaEnc_Init(CLzmaEnc *p) function LzmaEnc_InitPrices (line 2027) | void LzmaEnc_InitPrices(CLzmaEnc *p) function SRes (line 2042) | static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISz... function SRes (line 2059) | static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, I... function SRes (line 2068) | SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, function LzmaEnc_SetInputBuf (line 2077) | static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) function SRes (line 2084) | SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, function LzmaEnc_Finish (line 2093) | void LzmaEnc_Finish(CLzmaEncHandle pp) type CSeqOutStreamBuf (line 2104) | typedef struct _CSeqOutStreamBuf function MyWrite (line 2112) | static size_t MyWrite(void *pp, const void *data, size_t size) function UInt32 (line 2127) | UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle pp) function Byte (line 2133) | const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp) function SRes (line 2139) | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit, function SRes (line 2173) | SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInS... function SRes (line 2207) | SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) function SRes (line 2236) | SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, co... function SRes (line 2261) | SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaEnc.h type CLzmaEncProps (line 11) | typedef struct _CLzmaEncProps FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib.c function SzFree (line 12) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function MY_STDAPI (line 15) | MY_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsi... function MY_STDAPI (line 41) | MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const un... FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLibExports.c function BOOL (line 6) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Dec.c function SzFree (line 16) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function SRes (line 19) | SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackS... function SRes (line 30) | SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *s... FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Enc.c function SzFree (line 17) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function Lzma86_Encode (line 23) | int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t s... FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Enc.h type ESzFilterMode (line 62) | enum ESzFilterMode FILE: src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/LzmaUtil.c function SzFree (line 22) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function PrintHelp (line 25) | void PrintHelp(char *buffer) function PrintError (line 33) | int PrintError(char *buffer, const char *message) function PrintErrorNumber (line 41) | int PrintErrorNumber(char *buffer, SRes val) function PrintUserError (line 47) | int PrintUserError(char *buffer) function SRes (line 55) | static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStr... function SRes (line 108) | static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) function SRes (line 134) | static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UIn... function main2 (line 170) | int main2(int numArgs, const char *args[], char *rs) function main (line 248) | int MY_CDECL main(int numArgs, const char *args[]) FILE: src/others/squashfs-3.4-nb4/lzma465/C/Threads.c function WRes (line 9) | static WRes GetError() function WRes (line 15) | WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } function WRes (line 16) | WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } function WRes (line 18) | static WRes MyCloseHandle(HANDLE *h) function WRes (line 27) | WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CA... function WRes (line 37) | WRes WaitObject(HANDLE h) function WRes (line 42) | WRes Thread_Wait(CThread *thread) function WRes (line 49) | WRes Thread_Close(CThread *thread) function WRes (line 54) | WRes Event_Create(CEvent *p, BOOL manualReset, int initialSignaled) function WRes (line 60) | WRes ManualResetEvent_Create(CManualResetEvent *p, int initialSignaled) function WRes (line 62) | WRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function WRes (line 65) | WRes AutoResetEvent_Create(CAutoResetEvent *p, int initialSignaled) function WRes (line 67) | WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function WRes (line 70) | WRes Event_Set(CEvent *p) { return BOOLToWRes(SetEvent(p->handle)); } function WRes (line 71) | WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(p->handle)); } function WRes (line 72) | WRes Event_Wait(CEvent *p) { return WaitObject(p->handle); } function WRes (line 73) | WRes Event_Close(CEvent *p) { return MyCloseHandle(&p->handle); } function WRes (line 76) | WRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCo... function WRes (line 82) | WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousC... function WRes (line 86) | WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function WRes (line 90) | WRes Semaphore_Release1(CSemaphore *p) function WRes (line 95) | WRes Semaphore_Wait(CSemaphore *p) { return WaitObject(p->handle); } function WRes (line 96) | WRes Semaphore_Close(CSemaphore *p) { return MyCloseHandle(&p->handle); } function WRes (line 98) | WRes CriticalSection_Init(CCriticalSection *p) FILE: src/others/squashfs-3.4-nb4/lzma465/C/Threads.h type CThread (line 9) | typedef struct _CThread type THREAD_FUNC_RET_TYPE (line 17) | typedef unsigned THREAD_FUNC_RET_TYPE; type CEvent (line 25) | typedef struct _CEvent type CEvent (line 30) | typedef CEvent CAutoResetEvent; type CEvent (line 31) | typedef CEvent CManualResetEvent; type CSemaphore (line 46) | typedef struct _CSemaphore type CRITICAL_SECTION (line 60) | typedef CRITICAL_SECTION CCriticalSection; FILE: src/others/squashfs-3.4-nb4/lzma465/C/Types.h type SRes (line 31) | typedef int SRes; type DWORD (line 34) | typedef DWORD WRes; type WRes (line 36) | typedef int WRes; type Byte (line 43) | typedef unsigned char Byte; type Int16 (line 44) | typedef short Int16; type UInt16 (line 45) | typedef unsigned short UInt16; type Int32 (line 48) | typedef long Int32; type UInt32 (line 49) | typedef unsigned long UInt32; type Int32 (line 51) | typedef int Int32; type UInt32 (line 52) | typedef unsigned int UInt32; type Int64 (line 60) | typedef long Int64; type UInt64 (line 61) | typedef unsigned long UInt64; type __int64 (line 66) | typedef __int64 Int64; type UInt64 (line 67) | typedef unsigned __int64 UInt64; type Int64 (line 69) | typedef long long int Int64; type UInt64 (line 70) | typedef unsigned long long int UInt64; type UInt32 (line 76) | typedef UInt32 SizeT; type SizeT (line 78) | typedef size_t SizeT; type Bool (line 81) | typedef int Bool; type ISeqInStream (line 109) | typedef struct type ISeqOutStream (line 121) | typedef struct type ESzSeek (line 128) | typedef enum type ISeekInStream (line 135) | typedef struct type ILookInStream (line 141) | typedef struct type CLookToRead (line 164) | typedef struct type CSecToLook (line 176) | typedef struct type CSecToRead (line 184) | typedef struct type ICompressProgress (line 192) | typedef struct type ISzAlloc (line 199) | typedef struct FILE: src/others/squashfs-3.4-nb4/lzma465/C/uncomp.c function SzFree (line 49) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function LzmaUncompress (line 53) | static int LzmaUncompress(struct sqlzma_un *un) function sqlzma_un (line 124) | int sqlzma_un(struct sqlzma_un *un, struct sized_buf *src, function sqlzma_init (line 172) | int sqlzma_init(struct sqlzma_un *un, int do_lzma, unsigned int res_sz) function sqlzma_fin (line 207) | void sqlzma_fin(struct sqlzma_un *un) function sqlzma_init (line 222) | static int __init sqlzma_init(void) function sqlzma_exit (line 227) | static void __exit sqlzma_exit(void) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 12) | namespace NArchive { type N7z (line 13) | namespace N7z { function ConvertFolderItemInfoToBindInfo (line 15) | static void ConvertFolderItemInfoToBindInfo(const CFolder &folder, function AreCodersEqual (line 44) | static bool AreCodersEqual(const NCoderMixer::CCoderStreamsInfo &a1, function AreBindPairsEqual (line 51) | static bool AreBindPairsEqual(const NCoderMixer::CBindPair &a1, cons... function AreBindInfoExEqual (line 57) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function HRESULT (line 89) | HRESULT CDecoder::Decode( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function ConvertBindInfoToFolderItemInfo (line 23) | static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBind... function HRESULT (line 53) | HRESULT CEncoder::CreateMixerCoder( function HRESULT (line 136) | HRESULT CEncoder::Encode( function HRESULT (line 297) | HRESULT CEncoder::EncoderConstr() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zExtract.cpp type CExtractFolderInfo (line 18) | struct CExtractFolderInfo FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 30) | HRESULT CFolderInStream::OpenStream() function HRESULT (line 72) | HRESULT CFolderInStream::CloseStream() function STDMETHODIMP (line 83) | STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 113) | STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace N7z { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderOutStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 16) | HRESULT CFolderOutStream::Init( function HRESULT (line 40) | HRESULT CFolderOutStream::OpenFile() function HRESULT (line 66) | HRESULT CFolderOutStream::WriteEmptyFiles() function STDMETHODIMP (line 81) | STDMETHODIMP CFolderOutStream::Write(const void *data, function HRESULT (line 137) | HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult) function HRESULT (line 157) | HRESULT CFolderOutStream::WasWritingFinished() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderOutStream.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandler.cpp function STDMETHODIMP (line 52) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function IMP_IInArchive_ArcProps_NO (line 60) | IMP_IInArchive_ArcProps_NO function STDMETHODIMP (line 67) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, function SetPropFromUInt64Def (line 133) | static void SetPropFromUInt64Def(CUInt64DefVector &v, int index, NCOM::C... function UString (line 147) | static UString ConvertUInt32ToString(UInt32 value) function UString (line 154) | static UString GetStringForSizeValue(UInt32 value) function wchar_t (line 182) | static wchar_t GetHex(Byte value) function UString (line 186) | static inline UString GetHex2(Byte value) function STDMETHODIMP (line 211) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVAR... function STDMETHODIMP (line 401) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 452) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 464) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVA... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 18) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 21) | namespace NArchive { type N7z (line 22) | namespace N7z { function IsCopyMethod (line 34) | static inline bool IsCopyMethod(const UString &methodName) function STDMETHODIMP (line 37) | STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) function HRESULT (line 43) | HRESULT CHandler::SetPassword(CCompressionMethodMode &methodMode, function HRESULT (line 68) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 122) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 188) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int i... function STDMETHODIMP (line 206) | STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 416) | static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UI... function HRESULT (line 434) | static HRESULT GetBindInfo(UString &srcString, CBind &bind) function STDMETHODIMP (line 446) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PR... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 6) | namespace NArchive { type N7z (line 7) | namespace N7z { class SignatureInitializer (line 14) | class SignatureInitializer method SignatureInitializer (line 17) | SignatureInitializer() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zIn.cpp type NArchive (line 26) | namespace NArchive { type N7z (line 27) | namespace N7z { function BoolVector_Fill_False (line 29) | static void BoolVector_Fill_False(CBoolVector &v, int size) function BoolVector_GetAndSet (line 37) | static bool BoolVector_GetAndSet(CBoolVector &v, UInt32 index) class CInArchiveException (line 109) | class CInArchiveException {} function ThrowException (line 111) | static void ThrowException() { throw CInArchiveException(); } function ThrowEndOfData (line 112) | static inline void ThrowEndOfData() { ThrowException(); } function ThrowUnsupported (line 113) | static inline void ThrowUnsupported() { ThrowException(); } function ThrowIncorrect (line 114) | static inline void ThrowIncorrect() { ThrowException(); } function ThrowUnsupportedVersion (line 115) | static inline void ThrowUnsupportedVersion() { ThrowException(); } class CStreamSwitch (line 138) | class CStreamSwitch method CStreamSwitch (line 143) | CStreamSwitch(): _needRemove(false) {} function Byte (line 186) | Byte CInByte2::ReadByte() function UInt64 (line 213) | UInt64 CInByte2::ReadNumber() function CNum (line 236) | CNum CInByte2::ReadNum() function UInt32 (line 244) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 253) | UInt64 CInByte2::ReadUInt64() function TestSignatureCandidate (line 286) | static inline bool TestSignatureCandidate(const Byte *p) function HRESULT (line 294) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 345) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 766) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 848) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1121) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1240) | HRESULT CInArchive::ReadDatabase( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zIn.h function namespace (line 16) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zItem.h function namespace (line 13) | namespace NArchive { type CFileItem (line 132) | struct CFileItem function IsItemAnti (line 244) | bool IsItemAnti(int index) const { return (index < IsAnti.Size() && IsAn... function SetItemAnti (line 245) | void SetItemAnti(int index, bool isAnti) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zOut.cpp function HRESULT (line 15) | static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data... type NArchive (line 30) | namespace NArchive { type N7z (line 31) | namespace N7z { function HRESULT (line 33) | HRESULT COutArchive::WriteDirect(const void *data, UInt32 size) function HRESULT (line 38) | HRESULT COutArchive::WriteSignature() function HRESULT (line 48) | HRESULT COutArchive::WriteFinishSignature() function SetUInt32 (line 59) | static void SetUInt32(Byte *p, UInt32 d) function SetUInt64 (line 65) | static void SetUInt64(Byte *p, UInt64 d) function HRESULT (line 71) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 82) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 99) | HRESULT COutArchive::Create(ISequentialOutStream *stream, bool endMa... function HRESULT (line 144) | HRESULT COutArchive::SkeepPrefixArchiveHeader() function UInt64 (line 153) | UInt64 COutArchive::GetPos() const function UInt32 (line 229) | static UInt32 GetBigNumberSize(UInt64 value) function UInt32 (line 239) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 257) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function HRESULT (line 544) | HRESULT COutArchive::EncodeStream( function HRESULT (line 563) | HRESULT COutArchive::EncodeStream( function HRESULT (line 752) | HRESULT COutArchive::WriteDatabase( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zOut.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 11) | namespace NArchive { type N7z (line 12) | namespace N7z { type CPropMap (line 14) | struct CPropMap function FindPropInMap (line 53) | static int FindPropInMap(UInt64 filePropID) function CopyOneItem (line 61) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 73) | static void RemoveOneItem(CRecordVector &src, UInt32 item) function InsertToHead (line 83) | static void InsertToHead(CRecordVector &dest, UInt32 item) function STDMETHODIMP (line 143) | STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) function STDMETHODIMP (line 149) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PRO... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function IOutArchive (line 10) | static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zSpecStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size... function STDMETHODIMP (line 17) | STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 18) | namespace NArchive { type N7z (line 19) | namespace N7z { function HRESULT (line 26) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... function GetReverseSlashPos (line 41) | static int GetReverseSlashPos(const UString &name) function UString (line 60) | UString CUpdateItem::GetExtension() const function CompareBuffers (line 67) | static int CompareBuffers(const CByteBuffer &a1, const CByteBuffer &a2) function CompareCoders (line 77) | static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) function CompareBindPairs (line 85) | static int CompareBindPairs(const CBindPair &b1, const CBindPair &b2) function CompareFolders (line 91) | static int CompareFolders(const CFolder &f1, const CFolder &f2) function CompareFiles (line 107) | static int CompareFiles(const CFileItem &f1, const CFileItem &f2) function CompareFolderRefs (line 112) | static int CompareFolderRefs(const int *p1, const int *p2, void *param) function CompareEmptyItems (line 132) | static int CompareEmptyItems(const int *p1, const int *p2, void *param) function GetExtIndex (line 181) | int GetExtIndex(const char *ext) type CRefItem (line 214) | struct CRefItem method CRefItem (line 221) | CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType): function CompareUpdateItems (line 261) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 291) | struct CSolidGroup function IsExeFile (line 306) | static bool IsExeFile(const UString &ext) function GetMethodFull (line 318) | static bool GetMethodFull(UInt64 methodID, function MakeExeMethod (line 327) | static bool MakeExeMethod(const CCompressionMethodMode &method, function SplitFilesToGroups (line 399) | static void SplitFilesToGroups( function FromUpdateItemToFileItem (line 447) | static void FromUpdateItemToFileItem(const CUpdateItem &ui, function HRESULT (line 465) | static HRESULT Update2( function HRESULT (line 803) | HRESULT Update( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 17) | void RegisterArc(const CArcInfo *arcInfo) function HRESULT (line 28) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 35) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 40) | int FindFormatCalssId(const GUID *clsID) function STDAPI (line 53) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 83) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 121) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 126) | STDAPI GetNumberOfFormats(UINT32 *numFormats) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 94) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2.h function namespace (line 11) | namespace NCoderMixer { function class (line 127) | class CBindReverseConverter type CCoderInfo2 (line 142) | struct CCoderInfo2 function class (line 164) | class CCoderMixer2 FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2MT.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 52) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... function HRESULT (line 82) | HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo) function HRESULT (line 121) | HRESULT CCoderMixer2MT::Init(ISequentialInStream **inStreams, ISequent... function HRESULT (line 170) | HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code) function STDMETHODIMP (line 178) | STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2MT.h function namespace (line 11) | namespace NCoderMixer { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CrossThreadProgress.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, co... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CrossThreadProgress.h function HRes (line 21) | HRes Create() function Init (line 26) | void Init() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/DummyOutStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/DummyOutStream.h function ReleaseStream (line 17) | void ReleaseStream() { _stream.Release(); } function Init (line 18) | void Init() { _size = 0; } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 21) | namespace NArchive { function AreEqual (line 82) | static bool AreEqual(const UString &methodName, const wchar_t *s) function IsLZMAMethod (line 85) | static inline bool IsLZMAMethod(const UString &methodName) function IsBZip2Method (line 92) | static inline bool IsBZip2Method(const UString &methodName) function IsPpmdMethod (line 95) | static inline bool IsPpmdMethod(const UString &methodName) function IsDeflateMethod (line 98) | static inline bool IsDeflateMethod(const UString &methodName) type CNameToPropID (line 105) | struct CNameToPropID function ConvertProperty (line 128) | static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM... function FindPropIdFromStringName (line 157) | static int FindPropIdFromStringName(const UString &name) function SetOneMethodProp (line 165) | static void SetOneMethodProp(COneMethodInfo &oneMethodInfo, PROPID pro... function SplitParams (line 273) | static void SplitParams(const UString &srcString, UStringVector &subSt... function SplitParam (line 294) | static void SplitParam(const UString ¶m, UString &name, UString &v... function HRESULT (line 316) | HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const USt... function HRESULT (line 365) | HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const US... function HRESULT (line 381) | HRESULT COutHandler::SetSolidSettings(const UString &s) function HRESULT (line 431) | HRESULT COutHandler::SetSolidSettings(const PROPVARIANT &value) function HRESULT (line 491) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVA... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 20) | STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 33) | STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/InStreamWithCRC.h function Init (line 29) | void Init() function ReleaseStream (line 35) | void ReleaseStream() { _stream.Release(); } function Init (line 57) | void Init() function ReleaseStream (line 63) | void ReleaseStream() { _stream.Release(); } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 13) | UString MakeLegalName(const UString &name) function UString (line 20) | UString GetOSName(const UString &name) function UString (line 27) | UString GetOSName2(const UString &name) function HasTailSlash (line 37) | bool HasTailSlash(const AString &name, UINT codePage) function UString (line 51) | UString WinNameToOSName(const UString &name) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/MultiStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 36) | STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/MultiStream.h type CSubStreamInfo (line 19) | struct CSubStreamInfo function Init (line 26) | void Init() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/OutStreamWithCRC.h function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitCRC (line 33) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ParseProperties.cpp function HRESULT (line 10) | HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UIn... function HRESULT (line 40) | HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &d... function HRESULT (line 81) | HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT ... function StringToBool (line 100) | bool StringToBool(const UString &s, bool &res) function HRESULT (line 115) | HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value) function ParseStringToUInt32 (line 136) | int ParseStringToUInt32(const UString &srcString, UInt32 &number) function HRESULT (line 150) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/DllExports2.cpp function IsItWindowsNT (line 24) | static bool IsItWindowsNT() function BOOL (line 36) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpRese... function STDAPI (line 61) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 76) | STDAPI SetLargePageMode() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/IArchive.h function namespace (line 13) | namespace NFileTimeType function namespace (line 23) | namespace NArchive function STDMETHOD (line 86) | STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, In... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp function IInArchive (line 9) | static IInArchive *CreateArc() { return new NArchive::NLzma::CHandler; } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp type NArchive (line 7) | namespace NArchive { type NLzma (line 8) | namespace NLzma { function HRESULT (line 13) | HRESULT CDecoder::Code( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaHandler.cpp type NArchive (line 20) | namespace NArchive { type NLzma (line 21) | namespace NLzma { function IMP_IInArchive_Props (line 30) | IMP_IInArchive_Props function ConvertUInt32ToString (line 39) | static void ConvertUInt32ToString(UInt32 value, wchar_t *s) function DictSizeToString (line 44) | static void DictSizeToString(UInt32 value, wchar_t *s) function MyStrCat (line 69) | static void MyStrCat(wchar_t *d, const wchar_t *s) function STDMETHODIMP (line 74) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PRO... function STDMETHODIMP (line 114) | STDMETHODIMP CHandler::Open(IInStream *inStream, function STDMETHODIMP (line 139) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 146) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaHandler.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaIn.cpp type NArchive (line 9) | namespace NArchive { type NLzma (line 10) | namespace NLzma { function CheckDictSize (line 12) | static bool CheckDictSize(const Byte *p) function HRESULT (line 22) | HRESULT ReadStreamHeader(ISequentialInStream *inStream, CHeader &block) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaIn.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaItem.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandler.cpp type NArchive (line 25) | namespace NArchive { type NSplit (line 26) | namespace NSplit { function IMP_IInArchive_Props (line 35) | IMP_IInArchive_Props function STDMETHODIMP (line 112) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 243) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 250) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function STDMETHODIMP (line 256) | STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID... function STDMETHODIMP (line 273) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, function STDMETHODIMP (line 337) | STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream *... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandler.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandlerOut.cpp type NArchive (line 12) | namespace NArchive { type NSplit (line 13) | namespace NSplit { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::NSplit::CHandler; } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 15) | void RegisterCodec(const CCodecInfo *codecInfo) function HRESULT (line 22) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 35) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 48) | HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVecto... function HRESULT (line 153) | HRESULT CreateCoder( function HRESULT (line 253) | HRESULT CreateCoder( function HRESULT (line 267) | HRESULT CreateCoder( function HRESULT (line 280) | HRESULT CreateFilter( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/CreateCoder.h function CCodecInfoEx (line 14) | struct CCodecInfoEx FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 14) | static bool MakeAutoName(const UString &name, function AutoRenamePath (line 25) | bool AutoRenamePath(UString &fullProcessedPath) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 55) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 80) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 113) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 139) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function HRESULT (line 148) | HRESULT COutFileStream::Close() function STDMETHODIMP (line 153) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 179) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function STDMETHODIMP (line 203) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 219) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FileStreams.h function virtual (line 31) | virtual ~CInFileStream() {} function Create (line 82) | bool Create(LPCTSTR fileName, bool createAlways) function Open (line 87) | bool Open(LPCTSTR fileName, DWORD creationDisposition) function Create (line 94) | bool Create(LPCWSTR fileName, bool createAlways) function Open (line 99) | bool Open(LPCWSTR fileName, DWORD creationDisposition) function SetTime (line 112) | bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIM... function SetMTime (line 116) | bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilterCoder.cpp function HRESULT (line 25) | HRESULT CFilterCoder::WriteWithLimit(ISequentialOutStream *outStream, UI... function STDMETHODIMP (line 39) | STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 86) | STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 93) | STDMETHODIMP CFilterCoder::ReleaseOutStream() function STDMETHODIMP (line 100) | STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 137) | STDMETHODIMP CFilterCoder::Flush() function STDMETHODIMP (line 160) | STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 167) | STDMETHODIMP CFilterCoder::ReleaseInStream() function STDMETHODIMP (line 173) | STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 222) | STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function STDMETHODIMP (line 229) | STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 235) | STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 247) | STDMETHODIMP CFilterCoder::ResetInitVector() function STDMETHODIMP (line 253) | STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilterCoder.h function HRESULT (line 49) | HRESULT Init() function class (line 126) | class CInStreamReleaser function class (line 134) | class COutStreamReleaser FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InBuffer.cpp function Byte (line 78) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InBuffer.h function CSystemException (line 11) | struct CInBufferException: public CSystemException function class (line 17) | class CInBuffer FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 90) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) function STDMETHODIMP (line 111) | STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InOutTempBuffer.h function class (line 12) | class CInOutTempBuffer FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LimitedStreams.cpp function STDMETHODIMP (line 8) | STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 25) | STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LimitedStreams.h function Init (line 19) | void Init(UInt64 streamSize) function SetStream (line 43) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 44) | void ReleaseStream() { _stream.Release(); } function Init (line 45) | void Init(UInt64 size) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LockedStream.cpp function HRESULT (line 7) | HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function STDMETHODIMP (line 15) | STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size,... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LockedStream.h function class (line 10) | class CLockedInStream FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodId.cpp function wchar_t (line 8) | static inline wchar_t GetHex(Byte value) function UString (line 13) | UString ConvertMethodIdToString(UInt64 id) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodProps.cpp function HRESULT (line 14) | HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeF... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodProps.h type CProp (line 12) | struct CProp type CMethod (line 18) | struct CMethod type CMethodsMode (line 24) | struct CMethodsMode FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 8) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function STDMETHODIMP (line 15) | STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt... function STDMETHODIMP (line 20) | STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 32) | STDMETHODIMP COffsetOutStream::SetSize(Int64 newSize) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 48) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 57) | HRESULT COutBuffer::FlushPart() function HRESULT (line 94) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/ProgressUtils.cpp function STDMETHODIMP (line 21) | STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 39) | HRESULT CLocalProgress::SetCur() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/RegisterArc.h type IInArchive (line 8) | typedef IInArchive * (*CreateInArchiveP)(); type IOutArchive (line 9) | typedef IOutArchive * (*CreateOutArchiveP)(); type CArcInfo (line 11) | struct CArcInfo FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 9) | struct CCodecInfo FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamBinder.cpp class CSequentialInStreamForBinder (line 12) | class CSequentialInStreamForBinder: method SetBinder (line 24) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 27) | STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size,... class CSequentialOutStreamForBinder (line 30) | class CSequentialOutStreamForBinder: method SetBinder (line 43) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 46) | STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt... function HRes (line 54) | HRes CStreamBinder::CreateEvents() function HRESULT (line 90) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 120) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamBinder.h function class (line 9) | class CStreamBinder FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamObjects.cpp function STDMETHODIMP (line 9) | STDMETHODIMP CSequentialInStreamImp::Read(void *data, UInt32 size, UInt3... function STDMETHODIMP (line 30) | STDMETHODIMP CSequentialOutStreamImp::Write(const void *data, UInt32 siz... function STDMETHODIMP (line 38) | STDMETHODIMP CSequentialOutStreamImp2::Write(const void *data, UInt32 si... function STDMETHODIMP (line 50) | STDMETHODIMP CSequentialInStreamSizeCount::Read(void *data, UInt32 size,... function STDMETHODIMP (line 60) | STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamObjects.h function class (line 32) | class CWriteBuffer function Init (line 109) | void Init() { _size = 0; } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 9) | HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *proc... function HRESULT (line 28) | HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t... function HRESULT (line 35) | HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t ... function HRESULT (line 42) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function WRes (line 20) | WRes CVirtThread::Create() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/Bcj2Coder.cpp type NCompress (line 12) | namespace NCompress { type NBcj2 (line 13) | namespace NBcj2 { function IsJcc (line 15) | inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0x... function IsJ (line 16) | inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || I... function GetIndex (line 17) | inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? ... function Test86MSByte (line 23) | static bool inline Test86MSByte(Byte b) function HRESULT (line 52) | HRESULT CEncoder::Flush() function HRESULT (line 63) | HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 259) | STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, function HRESULT (line 278) | HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 375) | STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/Bcj2Coder.h function namespace (line 12) | namespace NCompress { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BcjCoder.cpp function UInt32 (line 7) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 12) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BcjCoder.h type CBranch86 (line 13) | struct CBranch86 FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchCoder.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchCoder.h function virtual (line 16) | virtual void SubInit() {} FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchMisc.cpp function UInt32 (line 12) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 18) | UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 21) | UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 24) | UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 27) | UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 30) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 33) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 36) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 39) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/ByteSwap.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CByteSwap2::Init() { return S_OK; } function STDMETHODIMP (line 22) | STDMETHODIMP CByteSwap4::Init() { return S_OK; } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CodecExports.cpp function HRESULT (line 18) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 25) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function HRESULT (line 30) | static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value) function HRESULT (line 40) | static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool... function STDAPI (line 65) | STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **o... function STDAPI (line 98) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 116) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 153) | STDAPI GetNumberOfMethods(UINT32 *numCodecs) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CopyCoder.cpp type NCompress (line 14) | namespace NCompress { function STDMETHODIMP (line 23) | STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 56) | STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CopyCoder.h function namespace (line 10) | namespace NCompress { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 46) | static inline bool IsItWindowsNT() type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum function PrintHelp (line 102) | static void PrintHelp() function PrintHelpAndExit (line 124) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 131) | static void IncorrectCommand() function WriteArgumentsToStringList (line 136) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 143) | static bool GetNumber(const wchar_t *s, UInt32 &value) function ParseUInt32 (line 158) | static void ParseUInt32(const CParser &parser, int index, UInt32 &res) function main2 (line 165) | int main2(int n, const char *args[]) function main (line 521) | int MY_CDECL main(int n, const char *args[]) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CBaseRandomGenerator (line 57) | class CBaseRandomGenerator method CBaseRandomGenerator (line 62) | CBaseRandomGenerator() { Init(); } method Init (line 63) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 64) | UInt32 GetRnd() class CBenchBuffer (line 72) | class CBenchBuffer method CBenchBuffer (line 77) | CBenchBuffer(): Buffer(0) {} method Free (line 79) | void Free() method Alloc (line 84) | bool Alloc(size_t bufferSize) class CBenchRandomGenerator (line 95) | class CBenchRandomGenerator: public CBenchBuffer method Set (line 99) | void Set(CBaseRandomGenerator *rg) { RG = rg; } method UInt32 (line 100) | UInt32 GetVal(UInt32 &res, int numBits) method UInt32 (line 106) | UInt32 GetLen(UInt32 &res) method Generate (line 111) | void Generate() class CBenchmarkInStream (line 149) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 157) | MY_UNKNOWN_IMP function STDMETHODIMP (line 167) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 183) | class CBenchmarkOutStream: method Init (line 192) | void Init() function STDMETHODIMP (line 201) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 218) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 224) | MY_UNKNOWN_IMP function STDMETHODIMP (line 229) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 237) | static UInt64 GetTimeCount() function UInt64 (line 258) | static UInt64 GetFreq() function UInt64 (line 277) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dw... function UInt64 (line 279) | static UInt64 GetUserTime() function UInt64 (line 291) | static UInt64 GetUserFreq() class CBenchProgressStatus (line 300) | class CBenchProgressStatus method SetResult (line 308) | void SetResult(HRESULT res) method HRESULT (line 315) | HRESULT GetResult() class CBenchProgressInfo (line 324) | class CBenchProgressInfo: method CBenchProgressInfo (line 333) | CBenchProgressInfo(): callback(0) {} function SetStartTime (line 338) | void SetStartTime(CBenchInfo &bi) function SetFinishTime (line 346) | void SetFinishTime(const CBenchInfo &biStart, CBenchInfo &dest) function STDMETHODIMP (line 354) | STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, cons... function UInt32 (line 382) | static UInt32 GetLogSize(UInt32 size) function NormalizeVals (line 391) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 400) | UInt64 GetUsage(const CBenchInfo &info) function UInt64 (line 415) | UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) function UInt64 (line 430) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function UInt64 (line 439) | UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt... function UInt64 (line 447) | UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSi... type CEncoderInfo (line 458) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode type CEncoderInfo (line 460) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode function HRESULT (line 549) | HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBa... function HRESULT (line 605) | HRESULT CEncoderInfo::Encode() function HRESULT (line 618) | HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) type CBenchEncoders (line 655) | struct CBenchEncoders method CBenchEncoders (line 658) | CBenchEncoders(UInt32 num): encoders(0) { encoders = new CEncoderInfo[... function UInt64 (line 841) | inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) function UInt64 (line 857) | UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function CrcBig (line 867) | static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt... type CCrcInfo (line 876) | struct CCrcInfo method Wait (line 884) | void Wait() function THREAD_FUNC_DECL (line 891) | static THREAD_FUNC_DECL CrcThreadFunction(void *param) type CCrcThreads (line 898) | struct CCrcThreads method CCrcThreads (line 902) | CCrcThreads(): Items(0), NumThreads(0) {} method WaitAll (line 903) | void WaitAll() function UInt32 (line 917) | static UInt32 CrcCalc1(const Byte *buf, UInt32 size) function RandGen (line 925) | static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function UInt32 (line 931) | static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function CrcInternalTest (line 937) | bool CrcInternalTest() function HRESULT (line 961) | HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h type IBenchCallback (line 24) | struct IBenchCallback FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp type CTotalBenchRes (line 20) | struct CTotalBenchRes method Init (line 26) | void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } method Normalize (line 27) | void Normalize() method SetMid (line 36) | void SetMid(const CTotalBenchRes &r1, const CTotalBenchRes &r2) type CBenchCallback (line 45) | struct CBenchCallback: public IBenchCallback method Init (line 50) | void Init() { EncodeRes.Init(); DecodeRes.Init(); } method Normalize (line 51) | void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function NormalizeVals (line 57) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 66) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function PrintNumber (line 75) | static void PrintNumber(FILE *f, UInt64 value, int size) function PrintRating (line 85) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 90) | static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating) function PrintResults (line 98) | static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating,... function PrintTotals (line 111) | static void PrintTotals(FILE *f, const CTotalBenchRes &res) function HRESULT (line 118) | HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final) function HRESULT (line 136) | HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) function PrintRequirements (line 155) | static void PrintRequirements(FILE *f, const char *sizeString, UInt64 si... type CTempValues (line 246) | struct CTempValues method CTempValues (line 249) | CTempValues(UInt32 num) { Values = new UInt64[num]; } function HRESULT (line 253) | HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UI... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/comp.cc class CMemoryStream (line 29) | class CMemoryStream { method CMemoryStream (line 36) | CMemoryStream(Bytef *data, UInt64 size) class CInMemoryStream (line 42) | class CInMemoryStream : public CMemoryStream, public IInStream, method CInMemoryStream (line 50) | CInMemoryStream(Bytef *data, UInt64 size) class COutMemoryStream (line 76) | class COutMemoryStream : public CMemoryStream, public IOutStream, method COutMemoryStream (line 84) | COutMemoryStream(Bytef *data, UInt64 size) method UInt32 (line 89) | UInt32 GetSize() {return m_pos;} function LzmaCompress (line 114) | static int function sqlzma_cm (line 209) | int FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaDecoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 28) | namespace NCompress { type NLzma (line 29) | namespace NLzma { function SzFree (line 39) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function STDMETHODIMP (line 48) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt3... function STDMETHODIMP (line 62) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *va... function STDMETHODIMP (line 63) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { ... function STDMETHODIMP (line 64) | STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); retu... function STDMETHODIMP (line 66) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 79) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequenti... function STDMETHODIMP (line 147) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaDecoder.h function namespace (line 14) | namespace NCompress { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaEncoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 26) | namespace NCompress { type NLzma (line 27) | namespace NLzma { function SRes (line 31) | static SRes MyRead(void *object, void *data, size_t *size) function MyWrite (line 39) | static size_t MyWrite(void *object, const void *data, size_t size) function SzBigFree (line 49) | static void SzBigFree(void *, void *address) { BigFree(address); } function SzFree (line 53) | static void SzFree(void *, void *address) { MyFree(address); } function wchar_t (line 72) | inline wchar_t GetUpperChar(wchar_t c) function ParseMatchFinder (line 79) | static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numH... function STDMETHODIMP (line 111) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 153) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 161) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 168) | STDMETHODIMP CEncoder::ReleaseOutStream() type _CCompressProgressImp (line 174) | struct _CCompressProgressImp function SRes (line 185) | SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) function STDMETHODIMP (line 192) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaEncoder.h function namespace (line 15) | namespace NCompress { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/ICoder.h function namespace (line 35) | namespace NCoderPropID function STDMETHOD (line 130) | STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE; function namespace (line 170) | namespace NMethodPropID FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/Client7z.cpp function IsItWindowsNT (line 52) | static inline bool IsItWindowsNT() function PrintString (line 63) | void PrintString(const UString &s) function PrintString (line 68) | void PrintString(const AString &s) function PrintNewLine (line 73) | void PrintNewLine() function PrintStringLn (line 78) | void PrintStringLn(const AString &s) function PrintError (line 84) | void PrintError(const AString &s) function HRESULT (line 91) | static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROP... function HRESULT (line 104) | static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bo... class CArchiveOpenCallback (line 117) | class CArchiveOpenCallback: method CArchiveOpenCallback (line 133) | CArchiveOpenCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 136) | STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, ... function STDMETHODIMP (line 141) | STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files ... function STDMETHODIMP (line 146) | STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) class CArchiveExtractCallback (line 174) | class CArchiveExtractCallback: type CProcessedFileInfo (line 200) | struct CProcessedFileInfo method CArchiveExtractCallback (line 219) | CArchiveExtractCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 230) | STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 235) | STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* com... function STDMETHODIMP (line 240) | STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function STDMETHODIMP (line 355) | STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractM... function STDMETHODIMP (line 372) | STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operation... function STDMETHODIMP (line 413) | STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) type CDirItem (line 431) | struct CDirItem method isDir (line 441) | bool isDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } class CArchiveUpdateCallback (line 444) | class CArchiveUpdateCallback: method CArchiveUpdateCallback (line 485) | CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false)... method Init (line 490) | void Init(const CObjectVector *dirItems) function STDMETHODIMP (line 499) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 504) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* comp... function STDMETHODIMP (line 510) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** ... function STDMETHODIMP (line 515) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, function STDMETHODIMP (line 527) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function HRESULT (line 555) | HRESULT CArchiveUpdateCallback::Finilize() function GetStream2 (line 565) | static void GetStream2(const wchar_t *name) function STDMETHODIMP (line 573) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 606) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operati... function STDMETHODIMP (line 612) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 622) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 641) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... function main (line 663) | int MY_CDECL main(int argc, char* argv[]) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveCommandLine.cpp type NKey (line 41) | namespace NKey { type Enum (line 42) | enum Enum type NRecursedPostCharIndex (line 84) | namespace NRecursedPostCharIndex { type EEnum (line 85) | enum EEnum function ThrowException (line 174) | static void ThrowException(const char *errorMessage) function ThrowUserErrorException (line 179) | static void ThrowUserErrorException() function GetRecursedTypeFromIndex (line 218) | static NRecursedType::EEnum GetRecursedTypeFromIndex(int index) function ParseArchiveCommand (line 231) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function AddNameToCensor (line 247) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddToCensorFromListFile (line 269) | static void AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildCardToCensr (line 280) | static void AddCommandLineWildCardToCensr(NWildcard::CCensor &wildcardCe... function AddToCensorFromNonSwitchesStrings (line 287) | static void AddToCensorFromNonSwitchesStrings( function ParseMapWithPaths (line 306) | static void ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, function AddSwitchWildCardsToCensor (line 370) | static void AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, function ConvertToLongName (line 411) | static void ConvertToLongName(const UString &prefix, UString &name) function ConvertToLongNames (line 420) | static void ConvertToLongNames(const UString &prefix, CObjectVector ... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SortUtils.cpp function CompareStrings (line 8) | static int CompareStrings(const int *p1, const int *p2, void *param) function SortFileNames (line 14) | void SortFileNames(const UStringVector &strings, CIntVector &indices) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/TempFiles.h function class (line 8) | class CTempFiles FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Update.cpp function HRESULT (line 47) | static HRESULT CopyBlock(ISequentialInStream *inStream, ISequentialOutSt... class COutMultiVolStream (line 53) | class COutMultiVolStream: type CSubStreamInfo (line 62) | struct CSubStreamInfo method Init (line 77) | void Init() function HRESULT (line 96) | HRESULT COutMultiVolStream::Close() function STDMETHODIMP (line 112) | STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UI... function STDMETHODIMP (line 190) | STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, U... function STDMETHODIMP (line 213) | STDMETHODIMP COutMultiVolStream::SetSize(Int64 newSize) function HRESULT (line 306) | static HRESULT Compress( function HRESULT (line 519) | HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor, function HRESULT (line 574) | static HRESULT UpdateWithItemLists( class CCurrentDirRestorer (line 619) | class CCurrentDirRestorer method CCurrentDirRestorer (line 623) | CCurrentDirRestorer() method RestoreDirectory (line 627) | bool RestoreDirectory() type CEnumDirItemUpdateCallback (line 632) | struct CEnumDirItemUpdateCallback: public IEnumDirItemCallback method HRESULT (line 635) | HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t... function HRESULT (line 652) | HRESULT UpdateArchive( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Update.h function if (line 16) | struct CArchivePath function UString (line 57) | UString GetFinalPath() const type CUpdateArchiveCommand (line 77) | struct CUpdateArchiveCommand type CUpdateErrorInfo (line 139) | struct CUpdateErrorInfo type IUpdateCallbackUI2 (line 153) | struct IUpdateCallbackUI2 FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateAction.cpp type NUpdateArchive (line 7) | namespace NUpdateArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateAction.h function namespace (line 6) | namespace NUpdateArchive { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateCallback.cpp function STDMETHODIMP (line 29) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) function STDMETHODIMP (line 36) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *complete... function STDMETHODIMP (line 43) | STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, ... function STDMETHODIMP (line 70) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, function STDMETHODIMP (line 88) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function STDMETHODIMP (line 158) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 199) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationR... function STDMETHODIMP (line 206) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 216) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 237) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateCallback.h type IUpdateCallbackUI (line 29) | struct IUpdateCallbackUI FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdatePair.cpp function MyCompareTime (line 17) | static int MyCompareTime(NFileTimeType::EEnum fileTimeType, const FILETI... function ThrowError (line 44) | static void ThrowError(const UString &message, const UString &s1, const ... function TestDuplicateString (line 54) | static void TestDuplicateString(const UStringVector &strings, const CInt... function GetUpdatePairInfoList (line 61) | void GetUpdatePairInfoList( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateProduce.cpp function UpdateProduce (line 11) | void UpdateProduce( FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateProduce.h type CUpdatePair2 (line 8) | struct CUpdatePair2 type IUpdateProduceCallback (line 24) | struct IUpdateProduceCallback FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/WorkDir.cpp function UINT (line 13) | static inline UINT GetCurrentCodePage() function UString (line 20) | UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ZipRegistry.h function namespace (line 10) | namespace NExtract function namespace (line 21) | namespace NCompression { type CInfo (line 44) | struct CInfo function namespace (line 57) | namespace NWorkDir{ FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ConsoleClose.cpp type NConsoleClose (line 10) | namespace NConsoleClose { function BOOL (line 12) | static BOOL WINAPI HandlerRoutine(DWORD ctrlType) function TestBreakSignal (line 36) | bool TestBreakSignal() function CheckCtrlBreak (line 45) | void CheckCtrlBreak() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ConsoleClose.h function namespace (line 6) | namespace NConsoleClose { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp function STDMETHODIMP (line 48) | STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) function STDMETHODIMP (line 55) | STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) function STDMETHODIMP (line 62) | STDMETHODIMP CExtractCallbackConsole::AskOverwrite( function STDMETHODIMP (line 86) | STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *na... function STDMETHODIMP (line 100) | STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) function STDMETHODIMP (line 108) | STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operation... function HRESULT (line 141) | HRESULT CExtractCallbackConsole::SetPassword(const UString &password) function STDMETHODIMP (line 148) | STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 160) | HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name) function HRESULT (line 168) | HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, ... function HRESULT (line 193) | HRESULT CExtractCallbackConsole::ThereAreNoFiles() function HRESULT (line 199) | HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ExtractCallbackConsole.h function public (line 18) | public CMyUnknownImp FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/List.cpp type CPropIdToName (line 28) | struct CPropIdToName function GetAttribString (line 91) | static void GetAttribString(DWORD wa, bool isDir, char *s) type EAdjustment (line 101) | enum EAdjustment type CFieldInfo (line 108) | struct CFieldInfo type CFieldInfoInit (line 118) | struct CFieldInfoInit function PrintSpaces (line 137) | void PrintSpaces(int numSpaces) function PrintString (line 143) | void PrintString(EAdjustment adjustment, int width, const UString &textS... class CFieldPrinter (line 164) | class CFieldPrinter method Clear (line 168) | void Clear() { _fields.Clear(); } function UString (line 198) | static UString GetPropName(PROPID propID, BSTR name) function HRESULT (line 213) | HRESULT CFieldPrinter::Init(IInArchive *archive) function BOOL (line 255) | BOOL IsFileTimeZero(CONST FILETIME *lpFileTime) function PrintTime (line 261) | void PrintTime(const NCOM::CPropVariant &prop) function HRESULT (line 280) | HRESULT CFieldPrinter::PrintItemInfo(IInArchive *archive, function PrintNumberString (line 367) | void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *... function HRESULT (line 376) | HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, function GetUInt64Value (line 408) | bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UI... function HRESULT (line 419) | HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/Main.cpp function ShowMessageAndThrowException (line 126) | static void ShowMessageAndThrowException(CStdOutStream &s, LPCSTR messag... function PrintHelpAndExit (line 132) | static void PrintHelpAndExit(CStdOutStream &s) // yyy function GetArguments (line 139) | static void GetArguments(int numArguments, const char *arguments[], UStr... function ShowCopyrightAndHelp (line 150) | static void ShowCopyrightAndHelp(CStdOutStream &s, bool needHelp) function PrintString (line 159) | static void PrintString(CStdOutStream &stdStream, const AString &s, int ... function PrintString (line 168) | static void PrintString(CStdOutStream &stdStream, const UString &s, int ... function GetHex (line 176) | static inline char GetHex(Byte value) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/MainAr.cpp function IsItWindowsNT (line 27) | static inline bool IsItWindowsNT() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/OpenCallbackConsole.cpp function HRESULT (line 10) | HRESULT COpenCallbackConsole::Open_CheckBreak() function HRESULT (line 17) | HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *) function HRESULT (line 22) | HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UI... function HRESULT (line 29) | HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password) function HRESULT (line 41) | HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/OpenCallbackConsole.h function class (line 9) | class COpenCallbackConsole: public IOpenCallbackUI FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/PercentPrinter.cpp function ClearPrev (line 14) | static void ClearPrev(char *p, int num) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/PercentPrinter.h function class (line 9) | class CPercentPrinter function SetRatio (line 22) | void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp function HRESULT (line 31) | HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT ... function HRESULT (line 39) | HRESULT CUpdateCallbackConsole::StartScanning() function HRESULT (line 45) | HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UI... function HRESULT (line 50) | HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWO... function HRESULT (line 68) | HRESULT CUpdateCallbackConsole::FinishScanning() function HRESULT (line 74) | HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool u... function HRESULT (line 88) | HRESULT CUpdateCallbackConsole::FinishArchive() function HRESULT (line 94) | HRESULT CUpdateCallbackConsole::CheckBreak() function HRESULT (line 101) | HRESULT CUpdateCallbackConsole::Finilize() function HRESULT (line 120) | HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) function HRESULT (line 125) | HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) function HRESULT (line 133) | HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) function HRESULT (line 150) | HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */... function HRESULT (line 157) | HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function HRESULT (line 174) | HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD... function HRESULT (line 190) | HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) function HRESULT (line 197) | HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIs... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UpdateCallbackConsole.h function class (line 11) | class CUpdateCallbackConsole: public IUpdateCallbackUI2 FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UserInputUtils.cpp function ScanUserYesNoAllQuit (line 23) | NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) function UString (line 50) | UString GetPassword(CStdOutStream *outStream) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UserInputUtils.h function namespace (line 8) | namespace NUserAnswerMode { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Buffer.h function virtual (line 23) | virtual ~CBuffer() { delete []_items; } function operator (line 24) | operator T *() { return _items; } function operator (line 25) | operator const T *() const { return _items; } function SetCapacity (line 27) | void SetCapacity(size_t newCapacity) type CBuffer (line 73) | typedef CBuffer CCharBuffer; type CBuffer (line 74) | typedef CBuffer CWCharBuffer; type CByteBuffer (line 75) | typedef CBuffer CByteBuffer; FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CRC.cpp type CCRCTableInit (line 10) | struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } method CCRCTableInit (line 10) | CCRCTableInit() { CrcGenerateTable(); } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/DynamicBuffer.h function GrowLength (line 10) | void GrowLength(size_t size) function buffer (line 24) | CDynamicBuffer(const CDynamicBuffer &buffer): CBuffer(buffer) {} function size (line 25) | CDynamicBuffer(size_t size): CBuffer(size) {} function EnsureCapacity (line 36) | void EnsureCapacity(size_t capacity) type CDynamicBuffer (line 43) | typedef CDynamicBuffer CCharDynamicBuffer; type CDynamicBuffer (line 44) | typedef CDynamicBuffer CWCharDynamicBuffer; type CByteDynamicBuffer (line 45) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/IntToString.cpp function ConvertUInt64ToString (line 7) | void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base) function ConvertUInt64ToString (line 29) | void ConvertUInt64ToString(UInt64 value, wchar_t *s) function ConvertInt64ToString (line 45) | void ConvertInt64ToString(Int64 value, char *s) function ConvertInt64ToString (line 55) | void ConvertInt64ToString(Int64 value, wchar_t *s) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/ListFileUtils.cpp function RemoveQuote (line 13) | static void RemoveQuote(UString &s) function ReadNamesFromListFile (line 20) | bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultString... FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyCom.h function Release (line 26) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 27) | operator T*() const { return (T*)_p; } function m_str (line 91) | m_str(NULL) {} FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyString.cpp function wchar_t (line 20) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 38) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 56) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 68) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 130) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 154) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 166) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 178) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyString.h function MyStringLen (line 16) | int MyStringLen(const T *s) function T (line 24) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 31) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 33) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 35) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 37) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 52) | inline char MyCharUpper(char c) function wchar_t (line 55) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 61) | inline char MyCharLower(char c) function wchar_t (line 64) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 72) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 79) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 109) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 116) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 138) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 144) | void InsertSpace(int &index, int size) function T (line 151) | static T *GetNextCharPointer(T *p) function T (line 153) | static const T *GetNextCharPointer(const T *p) function T (line 155) | static T *GetPrevCharPointer(T *base, T *p) function T (line 157) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 164) | void SetCapacity(int newCapacity) function GrowLength (line 188) | void GrowLength(int n) function CorrectIndex (line 205) | void CorrectIndex(int &index) const function operator (line 235) | operator const T*() const { return _chars;} function T (line 239) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 245) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 246) | void ReleaseBuffer(int newLength) function Empty (line 309) | void Empty() function CStringBase (line 317) | CStringBase Mid(int startIndex) const function CStringBase (line 319) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 336) | CStringBase Left(int count) const function CStringBase (line 338) | CStringBase Right(int count) const function MakeUpper (line 345) | void MakeUpper() function MakeLower (line 347) | void MakeLower() function Compare (line 350) | int Compare(const CStringBase& s) const function Compare (line 353) | int Compare(const T *s) const function CompareNoCase (line 356) | int CompareNoCase(const CStringBase& s) const function CompareNoCase (line 359) | int CompareNoCase(const T *s) const function Find (line 369) | int Find(T c) const { return Find(c, 0); } function Find (line 370) | int Find(T c, int startIndex) const function Find (line 382) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 383) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 398) | int ReverseFind(T c) const function FindOneOf (line 412) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 420) | void TrimLeft(T c) function TrimRight (line 442) | void TrimRight() function TrimRight (line 446) | void TrimRight(T c) function Trim (line 467) | void Trim() function Insert (line 473) | int Insert(int index, T c) function Insert (line 480) | int Insert(int index, const CStringBase &s) function Replace (line 494) | int Replace(T oldChar, T newChar) function Replace (line 511) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 614) | typedef CStringBase AString; type CStringBase (line 615) | typedef CStringBase UString; type CObjectVector (line 617) | typedef CObjectVector AStringVector; type CObjectVector (line 618) | typedef CObjectVector UStringVector; type UString (line 621) | typedef UString CSysString; type AString (line 623) | typedef AString CSysString; type CObjectVector (line 626) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyVector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 40) | CRecordVector(const CRecordVector &v): CBaseRecordVector(sizeof(T)) { *t... function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function FindInSorted (line 81) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 98) | int AddToUniqueSorted(const T& item) function SortRefDown (line 116) | static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, ... function Sort (line 134) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 157) | typedef CRecordVector CIntVector; type CUIntVector (line 158) | typedef CRecordVector CUIntVector; type CRecordVector (line 159) | typedef CRecordVector CBoolVector; type CByteVector (line 160) | typedef CRecordVector CByteVector; type CRecordVector (line 161) | typedef CRecordVector CPointerVector; function T (line 183) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 189) | int Add(const T& item) { return CPointerVector::Add(new T(item)); } function Insert (line 190) | void Insert(int index, const T& item) { CPointerVector::Insert(index, ne... function Find (line 198) | int Find(const T& item) const function FindInSorted (line 205) | int FindInSorted(const T& item) const function AddToSorted (line 221) | int AddToSorted(const T& item) function Sort (line 242) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 245) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 247) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 106) | struct IUnknown type IUnknown (line 116) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 123) | enum VARENUM type VARTYPE (line 153) | typedef unsigned short VARTYPE; type WORD (line 154) | typedef WORD PROPVAR_PAD1; type WORD (line 155) | typedef WORD PROPVAR_PAD2; type WORD (line 156) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 160) | typedef struct tagPROPVARIANT type PROPVARIANT (line 185) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 186) | typedef tagVARIANT VARIANT; type VARIANT (line 187) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 206) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdInStream.cpp function AString (line 45) | AString CStdInStream::ScanStringUntilNewLine() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdInStream.h function class (line 11) | class CStdInStream FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdOutStream.cpp function CStdOutStream (line 52) | CStdOutStream & CStdOutStream::operator<<(CStdOutStream & (*aFunction)(C... function CStdOutStream (line 58) | CStdOutStream & endl(CStdOutStream & outStream) function CStdOutStream (line 63) | CStdOutStream & CStdOutStream::operator<<(const char *string) function CStdOutStream (line 69) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *string) function CStdOutStream (line 75) | CStdOutStream & CStdOutStream::operator<<(char c) function CStdOutStream (line 81) | CStdOutStream & CStdOutStream::operator<<(int number) function CStdOutStream (line 88) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdOutStream.h function class (line 10) | class CStdOutStream FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char d... function AString (line 50) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 57) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 68) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 84) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringConvert.h function wchar_t (line 15) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 17) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 19) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 21) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 23) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 25) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 30) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 32) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 37) | inline const AString& GetOemString(const AString &oemString) function AString (line 39) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 44) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 46) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 48) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 50) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 54) | inline UString GetSystemString(const AString &multiByteString) function AString (line 59) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString) function AString (line 65) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 43) | UInt64 ConvertHexStringToUInt64(const char *s, const char **end) function UInt64 (line 66) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 85) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Types.h type HRes (line 11) | typedef int HRes; FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/UTFConvert.cpp function Bool (line 10) | static Bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *sr... function Bool (line 74) | static Bool Utf16_To_Utf8(char *dest, size_t *destLen, const wchar_t *sr... function ConvertUTF8ToUnicode (line 123) | bool ConvertUTF8ToUnicode(const AString &src, UString &dest) function ConvertUnicodeToUTF8 (line 135) | bool ConvertUnicodeToUTF8(const UString &src, AString &dest) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Wildcard.cpp function CompareFileNames (line 39) | int CompareFileNames(const UString &s1, const UString &s2) function EnhancedMaskTest (line 51) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 85) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts (line 106) | void SplitPathToParts(const UString &path, UString &dirPrefix, UString &... function UString (line 116) | UString ExtractDirPrefixFromPath(const UString &path) function UString (line 125) | UString ExtractFileNameFromPath(const UString &path) function CompareWildCardWithName (line 135) | bool CompareWildCardWithName(const UString &mask, const UString &name) function DoesNameContainWildCard (line 140) | bool DoesNameContainWildCard(const UString &path) type NWildcard (line 149) | namespace NWildcard { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Wildcard.h type CItem (line 19) | struct CItem function class (line 28) | class CCensorNode FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function UINT (line 61) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI()... function CSysString (line 62) | CSysString GetSysPath(LPCWSTR sysPath) function MyGetModuleFileName (line 79) | bool MyGetModuleFileName(HMODULE hModule, CSysString &result) function MyGetModuleFileName (line 93) | bool MyGetModuleFileName(HMODULE hModule, UString &result) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/DLL.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function LRESULTToBool (line 10) | inline bool LRESULTToBool(LRESULT value) function BOOL (line 14) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 17) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 20) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Error.cpp type NWindows (line 14) | namespace NWindows { type NError (line 15) | namespace NError { function MyFormatMessage (line 17) | bool MyFormatMessage(DWORD messageID, CSysString &message) function MyFormatMessage (line 30) | bool MyFormatMessage(DWORD messageID, UString &message) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Error.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileDir.cpp type NWindows (line 17) | namespace NWindows { type NFile (line 18) | namespace NFile { type NDirectory (line 31) | namespace NDirectory { function UINT (line 34) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function UString (line 35) | static UString GetUnicodePath(const CSysString &sysPath) function CSysString (line 37) | static CSysString GetSysPath(LPCWSTR sysPath) function MyGetWindowsDirectory (line 41) | bool MyGetWindowsDirectory(CSysString &path) function MyGetSystemDirectory (line 48) | bool MyGetSystemDirectory(CSysString &path) function MyGetWindowsDirectory (line 56) | bool MyGetWindowsDirectory(UString &path) function MyGetSystemDirectory (line 71) | bool MyGetSystemDirectory(UString &path) function SetDirTime (line 87) | bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FIL... function MySetFileAttributes (line 119) | bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 131) | bool MyRemoveDirectory(LPCTSTR pathName) function GetLongPaths (line 144) | bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) function MyMoveFile (line 155) | bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) function MySetFileAttributes (line 168) | bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 183) | bool MyRemoveDirectory(LPCWSTR pathName) function MyMoveFile (line 197) | bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) function MyCreateDirectory (line 212) | bool MyCreateDirectory(LPCTSTR pathName) function MyCreateDirectory (line 228) | bool MyCreateDirectory(LPCWSTR pathName) function CreateComplexDirectory (line 275) | bool CreateComplexDirectory(LPCTSTR _aPathName) function CreateComplexDirectory (line 321) | bool CreateComplexDirectory(LPCWSTR _aPathName) function DeleteFileAlways (line 367) | bool DeleteFileAlways(LPCTSTR name) function DeleteFileAlways (line 382) | bool DeleteFileAlways(LPCWSTR name) function RemoveDirectorySubItems2 (line 399) | static bool RemoveDirectorySubItems2(const CSysString pathPrefix, ... function RemoveDirectoryWithSubItems (line 406) | bool RemoveDirectoryWithSubItems(const CSysString &path) function RemoveDirectorySubItems2 (line 422) | static bool RemoveDirectorySubItems2(const UString pathPrefix, con... function RemoveDirectoryWithSubItems (line 428) | bool RemoveDirectoryWithSubItems(const UString &path) function MyGetShortPathName (line 446) | bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) function MyGetFullPathName (line 453) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, i... function MyGetFullPathName (line 481) | bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int ... function MyGetFullPathName (line 523) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function MyGetFullPathName (line 530) | bool MyGetFullPathName(LPCWSTR fileName, UString &path) function GetOnlyName (line 537) | bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) function GetOnlyName (line 547) | bool GetOnlyName(LPCWSTR fileName, UString &resultName) function GetOnlyDirPrefix (line 557) | bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) function GetOnlyDirPrefix (line 567) | bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) function MyGetCurrentDirectory (line 577) | bool MyGetCurrentDirectory(CSysString &path) function MySetCurrentDirectory (line 585) | bool MySetCurrentDirectory(LPCWSTR path) function MyGetCurrentDirectory (line 591) | bool MyGetCurrentDirectory(UString &path) function MySearchPath (line 608) | bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, function MySearchPath (line 620) | bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function MyGetTempPath (line 648) | bool MyGetTempPath(CSysString &path) function MyGetTempPath (line 656) | bool MyGetTempPath(UString &path) function UINT (line 673) | UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 681) | UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &p... function UINT (line 699) | UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 733) | UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &... function CreateTempDirectory (line 767) | bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) function CreateTempDirectory (line 804) | bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileDir.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileFind.cpp type NWindows (line 14) | namespace NWindows { type NFile (line 15) | namespace NFile { type NFind (line 23) | namespace NFind { function ConvertWIN32_FIND_DATA_To_FileInfo (line 47) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function UINT (line 64) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function ConvertWIN32_FIND_DATA_To_FileInfo (line 66) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function ConvertWIN32_FIND_DATA_To_FileInfo (line 81) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function FindFile (line 193) | bool FindFile(LPCTSTR wildcard, CFileInfo &fileInfo) function FindFile (line 200) | bool FindFile(LPCWSTR wildcard, CFileInfoW &fileInfo) function DoesFileExist (line 207) | bool DoesFileExist(LPCTSTR name) function DoesFileExist (line 214) | bool DoesFileExist(LPCWSTR name) function HANDLE (line 301) | HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool w... function HANDLE (line 316) | HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool w... function MyGetLogicalDriveStrings (line 334) | bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings) function MyGetLogicalDriveStrings (line 364) | bool MyGetLogicalDriveStrings(UStringVector &driveStrings) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileFind.h function namespace (line 11) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileIO.cpp type NWindows (line 18) | namespace NWindows { type NFile (line 19) | namespace NFile { function GetLongPathBase (line 26) | bool GetLongPathBase(LPCWSTR s, UString &res) function GetLongPath (line 51) | bool GetLongPath(LPCWSTR path, UString &longPath) type NIO (line 59) | namespace NIO { function DWORD (line 249) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileMapping.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileName.cpp type NWindows (line 8) | namespace NWindows { type NFile (line 9) | namespace NFile { type NName (line 10) | namespace NName { function NormalizeDirPathPrefix (line 12) | void NormalizeDirPathPrefix(CSysString &dirPath) function NormalizeDirPathPrefix (line 21) | void NormalizeDirPathPrefix(UString &dirPath) function SplitNameToPureNameAndExtension (line 32) | void SplitNameToPureNameAndExtension(const UString &fullName, FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Handle.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/MemoryLock.cpp type NWindows (line 5) | namespace NWindows { type NSecurity (line 6) | namespace NSecurity { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/MemoryLock.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function CPropVariant (line 36) | CPropVariant& CPropVariant::operator=(const CPropVariant& varSrc) function CPropVariant (line 41) | CPropVariant& CPropVariant::operator=(const PROPVARIANT& varSrc) function CPropVariant (line 47) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 53) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 68) | CPropVariant& CPropVariant::operator=(bool bSrc) function CPropVariant (line 79) | CPropVariant& CPropVariant::operator=(UInt32 value) function CPropVariant (line 90) | CPropVariant& CPropVariant::operator=(UInt64 value) function CPropVariant (line 101) | CPropVariant& CPropVariant::operator=(const FILETIME &value) function CPropVariant (line 112) | CPropVariant& CPropVariant::operator=(Int32 value) function CPropVariant (line 124) | CPropVariant& CPropVariant::operator=(Byte value) function CPropVariant (line 135) | CPropVariant& CPropVariant::operator=(Int16 value) function HRESULT (line 159) | static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) function HRESULT (line 186) | HRESULT CPropVariant::Clear() function HRESULT (line 191) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) function HRESULT (line 219) | HRESULT CPropVariant::Attach(PROPVARIANT* pSrc) function HRESULT (line 229) | HRESULT CPropVariant::Detach(PROPVARIANT* pDest) function HRESULT (line 239) | HRESULT CPropVariant::InternalClear() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariant.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariantConversions.cpp function UString (line 12) | static UString ConvertUInt64ToString(UInt64 value) function UString (line 19) | static UString ConvertInt64ToString(Int64 value) function ConvertFileTimeToString (line 48) | bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTi... function UString (line 67) | UString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTi... function UString (line 75) | UString ConvertPropVariantToString(const PROPVARIANT &prop) function UInt64 (line 100) | UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Synchronization.cpp type NWindows (line 7) | namespace NWindows { type NSynchronization (line 8) | namespace NSynchronization { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Synchronization.h function namespace (line 17) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/System.cpp type NWindows (line 7) | namespace NWindows { type NSystem (line 8) | namespace NSystem { function UInt32 (line 10) | UInt32 GetNumberOfProcessors() type _MY_MEMORYSTATUSEX (line 19) | struct _MY_MEMORYSTATUSEX { function UInt64 (line 40) | UInt64 GetRamSize() FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/System.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Thread.h function namespace (line 13) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Time.cpp type NWindows (line 8) | namespace NWindows { type NTime (line 9) | namespace NTime { function DosTimeToFileTime (line 11) | bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) function FileTimeToDosTime (line 19) | bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) function UnixTimeToFileTime (line 34) | void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) function FileTimeToUnixTime (line 41) | bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) function GetSecondsSince1601 (line 59) | bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, function GetCurUtcFileTime (line 79) | void GetCurUtcFileTime(FILETIME &ft) FILE: src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Time.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method SetStream (line 9) | void SetStream(System.IO.Stream inStream); method Init (line 10) | void Init(); method ReleaseStream (line 11) | void ReleaseStream(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 21) | UInt32 GetMatches(UInt32[] distances); method Skip (line 22) | void Skip(UInt32 num); FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 34) | public void SetType(int numHashBytes) method SetStream (line 51) | public new void SetStream(System.IO.Stream stream) { base.SetStream(st... method ReleaseStream (line 52) | public new void ReleaseStream() { base.ReleaseStream(); } method Init (line 54) | public new void Init() method MovePos (line 63) | public new void MovePos() method GetIndexByte (line 72) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 74) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 77) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 79) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 118) | public UInt32 GetMatches(UInt32[] distances) method Skip (line 252) | public void Skip(UInt32 num) method NormalizeLinks (line 344) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public virtual void ReadBlock() method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method SetStream (line 81) | public void SetStream(System.IO.Stream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() method MovePos (line 93) | public void MovePos() method GetIndexByte (line 105) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 108) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 122) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 15) | public void Create(uint windowSize) method Init (line 27) | public void Init(System.IO.Stream stream, bool solid) method Train (line 39) | public bool Train(System.IO.Stream stream) method ReleaseStream (line 63) | public void ReleaseStream() method Flush (line 69) | public void Flush() method CopyBlock (line 80) | public void CopyBlock(uint distance, uint len) method PutByte (line 95) | public void PutByte(byte b) method GetByte (line 102) | public byte GetByte(uint distance) FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 198) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 230) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 349) | public void SetDecoderProperties(byte[] properties) method Train (line 367) | public bool Train(System.IO.Stream stream) FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method Encoder (line 21) | static Encoder() method GetPosSlot (line 35) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 44) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder type Encoder2 (line 70) | public struct Encoder2 method Create (line 74) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 76) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 78) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 89) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 108) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(UInt32 numPosStates) method Encode (line 196) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method SetPrices (line 220) | public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] p... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 252) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 259) | void UpdateTable(UInt32 posState) method UpdateTables (line 265) | public void UpdateTables(UInt32 numPosStates) method Encode (line 271) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method MovePos (line 446) | void MovePos(UInt32 num) method GetRepLen1Price (line 455) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetPureRepPrice (line 461) | UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posSt... method GetRepPrice (line 483) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 489) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 501) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 539) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1030) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(UInt32 posState) method Flush (line 1055) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1063) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1231) | void ReleaseMFStream() method SetOutStream (line 1240) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1241) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1273) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method WriteCoderProperties (line 1303) | public void WriteCoderProperties(System.IO.Stream outStream) method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method FindMatchFinder (line 1360) | static int FindMatchFinder(string s) method SetCoderProperties (line 1368) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method SetTrainSize (line 1474) | public void SetTrainSize(uint trainSize) FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class CDoubleStream (line 7) | public class CDoubleStream: Stream method Flush (line 23) | public override void Flush() { } method Read (line 24) | public override int Read(byte[] buffer, int offset, int count) method Write (line 46) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 50) | public override long Seek(long offset, System.IO.SeekOrigin origin) method SetLength (line 54) | public override void SetLength(long value) class LzmaAlone (line 60) | class LzmaAlone type Key (line 62) | enum Key method PrintHelp (line 79) | static void PrintHelp() method GetNumber (line 99) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 113) | static int IncorrectCommand() method Main2 (line 119) | static int Main2(string[] args) method Main (line 349) | [STAThread] FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 70) | public CBenchRandomGenerator() { } method Set (line 72) | public void Set(UInt32 bufferSize) method GetRndBit (line 78) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 79) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 84) | UInt32 GetOffset() method GetLen1 (line 90) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 91) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 92) | public void Generate() class CrcOutStream (line 120) | class CrcOutStream : System.IO.Stream method Init (line 123) | public void Init() { CRC.Init(); } method GetDigest (line 124) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 131) | public override void Flush() { } method Seek (line 132) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 133) | public override void SetLength(long value) { } method Read (line 134) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 136) | public override void WriteByte(byte b) method Write (line 140) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 146) | class CProgressInfo : ICodeProgress method Init (line 151) | public void Init() { InSize = 0; } method SetProgress (line 152) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 163) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 172) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 186) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedT... method GetDecompressRating (line 194) | static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, ... method GetTotalRating (line 200) | static UInt64 GetTotalRating( method PrintValue (line 210) | static void PrintValue(UInt64 v) method PrintRating (line 218) | static void PrintRating(UInt64 rating) method PrintResults (line 224) | static void PrintResults( method LzmaBenchmark (line 241) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-3.4-nb4/lzma465/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow method SetType (line 34) | public void SetType(int numHashBytes) method Init (line 54) | public void Init() throws IOException method MovePos (line 63) | public void MovePos() throws IOException method Create (line 79) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 118) | public int GetMatches(int[] distances) throws IOException method Skip (line 252) | public void Skip(int num) throws IOException method NormalizeLinks (line 344) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public void ReadBlock() throws IOException method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 81) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method GetIndexByte (line 105) | public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset... method GetMatchLen (line 108) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 122) | public int GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 35) | static int GetPosSlot(int pos) method GetPosSlot2 (line 44) | static int GetPosSlot2(int pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder class Encoder2 (line 70) | class Encoder2 method Init (line 74) | public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitB... method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(int numPosStates) method Encode (line 196) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method SetPrices (line 220) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 252) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public int GetPrice(int symbol, int posState) method UpdateTable (line 259) | void UpdateTable(int posState) method UpdateTables (line 265) | public void UpdateTables(int numPosStates) method Encode (line 271) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 446) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 455) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 461) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 483) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 489) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int cur) method GetOptimum (line 539) | int GetOptimum(int position) throws IOException method ChangePair (line 1030) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(int posState) throws IOException method Flush (line 1055) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1063) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1240) | void ReleaseOutStream() method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1273) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1303) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method SetAlgorithm (line 1354) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1363) | public boolean SetDictionarySize(int dictionarySize) method SetNumFastBytes (line 1375) | public boolean SetNumFastBytes(int numFastBytes) method SetMatchFinder (line 1383) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1397) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1411) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() { Init(); } method Init (line 17) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 18) | public int GetRnd() class CBitRandomGenerator (line 26) | static class CBitRandomGenerator method Init (line 31) | public void Init() method GetRnd (line 36) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 56) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 65) | public CBenchRandomGenerator() { } method Set (line 66) | public void Set(int bufferSize) method GetRndBit (line 72) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 73) | int GetLogRandBits(int numBits) method GetOffset (line 78) | int GetOffset() method GetLen1 (line 84) | int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 85) | int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 86) | public void Generate() class CrcOutStream (line 114) | static class CrcOutStream extends java.io.OutputStream method Init (line 118) | public void Init() method GetDigest (line 122) | public int GetDigest() method write (line 126) | public void write(byte[] b) method write (line 130) | public void write(byte[] b, int off, int len) method write (line 134) | public void write(int b) class MyOutputStream (line 140) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 146) | public MyOutputStream(byte[] buffer) method reset (line 152) | public void reset() method write (line 157) | public void write(int b) throws IOException method size (line 164) | public int size() class MyInputStream (line 170) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 176) | public MyInputStream(byte[] buffer, int size) method reset (line 182) | public void reset() method read (line 187) | public int read() class CProgressInfo (line 195) | static class CProgressInfo implements ICodeProgress method Init (line 200) | public void Init() method SetProgress (line 202) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 213) | static int GetLogSize(int size) method MyMultDiv64 (line 222) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 236) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 244) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 250) | static long GetTotalRating( method PrintValue (line 260) | static void PrintValue(long v) method PrintRating (line 269) | static void PrintRating(long rating) method PrintResults (line 275) | static void PrintResults( method LzmaBenchmark (line 292) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/others/squashfs-3.4-nb4/sqlzma.h type sqlzma_opts (line 41) | struct sqlzma_opts { type sqlzma_opts (line 45) | struct sqlzma_opts type sized_buf (line 57) | struct sized_buf { type sqlzma_un (line 63) | struct sqlzma_un { type sqlzma_un (line 75) | struct sqlzma_un type sqlzma_un (line 76) | struct sqlzma_un type sized_buf (line 76) | struct sized_buf type sized_buf (line 77) | struct sized_buf type sqlzma_un (line 78) | struct sqlzma_un FILE: src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_dir_index_1 (line 43) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 44) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 45) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 46) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 47) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 48) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 49) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_inode_header_1 (line 50) | typedef union squashfs_inode_header_1 squashfs_inode_header_1; type squashfs_dir_index_2 (line 54) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 55) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 56) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 57) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 58) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 59) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 60) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 61) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 62) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 63) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 64) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 65) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 66) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; type squashfs_uid (line 69) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 70) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 71) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 72) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/mksquashfs.c type sqlzma_un (line 133) | struct sqlzma_un type sqlzma_opts (line 134) | struct sqlzma_opts type cached_dir_index (line 168) | struct cached_dir_index { type directory (line 173) | struct directory { type inode_info (line 187) | struct inode_info type file_info (line 190) | struct file_info type exclude_info (line 196) | struct exclude_info { type exclude_info (line 203) | struct exclude_info type stat (line 204) | struct stat type path_entry (line 206) | struct path_entry { type pathname (line 212) | struct pathname { type pathnames (line 217) | struct pathnames { type pathnames (line 223) | struct pathnames type pathname (line 224) | struct pathname type pathname (line 225) | struct pathname type pathnames (line 226) | struct pathnames type pathnames (line 226) | struct pathnames type file_buffer (line 230) | struct file_buffer type fragment (line 233) | struct fragment { type old_root_entry_info (line 256) | struct old_root_entry_info { type old_root_entry_info (line 262) | struct old_root_entry_info type file_info (line 265) | struct file_info { type file_buffer (line 309) | struct file_buffer { type queue (line 331) | struct queue { type buffer_list (line 344) | struct buffer_list { type cache (line 350) | struct cache type queue (line 351) | struct queue type dir_info (line 385) | struct dir_info type file_info (line 386) | struct file_info type fragment (line 386) | struct fragment type file_buffer (line 386) | struct file_buffer type buffer_list (line 386) | struct buffer_list type dir_info (line 387) | struct dir_info type pathnames (line 387) | struct pathnames type dir_info (line 387) | struct dir_info type dir_info (line 388) | struct dir_info type file_info (line 389) | struct file_info type fragment (line 389) | struct fragment type dir_info (line 390) | struct dir_info type stat (line 390) | struct stat type priority_entry (line 391) | struct priority_entry type queue (line 395) | struct queue type queue (line 397) | struct queue type queue (line 397) | struct queue function queue_put (line 417) | void queue_put(struct queue *queue, void *data) type queue (line 433) | struct queue type cache (line 452) | struct cache { function insert_hash_table (line 497) | void insert_hash_table(struct cache *cache, struct file_buffer *entry) function remove_hash_table (line 510) | void remove_hash_table(struct cache *cache, struct file_buffer *entry) type cache (line 530) | struct cache type cache (line 532) | struct cache type cache (line 532) | struct cache type file_buffer (line 541) | struct file_buffer type file_buffer (line 549) | struct file_buffer type cache (line 549) | struct cache type file_buffer (line 554) | struct file_buffer type file_buffer (line 578) | struct file_buffer type cache (line 578) | struct cache type file_buffer (line 581) | struct file_buffer type file_buffer (line 598) | struct file_buffer function cache_rehash (line 637) | void cache_rehash(struct file_buffer *entry, long long index) function cache_block_put (line 651) | void cache_block_put(struct file_buffer *entry) function inc_progress_bar (line 687) | inline void inc_progress_bar() function update_progress_bar (line 693) | inline void update_progress_bar() function waitforthread (line 701) | inline void waitforthread(int i) function restorefs (line 709) | void restorefs() function sighandler (line 750) | void sighandler() function sighandler2 (line 763) | void sighandler2() function sigusr1_handler (line 769) | void sigusr1_handler() function sigwinch_handler (line 791) | void sigwinch_handler() function sigalrm_handler (line 803) | void sigalrm_handler() function mangle2 (line 809) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, int bl... function mangle (line 857) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 865) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 913) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 927) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 945) | long long write_inodes() function write_directories (line 981) | long long write_directories() function get_uid (line 1017) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 1034) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 1054) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 1229) | void scan2_init_dir(struct directory *dir) function add_dir (line 1244) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 1317) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct ... type file_buffer (line 1424) | struct file_buffer type fragment (line 1424) | struct fragment type file_buffer (line 1429) | struct file_buffer type sized_buf (line 1454) | struct sized_buf type frag_locked (line 1479) | struct frag_locked { type frag_locked (line 1488) | struct frag_locked function lock_fragments (line 1493) | int lock_fragments() function unlock_fragments (line 1504) | void unlock_fragments() function add_pending_fragment (line 1530) | int add_pending_fragment(struct file_buffer *write_buffer, int c_byte, i... function write_fragment (line 1545) | void write_fragment() type fragment (line 1568) | struct fragment type fragment (line 1569) | struct fragment type file_buffer (line 1569) | struct file_buffer type fragment (line 1571) | struct fragment type fragment (line 1580) | struct fragment type fragment (line 1580) | struct fragment function generic_write_table (line 1596) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1640) | long long write_fragment_table() function get_checksum (line 1671) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1684) | unsigned short get_checksum_disk(long long start, long long l, unsigned ... function get_checksum_mem (line 1709) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1715) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1725) | void add_file(long long start, long long file_size, long long file_bytes... function pre_duplicate (line 1757) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1769) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1790) | struct file_info type fragment (line 1790) | struct fragment type file_info (line 1792) | struct file_info type file_info (line 1794) | struct file_info type file_info (line 1794) | struct file_info type file_info (line 1815) | struct file_info type fragment (line 1815) | struct fragment type file_buffer (line 1815) | struct file_buffer type buffer_list (line 1815) | struct buffer_list type file_info (line 1817) | struct file_info type file_buffer (line 1835) | struct file_buffer type buffer_list (line 1846) | struct buffer_list type file_buffer (line 1847) | struct file_buffer type file_buffer (line 1848) | struct file_buffer type file_buffer (line 1880) | struct file_buffer function reader_read_file (line 1900) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 1987) | void reader_scan(struct dir_info *dir) { type priority_entry (line 2020) | struct priority_entry type file_buffer (line 2043) | struct file_buffer function all_zero (line 2071) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 2099) | struct file_buffer type file_buffer (line 2100) | struct file_buffer type file_buffer (line 2128) | struct file_buffer type file_buffer (line 2129) | struct file_buffer type file_buffer (line 2155) | struct file_buffer function push_buffer (line 2157) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 2166) | struct file_buffer type queue (line 2166) | struct queue type file_buffer (line 2170) | struct file_buffer type timeval (line 2198) | struct timeval type timespec (line 2199) | struct timespec type itimerval (line 2200) | struct itimerval type winsize (line 2201) | struct winsize function enable_progress_bar (line 2234) | void enable_progress_bar() function disable_progress_bar (line 2242) | void disable_progress_bar() function progress_bar (line 2250) | void progress_bar(long long current, long long max, int columns) function write_file_empty (line 2283) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, in... function write_file_frag_dup (line 2298) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent,... function write_file_frag (line 2331) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_blocks (line 2366) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, lo... function write_file_blocks_dup (line 2458) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent... function write_file (line 2585) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, int *dup... type inode_info (line 2671) | struct inode_info type stat (line 2671) | struct stat type inode_info (line 2674) | struct inode_info type stat (line 2677) | struct stat type inode_info (line 2684) | struct inode_info type stat (line 2687) | struct stat function add_dir_entry (line 2707) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 2728) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 2737) | void sort_directory(struct dir_info *dir) type dir_info (line 2746) | struct dir_info type dir_info (line 2748) | struct dir_info type dir_info (line 2750) | struct dir_info function scan1_encomp_readdir (line 2766) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 2802) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 2833) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 2847) | struct dir_ent type directory (line 2847) | struct directory type dir_info (line 2847) | struct dir_info function scan1_freedir (line 2861) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 2868) | void scan2_freedir(struct directory *dir) function dir_scan (line 2876) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 2925) | struct dir_info type pathnames (line 2925) | struct pathnames type dir_info (line 2925) | struct dir_info type dir_info (line 2927) | struct dir_info type stat (line 2928) | struct stat type pathnames (line 2930) | struct pathnames function dir_scan2 (line 2984) | void dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 3091) | unsigned int slog(unsigned int block) function old_excluded (line 3102) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 3120) | int old_add_exclude(char *path) function add_old_root_entry (line 3148) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function initialise_threads (line 3161) | void initialise_threads() function write_inode_lookup_table (line 3230) | long long write_inode_lookup_table() function free_path (line 3275) | void free_path(struct pathname *paths) type pathname (line 3293) | struct pathname type pathname (line 3293) | struct pathname type pathname (line 3301) | struct pathname type path_entry (line 3315) | struct path_entry function add_exclude (line 3357) | void add_exclude(char *target) function display_path (line 3369) | void display_path(int depth, struct pathname *paths) function display_path2 (line 3385) | void display_path2(struct pathname *paths, char *string) type pathnames (line 3402) | struct pathnames type pathnames (line 3404) | struct pathnames type pathnames (line 3404) | struct pathnames type pathnames (line 3410) | struct pathnames type pathnames (line 3410) | struct pathnames type pathname (line 3410) | struct pathname type pathnames (line 3413) | struct pathnames type pathname (line 3413) | struct pathname function free_subdir (line 3420) | void free_subdir(struct pathnames *paths) function excluded (line 3426) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 3482) | void write_recovery_data(squashfs_super_block *sBlk) function read_recovery_data (line 3523) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 3591) | int main(int argc, char *argv[]) FILE: src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/read_fs.c type sqlzma_un (line 67) | struct sqlzma_un function read_block (line 69) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 114) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 352) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 489) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_inode_lookup_table (line 528) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, squashfs... function read_filesystem (line 568) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 80) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 97) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 183) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 206) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 226) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/squashfs_fs.h type meta_entry (line 206) | struct meta_entry { type meta_index (line 213) | struct meta_index { type squashfs_block_t (line 228) | typedef long long squashfs_block_t; type squashfs_inode_t (line 229) | typedef long long squashfs_inode_t; type squashfs_super_block (line 231) | struct squashfs_super_block { type squashfs_dir_index (line 260) | struct squashfs_dir_index { type squashfs_base_inode_header (line 275) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 279) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 284) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 290) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 297) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 306) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 316) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 325) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 337) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 338) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 339) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 340) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 341) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 342) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 343) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 344) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 347) | struct squashfs_dir_entry { type squashfs_dir_header (line 355) | struct squashfs_dir_header { type squashfs_fragment_entry (line 361) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 576) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 583) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 592) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 600) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 609) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 620) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 632) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 633) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 634) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 635) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 636) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 637) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_2 (line 697) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 704) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 711) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 718) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 726) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 735) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 748) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 759) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 773) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 774) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 775) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 776) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 777) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 778) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 779) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 782) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 787) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 794) | struct squashfs_fragment_entry_2 { FILE: src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/unsquashfs.c type UInt32 (line 67) | typedef unsigned int UInt32; type hash_table_entry (line 101) | struct hash_table_entry { type inode (line 107) | struct inode { type squashfs_operations (line 124) | typedef struct squashfs_operations { type test (line 132) | struct test { type cache (line 142) | struct cache { type cache_entry (line 156) | struct cache_entry { type queue (line 171) | struct queue { type cache (line 181) | struct cache type queue (line 182) | struct queue type hash_table_entry (line 199) | struct hash_table_entry type sqlzma_un (line 213) | struct sqlzma_un type test (line 235) | struct test function sigwinch_handler (line 263) | void sigwinch_handler() function sigalrm_handler (line 275) | void sigalrm_handler() type queue (line 281) | struct queue type queue (line 283) | struct queue type queue (line 283) | struct queue function queue_put (line 303) | void queue_put(struct queue *queue, void *data) type queue (line 319) | struct queue function insert_hash_table (line 337) | void insert_hash_table(struct cache *cache, struct cache_entry *entry) function remove_hash_table (line 350) | void remove_hash_table(struct cache *cache, struct cache_entry *entry) function insert_free_list (line 364) | void insert_free_list(struct cache *cache, struct cache_entry *entry) function remove_free_list (line 379) | void remove_free_list(struct cache *cache, struct cache_entry *entry) type cache (line 399) | struct cache type cache (line 401) | struct cache type cache (line 401) | struct cache type cache_entry (line 410) | struct cache_entry type cache_entry (line 421) | struct cache_entry type cache (line 421) | struct cache type cache_entry (line 428) | struct cache_entry type cache_entry (line 448) | struct cache_entry function cache_block_ready (line 493) | void cache_block_ready(struct cache_entry *entry, int error) function cache_block_wait (line 514) | void cache_block_wait(struct cache_entry *entry) function cache_block_put (line 529) | void cache_block_put(struct cache_entry *entry) function print_filename (line 569) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 627) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 646) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 660) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 680) | int read_block(long long start, long long *next, char *block) function read_data_block (line 734) | int read_data_block(long long start, unsigned int size, char *block) function read_block_list (line 767) | void read_block_list(unsigned int *block_list, char *block_ptr, int blocks) function read_block_list_1 (line 778) | void read_block_list_1(unsigned int *block_list, char *block_ptr, int bl... function uncompress_inode_table (line 795) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 815) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function read_uids_guids (line 841) | void read_uids_guids() function read_fragment_table (line 864) | void read_fragment_table() function read_fragment_table_2 (line 903) | void read_fragment_table_2() function read_fragment_table_1 (line 942) | void read_fragment_table_1() function read_fragment (line 947) | void read_fragment(unsigned int fragment, long long *start_block, int *s... function read_fragment_2 (line 957) | void read_fragment_2(unsigned int fragment, long long *start_block, int ... function write_block (line 970) | int write_block(int file_fd, char *buffer, int size, int hole) type file_entry (line 1003) | struct file_entry { type squashfs_file (line 1010) | struct squashfs_file { function write_file (line 1022) | int write_file(struct inode *inode, char *pathname) type inode (line 1099) | struct inode type inode (line 1105) | struct inode function create_inode (line 1243) | int create_inode(char *pathname, struct inode *i) type inode (line 1338) | struct inode type inode (line 1344) | struct inode type inode (line 1464) | struct inode type inode (line 1470) | struct inode function uncompress_directory_table (line 1592) | void uncompress_directory_table(long long start, long long end) type dir_ent (line 1612) | struct dir_ent { type dir (line 1619) | struct dir { type dir (line 1630) | struct dir type inode (line 1630) | struct inode type dir_ent (line 1638) | struct dir_ent type dir (line 1639) | struct dir type dir (line 1659) | struct dir type dir_ent (line 1697) | struct dir_ent type dir (line 1718) | struct dir type inode (line 1718) | struct inode type dir_ent (line 1726) | struct dir_ent type dir (line 1727) | struct dir type dir (line 1747) | struct dir type dir_ent (line 1785) | struct dir_ent function squashfs_readdir (line 1806) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1822) | void squashfs_closedir(struct dir *dir) type path_entry (line 1843) | struct path_entry { type pathname (line 1849) | struct pathname { type pathnames (line 1854) | struct pathnames { function free_path (line 1860) | void free_path(struct pathname *paths) type pathname (line 1878) | struct pathname type pathname (line 1878) | struct pathname type pathname (line 1886) | struct pathname type path_entry (line 1900) | struct path_entry type pathnames (line 1942) | struct pathnames type pathnames (line 1944) | struct pathnames type pathnames (line 1944) | struct pathnames type pathnames (line 1950) | struct pathnames type pathnames (line 1950) | struct pathnames type pathname (line 1950) | struct pathname type pathnames (line 1953) | struct pathnames type pathname (line 1953) | struct pathname function free_subdir (line 1960) | void free_subdir(struct pathnames *paths) function matches (line 1966) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function pre_scan (line 2015) | int pre_scan(char *parent_name, unsigned int start_block, unsigned int o... function dir_scan (line 2064) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function squashfs_stat (line 2124) | void squashfs_stat(char *source) function read_super (line 2203) | int read_super(char *source) type pathname (line 2275) | struct pathname type pathname (line 2275) | struct pathname type cache_entry (line 2296) | struct cache_entry type squashfs_file (line 2322) | struct squashfs_file type file_entry (line 2337) | struct file_entry type sqlzma_un (line 2393) | struct sqlzma_un type sqlzma_un (line 2393) | struct sqlzma_un type cache_entry (line 2396) | struct cache_entry type sized_buf (line 2400) | struct sized_buf type timeval (line 2421) | struct timeval type timespec (line 2422) | struct timespec type itimerval (line 2423) | struct itimerval type winsize (line 2424) | struct winsize function initialise_threads (line 2458) | void initialise_threads(int fragment_buffer_size, int data_buffer_size) function enable_progress_bar (line 2524) | void enable_progress_bar() function disable_progress_bar (line 2532) | void disable_progress_bar() function update_progress_bar (line 2540) | void update_progress_bar() function progress_bar (line 2548) | void progress_bar(long long current, long long max, int columns) function main (line 2592) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.0-lzma/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_id (line 42) | typedef unsigned int squashfs_id; type squashfs_fragment_index (line 43) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 44) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 45) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-4.0-lzma/lzma/C/7zBuf.c function Buf_Init (line 8) | void Buf_Init(CBuf *p) function Buf_Create (line 14) | int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function Buf_Free (line 31) | void Buf_Free(CBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.0-lzma/lzma/C/7zBuf.h type CBuf (line 9) | typedef struct type CDynBuf (line 19) | typedef struct FILE: src/others/squashfs-4.0-lzma/lzma/C/7zBuf2.c function DynBuf_Construct (line 7) | void DynBuf_Construct(CDynBuf *p) function DynBuf_SeekToBeg (line 14) | void DynBuf_SeekToBeg(CDynBuf *p) function DynBuf_Write (line 19) | int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) function DynBuf_Free (line 39) | void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.0-lzma/lzma/C/7zCrc.c function CrcGenerateTable (line 11) | CrcGenerateTable(void) function UInt32 (line 24) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 32) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-4.0-lzma/lzma/C/7zFile.c function File_Construct (line 28) | void File_Construct(CSzFile *p) function WRes (line 37) | static WRes File_Open(CSzFile *p, const char *name, int writeMode) function WRes (line 52) | WRes InFile_Open(CSzFile *p, const char *name) { return File_Open(p, nam... function WRes (line 53) | WRes OutFile_Open(CSzFile *p, const char *name) { return File_Open(p, na... function WRes (line 55) | WRes File_Close(CSzFile *p) function WRes (line 76) | WRes File_Read(CSzFile *p, void *data, size_t *size) function WRes (line 111) | WRes File_Write(CSzFile *p, const void *data, size_t *size) function WRes (line 146) | WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin) function WRes (line 189) | WRes File_GetLength(CSzFile *p, UInt64 *length) function SRes (line 218) | static SRes FileSeqInStream_Read(void *pp, void *buf, size_t *size) function FileSeqInStream_CreateVTable (line 224) | void FileSeqInStream_CreateVTable(CFileSeqInStream *p) function SRes (line 232) | static SRes FileInStream_Read(void *pp, void *buf, size_t *size) function SRes (line 238) | static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) function FileInStream_CreateVTable (line 244) | void FileInStream_CreateVTable(CFileInStream *p) function FileOutStream_Write (line 253) | static size_t FileOutStream_Write(void *pp, const void *data, size_t size) function FileOutStream_CreateVTable (line 260) | void FileOutStream_CreateVTable(CFileOutStream *p) FILE: src/others/squashfs-4.0-lzma/lzma/C/7zFile.h type CSzFile (line 22) | typedef struct type CFileSeqInStream (line 48) | typedef struct type CFileInStream (line 57) | typedef struct type CFileOutStream (line 66) | typedef struct FILE: src/others/squashfs-4.0-lzma/lzma/C/7zStream.c function SRes (line 8) | SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRe... function SRes (line 22) | SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) function SRes (line 27) | SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf) function SRes (line 34) | SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset) function SRes (line 40) | SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) function SRes (line 50) | SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, S... function SRes (line 64) | SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) function SRes (line 69) | static SRes LookToRead_Look_Lookahead(void *pp, void **buf, size_t *size) function SRes (line 87) | static SRes LookToRead_Look_Exact(void *pp, void **buf, size_t *size) function SRes (line 106) | static SRes LookToRead_Skip(void *pp, size_t offset) function SRes (line 113) | static SRes LookToRead_Read(void *pp, void *buf, size_t *size) function SRes (line 127) | static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) function LookToRead_CreateVTable (line 134) | void LookToRead_CreateVTable(CLookToRead *p, int lookahead) function LookToRead_Init (line 144) | void LookToRead_Init(CLookToRead *p) function SRes (line 149) | static SRes SecToLook_Read(void *pp, void *buf, size_t *size) function SecToLook_CreateVTable (line 155) | void SecToLook_CreateVTable(CSecToLook *p) function SRes (line 160) | static SRes SecToRead_Read(void *pp, void *buf, size_t *size) function SecToRead_CreateVTable (line 166) | void SecToRead_CreateVTable(CSecToRead *p) FILE: src/others/squashfs-4.0-lzma/lzma/C/Alloc.c function MyFree (line 38) | void MyFree(void *address) function MidFree (line 59) | void MidFree(void *address) function SetLargePageSize (line 79) | void SetLargePageSize() function BigFree (line 115) | void BigFree(void *address) FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zAlloc.c function SzFree (line 34) | void SzFree(void *p, void *address) function SzFreeTemp (line 62) | void SzFreeTemp(void *p, void *address) FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zDecode.c function SRes (line 16) | static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStre... function SRes (line 64) | static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *o... function SRes (line 88) | SRes CheckSupportedFolder(const CSzFolder *f) function UInt64 (line 130) | UInt64 GetSum(const UInt64 *values, UInt32 index) function SRes (line 139) | SRes SzDecode2(const UInt64 *packSizes, const CSzFolder *folder, function SRes (line 243) | SRes SzDecode(const UInt64 *packSizes, const CSzFolder *folder, FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zExtract.c function SRes (line 8) | SRes SzAr_Extract( FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zHeader.h type EIdEnum (line 16) | enum EIdEnum FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zIn.c function SzArEx_Init (line 15) | void SzArEx_Init(CSzArEx *p) function SzArEx_Free (line 24) | void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) function SRes (line 56) | static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) function UInt64 (line 120) | UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, U... function SzArEx_GetFolderFullPackSize (line 126) | int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, U... function TestSignatureCandidate (line 178) | static int TestSignatureCandidate(Byte *testBytes) type CSzData (line 187) | typedef struct _CSzState function SRes (line 193) | static SRes SzReadByte(CSzData *sd, Byte *b) function SRes (line 202) | static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) function SRes (line 212) | static SRes SzReadUInt32(CSzData *sd, UInt32 *value) function SRes (line 225) | static SRes SzReadNumber(CSzData *sd, UInt64 *value) function SRes (line 248) | static SRes SzReadNumber32(CSzData *sd, UInt32 *value) function SRes (line 260) | static SRes SzReadID(CSzData *sd, UInt64 *value) function SRes (line 265) | static SRes SzSkeepDataSize(CSzData *sd, UInt64 size) function SRes (line 274) | static SRes SzSkeepData(CSzData *sd) function SRes (line 281) | static SRes SzReadArchiveProperties(CSzData *sd) function SRes (line 294) | static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute) function SRes (line 308) | static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISz... function SRes (line 327) | static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, IS... function SRes (line 340) | static SRes SzReadHashDigests( function SRes (line 358) | static SRes SzReadPackInfo( function SRes (line 406) | static SRes SzReadSwitch(CSzData *sd) function SRes (line 413) | static SRes SzGetNextFolderItem(CSzData *sd, CSzFolder *folder, ISzAlloc... function SRes (line 523) | static SRes SzReadUnpackInfo( function SRes (line 593) | static SRes SzReadSubStreamsInfo( function SRes (line 739) | static SRes SzReadStreamsInfo( function SRes (line 785) | static SRes SzReadFileNames(CSzData *sd, UInt32 numFiles, CSzFileItem *f... function SRes (line 860) | static SRes SzReadHeader2( function SRes (line 1010) | static SRes SzReadHeader( function SRes (line 1035) | static SRes SzReadAndDecodePackedStreams2( function SRes (line 1079) | static SRes SzReadAndDecodePackedStreams( function SRes (line 1102) | static SRes SzArEx_Open2( function SRes (line 1198) | SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMai... FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zIn.h type CSzArEx (line 10) | typedef struct FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zItem.c function SzCoderInfo_Init (line 6) | void SzCoderInfo_Init(CSzCoderInfo *p) function SzCoderInfo_Free (line 11) | void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc) function SzFolder_Init (line 17) | void SzFolder_Init(CSzFolder *p) function SzFolder_Free (line 31) | void SzFolder_Free(CSzFolder *p, ISzAlloc *alloc) function UInt32 (line 44) | UInt32 SzFolder_GetNumOutStreams(CSzFolder *p) function SzFolder_FindBindPairForInStream (line 53) | int SzFolder_FindBindPairForInStream(CSzFolder *p, UInt32 inStreamIndex) function SzFolder_FindBindPairForOutStream (line 63) | int SzFolder_FindBindPairForOutStream(CSzFolder *p, UInt32 outStreamIndex) function UInt64 (line 72) | UInt64 SzFolder_GetUnpackSize(CSzFolder *p) function SzFile_Init (line 84) | void SzFile_Init(CSzFileItem *p) function SzFile_Free (line 94) | static void SzFile_Free(CSzFileItem *p, ISzAlloc *alloc) function SzAr_Init (line 100) | void SzAr_Init(CSzAr *p) function SzAr_Free (line 112) | void SzAr_Free(CSzAr *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zItem.h type CSzCoderInfo (line 9) | typedef struct type CBindPair (line 20) | typedef struct type CSzFolder (line 26) | typedef struct type CNtfsFileTime (line 47) | typedef struct type CSzFileItem (line 53) | typedef struct type CSzAr (line 69) | typedef struct FILE: src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zMain.c function ConvertNumberToString (line 16) | static void ConvertNumberToString(UInt64 value, char *s) function ConvertFileTimeToString (line 36) | static void ConvertFileTimeToString(CNtfsFileTime *ft, char *s) function PrintError (line 87) | void PrintError(char *sz) function main (line 92) | int MY_CDECL main(int numargs, char *args[]) FILE: src/others/squashfs-4.0-lzma/lzma/C/Bcj2.c function Bcj2_Decode (line 33) | int Bcj2_Decode( FILE: src/others/squashfs-4.0-lzma/lzma/C/Bra.c function SizeT (line 6) | SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 33) | SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 69) | SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 99) | SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-4.0-lzma/lzma/C/Bra86.c function SizeT (line 11) | SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int ... FILE: src/others/squashfs-4.0-lzma/lzma/C/BraIA64.c function SizeT (line 14) | SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-4.0-lzma/lzma/C/LzFind.c function LzInWindow_Free (line 17) | static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 28) | static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISz... function Byte (line 45) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 46) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 48) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 50) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 57) | static void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 81) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 89) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 95) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 103) | static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 110) | static void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 122) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 140) | static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *a... function MatchFinder_Free (line 146) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 152) | static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 160) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 236) | static void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 261) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 275) | static UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 280) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 294) | static void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 301) | static void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 312) | static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt... function UInt32 (line 343) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 398) | static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos... function MatchFinder_MovePos (line 455) | static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 474) | static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 485) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 496) | static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 529) | static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 576) | static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 625) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 637) | static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 650) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 663) | static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 678) | static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 694) | static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 711) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 725) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-4.0-lzma/lzma/C/LzFind.h type UInt32 (line 9) | typedef UInt32 CLzRef; type CMatchFinder (line 11) | typedef struct _CMatchFinder type Byte (line 83) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 84) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 85) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 86) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 89) | typedef struct _IMatchFinder FILE: src/others/squashfs-4.0-lzma/lzma/C/LzFindMt.c function MtSync_Construct (line 8) | void MtSync_Construct(CMtSync *p) function MtSync_GetNextBlock (line 21) | void MtSync_GetNextBlock(CMtSync *p) function MtSync_StopWriting (line 49) | void MtSync_StopWriting(CMtSync *p) function MtSync_Destruct (line 72) | void MtSync_Destruct(CMtSync *p) function SRes (line 100) | static SRes MtSync_Create2(CMtSync *p, unsigned (MY_STD_CALL *startAddre... function SRes (line 122) | static SRes MtSync_Create(CMtSync *p, unsigned (MY_STD_CALL *startAddres... function MtSync_Init (line 130) | void MtSync_Init(CMtSync *p) { p->needStart = True; } function HashThreadFunc (line 148) | void HashThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_GetNextBlock_Hash (line 218) | void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) function Int32 (line 234) | Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte ... function BtGetMatches (line 311) | void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) function BtFillBlock (line 380) | void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function BtThreadFunc (line 405) | void BtThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_Construct (line 431) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 438) | void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) function MatchFinderMt_Destruct (line 444) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) function HashThreadFunc2 (line 454) | static unsigned MY_STD_CALL HashThreadFunc2(void *p) { HashThreadFunc((C... function BtThreadFunc2 (line 455) | static unsigned MY_STD_CALL BtThreadFunc2(void *p) function SRes (line 465) | SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function MatchFinderMt_Init (line 490) | void MatchFinderMt_Init(CMatchFinderMt *p) function MatchFinderMt_ReleaseStream (line 515) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function MatchFinderMt_Normalize (line 521) | void MatchFinderMt_Normalize(CMatchFinderMt *p) function MatchFinderMt_GetNextBlock_Bt (line 527) | void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) function Byte (line 539) | const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) function UInt32 (line 546) | UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) function Byte (line 552) | Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) function UInt32 (line 557) | UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 577) | UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 667) | UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) function UInt32 (line 685) | UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) function MatchFinderMt0_Skip (line 718) | void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) FILE: src/others/squashfs-4.0-lzma/lzma/C/LzFindMt.h type CMtSync (line 18) | typedef struct _CMtSync type UInt32 (line 37) | typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *... type CMatchFinderMt (line 45) | typedef struct _CMatchFinderMt FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaDec.c function LzmaDec_DecodeReal (line 137) | static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, con... function LzmaDec_WriteRem (line 436) | static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 462) | static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, co... type ELzmaDummy (line 487) | typedef enum function ELzmaDummy (line 495) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, S... function IF_BIT_0_CHECK (line 608) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 619) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitRc (line 686) | static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data) function LzmaDec_InitDicAndState (line 693) | void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) function LzmaDec_Init (line 709) | void LzmaDec_Init(CLzmaDec *p) function LzmaDec_InitStateReal (line 715) | static void LzmaDec_InitStateReal(CLzmaDec *p) function SRes (line 727) | SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, S... function SRes (line 848) | SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const ... function LzmaDec_FreeProbs (line 888) | void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_FreeDict (line 894) | static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_Free (line 900) | void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) function SRes (line 906) | SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function SRes (line 932) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 946) | SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned prop... function SRes (line 955) | SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize... function SRes (line 977) | SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaDec.h type CLzmaProps (line 24) | typedef struct _CLzmaProps type CLzmaDec (line 46) | typedef struct type ELzmaFinishMode (line 75) | typedef enum type ELzmaStatus (line 96) | typedef enum FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaEnc.c function LzmaEncProps_Init (line 45) | void LzmaEncProps_Init(CLzmaEncProps *p) function LzmaEncProps_Normalize (line 53) | void LzmaEncProps_Normalize(CLzmaEncProps *p) function UInt32 (line 76) | UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) function UInt32 (line 93) | UInt32 GetPosSlot1(UInt32 pos) function LzmaEnc_FastPosInit (line 107) | void LzmaEnc_FastPosInit(Byte *g_FastPos) type CState (line 140) | typedef unsigned CState; type COptimal (line 142) | typedef struct _COptimal type CLenEnc (line 204) | typedef struct type CLenPriceEnc (line 213) | typedef struct type CRangeEnc (line 221) | typedef struct _CRangeEnc type CSeqInStreamBuf (line 235) | typedef struct _CSeqInStreamBuf function SRes (line 242) | static SRes MyRead(void *pp, void *data, size_t *size) type CSaveState (line 255) | typedef struct type CLzmaEnc (line 277) | typedef struct _CLzmaEnc function LzmaEnc_SaveState (line 360) | void LzmaEnc_SaveState(CLzmaEncHandle pp) function LzmaEnc_RestoreState (line 386) | void LzmaEnc_RestoreState(CLzmaEncHandle pp) function SRes (line 412) | SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) function RangeEnc_Construct (line 477) | static void RangeEnc_Construct(CRangeEnc *p) function RangeEnc_Alloc (line 486) | static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Free (line 498) | static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Init (line 504) | static void RangeEnc_Init(CRangeEnc *p) function RangeEnc_FlushStream (line 518) | static void RangeEnc_FlushStream(CRangeEnc *p) function RangeEnc_ShiftLow (line 530) | static void MY_FAST_CALL RangeEnc_ShiftLow(CRangeEnc *p) function RangeEnc_FlushData (line 551) | static void RangeEnc_FlushData(CRangeEnc *p) function RangeEnc_EncodeDirectBits (line 558) | static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int nu... function RangeEnc_EncodeBit (line 573) | static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 sym... function LitEnc_Encode (line 596) | static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) function LitEnc_EncodeMatched (line 607) | static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 ... function LzmaEnc_InitPriceTables (line 621) | void LzmaEnc_InitPriceTables(UInt32 *ProbPrices) function UInt32 (line 657) | static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UIn... function UInt32 (line 670) | static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symb... function RcTree_Encode (line 687) | static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLev... function RcTree_ReverseEncode (line 701) | static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int nu... function UInt32 (line 714) | static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, ... function UInt32 (line 726) | static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitL... function LenEnc_Init (line 742) | static void LenEnc_Init(CLenEnc *p) function LenEnc_Encode (line 754) | static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt... function LenEnc_SetPrices (line 777) | static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymb... function LenPriceEnc_UpdateTable (line 800) | static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32... function LenPriceEnc_UpdateTables (line 806) | static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosState... function LenEnc_Encode2 (line 813) | static void LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol... function MovePos (line 824) | static void MovePos(CLzmaEnc *p, UInt32 num) function UInt32 (line 837) | static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function UInt32 (line 877) | static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) function UInt32 (line 884) | static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state... function UInt32 (line 906) | static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt... function UInt32 (line 912) | static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) function UInt32 (line 950) | static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) function UInt32 (line 1510) | static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) function WriteEndMarker (line 1618) | static void WriteEndMarker(CLzmaEnc *p, UInt32 posState) function SRes (line 1631) | static SRes CheckErrors(CLzmaEnc *p) function SRes (line 1644) | static SRes Flush(CLzmaEnc *p, UInt32 nowPos) function FillAlignPrices (line 1655) | static void FillAlignPrices(CLzmaEnc *p) function FillDistancesPrices (line 1663) | static void FillDistancesPrices(CLzmaEnc *p) function LzmaEnc_Construct (line 1697) | void LzmaEnc_Construct(CLzmaEnc *p) function CLzmaEncHandle (line 1721) | CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) function LzmaEnc_FreeLits (line 1730) | void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) function LzmaEnc_Destruct (line 1738) | void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) function LzmaEnc_Destroy (line 1748) | void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) function SRes (line 1754) | static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 max... function SRes (line 1919) | static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *... function LzmaEnc_Init (line 1969) | void LzmaEnc_Init(CLzmaEnc *p) function LzmaEnc_InitPrices (line 2027) | void LzmaEnc_InitPrices(CLzmaEnc *p) function SRes (line 2042) | static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISz... function SRes (line 2059) | static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, I... function SRes (line 2068) | SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, function LzmaEnc_SetInputBuf (line 2077) | static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) function SRes (line 2084) | SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, function LzmaEnc_Finish (line 2093) | void LzmaEnc_Finish(CLzmaEncHandle pp) type CSeqOutStreamBuf (line 2104) | typedef struct _CSeqOutStreamBuf function MyWrite (line 2112) | static size_t MyWrite(void *pp, const void *data, size_t size) function UInt32 (line 2127) | UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle pp) function Byte (line 2133) | const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp) function SRes (line 2139) | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit, function SRes (line 2173) | SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInS... function SRes (line 2207) | SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) function SRes (line 2236) | SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, co... function SRes (line 2261) | SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaEnc.h type CLzmaEncProps (line 11) | typedef struct _CLzmaEncProps FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaLib.c function SzFree (line 12) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function MY_STDAPI (line 15) | MY_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsi... function MY_STDAPI (line 41) | MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const un... FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLibExports.c function BOOL (line 6) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Dec.c function SzFree (line 16) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function SRes (line 19) | SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackS... function SRes (line 30) | SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *s... FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Enc.c function SzFree (line 17) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function Lzma86_Encode (line 23) | int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t s... FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Enc.h type ESzFilterMode (line 62) | enum ESzFilterMode FILE: src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/LzmaUtil.c function SzFree (line 22) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function PrintHelp (line 25) | void PrintHelp(char *buffer) function PrintError (line 33) | int PrintError(char *buffer, const char *message) function PrintErrorNumber (line 41) | int PrintErrorNumber(char *buffer, SRes val) function PrintUserError (line 47) | int PrintUserError(char *buffer) function SRes (line 55) | static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStr... function SRes (line 108) | static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) function SRes (line 134) | static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UIn... function main2 (line 170) | int main2(int numArgs, const char *args[], char *rs) function main (line 248) | int MY_CDECL main(int numArgs, const char *args[]) FILE: src/others/squashfs-4.0-lzma/lzma/C/Threads.c function WRes (line 9) | static WRes GetError() function WRes (line 15) | WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } function WRes (line 16) | WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } function WRes (line 18) | static WRes MyCloseHandle(HANDLE *h) function WRes (line 27) | WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CA... function WRes (line 37) | WRes WaitObject(HANDLE h) function WRes (line 42) | WRes Thread_Wait(CThread *thread) function WRes (line 49) | WRes Thread_Close(CThread *thread) function WRes (line 54) | WRes Event_Create(CEvent *p, BOOL manualReset, int initialSignaled) function WRes (line 60) | WRes ManualResetEvent_Create(CManualResetEvent *p, int initialSignaled) function WRes (line 62) | WRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function WRes (line 65) | WRes AutoResetEvent_Create(CAutoResetEvent *p, int initialSignaled) function WRes (line 67) | WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function WRes (line 70) | WRes Event_Set(CEvent *p) { return BOOLToWRes(SetEvent(p->handle)); } function WRes (line 71) | WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(p->handle)); } function WRes (line 72) | WRes Event_Wait(CEvent *p) { return WaitObject(p->handle); } function WRes (line 73) | WRes Event_Close(CEvent *p) { return MyCloseHandle(&p->handle); } function WRes (line 76) | WRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCo... function WRes (line 82) | WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousC... function WRes (line 86) | WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function WRes (line 90) | WRes Semaphore_Release1(CSemaphore *p) function WRes (line 95) | WRes Semaphore_Wait(CSemaphore *p) { return WaitObject(p->handle); } function WRes (line 96) | WRes Semaphore_Close(CSemaphore *p) { return MyCloseHandle(&p->handle); } function WRes (line 98) | WRes CriticalSection_Init(CCriticalSection *p) FILE: src/others/squashfs-4.0-lzma/lzma/C/Threads.h type CThread (line 9) | typedef struct _CThread type THREAD_FUNC_RET_TYPE (line 17) | typedef unsigned THREAD_FUNC_RET_TYPE; type CEvent (line 25) | typedef struct _CEvent type CEvent (line 30) | typedef CEvent CAutoResetEvent; type CEvent (line 31) | typedef CEvent CManualResetEvent; type CSemaphore (line 46) | typedef struct _CSemaphore type CRITICAL_SECTION (line 60) | typedef CRITICAL_SECTION CCriticalSection; FILE: src/others/squashfs-4.0-lzma/lzma/C/Types.h type SRes (line 31) | typedef int SRes; type DWORD (line 34) | typedef DWORD WRes; type WRes (line 36) | typedef int WRes; type Byte (line 43) | typedef unsigned char Byte; type Int16 (line 44) | typedef short Int16; type UInt16 (line 45) | typedef unsigned short UInt16; type Int32 (line 48) | typedef long Int32; type UInt32 (line 49) | typedef unsigned long UInt32; type Int32 (line 51) | typedef int Int32; type UInt32 (line 52) | typedef unsigned int UInt32; type Int64 (line 60) | typedef long Int64; type UInt64 (line 61) | typedef unsigned long UInt64; type __int64 (line 66) | typedef __int64 Int64; type UInt64 (line 67) | typedef unsigned __int64 UInt64; type Int64 (line 69) | typedef long long int Int64; type UInt64 (line 70) | typedef unsigned long long int UInt64; type UInt32 (line 76) | typedef UInt32 SizeT; type SizeT (line 78) | typedef size_t SizeT; type Bool (line 81) | typedef int Bool; type ISeqInStream (line 109) | typedef struct type ISeqOutStream (line 121) | typedef struct type ESzSeek (line 128) | typedef enum type ISeekInStream (line 135) | typedef struct type ILookInStream (line 141) | typedef struct type CLookToRead (line 164) | typedef struct type CSecToLook (line 176) | typedef struct type CSecToRead (line 184) | typedef struct type ICompressProgress (line 192) | typedef struct type ISzAlloc (line 199) | typedef struct FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 12) | namespace NArchive { type N7z (line 13) | namespace N7z { function ConvertFolderItemInfoToBindInfo (line 15) | static void ConvertFolderItemInfoToBindInfo(const CFolder &folder, function AreCodersEqual (line 44) | static bool AreCodersEqual(const NCoderMixer::CCoderStreamsInfo &a1, function AreBindPairsEqual (line 51) | static bool AreBindPairsEqual(const NCoderMixer::CBindPair &a1, cons... function AreBindInfoExEqual (line 57) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function HRESULT (line 89) | HRESULT CDecoder::Decode( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function ConvertBindInfoToFolderItemInfo (line 23) | static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBind... function HRESULT (line 53) | HRESULT CEncoder::CreateMixerCoder( function HRESULT (line 136) | HRESULT CEncoder::Encode( function HRESULT (line 297) | HRESULT CEncoder::EncoderConstr() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zExtract.cpp type CExtractFolderInfo (line 18) | struct CExtractFolderInfo FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 30) | HRESULT CFolderInStream::OpenStream() function HRESULT (line 72) | HRESULT CFolderInStream::CloseStream() function STDMETHODIMP (line 83) | STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 113) | STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace N7z { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 16) | HRESULT CFolderOutStream::Init( function HRESULT (line 40) | HRESULT CFolderOutStream::OpenFile() function HRESULT (line 66) | HRESULT CFolderOutStream::WriteEmptyFiles() function STDMETHODIMP (line 81) | STDMETHODIMP CFolderOutStream::Write(const void *data, function HRESULT (line 137) | HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult) function HRESULT (line 157) | HRESULT CFolderOutStream::WasWritingFinished() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.cpp function STDMETHODIMP (line 52) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function IMP_IInArchive_ArcProps_NO (line 60) | IMP_IInArchive_ArcProps_NO function STDMETHODIMP (line 67) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, function SetPropFromUInt64Def (line 133) | static void SetPropFromUInt64Def(CUInt64DefVector &v, int index, NCOM::C... function UString (line 147) | static UString ConvertUInt32ToString(UInt32 value) function UString (line 154) | static UString GetStringForSizeValue(UInt32 value) function wchar_t (line 182) | static wchar_t GetHex(Byte value) function UString (line 186) | static inline UString GetHex2(Byte value) function STDMETHODIMP (line 211) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVAR... function STDMETHODIMP (line 401) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 452) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 464) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVA... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 18) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 21) | namespace NArchive { type N7z (line 22) | namespace N7z { function IsCopyMethod (line 34) | static inline bool IsCopyMethod(const UString &methodName) function STDMETHODIMP (line 37) | STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) function HRESULT (line 43) | HRESULT CHandler::SetPassword(CCompressionMethodMode &methodMode, function HRESULT (line 68) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 122) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 188) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int i... function STDMETHODIMP (line 206) | STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 416) | static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UI... function HRESULT (line 434) | static HRESULT GetBindInfo(UString &srcString, CBind &bind) function STDMETHODIMP (line 446) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PR... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 6) | namespace NArchive { type N7z (line 7) | namespace N7z { class SignatureInitializer (line 14) | class SignatureInitializer method SignatureInitializer (line 17) | SignatureInitializer() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zIn.cpp type NArchive (line 26) | namespace NArchive { type N7z (line 27) | namespace N7z { function BoolVector_Fill_False (line 29) | static void BoolVector_Fill_False(CBoolVector &v, int size) function BoolVector_GetAndSet (line 37) | static bool BoolVector_GetAndSet(CBoolVector &v, UInt32 index) class CInArchiveException (line 109) | class CInArchiveException {} function ThrowException (line 111) | static void ThrowException() { throw CInArchiveException(); } function ThrowEndOfData (line 112) | static inline void ThrowEndOfData() { ThrowException(); } function ThrowUnsupported (line 113) | static inline void ThrowUnsupported() { ThrowException(); } function ThrowIncorrect (line 114) | static inline void ThrowIncorrect() { ThrowException(); } function ThrowUnsupportedVersion (line 115) | static inline void ThrowUnsupportedVersion() { ThrowException(); } class CStreamSwitch (line 138) | class CStreamSwitch method CStreamSwitch (line 143) | CStreamSwitch(): _needRemove(false) {} function Byte (line 186) | Byte CInByte2::ReadByte() function UInt64 (line 213) | UInt64 CInByte2::ReadNumber() function CNum (line 236) | CNum CInByte2::ReadNum() function UInt32 (line 244) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 253) | UInt64 CInByte2::ReadUInt64() function TestSignatureCandidate (line 286) | static inline bool TestSignatureCandidate(const Byte *p) function HRESULT (line 294) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 345) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 766) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 848) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1121) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1240) | HRESULT CInArchive::ReadDatabase( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zIn.h function namespace (line 16) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zItem.h function namespace (line 13) | namespace NArchive { type CFileItem (line 132) | struct CFileItem function IsItemAnti (line 244) | bool IsItemAnti(int index) const { return (index < IsAnti.Size() && IsAn... function SetItemAnti (line 245) | void SetItemAnti(int index, bool isAnti) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zOut.cpp function HRESULT (line 15) | static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data... type NArchive (line 30) | namespace NArchive { type N7z (line 31) | namespace N7z { function HRESULT (line 33) | HRESULT COutArchive::WriteDirect(const void *data, UInt32 size) function HRESULT (line 38) | HRESULT COutArchive::WriteSignature() function HRESULT (line 48) | HRESULT COutArchive::WriteFinishSignature() function SetUInt32 (line 59) | static void SetUInt32(Byte *p, UInt32 d) function SetUInt64 (line 65) | static void SetUInt64(Byte *p, UInt64 d) function HRESULT (line 71) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 82) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 99) | HRESULT COutArchive::Create(ISequentialOutStream *stream, bool endMa... function HRESULT (line 144) | HRESULT COutArchive::SkeepPrefixArchiveHeader() function UInt64 (line 153) | UInt64 COutArchive::GetPos() const function UInt32 (line 229) | static UInt32 GetBigNumberSize(UInt64 value) function UInt32 (line 239) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 257) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function HRESULT (line 544) | HRESULT COutArchive::EncodeStream( function HRESULT (line 563) | HRESULT COutArchive::EncodeStream( function HRESULT (line 752) | HRESULT COutArchive::WriteDatabase( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zOut.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 11) | namespace NArchive { type N7z (line 12) | namespace N7z { type CPropMap (line 14) | struct CPropMap function FindPropInMap (line 53) | static int FindPropInMap(UInt64 filePropID) function CopyOneItem (line 61) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 73) | static void RemoveOneItem(CRecordVector &src, UInt32 item) function InsertToHead (line 83) | static void InsertToHead(CRecordVector &dest, UInt32 item) function STDMETHODIMP (line 143) | STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) function STDMETHODIMP (line 149) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PRO... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function IOutArchive (line 10) | static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size... function STDMETHODIMP (line 17) | STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 18) | namespace NArchive { type N7z (line 19) | namespace N7z { function HRESULT (line 26) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... function GetReverseSlashPos (line 41) | static int GetReverseSlashPos(const UString &name) function UString (line 60) | UString CUpdateItem::GetExtension() const function CompareBuffers (line 67) | static int CompareBuffers(const CByteBuffer &a1, const CByteBuffer &a2) function CompareCoders (line 77) | static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) function CompareBindPairs (line 85) | static int CompareBindPairs(const CBindPair &b1, const CBindPair &b2) function CompareFolders (line 91) | static int CompareFolders(const CFolder &f1, const CFolder &f2) function CompareFiles (line 107) | static int CompareFiles(const CFileItem &f1, const CFileItem &f2) function CompareFolderRefs (line 112) | static int CompareFolderRefs(const int *p1, const int *p2, void *param) function CompareEmptyItems (line 132) | static int CompareEmptyItems(const int *p1, const int *p2, void *param) function GetExtIndex (line 181) | int GetExtIndex(const char *ext) type CRefItem (line 214) | struct CRefItem method CRefItem (line 221) | CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType): function CompareUpdateItems (line 261) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 291) | struct CSolidGroup function IsExeFile (line 306) | static bool IsExeFile(const UString &ext) function GetMethodFull (line 318) | static bool GetMethodFull(UInt64 methodID, function MakeExeMethod (line 327) | static bool MakeExeMethod(const CCompressionMethodMode &method, function SplitFilesToGroups (line 399) | static void SplitFilesToGroups( function FromUpdateItemToFileItem (line 447) | static void FromUpdateItemToFileItem(const CUpdateItem &ui, function HRESULT (line 465) | static HRESULT Update2( function HRESULT (line 803) | HRESULT Update( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 17) | void RegisterArc(const CArcInfo *arcInfo) function HRESULT (line 28) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 35) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 40) | int FindFormatCalssId(const GUID *clsID) function STDAPI (line 53) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 83) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 121) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 126) | STDAPI GetNumberOfFormats(UINT32 *numFormats) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 94) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.h function namespace (line 11) | namespace NCoderMixer { function class (line 127) | class CBindReverseConverter type CCoderInfo2 (line 142) | struct CCoderInfo2 function class (line 164) | class CCoderMixer2 FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 52) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... function HRESULT (line 82) | HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo) function HRESULT (line 121) | HRESULT CCoderMixer2MT::Init(ISequentialInStream **inStreams, ISequent... function HRESULT (line 170) | HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code) function STDMETHODIMP (line 178) | STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h function namespace (line 11) | namespace NCoderMixer { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, co... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h function HRes (line 21) | HRes Create() function Init (line 26) | void Init() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.h function ReleaseStream (line 17) | void ReleaseStream() { _stream.Release(); } function Init (line 18) | void Init() { _size = 0; } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 21) | namespace NArchive { function AreEqual (line 82) | static bool AreEqual(const UString &methodName, const wchar_t *s) function IsLZMAMethod (line 85) | static inline bool IsLZMAMethod(const UString &methodName) function IsBZip2Method (line 92) | static inline bool IsBZip2Method(const UString &methodName) function IsPpmdMethod (line 95) | static inline bool IsPpmdMethod(const UString &methodName) function IsDeflateMethod (line 98) | static inline bool IsDeflateMethod(const UString &methodName) type CNameToPropID (line 105) | struct CNameToPropID function ConvertProperty (line 128) | static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM... function FindPropIdFromStringName (line 157) | static int FindPropIdFromStringName(const UString &name) function SetOneMethodProp (line 165) | static void SetOneMethodProp(COneMethodInfo &oneMethodInfo, PROPID pro... function SplitParams (line 273) | static void SplitParams(const UString &srcString, UStringVector &subSt... function SplitParam (line 294) | static void SplitParam(const UString ¶m, UString &name, UString &v... function HRESULT (line 316) | HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const USt... function HRESULT (line 365) | HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const US... function HRESULT (line 381) | HRESULT COutHandler::SetSolidSettings(const UString &s) function HRESULT (line 431) | HRESULT COutHandler::SetSolidSettings(const PROPVARIANT &value) function HRESULT (line 491) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVA... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 20) | STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 33) | STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h function Init (line 29) | void Init() function ReleaseStream (line 35) | void ReleaseStream() { _stream.Release(); } function Init (line 57) | void Init() function ReleaseStream (line 63) | void ReleaseStream() { _stream.Release(); } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 13) | UString MakeLegalName(const UString &name) function UString (line 20) | UString GetOSName(const UString &name) function UString (line 27) | UString GetOSName2(const UString &name) function HasTailSlash (line 37) | bool HasTailSlash(const AString &name, UINT codePage) function UString (line 51) | UString WinNameToOSName(const UString &name) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 36) | STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.h type CSubStreamInfo (line 19) | struct CSubStreamInfo function Init (line 26) | void Init() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitCRC (line 33) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp function HRESULT (line 10) | HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UIn... function HRESULT (line 40) | HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &d... function HRESULT (line 81) | HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT ... function StringToBool (line 100) | bool StringToBool(const UString &s, bool &res) function HRESULT (line 115) | HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value) function ParseStringToUInt32 (line 136) | int ParseStringToUInt32(const UString &srcString, UInt32 &number) function HRESULT (line 150) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/DllExports2.cpp function IsItWindowsNT (line 24) | static bool IsItWindowsNT() function BOOL (line 36) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpRese... function STDAPI (line 61) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 76) | STDAPI SetLargePageMode() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/IArchive.h function namespace (line 13) | namespace NFileTimeType function namespace (line 23) | namespace NArchive function STDMETHOD (line 86) | STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, In... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp function IInArchive (line 9) | static IInArchive *CreateArc() { return new NArchive::NLzma::CHandler; } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp type NArchive (line 7) | namespace NArchive { type NLzma (line 8) | namespace NLzma { function HRESULT (line 13) | HRESULT CDecoder::Code( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp type NArchive (line 20) | namespace NArchive { type NLzma (line 21) | namespace NLzma { function IMP_IInArchive_Props (line 30) | IMP_IInArchive_Props function ConvertUInt32ToString (line 39) | static void ConvertUInt32ToString(UInt32 value, wchar_t *s) function DictSizeToString (line 44) | static void DictSizeToString(UInt32 value, wchar_t *s) function MyStrCat (line 69) | static void MyStrCat(wchar_t *d, const wchar_t *s) function STDMETHODIMP (line 74) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PRO... function STDMETHODIMP (line 114) | STDMETHODIMP CHandler::Open(IInStream *inStream, function STDMETHODIMP (line 139) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 146) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp type NArchive (line 9) | namespace NArchive { type NLzma (line 10) | namespace NLzma { function CheckDictSize (line 12) | static bool CheckDictSize(const Byte *p) function HRESULT (line 22) | HRESULT ReadStreamHeader(ISequentialInStream *inStream, CHeader &block) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp type NArchive (line 25) | namespace NArchive { type NSplit (line 26) | namespace NSplit { function IMP_IInArchive_Props (line 35) | IMP_IInArchive_Props function STDMETHODIMP (line 112) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 243) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 250) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function STDMETHODIMP (line 256) | STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID... function STDMETHODIMP (line 273) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, function STDMETHODIMP (line 337) | STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream *... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandler.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp type NArchive (line 12) | namespace NArchive { type NSplit (line 13) | namespace NSplit { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::NSplit::CHandler; } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 15) | void RegisterCodec(const CCodecInfo *codecInfo) function HRESULT (line 22) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 35) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 48) | HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVecto... function HRESULT (line 153) | HRESULT CreateCoder( function HRESULT (line 253) | HRESULT CreateCoder( function HRESULT (line 267) | HRESULT CreateCoder( function HRESULT (line 280) | HRESULT CreateFilter( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/CreateCoder.h function CCodecInfoEx (line 14) | struct CCodecInfoEx FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 14) | static bool MakeAutoName(const UString &name, function AutoRenamePath (line 25) | bool AutoRenamePath(UString &fullProcessedPath) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 55) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 80) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 113) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 139) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function HRESULT (line 148) | HRESULT COutFileStream::Close() function STDMETHODIMP (line 153) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 179) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function STDMETHODIMP (line 203) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 219) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FileStreams.h function virtual (line 31) | virtual ~CInFileStream() {} function Create (line 82) | bool Create(LPCTSTR fileName, bool createAlways) function Open (line 87) | bool Open(LPCTSTR fileName, DWORD creationDisposition) function Create (line 94) | bool Create(LPCWSTR fileName, bool createAlways) function Open (line 99) | bool Open(LPCWSTR fileName, DWORD creationDisposition) function SetTime (line 112) | bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIM... function SetMTime (line 116) | bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilterCoder.cpp function HRESULT (line 25) | HRESULT CFilterCoder::WriteWithLimit(ISequentialOutStream *outStream, UI... function STDMETHODIMP (line 39) | STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 86) | STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 93) | STDMETHODIMP CFilterCoder::ReleaseOutStream() function STDMETHODIMP (line 100) | STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 137) | STDMETHODIMP CFilterCoder::Flush() function STDMETHODIMP (line 160) | STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 167) | STDMETHODIMP CFilterCoder::ReleaseInStream() function STDMETHODIMP (line 173) | STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 222) | STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function STDMETHODIMP (line 229) | STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 235) | STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 247) | STDMETHODIMP CFilterCoder::ResetInitVector() function STDMETHODIMP (line 253) | STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilterCoder.h function HRESULT (line 49) | HRESULT Init() function class (line 126) | class CInStreamReleaser function class (line 134) | class COutStreamReleaser FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InBuffer.cpp function Byte (line 78) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InBuffer.h function CSystemException (line 11) | struct CInBufferException: public CSystemException function class (line 17) | class CInBuffer FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 90) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) function STDMETHODIMP (line 111) | STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.h function class (line 12) | class CInOutTempBuffer FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LimitedStreams.cpp function STDMETHODIMP (line 8) | STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 25) | STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LimitedStreams.h function Init (line 19) | void Init(UInt64 streamSize) function SetStream (line 43) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 44) | void ReleaseStream() { _stream.Release(); } function Init (line 45) | void Init(UInt64 size) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LockedStream.cpp function HRESULT (line 7) | HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function STDMETHODIMP (line 15) | STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size,... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LockedStream.h function class (line 10) | class CLockedInStream FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodId.cpp function wchar_t (line 8) | static inline wchar_t GetHex(Byte value) function UString (line 13) | UString ConvertMethodIdToString(UInt64 id) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodProps.cpp function HRESULT (line 14) | HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeF... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodProps.h type CProp (line 12) | struct CProp type CMethod (line 18) | struct CMethod type CMethodsMode (line 24) | struct CMethodsMode FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 8) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function STDMETHODIMP (line 15) | STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt... function STDMETHODIMP (line 20) | STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 32) | STDMETHODIMP COffsetOutStream::SetSize(Int64 newSize) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 48) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 57) | HRESULT COutBuffer::FlushPart() function HRESULT (line 94) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/ProgressUtils.cpp function STDMETHODIMP (line 21) | STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 39) | HRESULT CLocalProgress::SetCur() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/RegisterArc.h type IInArchive (line 8) | typedef IInArchive * (*CreateInArchiveP)(); type IOutArchive (line 9) | typedef IOutArchive * (*CreateOutArchiveP)(); type CArcInfo (line 11) | struct CArcInfo FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 9) | struct CCodecInfo FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamBinder.cpp class CSequentialInStreamForBinder (line 12) | class CSequentialInStreamForBinder: method SetBinder (line 24) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 27) | STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size,... class CSequentialOutStreamForBinder (line 30) | class CSequentialOutStreamForBinder: method SetBinder (line 43) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 46) | STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt... function HRes (line 54) | HRes CStreamBinder::CreateEvents() function HRESULT (line 90) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 120) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamBinder.h function class (line 9) | class CStreamBinder FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamObjects.cpp function STDMETHODIMP (line 9) | STDMETHODIMP CSequentialInStreamImp::Read(void *data, UInt32 size, UInt3... function STDMETHODIMP (line 30) | STDMETHODIMP CSequentialOutStreamImp::Write(const void *data, UInt32 siz... function STDMETHODIMP (line 38) | STDMETHODIMP CSequentialOutStreamImp2::Write(const void *data, UInt32 si... function STDMETHODIMP (line 50) | STDMETHODIMP CSequentialInStreamSizeCount::Read(void *data, UInt32 size,... function STDMETHODIMP (line 60) | STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamObjects.h function class (line 32) | class CWriteBuffer function Init (line 109) | void Init() { _size = 0; } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 9) | HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *proc... function HRESULT (line 28) | HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t... function HRESULT (line 35) | HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t ... function HRESULT (line 42) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function WRes (line 20) | WRes CVirtThread::Create() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/Bcj2Coder.cpp type NCompress (line 12) | namespace NCompress { type NBcj2 (line 13) | namespace NBcj2 { function IsJcc (line 15) | inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0x... function IsJ (line 16) | inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || I... function GetIndex (line 17) | inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? ... function Test86MSByte (line 23) | static bool inline Test86MSByte(Byte b) function HRESULT (line 52) | HRESULT CEncoder::Flush() function HRESULT (line 63) | HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 259) | STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, function HRESULT (line 278) | HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 375) | STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/Bcj2Coder.h function namespace (line 12) | namespace NCompress { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BcjCoder.cpp function UInt32 (line 7) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 12) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BcjCoder.h type CBranch86 (line 13) | struct CBranch86 FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchCoder.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchCoder.h function virtual (line 16) | virtual void SubInit() {} FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchMisc.cpp function UInt32 (line 12) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 18) | UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 21) | UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 24) | UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 27) | UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 30) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 33) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 36) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 39) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/ByteSwap.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CByteSwap2::Init() { return S_OK; } function STDMETHODIMP (line 22) | STDMETHODIMP CByteSwap4::Init() { return S_OK; } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CodecExports.cpp function HRESULT (line 18) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 25) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function HRESULT (line 30) | static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value) function HRESULT (line 40) | static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool... function STDAPI (line 65) | STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **o... function STDAPI (line 98) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 116) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 153) | STDAPI GetNumberOfMethods(UINT32 *numCodecs) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CopyCoder.cpp type NCompress (line 14) | namespace NCompress { function STDMETHODIMP (line 23) | STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 56) | STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CopyCoder.h function namespace (line 10) | namespace NCompress { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 46) | static inline bool IsItWindowsNT() type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum function PrintHelp (line 102) | static void PrintHelp() function PrintHelpAndExit (line 124) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 131) | static void IncorrectCommand() function WriteArgumentsToStringList (line 136) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 143) | static bool GetNumber(const wchar_t *s, UInt32 &value) function ParseUInt32 (line 158) | static void ParseUInt32(const CParser &parser, int index, UInt32 &res) function main2 (line 165) | int main2(int n, const char *args[]) function main (line 521) | int MY_CDECL main(int n, const char *args[]) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CBaseRandomGenerator (line 57) | class CBaseRandomGenerator method CBaseRandomGenerator (line 62) | CBaseRandomGenerator() { Init(); } method Init (line 63) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 64) | UInt32 GetRnd() class CBenchBuffer (line 72) | class CBenchBuffer method CBenchBuffer (line 77) | CBenchBuffer(): Buffer(0) {} method Free (line 79) | void Free() method Alloc (line 84) | bool Alloc(size_t bufferSize) class CBenchRandomGenerator (line 95) | class CBenchRandomGenerator: public CBenchBuffer method Set (line 99) | void Set(CBaseRandomGenerator *rg) { RG = rg; } method UInt32 (line 100) | UInt32 GetVal(UInt32 &res, int numBits) method UInt32 (line 106) | UInt32 GetLen(UInt32 &res) method Generate (line 111) | void Generate() class CBenchmarkInStream (line 149) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 157) | MY_UNKNOWN_IMP function STDMETHODIMP (line 167) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 183) | class CBenchmarkOutStream: method Init (line 192) | void Init() function STDMETHODIMP (line 201) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 218) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 224) | MY_UNKNOWN_IMP function STDMETHODIMP (line 229) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 237) | static UInt64 GetTimeCount() function UInt64 (line 258) | static UInt64 GetFreq() function UInt64 (line 277) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dw... function UInt64 (line 279) | static UInt64 GetUserTime() function UInt64 (line 291) | static UInt64 GetUserFreq() class CBenchProgressStatus (line 300) | class CBenchProgressStatus method SetResult (line 308) | void SetResult(HRESULT res) method HRESULT (line 315) | HRESULT GetResult() class CBenchProgressInfo (line 324) | class CBenchProgressInfo: method CBenchProgressInfo (line 333) | CBenchProgressInfo(): callback(0) {} function SetStartTime (line 338) | void SetStartTime(CBenchInfo &bi) function SetFinishTime (line 346) | void SetFinishTime(const CBenchInfo &biStart, CBenchInfo &dest) function STDMETHODIMP (line 354) | STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, cons... function UInt32 (line 382) | static UInt32 GetLogSize(UInt32 size) function NormalizeVals (line 391) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 400) | UInt64 GetUsage(const CBenchInfo &info) function UInt64 (line 415) | UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) function UInt64 (line 430) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function UInt64 (line 439) | UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt... function UInt64 (line 447) | UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSi... type CEncoderInfo (line 458) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode type CEncoderInfo (line 460) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode function HRESULT (line 549) | HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBa... function HRESULT (line 605) | HRESULT CEncoderInfo::Encode() function HRESULT (line 618) | HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) type CBenchEncoders (line 655) | struct CBenchEncoders method CBenchEncoders (line 658) | CBenchEncoders(UInt32 num): encoders(0) { encoders = new CEncoderInfo[... function UInt64 (line 841) | inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) function UInt64 (line 857) | UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function CrcBig (line 867) | static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt... type CCrcInfo (line 876) | struct CCrcInfo method Wait (line 884) | void Wait() function THREAD_FUNC_DECL (line 891) | static THREAD_FUNC_DECL CrcThreadFunction(void *param) type CCrcThreads (line 898) | struct CCrcThreads method CCrcThreads (line 902) | CCrcThreads(): Items(0), NumThreads(0) {} method WaitAll (line 903) | void WaitAll() function UInt32 (line 917) | static UInt32 CrcCalc1(const Byte *buf, UInt32 size) function RandGen (line 925) | static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function UInt32 (line 931) | static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function CrcInternalTest (line 937) | bool CrcInternalTest() function HRESULT (line 961) | HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h type IBenchCallback (line 24) | struct IBenchCallback FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp type CTotalBenchRes (line 20) | struct CTotalBenchRes method Init (line 26) | void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } method Normalize (line 27) | void Normalize() method SetMid (line 36) | void SetMid(const CTotalBenchRes &r1, const CTotalBenchRes &r2) type CBenchCallback (line 45) | struct CBenchCallback: public IBenchCallback method Init (line 50) | void Init() { EncodeRes.Init(); DecodeRes.Init(); } method Normalize (line 51) | void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function NormalizeVals (line 57) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 66) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function PrintNumber (line 75) | static void PrintNumber(FILE *f, UInt64 value, int size) function PrintRating (line 85) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 90) | static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating) function PrintResults (line 98) | static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating,... function PrintTotals (line 111) | static void PrintTotals(FILE *f, const CTotalBenchRes &res) function HRESULT (line 118) | HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final) function HRESULT (line 136) | HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) function PrintRequirements (line 155) | static void PrintRequirements(FILE *f, const char *sizeString, UInt64 si... type CTempValues (line 246) | struct CTempValues method CTempValues (line 249) | CTempValues(UInt32 num) { Values = new UInt64[num]; } function HRESULT (line 253) | HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UI... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaDecoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 28) | namespace NCompress { type NLzma (line 29) | namespace NLzma { function SzFree (line 39) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function STDMETHODIMP (line 48) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt3... function STDMETHODIMP (line 62) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *va... function STDMETHODIMP (line 63) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { ... function STDMETHODIMP (line 64) | STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); retu... function STDMETHODIMP (line 66) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 79) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequenti... function STDMETHODIMP (line 147) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaDecoder.h function namespace (line 14) | namespace NCompress { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaEncoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 26) | namespace NCompress { type NLzma (line 27) | namespace NLzma { function SRes (line 31) | static SRes MyRead(void *object, void *data, size_t *size) function MyWrite (line 39) | static size_t MyWrite(void *object, const void *data, size_t size) function SzBigFree (line 49) | static void SzBigFree(void *, void *address) { BigFree(address); } function SzFree (line 53) | static void SzFree(void *, void *address) { MyFree(address); } function wchar_t (line 72) | inline wchar_t GetUpperChar(wchar_t c) function ParseMatchFinder (line 79) | static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numH... function STDMETHODIMP (line 111) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 153) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 161) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 168) | STDMETHODIMP CEncoder::ReleaseOutStream() type _CCompressProgressImp (line 174) | struct _CCompressProgressImp function SRes (line 185) | SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) function STDMETHODIMP (line 192) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaEncoder.h function namespace (line 15) | namespace NCompress { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/ICoder.h function namespace (line 35) | namespace NCoderPropID function STDMETHOD (line 130) | STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE; function namespace (line 170) | namespace NMethodPropID FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.cpp function IsItWindowsNT (line 52) | static inline bool IsItWindowsNT() function PrintString (line 63) | void PrintString(const UString &s) function PrintString (line 68) | void PrintString(const AString &s) function PrintNewLine (line 73) | void PrintNewLine() function PrintStringLn (line 78) | void PrintStringLn(const AString &s) function PrintError (line 84) | void PrintError(const AString &s) function HRESULT (line 91) | static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROP... function HRESULT (line 104) | static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bo... class CArchiveOpenCallback (line 117) | class CArchiveOpenCallback: method CArchiveOpenCallback (line 133) | CArchiveOpenCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 136) | STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, ... function STDMETHODIMP (line 141) | STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files ... function STDMETHODIMP (line 146) | STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) class CArchiveExtractCallback (line 174) | class CArchiveExtractCallback: type CProcessedFileInfo (line 200) | struct CProcessedFileInfo method CArchiveExtractCallback (line 219) | CArchiveExtractCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 230) | STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 235) | STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* com... function STDMETHODIMP (line 240) | STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function STDMETHODIMP (line 355) | STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractM... function STDMETHODIMP (line 372) | STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operation... function STDMETHODIMP (line 413) | STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) type CDirItem (line 431) | struct CDirItem method isDir (line 441) | bool isDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } class CArchiveUpdateCallback (line 444) | class CArchiveUpdateCallback: method CArchiveUpdateCallback (line 485) | CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false)... method Init (line 490) | void Init(const CObjectVector *dirItems) function STDMETHODIMP (line 499) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 504) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* comp... function STDMETHODIMP (line 510) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** ... function STDMETHODIMP (line 515) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, function STDMETHODIMP (line 527) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function HRESULT (line 555) | HRESULT CArchiveUpdateCallback::Finilize() function GetStream2 (line 565) | static void GetStream2(const wchar_t *name) function STDMETHODIMP (line 573) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 606) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operati... function STDMETHODIMP (line 612) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 622) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 641) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... function main (line 663) | int MY_CDECL main(int argc, char* argv[]) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp type NKey (line 41) | namespace NKey { type Enum (line 42) | enum Enum type NRecursedPostCharIndex (line 84) | namespace NRecursedPostCharIndex { type EEnum (line 85) | enum EEnum function ThrowException (line 174) | static void ThrowException(const char *errorMessage) function ThrowUserErrorException (line 179) | static void ThrowUserErrorException() function GetRecursedTypeFromIndex (line 218) | static NRecursedType::EEnum GetRecursedTypeFromIndex(int index) function ParseArchiveCommand (line 231) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function AddNameToCensor (line 247) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddToCensorFromListFile (line 269) | static void AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildCardToCensr (line 280) | static void AddCommandLineWildCardToCensr(NWildcard::CCensor &wildcardCe... function AddToCensorFromNonSwitchesStrings (line 287) | static void AddToCensorFromNonSwitchesStrings( function ParseMapWithPaths (line 306) | static void ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, function AddSwitchWildCardsToCensor (line 370) | static void AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, function ConvertToLongName (line 411) | static void ConvertToLongName(const UString &prefix, UString &name) function ConvertToLongNames (line 420) | static void ConvertToLongNames(const UString &prefix, CObjectVector ... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SortUtils.cpp function CompareStrings (line 8) | static int CompareStrings(const int *p1, const int *p2, void *param) function SortFileNames (line 14) | void SortFileNames(const UStringVector &strings, CIntVector &indices) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/TempFiles.h function class (line 8) | class CTempFiles FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Update.cpp function HRESULT (line 47) | static HRESULT CopyBlock(ISequentialInStream *inStream, ISequentialOutSt... class COutMultiVolStream (line 53) | class COutMultiVolStream: type CSubStreamInfo (line 62) | struct CSubStreamInfo method Init (line 77) | void Init() function HRESULT (line 96) | HRESULT COutMultiVolStream::Close() function STDMETHODIMP (line 112) | STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UI... function STDMETHODIMP (line 190) | STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, U... function STDMETHODIMP (line 213) | STDMETHODIMP COutMultiVolStream::SetSize(Int64 newSize) function HRESULT (line 306) | static HRESULT Compress( function HRESULT (line 519) | HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor, function HRESULT (line 574) | static HRESULT UpdateWithItemLists( class CCurrentDirRestorer (line 619) | class CCurrentDirRestorer method CCurrentDirRestorer (line 623) | CCurrentDirRestorer() method RestoreDirectory (line 627) | bool RestoreDirectory() type CEnumDirItemUpdateCallback (line 632) | struct CEnumDirItemUpdateCallback: public IEnumDirItemCallback method HRESULT (line 635) | HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t... function HRESULT (line 652) | HRESULT UpdateArchive( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Update.h function if (line 16) | struct CArchivePath function UString (line 57) | UString GetFinalPath() const type CUpdateArchiveCommand (line 77) | struct CUpdateArchiveCommand type CUpdateErrorInfo (line 139) | struct CUpdateErrorInfo type IUpdateCallbackUI2 (line 153) | struct IUpdateCallbackUI2 FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.cpp type NUpdateArchive (line 7) | namespace NUpdateArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.h function namespace (line 6) | namespace NUpdateArchive { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp function STDMETHODIMP (line 29) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) function STDMETHODIMP (line 36) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *complete... function STDMETHODIMP (line 43) | STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, ... function STDMETHODIMP (line 70) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, function STDMETHODIMP (line 88) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function STDMETHODIMP (line 158) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 199) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationR... function STDMETHODIMP (line 206) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 216) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 237) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.h type IUpdateCallbackUI (line 29) | struct IUpdateCallbackUI FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.cpp function MyCompareTime (line 17) | static int MyCompareTime(NFileTimeType::EEnum fileTimeType, const FILETI... function ThrowError (line 44) | static void ThrowError(const UString &message, const UString &s1, const ... function TestDuplicateString (line 54) | static void TestDuplicateString(const UStringVector &strings, const CInt... function GetUpdatePairInfoList (line 61) | void GetUpdatePairInfoList( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp function UpdateProduce (line 11) | void UpdateProduce( FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.h type CUpdatePair2 (line 8) | struct CUpdatePair2 type IUpdateProduceCallback (line 24) | struct IUpdateProduceCallback FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/WorkDir.cpp function UINT (line 13) | static inline UINT GetCurrentCodePage() function UString (line 20) | UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ZipRegistry.h function namespace (line 10) | namespace NExtract function namespace (line 21) | namespace NCompression { type CInfo (line 44) | struct CInfo function namespace (line 57) | namespace NWorkDir{ FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp type NConsoleClose (line 10) | namespace NConsoleClose { function BOOL (line 12) | static BOOL WINAPI HandlerRoutine(DWORD ctrlType) function TestBreakSignal (line 36) | bool TestBreakSignal() function CheckCtrlBreak (line 45) | void CheckCtrlBreak() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.h function namespace (line 6) | namespace NConsoleClose { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp function STDMETHODIMP (line 48) | STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) function STDMETHODIMP (line 55) | STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) function STDMETHODIMP (line 62) | STDMETHODIMP CExtractCallbackConsole::AskOverwrite( function STDMETHODIMP (line 86) | STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *na... function STDMETHODIMP (line 100) | STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) function STDMETHODIMP (line 108) | STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operation... function HRESULT (line 141) | HRESULT CExtractCallbackConsole::SetPassword(const UString &password) function STDMETHODIMP (line 148) | STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 160) | HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name) function HRESULT (line 168) | HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, ... function HRESULT (line 193) | HRESULT CExtractCallbackConsole::ThereAreNoFiles() function HRESULT (line 199) | HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h function public (line 18) | public CMyUnknownImp FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/List.cpp type CPropIdToName (line 28) | struct CPropIdToName function GetAttribString (line 91) | static void GetAttribString(DWORD wa, bool isDir, char *s) type EAdjustment (line 101) | enum EAdjustment type CFieldInfo (line 108) | struct CFieldInfo type CFieldInfoInit (line 118) | struct CFieldInfoInit function PrintSpaces (line 137) | void PrintSpaces(int numSpaces) function PrintString (line 143) | void PrintString(EAdjustment adjustment, int width, const UString &textS... class CFieldPrinter (line 164) | class CFieldPrinter method Clear (line 168) | void Clear() { _fields.Clear(); } function UString (line 198) | static UString GetPropName(PROPID propID, BSTR name) function HRESULT (line 213) | HRESULT CFieldPrinter::Init(IInArchive *archive) function BOOL (line 255) | BOOL IsFileTimeZero(CONST FILETIME *lpFileTime) function PrintTime (line 261) | void PrintTime(const NCOM::CPropVariant &prop) function HRESULT (line 280) | HRESULT CFieldPrinter::PrintItemInfo(IInArchive *archive, function PrintNumberString (line 367) | void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *... function HRESULT (line 376) | HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, function GetUInt64Value (line 408) | bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UI... function HRESULT (line 419) | HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/Main.cpp function ShowMessageAndThrowException (line 126) | static void ShowMessageAndThrowException(CStdOutStream &s, LPCSTR messag... function PrintHelpAndExit (line 132) | static void PrintHelpAndExit(CStdOutStream &s) // yyy function GetArguments (line 139) | static void GetArguments(int numArguments, const char *arguments[], UStr... function ShowCopyrightAndHelp (line 150) | static void ShowCopyrightAndHelp(CStdOutStream &s, bool needHelp) function PrintString (line 159) | static void PrintString(CStdOutStream &stdStream, const AString &s, int ... function PrintString (line 168) | static void PrintString(CStdOutStream &stdStream, const UString &s, int ... function GetHex (line 176) | static inline char GetHex(Byte value) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/MainAr.cpp function IsItWindowsNT (line 27) | static inline bool IsItWindowsNT() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp function HRESULT (line 10) | HRESULT COpenCallbackConsole::Open_CheckBreak() function HRESULT (line 17) | HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *) function HRESULT (line 22) | HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UI... function HRESULT (line 29) | HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password) function HRESULT (line 41) | HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h function class (line 9) | class COpenCallbackConsole: public IOpenCallbackUI FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp function ClearPrev (line 14) | static void ClearPrev(char *p, int num) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.h function class (line 9) | class CPercentPrinter function SetRatio (line 22) | void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp function HRESULT (line 31) | HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT ... function HRESULT (line 39) | HRESULT CUpdateCallbackConsole::StartScanning() function HRESULT (line 45) | HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UI... function HRESULT (line 50) | HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWO... function HRESULT (line 68) | HRESULT CUpdateCallbackConsole::FinishScanning() function HRESULT (line 74) | HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool u... function HRESULT (line 88) | HRESULT CUpdateCallbackConsole::FinishArchive() function HRESULT (line 94) | HRESULT CUpdateCallbackConsole::CheckBreak() function HRESULT (line 101) | HRESULT CUpdateCallbackConsole::Finilize() function HRESULT (line 120) | HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) function HRESULT (line 125) | HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) function HRESULT (line 133) | HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) function HRESULT (line 150) | HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */... function HRESULT (line 157) | HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function HRESULT (line 174) | HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD... function HRESULT (line 190) | HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) function HRESULT (line 197) | HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIs... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h function class (line 11) | class CUpdateCallbackConsole: public IUpdateCallbackUI2 FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp function ScanUserYesNoAllQuit (line 23) | NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) function UString (line 50) | UString GetPassword(CStdOutStream *outStream) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.h function namespace (line 8) | namespace NUserAnswerMode { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/Buffer.h function virtual (line 23) | virtual ~CBuffer() { delete []_items; } function operator (line 24) | operator T *() { return _items; } function operator (line 25) | operator const T *() const { return _items; } function SetCapacity (line 27) | void SetCapacity(size_t newCapacity) type CBuffer (line 73) | typedef CBuffer CCharBuffer; type CBuffer (line 74) | typedef CBuffer CWCharBuffer; type CByteBuffer (line 75) | typedef CBuffer CByteBuffer; FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/CRC.cpp type CCRCTableInit (line 10) | struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } method CCRCTableInit (line 10) | CCRCTableInit() { CrcGenerateTable(); } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/DynamicBuffer.h function GrowLength (line 10) | void GrowLength(size_t size) function buffer (line 24) | CDynamicBuffer(const CDynamicBuffer &buffer): CBuffer(buffer) {} function size (line 25) | CDynamicBuffer(size_t size): CBuffer(size) {} function EnsureCapacity (line 36) | void EnsureCapacity(size_t capacity) type CDynamicBuffer (line 43) | typedef CDynamicBuffer CCharDynamicBuffer; type CDynamicBuffer (line 44) | typedef CDynamicBuffer CWCharDynamicBuffer; type CByteDynamicBuffer (line 45) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/IntToString.cpp function ConvertUInt64ToString (line 7) | void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base) function ConvertUInt64ToString (line 29) | void ConvertUInt64ToString(UInt64 value, wchar_t *s) function ConvertInt64ToString (line 45) | void ConvertInt64ToString(Int64 value, char *s) function ConvertInt64ToString (line 55) | void ConvertInt64ToString(Int64 value, wchar_t *s) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/ListFileUtils.cpp function RemoveQuote (line 13) | static void RemoveQuote(UString &s) function ReadNamesFromListFile (line 20) | bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultString... FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyCom.h function Release (line 26) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 27) | operator T*() const { return (T*)_p; } function m_str (line 91) | m_str(NULL) {} FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyString.cpp function wchar_t (line 20) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 38) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 56) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 68) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 130) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 154) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 166) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 178) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyString.h function MyStringLen (line 16) | int MyStringLen(const T *s) function T (line 24) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 31) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 33) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 35) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 37) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 52) | inline char MyCharUpper(char c) function wchar_t (line 55) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 61) | inline char MyCharLower(char c) function wchar_t (line 64) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 72) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 79) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 109) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 116) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 138) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 144) | void InsertSpace(int &index, int size) function T (line 151) | static T *GetNextCharPointer(T *p) function T (line 153) | static const T *GetNextCharPointer(const T *p) function T (line 155) | static T *GetPrevCharPointer(T *base, T *p) function T (line 157) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 164) | void SetCapacity(int newCapacity) function GrowLength (line 188) | void GrowLength(int n) function CorrectIndex (line 205) | void CorrectIndex(int &index) const function operator (line 235) | operator const T*() const { return _chars;} function T (line 239) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 245) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 246) | void ReleaseBuffer(int newLength) function Empty (line 309) | void Empty() function CStringBase (line 317) | CStringBase Mid(int startIndex) const function CStringBase (line 319) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 336) | CStringBase Left(int count) const function CStringBase (line 338) | CStringBase Right(int count) const function MakeUpper (line 345) | void MakeUpper() function MakeLower (line 347) | void MakeLower() function Compare (line 350) | int Compare(const CStringBase& s) const function Compare (line 353) | int Compare(const T *s) const function CompareNoCase (line 356) | int CompareNoCase(const CStringBase& s) const function CompareNoCase (line 359) | int CompareNoCase(const T *s) const function Find (line 369) | int Find(T c) const { return Find(c, 0); } function Find (line 370) | int Find(T c, int startIndex) const function Find (line 382) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 383) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 398) | int ReverseFind(T c) const function FindOneOf (line 412) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 420) | void TrimLeft(T c) function TrimRight (line 442) | void TrimRight() function TrimRight (line 446) | void TrimRight(T c) function Trim (line 467) | void Trim() function Insert (line 473) | int Insert(int index, T c) function Insert (line 480) | int Insert(int index, const CStringBase &s) function Replace (line 494) | int Replace(T oldChar, T newChar) function Replace (line 511) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 614) | typedef CStringBase AString; type CStringBase (line 615) | typedef CStringBase UString; type CObjectVector (line 617) | typedef CObjectVector AStringVector; type CObjectVector (line 618) | typedef CObjectVector UStringVector; type UString (line 621) | typedef UString CSysString; type AString (line 623) | typedef AString CSysString; type CObjectVector (line 626) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyVector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 40) | CRecordVector(const CRecordVector &v): CBaseRecordVector(sizeof(T)) { *t... function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function FindInSorted (line 81) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 98) | int AddToUniqueSorted(const T& item) function SortRefDown (line 116) | static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, ... function Sort (line 134) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 157) | typedef CRecordVector CIntVector; type CUIntVector (line 158) | typedef CRecordVector CUIntVector; type CRecordVector (line 159) | typedef CRecordVector CBoolVector; type CByteVector (line 160) | typedef CRecordVector CByteVector; type CRecordVector (line 161) | typedef CRecordVector CPointerVector; function T (line 183) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 189) | int Add(const T& item) { return CPointerVector::Add(new T(item)); } function Insert (line 190) | void Insert(int index, const T& item) { CPointerVector::Insert(index, ne... function Find (line 198) | int Find(const T& item) const function FindInSorted (line 205) | int FindInSorted(const T& item) const function AddToSorted (line 221) | int AddToSorted(const T& item) function Sort (line 242) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 245) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 247) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 106) | struct IUnknown type IUnknown (line 116) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 123) | enum VARENUM type VARTYPE (line 153) | typedef unsigned short VARTYPE; type WORD (line 154) | typedef WORD PROPVAR_PAD1; type WORD (line 155) | typedef WORD PROPVAR_PAD2; type WORD (line 156) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 160) | typedef struct tagPROPVARIANT type PROPVARIANT (line 185) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 186) | typedef tagVARIANT VARIANT; type VARIANT (line 187) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 206) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdInStream.cpp function AString (line 45) | AString CStdInStream::ScanStringUntilNewLine() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdInStream.h function class (line 11) | class CStdInStream FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdOutStream.cpp function CStdOutStream (line 52) | CStdOutStream & CStdOutStream::operator<<(CStdOutStream & (*aFunction)(C... function CStdOutStream (line 58) | CStdOutStream & endl(CStdOutStream & outStream) function CStdOutStream (line 63) | CStdOutStream & CStdOutStream::operator<<(const char *string) function CStdOutStream (line 69) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *string) function CStdOutStream (line 75) | CStdOutStream & CStdOutStream::operator<<(char c) function CStdOutStream (line 81) | CStdOutStream & CStdOutStream::operator<<(int number) function CStdOutStream (line 88) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdOutStream.h function class (line 10) | class CStdOutStream FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char d... function AString (line 50) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 57) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 68) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 84) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringConvert.h function wchar_t (line 15) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 17) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 19) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 21) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 23) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 25) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 30) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 32) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 37) | inline const AString& GetOemString(const AString &oemString) function AString (line 39) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 44) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 46) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 48) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 50) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 54) | inline UString GetSystemString(const AString &multiByteString) function AString (line 59) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString) function AString (line 65) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 43) | UInt64 ConvertHexStringToUInt64(const char *s, const char **end) function UInt64 (line 66) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 85) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/Types.h type HRes (line 11) | typedef int HRes; FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/UTFConvert.cpp function Bool (line 10) | static Bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *sr... function Bool (line 74) | static Bool Utf16_To_Utf8(char *dest, size_t *destLen, const wchar_t *sr... function ConvertUTF8ToUnicode (line 123) | bool ConvertUTF8ToUnicode(const AString &src, UString &dest) function ConvertUnicodeToUTF8 (line 135) | bool ConvertUnicodeToUTF8(const UString &src, AString &dest) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/Wildcard.cpp function CompareFileNames (line 39) | int CompareFileNames(const UString &s1, const UString &s2) function EnhancedMaskTest (line 51) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 85) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts (line 106) | void SplitPathToParts(const UString &path, UString &dirPrefix, UString &... function UString (line 116) | UString ExtractDirPrefixFromPath(const UString &path) function UString (line 125) | UString ExtractFileNameFromPath(const UString &path) function CompareWildCardWithName (line 135) | bool CompareWildCardWithName(const UString &mask, const UString &name) function DoesNameContainWildCard (line 140) | bool DoesNameContainWildCard(const UString &path) type NWildcard (line 149) | namespace NWildcard { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Common/Wildcard.h type CItem (line 19) | struct CItem function class (line 28) | class CCensorNode FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function UINT (line 61) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI()... function CSysString (line 62) | CSysString GetSysPath(LPCWSTR sysPath) function MyGetModuleFileName (line 79) | bool MyGetModuleFileName(HMODULE hModule, CSysString &result) function MyGetModuleFileName (line 93) | bool MyGetModuleFileName(HMODULE hModule, UString &result) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/DLL.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function LRESULTToBool (line 10) | inline bool LRESULTToBool(LRESULT value) function BOOL (line 14) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 17) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 20) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Error.cpp type NWindows (line 14) | namespace NWindows { type NError (line 15) | namespace NError { function MyFormatMessage (line 17) | bool MyFormatMessage(DWORD messageID, CSysString &message) function MyFormatMessage (line 30) | bool MyFormatMessage(DWORD messageID, UString &message) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Error.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileDir.cpp type NWindows (line 17) | namespace NWindows { type NFile (line 18) | namespace NFile { type NDirectory (line 31) | namespace NDirectory { function UINT (line 34) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function UString (line 35) | static UString GetUnicodePath(const CSysString &sysPath) function CSysString (line 37) | static CSysString GetSysPath(LPCWSTR sysPath) function MyGetWindowsDirectory (line 41) | bool MyGetWindowsDirectory(CSysString &path) function MyGetSystemDirectory (line 48) | bool MyGetSystemDirectory(CSysString &path) function MyGetWindowsDirectory (line 56) | bool MyGetWindowsDirectory(UString &path) function MyGetSystemDirectory (line 71) | bool MyGetSystemDirectory(UString &path) function SetDirTime (line 87) | bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FIL... function MySetFileAttributes (line 119) | bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 131) | bool MyRemoveDirectory(LPCTSTR pathName) function GetLongPaths (line 144) | bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) function MyMoveFile (line 155) | bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) function MySetFileAttributes (line 168) | bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 183) | bool MyRemoveDirectory(LPCWSTR pathName) function MyMoveFile (line 197) | bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) function MyCreateDirectory (line 212) | bool MyCreateDirectory(LPCTSTR pathName) function MyCreateDirectory (line 228) | bool MyCreateDirectory(LPCWSTR pathName) function CreateComplexDirectory (line 275) | bool CreateComplexDirectory(LPCTSTR _aPathName) function CreateComplexDirectory (line 321) | bool CreateComplexDirectory(LPCWSTR _aPathName) function DeleteFileAlways (line 367) | bool DeleteFileAlways(LPCTSTR name) function DeleteFileAlways (line 382) | bool DeleteFileAlways(LPCWSTR name) function RemoveDirectorySubItems2 (line 399) | static bool RemoveDirectorySubItems2(const CSysString pathPrefix, ... function RemoveDirectoryWithSubItems (line 406) | bool RemoveDirectoryWithSubItems(const CSysString &path) function RemoveDirectorySubItems2 (line 422) | static bool RemoveDirectorySubItems2(const UString pathPrefix, con... function RemoveDirectoryWithSubItems (line 428) | bool RemoveDirectoryWithSubItems(const UString &path) function MyGetShortPathName (line 446) | bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) function MyGetFullPathName (line 453) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, i... function MyGetFullPathName (line 481) | bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int ... function MyGetFullPathName (line 523) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function MyGetFullPathName (line 530) | bool MyGetFullPathName(LPCWSTR fileName, UString &path) function GetOnlyName (line 537) | bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) function GetOnlyName (line 547) | bool GetOnlyName(LPCWSTR fileName, UString &resultName) function GetOnlyDirPrefix (line 557) | bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) function GetOnlyDirPrefix (line 567) | bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) function MyGetCurrentDirectory (line 577) | bool MyGetCurrentDirectory(CSysString &path) function MySetCurrentDirectory (line 585) | bool MySetCurrentDirectory(LPCWSTR path) function MyGetCurrentDirectory (line 591) | bool MyGetCurrentDirectory(UString &path) function MySearchPath (line 608) | bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, function MySearchPath (line 620) | bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function MyGetTempPath (line 648) | bool MyGetTempPath(CSysString &path) function MyGetTempPath (line 656) | bool MyGetTempPath(UString &path) function UINT (line 673) | UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 681) | UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &p... function UINT (line 699) | UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 733) | UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &... function CreateTempDirectory (line 767) | bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) function CreateTempDirectory (line 804) | bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileDir.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileFind.cpp type NWindows (line 14) | namespace NWindows { type NFile (line 15) | namespace NFile { type NFind (line 23) | namespace NFind { function ConvertWIN32_FIND_DATA_To_FileInfo (line 47) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function UINT (line 64) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function ConvertWIN32_FIND_DATA_To_FileInfo (line 66) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function ConvertWIN32_FIND_DATA_To_FileInfo (line 81) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function FindFile (line 193) | bool FindFile(LPCTSTR wildcard, CFileInfo &fileInfo) function FindFile (line 200) | bool FindFile(LPCWSTR wildcard, CFileInfoW &fileInfo) function DoesFileExist (line 207) | bool DoesFileExist(LPCTSTR name) function DoesFileExist (line 214) | bool DoesFileExist(LPCWSTR name) function HANDLE (line 301) | HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool w... function HANDLE (line 316) | HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool w... function MyGetLogicalDriveStrings (line 334) | bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings) function MyGetLogicalDriveStrings (line 364) | bool MyGetLogicalDriveStrings(UStringVector &driveStrings) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileFind.h function namespace (line 11) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileIO.cpp type NWindows (line 18) | namespace NWindows { type NFile (line 19) | namespace NFile { function GetLongPathBase (line 26) | bool GetLongPathBase(LPCWSTR s, UString &res) function GetLongPath (line 51) | bool GetLongPath(LPCWSTR path, UString &longPath) type NIO (line 59) | namespace NIO { function DWORD (line 249) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileMapping.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileName.cpp type NWindows (line 8) | namespace NWindows { type NFile (line 9) | namespace NFile { type NName (line 10) | namespace NName { function NormalizeDirPathPrefix (line 12) | void NormalizeDirPathPrefix(CSysString &dirPath) function NormalizeDirPathPrefix (line 21) | void NormalizeDirPathPrefix(UString &dirPath) function SplitNameToPureNameAndExtension (line 32) | void SplitNameToPureNameAndExtension(const UString &fullName, FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Handle.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/MemoryLock.cpp type NWindows (line 5) | namespace NWindows { type NSecurity (line 6) | namespace NSecurity { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/MemoryLock.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function CPropVariant (line 36) | CPropVariant& CPropVariant::operator=(const CPropVariant& varSrc) function CPropVariant (line 41) | CPropVariant& CPropVariant::operator=(const PROPVARIANT& varSrc) function CPropVariant (line 47) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 53) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 68) | CPropVariant& CPropVariant::operator=(bool bSrc) function CPropVariant (line 79) | CPropVariant& CPropVariant::operator=(UInt32 value) function CPropVariant (line 90) | CPropVariant& CPropVariant::operator=(UInt64 value) function CPropVariant (line 101) | CPropVariant& CPropVariant::operator=(const FILETIME &value) function CPropVariant (line 112) | CPropVariant& CPropVariant::operator=(Int32 value) function CPropVariant (line 124) | CPropVariant& CPropVariant::operator=(Byte value) function CPropVariant (line 135) | CPropVariant& CPropVariant::operator=(Int16 value) function HRESULT (line 159) | static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) function HRESULT (line 186) | HRESULT CPropVariant::Clear() function HRESULT (line 191) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) function HRESULT (line 219) | HRESULT CPropVariant::Attach(PROPVARIANT* pSrc) function HRESULT (line 229) | HRESULT CPropVariant::Detach(PROPVARIANT* pDest) function HRESULT (line 239) | HRESULT CPropVariant::InternalClear() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariant.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariantConversions.cpp function UString (line 12) | static UString ConvertUInt64ToString(UInt64 value) function UString (line 19) | static UString ConvertInt64ToString(Int64 value) function ConvertFileTimeToString (line 48) | bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTi... function UString (line 67) | UString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTi... function UString (line 75) | UString ConvertPropVariantToString(const PROPVARIANT &prop) function UInt64 (line 100) | UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Synchronization.cpp type NWindows (line 7) | namespace NWindows { type NSynchronization (line 8) | namespace NSynchronization { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Synchronization.h function namespace (line 17) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/System.cpp type NWindows (line 7) | namespace NWindows { type NSystem (line 8) | namespace NSystem { function UInt32 (line 10) | UInt32 GetNumberOfProcessors() type _MY_MEMORYSTATUSEX (line 19) | struct _MY_MEMORYSTATUSEX { function UInt64 (line 40) | UInt64 GetRamSize() FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/System.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Thread.h function namespace (line 13) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Time.cpp type NWindows (line 8) | namespace NWindows { type NTime (line 9) | namespace NTime { function DosTimeToFileTime (line 11) | bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) function FileTimeToDosTime (line 19) | bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) function UnixTimeToFileTime (line 34) | void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) function FileTimeToUnixTime (line 41) | bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) function GetSecondsSince1601 (line 59) | bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, function GetCurUtcFileTime (line 79) | void GetCurUtcFileTime(FILETIME &ft) FILE: src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Time.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method SetStream (line 9) | void SetStream(System.IO.Stream inStream); method Init (line 10) | void Init(); method ReleaseStream (line 11) | void ReleaseStream(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 21) | UInt32 GetMatches(UInt32[] distances); method Skip (line 22) | void Skip(UInt32 num); FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 34) | public void SetType(int numHashBytes) method SetStream (line 51) | public new void SetStream(System.IO.Stream stream) { base.SetStream(st... method ReleaseStream (line 52) | public new void ReleaseStream() { base.ReleaseStream(); } method Init (line 54) | public new void Init() method MovePos (line 63) | public new void MovePos() method GetIndexByte (line 72) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 74) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 77) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 79) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 118) | public UInt32 GetMatches(UInt32[] distances) method Skip (line 252) | public void Skip(UInt32 num) method NormalizeLinks (line 344) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public virtual void ReadBlock() method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method SetStream (line 81) | public void SetStream(System.IO.Stream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() method MovePos (line 93) | public void MovePos() method GetIndexByte (line 105) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 108) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 122) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 15) | public void Create(uint windowSize) method Init (line 27) | public void Init(System.IO.Stream stream, bool solid) method Train (line 39) | public bool Train(System.IO.Stream stream) method ReleaseStream (line 63) | public void ReleaseStream() method Flush (line 69) | public void Flush() method CopyBlock (line 80) | public void CopyBlock(uint distance, uint len) method PutByte (line 95) | public void PutByte(byte b) method GetByte (line 102) | public byte GetByte(uint distance) FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 198) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 230) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 349) | public void SetDecoderProperties(byte[] properties) method Train (line 367) | public bool Train(System.IO.Stream stream) FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method Encoder (line 21) | static Encoder() method GetPosSlot (line 35) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 44) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder type Encoder2 (line 70) | public struct Encoder2 method Create (line 74) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 76) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 78) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 89) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 108) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(UInt32 numPosStates) method Encode (line 196) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method SetPrices (line 220) | public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] p... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 252) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 259) | void UpdateTable(UInt32 posState) method UpdateTables (line 265) | public void UpdateTables(UInt32 numPosStates) method Encode (line 271) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method MovePos (line 446) | void MovePos(UInt32 num) method GetRepLen1Price (line 455) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetPureRepPrice (line 461) | UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posSt... method GetRepPrice (line 483) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 489) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 501) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 539) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1030) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(UInt32 posState) method Flush (line 1055) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1063) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1231) | void ReleaseMFStream() method SetOutStream (line 1240) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1241) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1273) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method WriteCoderProperties (line 1303) | public void WriteCoderProperties(System.IO.Stream outStream) method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method FindMatchFinder (line 1360) | static int FindMatchFinder(string s) method SetCoderProperties (line 1368) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method SetTrainSize (line 1474) | public void SetTrainSize(uint trainSize) FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class CDoubleStream (line 7) | public class CDoubleStream: Stream method Flush (line 23) | public override void Flush() { } method Read (line 24) | public override int Read(byte[] buffer, int offset, int count) method Write (line 46) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 50) | public override long Seek(long offset, System.IO.SeekOrigin origin) method SetLength (line 54) | public override void SetLength(long value) class LzmaAlone (line 60) | class LzmaAlone type Key (line 62) | enum Key method PrintHelp (line 79) | static void PrintHelp() method GetNumber (line 99) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 113) | static int IncorrectCommand() method Main2 (line 119) | static int Main2(string[] args) method Main (line 349) | [STAThread] FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 70) | public CBenchRandomGenerator() { } method Set (line 72) | public void Set(UInt32 bufferSize) method GetRndBit (line 78) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 79) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 84) | UInt32 GetOffset() method GetLen1 (line 90) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 91) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 92) | public void Generate() class CrcOutStream (line 120) | class CrcOutStream : System.IO.Stream method Init (line 123) | public void Init() { CRC.Init(); } method GetDigest (line 124) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 131) | public override void Flush() { } method Seek (line 132) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 133) | public override void SetLength(long value) { } method Read (line 134) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 136) | public override void WriteByte(byte b) method Write (line 140) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 146) | class CProgressInfo : ICodeProgress method Init (line 151) | public void Init() { InSize = 0; } method SetProgress (line 152) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 163) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 172) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 186) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedT... method GetDecompressRating (line 194) | static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, ... method GetTotalRating (line 200) | static UInt64 GetTotalRating( method PrintValue (line 210) | static void PrintValue(UInt64 v) method PrintRating (line 218) | static void PrintRating(UInt64 rating) method PrintResults (line 224) | static void PrintResults( method LzmaBenchmark (line 241) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-4.0-lzma/lzma/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow method SetType (line 34) | public void SetType(int numHashBytes) method Init (line 54) | public void Init() throws IOException method MovePos (line 63) | public void MovePos() throws IOException method Create (line 79) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 118) | public int GetMatches(int[] distances) throws IOException method Skip (line 252) | public void Skip(int num) throws IOException method NormalizeLinks (line 344) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public void ReadBlock() throws IOException method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 81) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method GetIndexByte (line 105) | public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset... method GetMatchLen (line 108) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 122) | public int GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 35) | static int GetPosSlot(int pos) method GetPosSlot2 (line 44) | static int GetPosSlot2(int pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder class Encoder2 (line 70) | class Encoder2 method Init (line 74) | public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitB... method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(int numPosStates) method Encode (line 196) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method SetPrices (line 220) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 252) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public int GetPrice(int symbol, int posState) method UpdateTable (line 259) | void UpdateTable(int posState) method UpdateTables (line 265) | public void UpdateTables(int numPosStates) method Encode (line 271) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 446) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 455) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 461) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 483) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 489) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int cur) method GetOptimum (line 539) | int GetOptimum(int position) throws IOException method ChangePair (line 1030) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(int posState) throws IOException method Flush (line 1055) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1063) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1240) | void ReleaseOutStream() method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1273) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1303) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method SetAlgorithm (line 1354) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1363) | public boolean SetDictionarySize(int dictionarySize) method SetNumFastBytes (line 1375) | public boolean SetNumFastBytes(int numFastBytes) method SetMatchFinder (line 1383) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1397) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1411) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() { Init(); } method Init (line 17) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 18) | public int GetRnd() class CBitRandomGenerator (line 26) | static class CBitRandomGenerator method Init (line 31) | public void Init() method GetRnd (line 36) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 56) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 65) | public CBenchRandomGenerator() { } method Set (line 66) | public void Set(int bufferSize) method GetRndBit (line 72) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 73) | int GetLogRandBits(int numBits) method GetOffset (line 78) | int GetOffset() method GetLen1 (line 84) | int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 85) | int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 86) | public void Generate() class CrcOutStream (line 114) | static class CrcOutStream extends java.io.OutputStream method Init (line 118) | public void Init() method GetDigest (line 122) | public int GetDigest() method write (line 126) | public void write(byte[] b) method write (line 130) | public void write(byte[] b, int off, int len) method write (line 134) | public void write(int b) class MyOutputStream (line 140) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 146) | public MyOutputStream(byte[] buffer) method reset (line 152) | public void reset() method write (line 157) | public void write(int b) throws IOException method size (line 164) | public int size() class MyInputStream (line 170) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 176) | public MyInputStream(byte[] buffer, int size) method reset (line 182) | public void reset() method read (line 187) | public int read() class CProgressInfo (line 195) | static class CProgressInfo implements ICodeProgress method Init (line 200) | public void Init() method SetProgress (line 202) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 213) | static int GetLogSize(int size) method MyMultDiv64 (line 222) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 236) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 244) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 250) | static long GetTotalRating( method PrintValue (line 260) | static void PrintValue(long v) method PrintRating (line 269) | static void PrintRating(long rating) method PrintResults (line 275) | static void PrintResults( method LzmaBenchmark (line 292) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/others/squashfs-4.0-lzma/mksquashfs.c type cached_dir_index (line 172) | struct cached_dir_index { type directory (line 177) | struct directory { type inode_info (line 191) | struct inode_info type file_info (line 194) | struct file_info type exclude_info (line 199) | struct exclude_info { type exclude_info (line 206) | struct exclude_info type stat (line 207) | struct stat type path_entry (line 209) | struct path_entry { type pathname (line 215) | struct pathname { type pathnames (line 220) | struct pathnames { type pathnames (line 226) | struct pathnames type pathname (line 227) | struct pathname type pathname (line 228) | struct pathname type pathnames (line 229) | struct pathnames type pathnames (line 229) | struct pathnames type file_buffer (line 233) | struct file_buffer type fragment (line 236) | struct fragment { type old_root_entry_info (line 259) | struct old_root_entry_info { type old_root_entry_info (line 265) | struct old_root_entry_info type file_info (line 268) | struct file_info { type file_buffer (line 313) | struct file_buffer { type queue (line 335) | struct queue { type id (line 351) | struct id { type id (line 357) | struct id type id (line 358) | struct id type cache (line 362) | struct cache type queue (line 363) | struct queue type pseudo (line 372) | struct pseudo type dir_info (line 405) | struct dir_info type file_info (line 406) | struct file_info type fragment (line 407) | struct fragment type file_buffer (line 408) | struct file_buffer type dir_info (line 410) | struct dir_info type pathnames (line 410) | struct pathnames type dir_info (line 411) | struct dir_info type dir_info (line 412) | struct dir_info type dir_info (line 412) | struct dir_info type pseudo (line 412) | struct pseudo type dir_info (line 413) | struct dir_info type file_info (line 414) | struct file_info type fragment (line 415) | struct fragment type dir_info (line 418) | struct dir_info type stat (line 419) | struct stat type priority_entry (line 420) | struct priority_entry type queue (line 425) | struct queue type queue (line 427) | struct queue type queue (line 427) | struct queue function queue_put (line 447) | void queue_put(struct queue *queue, void *data) type queue (line 463) | struct queue type cache (line 482) | struct cache { function insert_hash_table (line 527) | void insert_hash_table(struct cache *cache, struct file_buffer *entry) function remove_hash_table (line 540) | void remove_hash_table(struct cache *cache, struct file_buffer *entry) type cache (line 561) | struct cache type cache (line 563) | struct cache type cache (line 563) | struct cache type file_buffer (line 572) | struct file_buffer type file_buffer (line 580) | struct file_buffer type cache (line 580) | struct cache type file_buffer (line 585) | struct file_buffer type file_buffer (line 609) | struct file_buffer type cache (line 609) | struct cache type file_buffer (line 612) | struct file_buffer type file_buffer (line 629) | struct file_buffer function cache_rehash (line 669) | void cache_rehash(struct file_buffer *entry, long long index) function cache_block_put (line 683) | void cache_block_put(struct file_buffer *entry) function inc_progress_bar (line 720) | inline void inc_progress_bar() function update_progress_bar (line 726) | inline void update_progress_bar() function waitforthread (line 734) | inline void waitforthread(int i) function restorefs (line 742) | void restorefs() function sighandler (line 785) | void sighandler() function sighandler2 (line 798) | void sighandler2() function sigusr1_handler (line 804) | void sigusr1_handler() function sigwinch_handler (line 826) | void sigwinch_handler() function sigalrm_handler (line 840) | void sigalrm_handler() function lzma_free (line 851) | static void lzma_free(void *p, void *addr) function mangle2 (line 859) | unsigned int mangle2(z_stream **strm, char *d, char *s, int size, function mangle (line 981) | unsigned int mangle(char *d, char *s, int size, int block_size, function squashfs_base_inode_header (line 991) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 1045) | int read_bytes(int fd, void *buff, int bytes) function read_destination (line 1068) | void read_destination(int fd, long long byte, int bytes, char *buff) function write_bytes (line 1086) | int write_bytes(int fd, void *buff, int bytes) function write_destination (line 1106) | void write_destination(int fd, long long byte, int bytes, char *buff) function write_inodes (line 1125) | long long write_inodes() function write_directories (line 1163) | long long write_directories() function write_id_table (line 1204) | long long write_id_table() type id (line 1221) | struct id type id (line 1224) | struct id type id (line 1234) | struct id type id (line 1237) | struct id type id (line 1237) | struct id function get_uid (line 1250) | unsigned int get_uid(unsigned int uid) function get_guid (line 1269) | unsigned int get_guid(unsigned int guid) function create_inode (line 1288) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type, function scan3_init_dir (line 1481) | void scan3_init_dir(struct directory *dir) function add_dir (line 1496) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name, function write_dir (line 1586) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, type file_buffer (line 1711) | struct file_buffer type fragment (line 1711) | struct fragment type file_buffer (line 1716) | struct file_buffer type frag_locked (line 1770) | struct frag_locked { type frag_locked (line 1779) | struct frag_locked function lock_fragments (line 1784) | int lock_fragments() function unlock_fragments (line 1795) | void unlock_fragments() function add_pending_fragment (line 1822) | int add_pending_fragment(struct file_buffer *write_buffer, int c_byte, function write_fragment (line 1838) | void write_fragment() type fragment (line 1863) | struct fragment type fragment (line 1864) | struct fragment type file_buffer (line 1864) | struct file_buffer type fragment (line 1866) | struct fragment type fragment (line 1875) | struct fragment function generic_write_table (line 1892) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1933) | long long write_fragment_table() function get_checksum (line 1972) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1985) | unsigned short get_checksum_disk(long long start, long long l, function get_checksum_mem (line 2013) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 2019) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 2029) | void add_file(long long start, long long file_size, long long file_bytes, function pre_duplicate (line 2065) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 2077) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 2104) | struct file_info type fragment (line 2105) | struct fragment type file_info (line 2109) | struct file_info type file_info (line 2111) | struct file_info type file_info (line 2131) | struct file_info type fragment (line 2132) | struct fragment type file_buffer (line 2133) | struct file_buffer type file_info (line 2136) | struct file_info type file_buffer (line 2158) | struct file_buffer type file_buffer (line 2179) | struct file_buffer type file_buffer (line 2180) | struct file_buffer type file_buffer (line 2212) | struct file_buffer function reader_read_file (line 2247) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 2333) | void reader_scan(struct dir_info *dir) { type priority_entry (line 2365) | struct priority_entry type file_buffer (line 2388) | struct file_buffer function all_zero (line 2420) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 2449) | struct file_buffer type file_buffer (line 2450) | struct file_buffer type file_buffer (line 2487) | struct file_buffer type file_buffer (line 2488) | struct file_buffer type file_buffer (line 2520) | struct file_buffer function push_buffer (line 2522) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 2531) | struct file_buffer type queue (line 2531) | struct queue type file_buffer (line 2535) | struct file_buffer type timeval (line 2563) | struct timeval type timespec (line 2564) | struct timespec type itimerval (line 2565) | struct itimerval type winsize (line 2566) | struct winsize function enable_progress_bar (line 2604) | void enable_progress_bar() function disable_progress_bar (line 2612) | void disable_progress_bar() function progress_bar (line 2620) | void progress_bar(long long current, long long max, int columns) function write_file_empty (line 2663) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_frag_dup (line 2677) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_frag (line 2712) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_blocks (line 2751) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_blocks_dup (line 2854) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file (line 3000) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, type inode_info (line 3094) | struct inode_info type stat (line 3094) | struct stat type inode_info (line 3097) | struct inode_info type stat (line 3100) | struct stat type inode_info (line 3107) | struct inode_info type stat (line 3111) | struct stat function add_dir_entry (line 3132) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 3158) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 3167) | void sort_directory(struct dir_info *dir) type dir_info (line 3176) | struct dir_info type dir_info (line 3178) | struct dir_info type dir_info (line 3180) | struct dir_info function scan1_encomp_readdir (line 3197) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 3237) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 3272) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 3287) | struct dir_ent type dir_info (line 3287) | struct dir_info type dir_ent (line 3300) | struct dir_ent type dir_info (line 3300) | struct dir_info type dir_ent (line 3312) | struct dir_ent type directory (line 3312) | struct directory type dir_info (line 3312) | struct dir_info function scan1_freedir (line 3328) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 3335) | void scan2_freedir(struct dir_info *dir) function scan3_freedir (line 3341) | void scan3_freedir(struct directory *dir) function dir_scan (line 3349) | void dir_scan(squashfs_inode *inode, char *pathname, type dir_info (line 3407) | struct dir_info type pathnames (line 3407) | struct pathnames type dir_info (line 3408) | struct dir_info type dir_info (line 3410) | struct dir_info type stat (line 3411) | struct stat type pathnames (line 3413) | struct pathnames type dir_info (line 3470) | struct dir_info type dir_info (line 3470) | struct dir_info type pseudo (line 3470) | struct pseudo type dir_info (line 3472) | struct dir_info type dir_ent (line 3473) | struct dir_ent type pseudo_entry (line 3474) | struct pseudo_entry type stat (line 3475) | struct stat type inode_info (line 3482) | struct inode_info type stat (line 3483) | struct stat function dir_scan3 (line 3532) | void dir_scan3(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 3671) | unsigned int slog(unsigned int block) function old_excluded (line 3682) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 3703) | int old_add_exclude(char *path) function add_old_root_entry (line 3735) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_number, function initialise_threads (line 3751) | void initialise_threads() function write_inode_lookup_table (line 3823) | long long write_inode_lookup_table() function free_path (line 3869) | void free_path(struct pathname *paths) type pathname (line 3887) | struct pathname type pathname (line 3887) | struct pathname type pathname (line 3895) | struct pathname type path_entry (line 3910) | struct path_entry function add_exclude (line 3957) | void add_exclude(char *target) function display_path (line 3971) | void display_path(int depth, struct pathname *paths) function display_path2 (line 3987) | void display_path2(struct pathname *paths, char *string) type pathnames (line 4004) | struct pathnames type pathnames (line 4006) | struct pathnames type pathnames (line 4006) | struct pathnames type pathnames (line 4012) | struct pathnames type pathnames (line 4012) | struct pathnames type pathname (line 4012) | struct pathname type pathnames (line 4015) | struct pathnames type pathname (line 4017) | struct pathname function free_subdir (line 4024) | void free_subdir(struct pathnames *paths) function excluded (line 4030) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 4091) | void write_recovery_data(squashfs_super_block *sBlk) function read_recovery_data (line 4140) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 4224) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.0-lzma/pseudo.c function dump_pseudo (line 58) | static void dump_pseudo(struct pseudo *pseudo, char *string) type pseudo (line 98) | struct pseudo type pseudo (line 98) | struct pseudo type pseudo_dev (line 98) | struct pseudo_dev type pseudo (line 107) | struct pseudo type pseudo_entry (line 123) | struct pseudo_entry type pseudo_dev (line 131) | struct pseudo_dev type pseudo_dev (line 136) | struct pseudo_dev type pseudo_dev (line 161) | struct pseudo_dev type pseudo_dev (line 173) | struct pseudo_dev type pseudo_dev (line 180) | struct pseudo_dev type pseudo (line 201) | struct pseudo type pseudo (line 201) | struct pseudo type pseudo_entry (line 216) | struct pseudo_entry type pseudo (line 216) | struct pseudo function read_pseudo_def (line 232) | int read_pseudo_def(struct pseudo **pseudo, char *def) function read_pseudo_file (line 345) | int read_pseudo_file(struct pseudo **pseudo, char *filename) FILE: src/others/squashfs-4.0-lzma/pseudo.h type pseudo_dev (line 23) | struct pseudo_dev { type pseudo_entry (line 32) | struct pseudo_entry { type pseudo (line 39) | struct pseudo { type pseudo (line 45) | struct pseudo type pseudo (line 46) | struct pseudo type pseudo (line 47) | struct pseudo type pseudo (line 47) | struct pseudo type pseudo_entry (line 48) | struct pseudo_entry type pseudo (line 48) | struct pseudo FILE: src/others/squashfs-4.0-lzma/read_fs.c function read_block (line 70) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 114) | int scan_inode_table(int fd, long long start, long long end, function read_super (line 360) | int read_super(int fd, squashfs_super_block *sBlk, char *source) function read_fragment_table (line 537) | int read_fragment_table(int fd, squashfs_super_block *sBlk, function read_inode_lookup_table (line 576) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, function read_filesystem (line 611) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-4.0-lzma/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 81) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 98) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 127) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 193) | void generate_file_priorities(struct dir_info *dir, int priority, function read_sort_file (line 220) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 243) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-4.0-lzma/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { type priority_entry (line 58) | struct priority_entry { FILE: src/others/squashfs-4.0-lzma/squashfs_compat.h type squashfs_super_block_3 (line 38) | struct squashfs_super_block_3 { type squashfs_dir_index_3 (line 67) | struct squashfs_dir_index_3 { type squashfs_base_inode_header_3 (line 82) | struct squashfs_base_inode_header_3 { type squashfs_ipc_inode_header_3 (line 86) | struct squashfs_ipc_inode_header_3 { type squashfs_dev_inode_header_3 (line 91) | struct squashfs_dev_inode_header_3 { type squashfs_symlink_inode_header_3 (line 97) | struct squashfs_symlink_inode_header_3 { type squashfs_reg_inode_header_3 (line 104) | struct squashfs_reg_inode_header_3 { type squashfs_lreg_inode_header_3 (line 113) | struct squashfs_lreg_inode_header_3 { type squashfs_dir_inode_header_3 (line 123) | struct squashfs_dir_inode_header_3 { type squashfs_ldir_inode_header_3 (line 132) | struct squashfs_ldir_inode_header_3 { type squashfs_base_inode_header_3 (line 144) | struct squashfs_base_inode_header_3 type squashfs_dev_inode_header_3 (line 145) | struct squashfs_dev_inode_header_3 type squashfs_symlink_inode_header_3 (line 146) | struct squashfs_symlink_inode_header_3 type squashfs_reg_inode_header_3 (line 147) | struct squashfs_reg_inode_header_3 type squashfs_lreg_inode_header_3 (line 148) | struct squashfs_lreg_inode_header_3 type squashfs_dir_inode_header_3 (line 149) | struct squashfs_dir_inode_header_3 type squashfs_ldir_inode_header_3 (line 150) | struct squashfs_ldir_inode_header_3 type squashfs_ipc_inode_header_3 (line 151) | struct squashfs_ipc_inode_header_3 type squashfs_dir_entry_3 (line 154) | struct squashfs_dir_entry_3 { type squashfs_dir_header_3 (line 162) | struct squashfs_dir_header_3 { type squashfs_fragment_entry_3 (line 168) | struct squashfs_fragment_entry_3 { type squashfs_super_block_3 (line 175) | typedef struct squashfs_super_block_3 squashfs_super_block_3; type squashfs_dir_index_3 (line 176) | typedef struct squashfs_dir_index_3 squashfs_dir_index_3; type squashfs_base_inode_header_3 (line 177) | typedef struct squashfs_base_inode_header_3 squashfs_base_inode_header_3; type squashfs_ipc_inode_header_3 (line 178) | typedef struct squashfs_ipc_inode_header_3 squashfs_ipc_inode_header_3; type squashfs_dev_inode_header_3 (line 179) | typedef struct squashfs_dev_inode_header_3 squashfs_dev_inode_header_3; type squashfs_symlink_inode_header_3 (line 180) | typedef struct squashfs_symlink_inode_header_3 squashfs_symlink_inode_he... type squashfs_reg_inode_header_3 (line 181) | typedef struct squashfs_reg_inode_header_3 squashfs_reg_inode_header_3; type squashfs_lreg_inode_header_3 (line 182) | typedef struct squashfs_lreg_inode_header_3 squashfs_lreg_inode_header_3; type squashfs_dir_inode_header_3 (line 183) | typedef struct squashfs_dir_inode_header_3 squashfs_dir_inode_header_3; type squashfs_ldir_inode_header_3 (line 184) | typedef struct squashfs_ldir_inode_header_3 squashfs_ldir_inode_header_3; type squashfs_dir_entry_3 (line 185) | typedef struct squashfs_dir_entry_3 squashfs_dir_entry_3; type squashfs_dir_header_3 (line 186) | typedef struct squashfs_dir_header_3 squashfs_dir_header_3; type squashfs_fragment_entry_3 (line 187) | typedef struct squashfs_fragment_entry_3 squashfs_fragment_entry_3; type squashfs_inode_header_3 (line 188) | typedef union squashfs_inode_header_3 squashfs_inode_header_3; type squashfs_base_inode_header_1 (line 415) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 422) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 431) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 439) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 448) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 459) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 471) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 472) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 473) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 474) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 475) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 476) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_1 (line 479) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 480) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 481) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 482) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 483) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 484) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 485) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_inode_header_1 (line 486) | typedef union squashfs_inode_header_1 squashfs_inode_header_1; type squashfs_dir_index_2 (line 544) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 551) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 558) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 565) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 573) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 582) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 595) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 606) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 620) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 621) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 622) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 623) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 624) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 625) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 626) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 629) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 634) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 641) | struct squashfs_fragment_entry_2 { type squashfs_dir_index_2 (line 646) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 647) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 648) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 649) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 650) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 651) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 652) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 653) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 654) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 655) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 656) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 657) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 658) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; FILE: src/others/squashfs-4.0-lzma/squashfs_fs.h type meta_entry (line 206) | struct meta_entry { type meta_index (line 213) | struct meta_index { type squashfs_block_t (line 228) | typedef long long squashfs_block_t; type squashfs_inode_t (line 229) | typedef long long squashfs_inode_t; type squashfs_super_block (line 234) | struct squashfs_super_block { type squashfs_dir_index (line 256) | struct squashfs_dir_index { type squashfs_base_inode_header (line 271) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 275) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 280) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 286) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 293) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 302) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 314) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 323) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 336) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 337) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 338) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 339) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 340) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 341) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 342) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 343) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 346) | struct squashfs_dir_entry { type squashfs_dir_header (line 354) | struct squashfs_dir_header { type squashfs_fragment_entry (line 360) | struct squashfs_fragment_entry { FILE: src/others/squashfs-4.0-lzma/swap.c function swap_le16 (line 31) | void swap_le16(unsigned short *src, unsigned short *dest) function swap_le32 (line 41) | void swap_le32(unsigned int *src, unsigned int *dest) function swap_le64 (line 53) | void swap_le64(long long *src, long long *dest) function inswap_le16 (line 69) | unsigned short inswap_le16(unsigned short num) function inswap_le32 (line 76) | unsigned int inswap_le32(unsigned int num) function inswap_le64 (line 85) | long long inswap_le64(long long n) FILE: src/others/squashfs-4.0-lzma/uncompress.c function uncompress_wrapper (line 33) | int uncompress_wrapper(unsigned char *dest, unsigned long *dest_len, FILE: src/others/squashfs-4.0-lzma/unsquash-1.c function read_block_list_1 (line 27) | void read_block_list_1(unsigned int *block_list, char *block_ptr, int bl... function read_fragment_table_1 (line 48) | int read_fragment_table_1() type inode (line 55) | struct inode type inode (line 61) | struct inode type dir (line 202) | struct dir type inode (line 203) | struct inode type dir_ent (line 211) | struct dir_ent type dir (line 212) | struct dir type dir (line 234) | struct dir type dir_ent (line 279) | struct dir_ent function read_uids_guids_1 (line 303) | int read_uids_guids_1() FILE: src/others/squashfs-4.0-lzma/unsquash-2.c function read_block_list_2 (line 29) | void read_block_list_2(unsigned int *block_list, char *block_ptr, int bl... function read_fragment_table_2 (line 42) | int read_fragment_table_2() function read_fragment_2 (line 111) | void read_fragment_2(unsigned int fragment, long long *start_block, int ... type inode (line 121) | struct inode type inode (line 127) | struct inode FILE: src/others/squashfs-4.0-lzma/unsquash-3.c function read_fragment_table_3 (line 29) | int read_fragment_table_3() function read_fragment_3 (line 97) | void read_fragment_3(unsigned int fragment, long long *start_block, int ... type inode (line 107) | struct inode type inode (line 113) | struct inode type dir (line 273) | struct dir type inode (line 274) | struct inode type dir_ent (line 282) | struct dir_ent type dir (line 283) | struct dir type dir (line 306) | struct dir type dir_ent (line 351) | struct dir_ent FILE: src/others/squashfs-4.0-lzma/unsquash-4.c type squashfs_fragment_entry (line 28) | struct squashfs_fragment_entry function read_fragment_table_4 (line 31) | int read_fragment_table_4() function read_fragment_4 (line 78) | void read_fragment_4(unsigned int fragment, long long *start_block, int ... type inode (line 88) | struct inode type inode (line 94) | struct inode type dir (line 221) | struct dir type inode (line 222) | struct inode type dir_ent (line 230) | struct dir_ent type dir (line 231) | struct dir type dir (line 254) | struct dir type dir_ent (line 290) | struct dir_ent function read_uids_guids_4 (line 314) | int read_uids_guids_4() FILE: src/others/squashfs-4.0-lzma/unsquashfs.c type cache (line 30) | struct cache type queue (line 31) | struct queue type super_block (line 38) | struct super_block type hash_table_entry (line 44) | struct hash_table_entry type test (line 84) | struct test function sigwinch_handler (line 112) | void sigwinch_handler() function sigalrm_handler (line 126) | void sigalrm_handler() type queue (line 132) | struct queue type queue (line 134) | struct queue type queue (line 134) | struct queue function queue_put (line 154) | void queue_put(struct queue *queue, void *data) type queue (line 170) | struct queue function insert_hash_table (line 188) | void insert_hash_table(struct cache *cache, struct cache_entry *entry) function remove_hash_table (line 201) | void remove_hash_table(struct cache *cache, struct cache_entry *entry) function insert_free_list (line 216) | void insert_free_list(struct cache *cache, struct cache_entry *entry) function remove_free_list (line 231) | void remove_free_list(struct cache *cache, struct cache_entry *entry) type cache (line 251) | struct cache type cache (line 253) | struct cache type cache (line 253) | struct cache type cache_entry (line 262) | struct cache_entry type cache_entry (line 273) | struct cache_entry type cache (line 273) | struct cache type cache_entry (line 283) | struct cache_entry type cache_entry (line 306) | struct cache_entry function cache_block_ready (line 357) | void cache_block_ready(struct cache_entry *entry, int error) function cache_block_wait (line 382) | void cache_block_wait(struct cache_entry *entry) function cache_block_put (line 400) | void cache_block_put(struct cache_entry *entry) function print_filename (line 444) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 506) | int add_entry(struct hash_table_entry *hash_table[], long long start, in... function lookup_entry (line 525) | int lookup_entry(struct hash_table_entry *hash_table[], long long start) function read_bytes (line 540) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 572) | int read_block(long long start, long long *next, char *block) function read_data_block (line 633) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 678) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 702) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function write_bytes (line 733) | int write_bytes(int fd, char *buff, int bytes) function write_block (line 756) | int write_block(int file_fd, char *buffer, int size, int hole, int sparse) function write_file (line 798) | int write_file(struct inode *inode, char *pathname) function create_inode (line 882) | int create_inode(char *pathname, struct inode *i) function uncompress_directory_table (line 993) | void uncompress_directory_table(long long start, long long end) function squashfs_readdir (line 1017) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1033) | void squashfs_closedir(struct dir *dir) function free_path (line 1054) | void free_path(struct pathname *paths) type pathname (line 1072) | struct pathname type pathname (line 1072) | struct pathname type pathname (line 1080) | struct pathname type path_entry (line 1097) | struct path_entry type pathnames (line 1155) | struct pathnames type pathnames (line 1157) | struct pathnames type pathnames (line 1157) | struct pathnames type pathnames (line 1163) | struct pathnames type pathnames (line 1163) | struct pathnames type pathname (line 1163) | struct pathname type pathnames (line 1166) | struct pathnames type pathname (line 1167) | struct pathname function free_subdir (line 1174) | void free_subdir(struct pathnames *paths) function matches (line 1180) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function pre_scan (line 1243) | int pre_scan(char *parent_name, unsigned int start_block, unsigned int o... function dir_scan (line 1299) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function squashfs_stat (line 1369) | void squashfs_stat(char *source) function read_super (line 1439) | int read_super(char *source) type pathname (line 1560) | struct pathname type pathname (line 1560) | struct pathname type cache_entry (line 1584) | struct cache_entry type squashfs_file (line 1616) | struct squashfs_file type file_entry (line 1632) | struct file_entry type cache_entry (line 1711) | struct cache_entry type timeval (line 1744) | struct timeval type timespec (line 1745) | struct timespec type itimerval (line 1746) | struct itimerval type winsize (line 1747) | struct winsize function initialise_threads (line 1785) | void initialise_threads(int fragment_buffer_size, int data_buffer_size) function enable_progress_bar (line 1850) | void enable_progress_bar() function disable_progress_bar (line 1858) | void disable_progress_bar() function update_progress_bar (line 1866) | void update_progress_bar() function progress_bar (line 1874) | void progress_bar(long long current, long long max, int columns) function main (line 1933) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.0-lzma/unsquashfs.h type super_block (line 91) | struct super_block { type hash_table_entry (line 118) | struct hash_table_entry { type inode (line 124) | struct inode { type squashfs_operations (line 142) | typedef struct squashfs_operations { type test (line 151) | struct test { type cache (line 161) | struct cache { type cache_entry (line 175) | struct cache_entry { type queue (line 190) | struct queue { type dir_ent (line 207) | struct dir_ent { type dir (line 214) | struct dir { type file_entry (line 224) | struct file_entry { type squashfs_file (line 231) | struct squashfs_file { type path_entry (line 243) | struct path_entry { type pathname (line 249) | struct pathname { type pathnames (line 254) | struct pathnames { type super_block (line 261) | struct super_block type hash_table_entry (line 265) | struct hash_table_entry type hash_table_entry (line 273) | struct hash_table_entry type inode (line 280) | struct inode type dir (line 281) | struct dir type inode (line 281) | struct inode type inode (line 288) | struct inode type inode (line 293) | struct inode type dir (line 294) | struct dir type inode (line 294) | struct inode type inode (line 299) | struct inode type dir (line 300) | struct dir type inode (line 300) | struct inode FILE: src/others/squashfs-4.0-realtek/compressor.c type compressor (line 33) | struct compressor type compressor (line 44) | struct compressor type compressor (line 56) | struct compressor function display_compressors (line 68) | void display_compressors(char *indent, char *def_comp) FILE: src/others/squashfs-4.0-realtek/compressor.h type compressor (line 23) | struct compressor { type compressor (line 31) | struct compressor type compressor (line 32) | struct compressor FILE: src/others/squashfs-4.0-realtek/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 40) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_id (line 42) | typedef unsigned int squashfs_id; type squashfs_fragment_index (line 43) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 44) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 45) | typedef squashfs_block_t squashfs_block; FILE: src/others/squashfs-4.0-realtek/gzip_wrapper.c function gzip_compress (line 25) | int gzip_compress(void **strm, char *d, char *s, int size, int block_size, function gzip_uncompress (line 70) | int gzip_uncompress(char *d, char *s, int size, int block_size, int *error) FILE: src/others/squashfs-4.0-realtek/lzma/C/7zBuf.c function Buf_Init (line 8) | void Buf_Init(CBuf *p) function Buf_Create (line 14) | int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function Buf_Free (line 31) | void Buf_Free(CBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.0-realtek/lzma/C/7zBuf.h type CBuf (line 9) | typedef struct type CDynBuf (line 19) | typedef struct FILE: src/others/squashfs-4.0-realtek/lzma/C/7zBuf2.c function DynBuf_Construct (line 7) | void DynBuf_Construct(CDynBuf *p) function DynBuf_SeekToBeg (line 14) | void DynBuf_SeekToBeg(CDynBuf *p) function DynBuf_Write (line 19) | int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) function DynBuf_Free (line 39) | void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.0-realtek/lzma/C/7zCrc.c function CrcGenerateTable (line 11) | CrcGenerateTable(void) function UInt32 (line 24) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 32) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-4.0-realtek/lzma/C/7zFile.c function File_Construct (line 28) | void File_Construct(CSzFile *p) function WRes (line 37) | static WRes File_Open(CSzFile *p, const char *name, int writeMode) function WRes (line 52) | WRes InFile_Open(CSzFile *p, const char *name) { return File_Open(p, nam... function WRes (line 53) | WRes OutFile_Open(CSzFile *p, const char *name) { return File_Open(p, na... function WRes (line 55) | WRes File_Close(CSzFile *p) function WRes (line 76) | WRes File_Read(CSzFile *p, void *data, size_t *size) function WRes (line 111) | WRes File_Write(CSzFile *p, const void *data, size_t *size) function WRes (line 146) | WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin) function WRes (line 189) | WRes File_GetLength(CSzFile *p, UInt64 *length) function SRes (line 218) | static SRes FileSeqInStream_Read(void *pp, void *buf, size_t *size) function FileSeqInStream_CreateVTable (line 224) | void FileSeqInStream_CreateVTable(CFileSeqInStream *p) function SRes (line 232) | static SRes FileInStream_Read(void *pp, void *buf, size_t *size) function SRes (line 238) | static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) function FileInStream_CreateVTable (line 244) | void FileInStream_CreateVTable(CFileInStream *p) function FileOutStream_Write (line 253) | static size_t FileOutStream_Write(void *pp, const void *data, size_t size) function FileOutStream_CreateVTable (line 260) | void FileOutStream_CreateVTable(CFileOutStream *p) FILE: src/others/squashfs-4.0-realtek/lzma/C/7zFile.h type CSzFile (line 22) | typedef struct type CFileSeqInStream (line 48) | typedef struct type CFileInStream (line 57) | typedef struct type CFileOutStream (line 66) | typedef struct FILE: src/others/squashfs-4.0-realtek/lzma/C/7zStream.c function SRes (line 8) | SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRe... function SRes (line 22) | SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) function SRes (line 27) | SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf) function SRes (line 34) | SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset) function SRes (line 40) | SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) function SRes (line 50) | SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, S... function SRes (line 64) | SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) function SRes (line 69) | static SRes LookToRead_Look_Lookahead(void *pp, void **buf, size_t *size) function SRes (line 87) | static SRes LookToRead_Look_Exact(void *pp, void **buf, size_t *size) function SRes (line 106) | static SRes LookToRead_Skip(void *pp, size_t offset) function SRes (line 113) | static SRes LookToRead_Read(void *pp, void *buf, size_t *size) function SRes (line 127) | static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) function LookToRead_CreateVTable (line 134) | void LookToRead_CreateVTable(CLookToRead *p, int lookahead) function LookToRead_Init (line 144) | void LookToRead_Init(CLookToRead *p) function SRes (line 149) | static SRes SecToLook_Read(void *pp, void *buf, size_t *size) function SecToLook_CreateVTable (line 155) | void SecToLook_CreateVTable(CSecToLook *p) function SRes (line 160) | static SRes SecToRead_Read(void *pp, void *buf, size_t *size) function SecToRead_CreateVTable (line 166) | void SecToRead_CreateVTable(CSecToRead *p) FILE: src/others/squashfs-4.0-realtek/lzma/C/Alloc.c function MyFree (line 38) | void MyFree(void *address) function MidFree (line 59) | void MidFree(void *address) function SetLargePageSize (line 79) | void SetLargePageSize() function BigFree (line 115) | void BigFree(void *address) FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zAlloc.c function SzFree (line 34) | void SzFree(void *p, void *address) function SzFreeTemp (line 62) | void SzFreeTemp(void *p, void *address) FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zDecode.c function SRes (line 16) | static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStre... function SRes (line 64) | static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *o... function SRes (line 88) | SRes CheckSupportedFolder(const CSzFolder *f) function UInt64 (line 130) | UInt64 GetSum(const UInt64 *values, UInt32 index) function SRes (line 139) | SRes SzDecode2(const UInt64 *packSizes, const CSzFolder *folder, function SRes (line 243) | SRes SzDecode(const UInt64 *packSizes, const CSzFolder *folder, FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zExtract.c function SRes (line 8) | SRes SzAr_Extract( FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zHeader.h type EIdEnum (line 16) | enum EIdEnum FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zIn.c function SzArEx_Init (line 15) | void SzArEx_Init(CSzArEx *p) function SzArEx_Free (line 24) | void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) function SRes (line 56) | static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) function UInt64 (line 120) | UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, U... function SzArEx_GetFolderFullPackSize (line 126) | int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, U... function TestSignatureCandidate (line 178) | static int TestSignatureCandidate(Byte *testBytes) type CSzData (line 187) | typedef struct _CSzState function SRes (line 193) | static SRes SzReadByte(CSzData *sd, Byte *b) function SRes (line 202) | static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) function SRes (line 212) | static SRes SzReadUInt32(CSzData *sd, UInt32 *value) function SRes (line 225) | static SRes SzReadNumber(CSzData *sd, UInt64 *value) function SRes (line 248) | static SRes SzReadNumber32(CSzData *sd, UInt32 *value) function SRes (line 260) | static SRes SzReadID(CSzData *sd, UInt64 *value) function SRes (line 265) | static SRes SzSkeepDataSize(CSzData *sd, UInt64 size) function SRes (line 274) | static SRes SzSkeepData(CSzData *sd) function SRes (line 281) | static SRes SzReadArchiveProperties(CSzData *sd) function SRes (line 294) | static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute) function SRes (line 308) | static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISz... function SRes (line 327) | static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, IS... function SRes (line 340) | static SRes SzReadHashDigests( function SRes (line 358) | static SRes SzReadPackInfo( function SRes (line 406) | static SRes SzReadSwitch(CSzData *sd) function SRes (line 413) | static SRes SzGetNextFolderItem(CSzData *sd, CSzFolder *folder, ISzAlloc... function SRes (line 523) | static SRes SzReadUnpackInfo( function SRes (line 593) | static SRes SzReadSubStreamsInfo( function SRes (line 739) | static SRes SzReadStreamsInfo( function SRes (line 785) | static SRes SzReadFileNames(CSzData *sd, UInt32 numFiles, CSzFileItem *f... function SRes (line 860) | static SRes SzReadHeader2( function SRes (line 1010) | static SRes SzReadHeader( function SRes (line 1035) | static SRes SzReadAndDecodePackedStreams2( function SRes (line 1079) | static SRes SzReadAndDecodePackedStreams( function SRes (line 1102) | static SRes SzArEx_Open2( function SRes (line 1198) | SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMai... FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zIn.h type CSzArEx (line 10) | typedef struct FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zItem.c function SzCoderInfo_Init (line 6) | void SzCoderInfo_Init(CSzCoderInfo *p) function SzCoderInfo_Free (line 11) | void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc) function SzFolder_Init (line 17) | void SzFolder_Init(CSzFolder *p) function SzFolder_Free (line 31) | void SzFolder_Free(CSzFolder *p, ISzAlloc *alloc) function UInt32 (line 44) | UInt32 SzFolder_GetNumOutStreams(CSzFolder *p) function SzFolder_FindBindPairForInStream (line 53) | int SzFolder_FindBindPairForInStream(CSzFolder *p, UInt32 inStreamIndex) function SzFolder_FindBindPairForOutStream (line 63) | int SzFolder_FindBindPairForOutStream(CSzFolder *p, UInt32 outStreamIndex) function UInt64 (line 72) | UInt64 SzFolder_GetUnpackSize(CSzFolder *p) function SzFile_Init (line 84) | void SzFile_Init(CSzFileItem *p) function SzFile_Free (line 94) | static void SzFile_Free(CSzFileItem *p, ISzAlloc *alloc) function SzAr_Init (line 100) | void SzAr_Init(CSzAr *p) function SzAr_Free (line 112) | void SzAr_Free(CSzAr *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zItem.h type CSzCoderInfo (line 9) | typedef struct type CBindPair (line 20) | typedef struct type CSzFolder (line 26) | typedef struct type CNtfsFileTime (line 47) | typedef struct type CSzFileItem (line 53) | typedef struct type CSzAr (line 69) | typedef struct FILE: src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zMain.c function ConvertNumberToString (line 16) | static void ConvertNumberToString(UInt64 value, char *s) function ConvertFileTimeToString (line 36) | static void ConvertFileTimeToString(CNtfsFileTime *ft, char *s) function PrintError (line 87) | void PrintError(char *sz) function main (line 92) | int MY_CDECL main(int numargs, char *args[]) FILE: src/others/squashfs-4.0-realtek/lzma/C/Bcj2.c function Bcj2_Decode (line 33) | int Bcj2_Decode( FILE: src/others/squashfs-4.0-realtek/lzma/C/Bra.c function SizeT (line 6) | SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 33) | SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 69) | SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 99) | SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-4.0-realtek/lzma/C/Bra86.c function SizeT (line 11) | SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int ... FILE: src/others/squashfs-4.0-realtek/lzma/C/BraIA64.c function SizeT (line 14) | SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-4.0-realtek/lzma/C/LzFind.c function LzInWindow_Free (line 17) | static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 28) | static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISz... function Byte (line 45) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 46) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 48) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 50) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 57) | static void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 81) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 89) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 95) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 103) | static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 110) | static void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 122) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 140) | static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *a... function MatchFinder_Free (line 146) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 152) | static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 160) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 236) | static void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 261) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 275) | static UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 280) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 294) | static void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 301) | static void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 312) | static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt... function UInt32 (line 343) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 398) | static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos... function MatchFinder_MovePos (line 455) | static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 474) | static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 485) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 496) | static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 529) | static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 576) | static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 625) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 637) | static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 650) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 663) | static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 678) | static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 694) | static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 711) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 725) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-4.0-realtek/lzma/C/LzFind.h type UInt32 (line 9) | typedef UInt32 CLzRef; type CMatchFinder (line 11) | typedef struct _CMatchFinder type Byte (line 83) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 84) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 85) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 86) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 89) | typedef struct _IMatchFinder FILE: src/others/squashfs-4.0-realtek/lzma/C/LzFindMt.c function MtSync_Construct (line 8) | void MtSync_Construct(CMtSync *p) function MtSync_GetNextBlock (line 21) | void MtSync_GetNextBlock(CMtSync *p) function MtSync_StopWriting (line 49) | void MtSync_StopWriting(CMtSync *p) function MtSync_Destruct (line 72) | void MtSync_Destruct(CMtSync *p) function SRes (line 100) | static SRes MtSync_Create2(CMtSync *p, unsigned (MY_STD_CALL *startAddre... function SRes (line 122) | static SRes MtSync_Create(CMtSync *p, unsigned (MY_STD_CALL *startAddres... function MtSync_Init (line 130) | void MtSync_Init(CMtSync *p) { p->needStart = True; } function HashThreadFunc (line 148) | void HashThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_GetNextBlock_Hash (line 218) | void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) function Int32 (line 234) | Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte ... function BtGetMatches (line 311) | void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) function BtFillBlock (line 380) | void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function BtThreadFunc (line 405) | void BtThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_Construct (line 431) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 438) | void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) function MatchFinderMt_Destruct (line 444) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) function HashThreadFunc2 (line 454) | static unsigned MY_STD_CALL HashThreadFunc2(void *p) { HashThreadFunc((C... function BtThreadFunc2 (line 455) | static unsigned MY_STD_CALL BtThreadFunc2(void *p) function SRes (line 465) | SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function MatchFinderMt_Init (line 490) | void MatchFinderMt_Init(CMatchFinderMt *p) function MatchFinderMt_ReleaseStream (line 515) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function MatchFinderMt_Normalize (line 521) | void MatchFinderMt_Normalize(CMatchFinderMt *p) function MatchFinderMt_GetNextBlock_Bt (line 527) | void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) function Byte (line 539) | const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) function UInt32 (line 546) | UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) function Byte (line 552) | Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) function UInt32 (line 557) | UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 577) | UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 667) | UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) function UInt32 (line 685) | UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) function MatchFinderMt0_Skip (line 718) | void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) FILE: src/others/squashfs-4.0-realtek/lzma/C/LzFindMt.h type CMtSync (line 18) | typedef struct _CMtSync type UInt32 (line 37) | typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *... type CMatchFinderMt (line 45) | typedef struct _CMatchFinderMt FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaDec.c function LzmaDec_DecodeReal (line 137) | static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, con... function LzmaDec_WriteRem (line 436) | static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 462) | static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, co... type ELzmaDummy (line 487) | typedef enum function ELzmaDummy (line 495) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, S... function IF_BIT_0_CHECK (line 608) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 619) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitRc (line 686) | static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data) function LzmaDec_InitDicAndState (line 693) | void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) function LzmaDec_Init (line 709) | void LzmaDec_Init(CLzmaDec *p) function LzmaDec_InitStateReal (line 715) | static void LzmaDec_InitStateReal(CLzmaDec *p) function SRes (line 727) | SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, S... function SRes (line 848) | SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const ... function LzmaDec_FreeProbs (line 888) | void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_FreeDict (line 894) | static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_Free (line 900) | void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) function SRes (line 906) | SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function SRes (line 932) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 946) | SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned prop... function SRes (line 955) | SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize... function SRes (line 977) | SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaDec.h type CLzmaProps (line 24) | typedef struct _CLzmaProps type CLzmaDec (line 46) | typedef struct type ELzmaFinishMode (line 75) | typedef enum type ELzmaStatus (line 96) | typedef enum FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaEnc.c function LzmaEncProps_Init (line 45) | void LzmaEncProps_Init(CLzmaEncProps *p) function LzmaEncProps_Normalize (line 53) | void LzmaEncProps_Normalize(CLzmaEncProps *p) function UInt32 (line 76) | UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) function UInt32 (line 93) | UInt32 GetPosSlot1(UInt32 pos) function LzmaEnc_FastPosInit (line 107) | void LzmaEnc_FastPosInit(Byte *g_FastPos) type CState (line 140) | typedef unsigned CState; type COptimal (line 142) | typedef struct _COptimal type CLenEnc (line 204) | typedef struct type CLenPriceEnc (line 213) | typedef struct type CRangeEnc (line 221) | typedef struct _CRangeEnc type CSeqInStreamBuf (line 235) | typedef struct _CSeqInStreamBuf function SRes (line 242) | static SRes MyRead(void *pp, void *data, size_t *size) type CSaveState (line 255) | typedef struct type CLzmaEnc (line 277) | typedef struct _CLzmaEnc function LzmaEnc_SaveState (line 360) | void LzmaEnc_SaveState(CLzmaEncHandle pp) function LzmaEnc_RestoreState (line 386) | void LzmaEnc_RestoreState(CLzmaEncHandle pp) function SRes (line 412) | SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) function RangeEnc_Construct (line 477) | static void RangeEnc_Construct(CRangeEnc *p) function RangeEnc_Alloc (line 486) | static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Free (line 498) | static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Init (line 504) | static void RangeEnc_Init(CRangeEnc *p) function RangeEnc_FlushStream (line 518) | static void RangeEnc_FlushStream(CRangeEnc *p) function RangeEnc_ShiftLow (line 530) | static void MY_FAST_CALL RangeEnc_ShiftLow(CRangeEnc *p) function RangeEnc_FlushData (line 551) | static void RangeEnc_FlushData(CRangeEnc *p) function RangeEnc_EncodeDirectBits (line 558) | static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int nu... function RangeEnc_EncodeBit (line 573) | static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 sym... function LitEnc_Encode (line 596) | static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) function LitEnc_EncodeMatched (line 607) | static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 ... function LzmaEnc_InitPriceTables (line 621) | void LzmaEnc_InitPriceTables(UInt32 *ProbPrices) function UInt32 (line 657) | static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UIn... function UInt32 (line 670) | static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symb... function RcTree_Encode (line 687) | static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLev... function RcTree_ReverseEncode (line 701) | static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int nu... function UInt32 (line 714) | static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, ... function UInt32 (line 726) | static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitL... function LenEnc_Init (line 742) | static void LenEnc_Init(CLenEnc *p) function LenEnc_Encode (line 754) | static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt... function LenEnc_SetPrices (line 777) | static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymb... function LenPriceEnc_UpdateTable (line 800) | static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32... function LenPriceEnc_UpdateTables (line 806) | static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosState... function LenEnc_Encode2 (line 813) | static void LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol... function MovePos (line 824) | static void MovePos(CLzmaEnc *p, UInt32 num) function UInt32 (line 837) | static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function UInt32 (line 877) | static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) function UInt32 (line 884) | static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state... function UInt32 (line 906) | static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt... function UInt32 (line 912) | static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) function UInt32 (line 950) | static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) function UInt32 (line 1510) | static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) function WriteEndMarker (line 1618) | static void WriteEndMarker(CLzmaEnc *p, UInt32 posState) function SRes (line 1631) | static SRes CheckErrors(CLzmaEnc *p) function SRes (line 1644) | static SRes Flush(CLzmaEnc *p, UInt32 nowPos) function FillAlignPrices (line 1655) | static void FillAlignPrices(CLzmaEnc *p) function FillDistancesPrices (line 1663) | static void FillDistancesPrices(CLzmaEnc *p) function LzmaEnc_Construct (line 1697) | void LzmaEnc_Construct(CLzmaEnc *p) function CLzmaEncHandle (line 1721) | CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) function LzmaEnc_FreeLits (line 1730) | void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) function LzmaEnc_Destruct (line 1738) | void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) function LzmaEnc_Destroy (line 1748) | void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) function SRes (line 1754) | static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 max... function SRes (line 1919) | static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *... function LzmaEnc_Init (line 1969) | void LzmaEnc_Init(CLzmaEnc *p) function LzmaEnc_InitPrices (line 2027) | void LzmaEnc_InitPrices(CLzmaEnc *p) function SRes (line 2042) | static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISz... function SRes (line 2059) | static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, I... function SRes (line 2068) | SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, function LzmaEnc_SetInputBuf (line 2077) | static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) function SRes (line 2084) | SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, function LzmaEnc_Finish (line 2093) | void LzmaEnc_Finish(CLzmaEncHandle pp) type CSeqOutStreamBuf (line 2104) | typedef struct _CSeqOutStreamBuf function MyWrite (line 2112) | static size_t MyWrite(void *pp, const void *data, size_t size) function UInt32 (line 2127) | UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle pp) function Byte (line 2133) | const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp) function SRes (line 2139) | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit, function SRes (line 2173) | SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInS... function SRes (line 2207) | SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) function SRes (line 2236) | SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, co... function SRes (line 2261) | SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaEnc.h type CLzmaEncProps (line 11) | typedef struct _CLzmaEncProps FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaLib.c function SzFree (line 12) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function MY_STDAPI (line 15) | MY_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsi... function MY_STDAPI (line 41) | MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const un... FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLibExports.c function BOOL (line 6) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Dec.c function SzFree (line 16) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function SRes (line 19) | SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackS... function SRes (line 30) | SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *s... FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Enc.c function SzFree (line 17) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function Lzma86_Encode (line 23) | int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t s... FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Enc.h type ESzFilterMode (line 62) | enum ESzFilterMode FILE: src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/LzmaUtil.c function SzFree (line 22) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function PrintHelp (line 25) | void PrintHelp(char *buffer) function PrintError (line 33) | int PrintError(char *buffer, const char *message) function PrintErrorNumber (line 41) | int PrintErrorNumber(char *buffer, SRes val) function PrintUserError (line 47) | int PrintUserError(char *buffer) function SRes (line 55) | static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStr... function SRes (line 108) | static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) function SRes (line 134) | static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UIn... function main2 (line 170) | int main2(int numArgs, const char *args[], char *rs) function main (line 248) | int MY_CDECL main(int numArgs, const char *args[]) FILE: src/others/squashfs-4.0-realtek/lzma/C/Threads.c function WRes (line 9) | static WRes GetError() function WRes (line 15) | WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } function WRes (line 16) | WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } function WRes (line 18) | static WRes MyCloseHandle(HANDLE *h) function WRes (line 27) | WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CA... function WRes (line 37) | WRes WaitObject(HANDLE h) function WRes (line 42) | WRes Thread_Wait(CThread *thread) function WRes (line 49) | WRes Thread_Close(CThread *thread) function WRes (line 54) | WRes Event_Create(CEvent *p, BOOL manualReset, int initialSignaled) function WRes (line 60) | WRes ManualResetEvent_Create(CManualResetEvent *p, int initialSignaled) function WRes (line 62) | WRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function WRes (line 65) | WRes AutoResetEvent_Create(CAutoResetEvent *p, int initialSignaled) function WRes (line 67) | WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function WRes (line 70) | WRes Event_Set(CEvent *p) { return BOOLToWRes(SetEvent(p->handle)); } function WRes (line 71) | WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(p->handle)); } function WRes (line 72) | WRes Event_Wait(CEvent *p) { return WaitObject(p->handle); } function WRes (line 73) | WRes Event_Close(CEvent *p) { return MyCloseHandle(&p->handle); } function WRes (line 76) | WRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCo... function WRes (line 82) | WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousC... function WRes (line 86) | WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function WRes (line 90) | WRes Semaphore_Release1(CSemaphore *p) function WRes (line 95) | WRes Semaphore_Wait(CSemaphore *p) { return WaitObject(p->handle); } function WRes (line 96) | WRes Semaphore_Close(CSemaphore *p) { return MyCloseHandle(&p->handle); } function WRes (line 98) | WRes CriticalSection_Init(CCriticalSection *p) FILE: src/others/squashfs-4.0-realtek/lzma/C/Threads.h type CThread (line 9) | typedef struct _CThread type THREAD_FUNC_RET_TYPE (line 17) | typedef unsigned THREAD_FUNC_RET_TYPE; type CEvent (line 25) | typedef struct _CEvent type CEvent (line 30) | typedef CEvent CAutoResetEvent; type CEvent (line 31) | typedef CEvent CManualResetEvent; type CSemaphore (line 46) | typedef struct _CSemaphore type CRITICAL_SECTION (line 60) | typedef CRITICAL_SECTION CCriticalSection; FILE: src/others/squashfs-4.0-realtek/lzma/C/Types.h type SRes (line 31) | typedef int SRes; type DWORD (line 34) | typedef DWORD WRes; type WRes (line 36) | typedef int WRes; type Byte (line 43) | typedef unsigned char Byte; type Int16 (line 44) | typedef short Int16; type UInt16 (line 45) | typedef unsigned short UInt16; type Int32 (line 48) | typedef long Int32; type UInt32 (line 49) | typedef unsigned long UInt32; type Int32 (line 51) | typedef int Int32; type UInt32 (line 52) | typedef unsigned int UInt32; type Int64 (line 60) | typedef long Int64; type UInt64 (line 61) | typedef unsigned long UInt64; type __int64 (line 66) | typedef __int64 Int64; type UInt64 (line 67) | typedef unsigned __int64 UInt64; type Int64 (line 69) | typedef long long int Int64; type UInt64 (line 70) | typedef unsigned long long int UInt64; type UInt32 (line 76) | typedef UInt32 SizeT; type SizeT (line 78) | typedef size_t SizeT; type Bool (line 81) | typedef int Bool; type ISeqInStream (line 109) | typedef struct type ISeqOutStream (line 121) | typedef struct type ESzSeek (line 128) | typedef enum type ISeekInStream (line 135) | typedef struct type ILookInStream (line 141) | typedef struct type CLookToRead (line 164) | typedef struct type CSecToLook (line 176) | typedef struct type CSecToRead (line 184) | typedef struct type ICompressProgress (line 192) | typedef struct type ISzAlloc (line 199) | typedef struct FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 12) | namespace NArchive { type N7z (line 13) | namespace N7z { function ConvertFolderItemInfoToBindInfo (line 15) | static void ConvertFolderItemInfoToBindInfo(const CFolder &folder, function AreCodersEqual (line 44) | static bool AreCodersEqual(const NCoderMixer::CCoderStreamsInfo &a1, function AreBindPairsEqual (line 51) | static bool AreBindPairsEqual(const NCoderMixer::CBindPair &a1, cons... function AreBindInfoExEqual (line 57) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function HRESULT (line 89) | HRESULT CDecoder::Decode( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function ConvertBindInfoToFolderItemInfo (line 23) | static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBind... function HRESULT (line 53) | HRESULT CEncoder::CreateMixerCoder( function HRESULT (line 136) | HRESULT CEncoder::Encode( function HRESULT (line 297) | HRESULT CEncoder::EncoderConstr() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zExtract.cpp type CExtractFolderInfo (line 18) | struct CExtractFolderInfo FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 30) | HRESULT CFolderInStream::OpenStream() function HRESULT (line 72) | HRESULT CFolderInStream::CloseStream() function STDMETHODIMP (line 83) | STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 113) | STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace N7z { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 16) | HRESULT CFolderOutStream::Init( function HRESULT (line 40) | HRESULT CFolderOutStream::OpenFile() function HRESULT (line 66) | HRESULT CFolderOutStream::WriteEmptyFiles() function STDMETHODIMP (line 81) | STDMETHODIMP CFolderOutStream::Write(const void *data, function HRESULT (line 137) | HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult) function HRESULT (line 157) | HRESULT CFolderOutStream::WasWritingFinished() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandler.cpp function STDMETHODIMP (line 52) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function IMP_IInArchive_ArcProps_NO (line 60) | IMP_IInArchive_ArcProps_NO function STDMETHODIMP (line 67) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, function SetPropFromUInt64Def (line 133) | static void SetPropFromUInt64Def(CUInt64DefVector &v, int index, NCOM::C... function UString (line 147) | static UString ConvertUInt32ToString(UInt32 value) function UString (line 154) | static UString GetStringForSizeValue(UInt32 value) function wchar_t (line 182) | static wchar_t GetHex(Byte value) function UString (line 186) | static inline UString GetHex2(Byte value) function STDMETHODIMP (line 211) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVAR... function STDMETHODIMP (line 401) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 452) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 464) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVA... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 18) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 21) | namespace NArchive { type N7z (line 22) | namespace N7z { function IsCopyMethod (line 34) | static inline bool IsCopyMethod(const UString &methodName) function STDMETHODIMP (line 37) | STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) function HRESULT (line 43) | HRESULT CHandler::SetPassword(CCompressionMethodMode &methodMode, function HRESULT (line 68) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 122) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 188) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int i... function STDMETHODIMP (line 206) | STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 416) | static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UI... function HRESULT (line 434) | static HRESULT GetBindInfo(UString &srcString, CBind &bind) function STDMETHODIMP (line 446) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PR... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 6) | namespace NArchive { type N7z (line 7) | namespace N7z { class SignatureInitializer (line 14) | class SignatureInitializer method SignatureInitializer (line 17) | SignatureInitializer() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zIn.cpp type NArchive (line 26) | namespace NArchive { type N7z (line 27) | namespace N7z { function BoolVector_Fill_False (line 29) | static void BoolVector_Fill_False(CBoolVector &v, int size) function BoolVector_GetAndSet (line 37) | static bool BoolVector_GetAndSet(CBoolVector &v, UInt32 index) class CInArchiveException (line 109) | class CInArchiveException {} function ThrowException (line 111) | static void ThrowException() { throw CInArchiveException(); } function ThrowEndOfData (line 112) | static inline void ThrowEndOfData() { ThrowException(); } function ThrowUnsupported (line 113) | static inline void ThrowUnsupported() { ThrowException(); } function ThrowIncorrect (line 114) | static inline void ThrowIncorrect() { ThrowException(); } function ThrowUnsupportedVersion (line 115) | static inline void ThrowUnsupportedVersion() { ThrowException(); } class CStreamSwitch (line 138) | class CStreamSwitch method CStreamSwitch (line 143) | CStreamSwitch(): _needRemove(false) {} function Byte (line 186) | Byte CInByte2::ReadByte() function UInt64 (line 213) | UInt64 CInByte2::ReadNumber() function CNum (line 236) | CNum CInByte2::ReadNum() function UInt32 (line 244) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 253) | UInt64 CInByte2::ReadUInt64() function TestSignatureCandidate (line 286) | static inline bool TestSignatureCandidate(const Byte *p) function HRESULT (line 294) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 345) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 766) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 848) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1121) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1240) | HRESULT CInArchive::ReadDatabase( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zIn.h function namespace (line 16) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zItem.h function namespace (line 13) | namespace NArchive { type CFileItem (line 132) | struct CFileItem function IsItemAnti (line 244) | bool IsItemAnti(int index) const { return (index < IsAnti.Size() && IsAn... function SetItemAnti (line 245) | void SetItemAnti(int index, bool isAnti) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zOut.cpp function HRESULT (line 15) | static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data... type NArchive (line 30) | namespace NArchive { type N7z (line 31) | namespace N7z { function HRESULT (line 33) | HRESULT COutArchive::WriteDirect(const void *data, UInt32 size) function HRESULT (line 38) | HRESULT COutArchive::WriteSignature() function HRESULT (line 48) | HRESULT COutArchive::WriteFinishSignature() function SetUInt32 (line 59) | static void SetUInt32(Byte *p, UInt32 d) function SetUInt64 (line 65) | static void SetUInt64(Byte *p, UInt64 d) function HRESULT (line 71) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 82) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 99) | HRESULT COutArchive::Create(ISequentialOutStream *stream, bool endMa... function HRESULT (line 144) | HRESULT COutArchive::SkeepPrefixArchiveHeader() function UInt64 (line 153) | UInt64 COutArchive::GetPos() const function UInt32 (line 229) | static UInt32 GetBigNumberSize(UInt64 value) function UInt32 (line 239) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 257) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function HRESULT (line 544) | HRESULT COutArchive::EncodeStream( function HRESULT (line 563) | HRESULT COutArchive::EncodeStream( function HRESULT (line 752) | HRESULT COutArchive::WriteDatabase( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zOut.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 11) | namespace NArchive { type N7z (line 12) | namespace N7z { type CPropMap (line 14) | struct CPropMap function FindPropInMap (line 53) | static int FindPropInMap(UInt64 filePropID) function CopyOneItem (line 61) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 73) | static void RemoveOneItem(CRecordVector &src, UInt32 item) function InsertToHead (line 83) | static void InsertToHead(CRecordVector &dest, UInt32 item) function STDMETHODIMP (line 143) | STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) function STDMETHODIMP (line 149) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PRO... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function IOutArchive (line 10) | static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size... function STDMETHODIMP (line 17) | STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 18) | namespace NArchive { type N7z (line 19) | namespace N7z { function HRESULT (line 26) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... function GetReverseSlashPos (line 41) | static int GetReverseSlashPos(const UString &name) function UString (line 60) | UString CUpdateItem::GetExtension() const function CompareBuffers (line 67) | static int CompareBuffers(const CByteBuffer &a1, const CByteBuffer &a2) function CompareCoders (line 77) | static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) function CompareBindPairs (line 85) | static int CompareBindPairs(const CBindPair &b1, const CBindPair &b2) function CompareFolders (line 91) | static int CompareFolders(const CFolder &f1, const CFolder &f2) function CompareFiles (line 107) | static int CompareFiles(const CFileItem &f1, const CFileItem &f2) function CompareFolderRefs (line 112) | static int CompareFolderRefs(const int *p1, const int *p2, void *param) function CompareEmptyItems (line 132) | static int CompareEmptyItems(const int *p1, const int *p2, void *param) function GetExtIndex (line 181) | int GetExtIndex(const char *ext) type CRefItem (line 214) | struct CRefItem method CRefItem (line 221) | CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType): function CompareUpdateItems (line 261) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 291) | struct CSolidGroup function IsExeFile (line 306) | static bool IsExeFile(const UString &ext) function GetMethodFull (line 318) | static bool GetMethodFull(UInt64 methodID, function MakeExeMethod (line 327) | static bool MakeExeMethod(const CCompressionMethodMode &method, function SplitFilesToGroups (line 399) | static void SplitFilesToGroups( function FromUpdateItemToFileItem (line 447) | static void FromUpdateItemToFileItem(const CUpdateItem &ui, function HRESULT (line 465) | static HRESULT Update2( function HRESULT (line 803) | HRESULT Update( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 17) | void RegisterArc(const CArcInfo *arcInfo) function HRESULT (line 28) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 35) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 40) | int FindFormatCalssId(const GUID *clsID) function STDAPI (line 53) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 83) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 121) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 126) | STDAPI GetNumberOfFormats(UINT32 *numFormats) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 94) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2.h function namespace (line 11) | namespace NCoderMixer { function class (line 127) | class CBindReverseConverter type CCoderInfo2 (line 142) | struct CCoderInfo2 function class (line 164) | class CCoderMixer2 FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 52) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... function HRESULT (line 82) | HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo) function HRESULT (line 121) | HRESULT CCoderMixer2MT::Init(ISequentialInStream **inStreams, ISequent... function HRESULT (line 170) | HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code) function STDMETHODIMP (line 178) | STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h function namespace (line 11) | namespace NCoderMixer { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, co... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h function HRes (line 21) | HRes Create() function Init (line 26) | void Init() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/DummyOutStream.h function ReleaseStream (line 17) | void ReleaseStream() { _stream.Release(); } function Init (line 18) | void Init() { _size = 0; } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 21) | namespace NArchive { function AreEqual (line 82) | static bool AreEqual(const UString &methodName, const wchar_t *s) function IsLZMAMethod (line 85) | static inline bool IsLZMAMethod(const UString &methodName) function IsBZip2Method (line 92) | static inline bool IsBZip2Method(const UString &methodName) function IsPpmdMethod (line 95) | static inline bool IsPpmdMethod(const UString &methodName) function IsDeflateMethod (line 98) | static inline bool IsDeflateMethod(const UString &methodName) type CNameToPropID (line 105) | struct CNameToPropID function ConvertProperty (line 128) | static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM... function FindPropIdFromStringName (line 157) | static int FindPropIdFromStringName(const UString &name) function SetOneMethodProp (line 165) | static void SetOneMethodProp(COneMethodInfo &oneMethodInfo, PROPID pro... function SplitParams (line 273) | static void SplitParams(const UString &srcString, UStringVector &subSt... function SplitParam (line 294) | static void SplitParam(const UString ¶m, UString &name, UString &v... function HRESULT (line 316) | HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const USt... function HRESULT (line 365) | HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const US... function HRESULT (line 381) | HRESULT COutHandler::SetSolidSettings(const UString &s) function HRESULT (line 431) | HRESULT COutHandler::SetSolidSettings(const PROPVARIANT &value) function HRESULT (line 491) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVA... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 20) | STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 33) | STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h function Init (line 29) | void Init() function ReleaseStream (line 35) | void ReleaseStream() { _stream.Release(); } function Init (line 57) | void Init() function ReleaseStream (line 63) | void ReleaseStream() { _stream.Release(); } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 13) | UString MakeLegalName(const UString &name) function UString (line 20) | UString GetOSName(const UString &name) function UString (line 27) | UString GetOSName2(const UString &name) function HasTailSlash (line 37) | bool HasTailSlash(const AString &name, UINT codePage) function UString (line 51) | UString WinNameToOSName(const UString &name) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/MultiStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 36) | STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/MultiStream.h type CSubStreamInfo (line 19) | struct CSubStreamInfo function Init (line 26) | void Init() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitCRC (line 33) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp function HRESULT (line 10) | HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UIn... function HRESULT (line 40) | HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &d... function HRESULT (line 81) | HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT ... function StringToBool (line 100) | bool StringToBool(const UString &s, bool &res) function HRESULT (line 115) | HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value) function ParseStringToUInt32 (line 136) | int ParseStringToUInt32(const UString &srcString, UInt32 &number) function HRESULT (line 150) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/DllExports2.cpp function IsItWindowsNT (line 24) | static bool IsItWindowsNT() function BOOL (line 36) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpRese... function STDAPI (line 61) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 76) | STDAPI SetLargePageMode() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/IArchive.h function namespace (line 13) | namespace NFileTimeType function namespace (line 23) | namespace NArchive function STDMETHOD (line 86) | STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, In... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp function IInArchive (line 9) | static IInArchive *CreateArc() { return new NArchive::NLzma::CHandler; } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp type NArchive (line 7) | namespace NArchive { type NLzma (line 8) | namespace NLzma { function HRESULT (line 13) | HRESULT CDecoder::Code( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp type NArchive (line 20) | namespace NArchive { type NLzma (line 21) | namespace NLzma { function IMP_IInArchive_Props (line 30) | IMP_IInArchive_Props function ConvertUInt32ToString (line 39) | static void ConvertUInt32ToString(UInt32 value, wchar_t *s) function DictSizeToString (line 44) | static void DictSizeToString(UInt32 value, wchar_t *s) function MyStrCat (line 69) | static void MyStrCat(wchar_t *d, const wchar_t *s) function STDMETHODIMP (line 74) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PRO... function STDMETHODIMP (line 114) | STDMETHODIMP CHandler::Open(IInStream *inStream, function STDMETHODIMP (line 139) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 146) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp type NArchive (line 9) | namespace NArchive { type NLzma (line 10) | namespace NLzma { function CheckDictSize (line 12) | static bool CheckDictSize(const Byte *p) function HRESULT (line 22) | HRESULT ReadStreamHeader(ISequentialInStream *inStream, CHeader &block) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp type NArchive (line 25) | namespace NArchive { type NSplit (line 26) | namespace NSplit { function IMP_IInArchive_Props (line 35) | IMP_IInArchive_Props function STDMETHODIMP (line 112) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 243) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 250) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function STDMETHODIMP (line 256) | STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID... function STDMETHODIMP (line 273) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, function STDMETHODIMP (line 337) | STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream *... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandler.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp type NArchive (line 12) | namespace NArchive { type NSplit (line 13) | namespace NSplit { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::NSplit::CHandler; } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 15) | void RegisterCodec(const CCodecInfo *codecInfo) function HRESULT (line 22) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 35) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 48) | HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVecto... function HRESULT (line 153) | HRESULT CreateCoder( function HRESULT (line 253) | HRESULT CreateCoder( function HRESULT (line 267) | HRESULT CreateCoder( function HRESULT (line 280) | HRESULT CreateFilter( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/CreateCoder.h function CCodecInfoEx (line 14) | struct CCodecInfoEx FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 14) | static bool MakeAutoName(const UString &name, function AutoRenamePath (line 25) | bool AutoRenamePath(UString &fullProcessedPath) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 55) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 80) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 113) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 139) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function HRESULT (line 148) | HRESULT COutFileStream::Close() function STDMETHODIMP (line 153) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 179) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function STDMETHODIMP (line 203) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 219) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FileStreams.h function virtual (line 31) | virtual ~CInFileStream() {} function Create (line 82) | bool Create(LPCTSTR fileName, bool createAlways) function Open (line 87) | bool Open(LPCTSTR fileName, DWORD creationDisposition) function Create (line 94) | bool Create(LPCWSTR fileName, bool createAlways) function Open (line 99) | bool Open(LPCWSTR fileName, DWORD creationDisposition) function SetTime (line 112) | bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIM... function SetMTime (line 116) | bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilterCoder.cpp function HRESULT (line 25) | HRESULT CFilterCoder::WriteWithLimit(ISequentialOutStream *outStream, UI... function STDMETHODIMP (line 39) | STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 86) | STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 93) | STDMETHODIMP CFilterCoder::ReleaseOutStream() function STDMETHODIMP (line 100) | STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 137) | STDMETHODIMP CFilterCoder::Flush() function STDMETHODIMP (line 160) | STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 167) | STDMETHODIMP CFilterCoder::ReleaseInStream() function STDMETHODIMP (line 173) | STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 222) | STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function STDMETHODIMP (line 229) | STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 235) | STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 247) | STDMETHODIMP CFilterCoder::ResetInitVector() function STDMETHODIMP (line 253) | STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilterCoder.h function HRESULT (line 49) | HRESULT Init() function class (line 126) | class CInStreamReleaser function class (line 134) | class COutStreamReleaser FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InBuffer.cpp function Byte (line 78) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InBuffer.h function CSystemException (line 11) | struct CInBufferException: public CSystemException function class (line 17) | class CInBuffer FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 90) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) function STDMETHODIMP (line 111) | STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InOutTempBuffer.h function class (line 12) | class CInOutTempBuffer FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LimitedStreams.cpp function STDMETHODIMP (line 8) | STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 25) | STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LimitedStreams.h function Init (line 19) | void Init(UInt64 streamSize) function SetStream (line 43) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 44) | void ReleaseStream() { _stream.Release(); } function Init (line 45) | void Init(UInt64 size) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LockedStream.cpp function HRESULT (line 7) | HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function STDMETHODIMP (line 15) | STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size,... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LockedStream.h function class (line 10) | class CLockedInStream FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodId.cpp function wchar_t (line 8) | static inline wchar_t GetHex(Byte value) function UString (line 13) | UString ConvertMethodIdToString(UInt64 id) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodProps.cpp function HRESULT (line 14) | HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeF... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodProps.h type CProp (line 12) | struct CProp type CMethod (line 18) | struct CMethod type CMethodsMode (line 24) | struct CMethodsMode FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 8) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function STDMETHODIMP (line 15) | STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt... function STDMETHODIMP (line 20) | STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 32) | STDMETHODIMP COffsetOutStream::SetSize(Int64 newSize) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 48) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 57) | HRESULT COutBuffer::FlushPart() function HRESULT (line 94) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/ProgressUtils.cpp function STDMETHODIMP (line 21) | STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 39) | HRESULT CLocalProgress::SetCur() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/RegisterArc.h type IInArchive (line 8) | typedef IInArchive * (*CreateInArchiveP)(); type IOutArchive (line 9) | typedef IOutArchive * (*CreateOutArchiveP)(); type CArcInfo (line 11) | struct CArcInfo FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 9) | struct CCodecInfo FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamBinder.cpp class CSequentialInStreamForBinder (line 12) | class CSequentialInStreamForBinder: method SetBinder (line 24) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 27) | STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size,... class CSequentialOutStreamForBinder (line 30) | class CSequentialOutStreamForBinder: method SetBinder (line 43) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 46) | STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt... function HRes (line 54) | HRes CStreamBinder::CreateEvents() function HRESULT (line 90) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 120) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamBinder.h function class (line 9) | class CStreamBinder FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamObjects.cpp function STDMETHODIMP (line 9) | STDMETHODIMP CSequentialInStreamImp::Read(void *data, UInt32 size, UInt3... function STDMETHODIMP (line 30) | STDMETHODIMP CSequentialOutStreamImp::Write(const void *data, UInt32 siz... function STDMETHODIMP (line 38) | STDMETHODIMP CSequentialOutStreamImp2::Write(const void *data, UInt32 si... function STDMETHODIMP (line 50) | STDMETHODIMP CSequentialInStreamSizeCount::Read(void *data, UInt32 size,... function STDMETHODIMP (line 60) | STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamObjects.h function class (line 32) | class CWriteBuffer function Init (line 109) | void Init() { _size = 0; } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 9) | HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *proc... function HRESULT (line 28) | HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t... function HRESULT (line 35) | HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t ... function HRESULT (line 42) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function WRes (line 20) | WRes CVirtThread::Create() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/Bcj2Coder.cpp type NCompress (line 12) | namespace NCompress { type NBcj2 (line 13) | namespace NBcj2 { function IsJcc (line 15) | inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0x... function IsJ (line 16) | inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || I... function GetIndex (line 17) | inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? ... function Test86MSByte (line 23) | static bool inline Test86MSByte(Byte b) function HRESULT (line 52) | HRESULT CEncoder::Flush() function HRESULT (line 63) | HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 259) | STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, function HRESULT (line 278) | HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 375) | STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/Bcj2Coder.h function namespace (line 12) | namespace NCompress { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BcjCoder.cpp function UInt32 (line 7) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 12) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BcjCoder.h type CBranch86 (line 13) | struct CBranch86 FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchCoder.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchCoder.h function virtual (line 16) | virtual void SubInit() {} FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchMisc.cpp function UInt32 (line 12) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 18) | UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 21) | UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 24) | UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 27) | UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 30) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 33) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 36) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 39) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/ByteSwap.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CByteSwap2::Init() { return S_OK; } function STDMETHODIMP (line 22) | STDMETHODIMP CByteSwap4::Init() { return S_OK; } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CodecExports.cpp function HRESULT (line 18) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 25) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function HRESULT (line 30) | static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value) function HRESULT (line 40) | static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool... function STDAPI (line 65) | STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **o... function STDAPI (line 98) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 116) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 153) | STDAPI GetNumberOfMethods(UINT32 *numCodecs) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CopyCoder.cpp type NCompress (line 14) | namespace NCompress { function STDMETHODIMP (line 23) | STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 56) | STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CopyCoder.h function namespace (line 10) | namespace NCompress { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 46) | static inline bool IsItWindowsNT() type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum function PrintHelp (line 102) | static void PrintHelp() function PrintHelpAndExit (line 124) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 131) | static void IncorrectCommand() function WriteArgumentsToStringList (line 136) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 143) | static bool GetNumber(const wchar_t *s, UInt32 &value) function ParseUInt32 (line 158) | static void ParseUInt32(const CParser &parser, int index, UInt32 &res) function main2 (line 165) | int main2(int n, const char *args[]) function main (line 521) | int MY_CDECL main(int n, const char *args[]) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CBaseRandomGenerator (line 57) | class CBaseRandomGenerator method CBaseRandomGenerator (line 62) | CBaseRandomGenerator() { Init(); } method Init (line 63) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 64) | UInt32 GetRnd() class CBenchBuffer (line 72) | class CBenchBuffer method CBenchBuffer (line 77) | CBenchBuffer(): Buffer(0) {} method Free (line 79) | void Free() method Alloc (line 84) | bool Alloc(size_t bufferSize) class CBenchRandomGenerator (line 95) | class CBenchRandomGenerator: public CBenchBuffer method Set (line 99) | void Set(CBaseRandomGenerator *rg) { RG = rg; } method UInt32 (line 100) | UInt32 GetVal(UInt32 &res, int numBits) method UInt32 (line 106) | UInt32 GetLen(UInt32 &res) method Generate (line 111) | void Generate() class CBenchmarkInStream (line 149) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 157) | MY_UNKNOWN_IMP function STDMETHODIMP (line 167) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 183) | class CBenchmarkOutStream: method Init (line 192) | void Init() function STDMETHODIMP (line 201) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 218) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 224) | MY_UNKNOWN_IMP function STDMETHODIMP (line 229) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 237) | static UInt64 GetTimeCount() function UInt64 (line 258) | static UInt64 GetFreq() function UInt64 (line 277) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dw... function UInt64 (line 279) | static UInt64 GetUserTime() function UInt64 (line 291) | static UInt64 GetUserFreq() class CBenchProgressStatus (line 300) | class CBenchProgressStatus method SetResult (line 308) | void SetResult(HRESULT res) method HRESULT (line 315) | HRESULT GetResult() class CBenchProgressInfo (line 324) | class CBenchProgressInfo: method CBenchProgressInfo (line 333) | CBenchProgressInfo(): callback(0) {} function SetStartTime (line 338) | void SetStartTime(CBenchInfo &bi) function SetFinishTime (line 346) | void SetFinishTime(const CBenchInfo &biStart, CBenchInfo &dest) function STDMETHODIMP (line 354) | STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, cons... function UInt32 (line 382) | static UInt32 GetLogSize(UInt32 size) function NormalizeVals (line 391) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 400) | UInt64 GetUsage(const CBenchInfo &info) function UInt64 (line 415) | UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) function UInt64 (line 430) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function UInt64 (line 439) | UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt... function UInt64 (line 447) | UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSi... type CEncoderInfo (line 458) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode type CEncoderInfo (line 460) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode function HRESULT (line 549) | HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBa... function HRESULT (line 605) | HRESULT CEncoderInfo::Encode() function HRESULT (line 618) | HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) type CBenchEncoders (line 655) | struct CBenchEncoders method CBenchEncoders (line 658) | CBenchEncoders(UInt32 num): encoders(0) { encoders = new CEncoderInfo[... function UInt64 (line 841) | inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) function UInt64 (line 857) | UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function CrcBig (line 867) | static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt... type CCrcInfo (line 876) | struct CCrcInfo method Wait (line 884) | void Wait() function THREAD_FUNC_DECL (line 891) | static THREAD_FUNC_DECL CrcThreadFunction(void *param) type CCrcThreads (line 898) | struct CCrcThreads method CCrcThreads (line 902) | CCrcThreads(): Items(0), NumThreads(0) {} method WaitAll (line 903) | void WaitAll() function UInt32 (line 917) | static UInt32 CrcCalc1(const Byte *buf, UInt32 size) function RandGen (line 925) | static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function UInt32 (line 931) | static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function CrcInternalTest (line 937) | bool CrcInternalTest() function HRESULT (line 961) | HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h type IBenchCallback (line 24) | struct IBenchCallback FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp type CTotalBenchRes (line 20) | struct CTotalBenchRes method Init (line 26) | void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } method Normalize (line 27) | void Normalize() method SetMid (line 36) | void SetMid(const CTotalBenchRes &r1, const CTotalBenchRes &r2) type CBenchCallback (line 45) | struct CBenchCallback: public IBenchCallback method Init (line 50) | void Init() { EncodeRes.Init(); DecodeRes.Init(); } method Normalize (line 51) | void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function NormalizeVals (line 57) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 66) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function PrintNumber (line 75) | static void PrintNumber(FILE *f, UInt64 value, int size) function PrintRating (line 85) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 90) | static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating) function PrintResults (line 98) | static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating,... function PrintTotals (line 111) | static void PrintTotals(FILE *f, const CTotalBenchRes &res) function HRESULT (line 118) | HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final) function HRESULT (line 136) | HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) function PrintRequirements (line 155) | static void PrintRequirements(FILE *f, const char *sizeString, UInt64 si... type CTempValues (line 246) | struct CTempValues method CTempValues (line 249) | CTempValues(UInt32 num) { Values = new UInt64[num]; } function HRESULT (line 253) | HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UI... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaDecoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 28) | namespace NCompress { type NLzma (line 29) | namespace NLzma { function SzFree (line 39) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function STDMETHODIMP (line 48) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt3... function STDMETHODIMP (line 62) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *va... function STDMETHODIMP (line 63) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { ... function STDMETHODIMP (line 64) | STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); retu... function STDMETHODIMP (line 66) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 79) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequenti... function STDMETHODIMP (line 147) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaDecoder.h function namespace (line 14) | namespace NCompress { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaEncoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 26) | namespace NCompress { type NLzma (line 27) | namespace NLzma { function SRes (line 31) | static SRes MyRead(void *object, void *data, size_t *size) function MyWrite (line 39) | static size_t MyWrite(void *object, const void *data, size_t size) function SzBigFree (line 49) | static void SzBigFree(void *, void *address) { BigFree(address); } function SzFree (line 53) | static void SzFree(void *, void *address) { MyFree(address); } function wchar_t (line 72) | inline wchar_t GetUpperChar(wchar_t c) function ParseMatchFinder (line 79) | static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numH... function STDMETHODIMP (line 111) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 153) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 161) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 168) | STDMETHODIMP CEncoder::ReleaseOutStream() type _CCompressProgressImp (line 174) | struct _CCompressProgressImp function SRes (line 185) | SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) function STDMETHODIMP (line 192) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaEncoder.h function namespace (line 15) | namespace NCompress { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/ICoder.h function namespace (line 35) | namespace NCoderPropID function STDMETHOD (line 130) | STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE; function namespace (line 170) | namespace NMethodPropID FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/Client7z.cpp function IsItWindowsNT (line 52) | static inline bool IsItWindowsNT() function PrintString (line 63) | void PrintString(const UString &s) function PrintString (line 68) | void PrintString(const AString &s) function PrintNewLine (line 73) | void PrintNewLine() function PrintStringLn (line 78) | void PrintStringLn(const AString &s) function PrintError (line 84) | void PrintError(const AString &s) function HRESULT (line 91) | static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROP... function HRESULT (line 104) | static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bo... class CArchiveOpenCallback (line 117) | class CArchiveOpenCallback: method CArchiveOpenCallback (line 133) | CArchiveOpenCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 136) | STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, ... function STDMETHODIMP (line 141) | STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files ... function STDMETHODIMP (line 146) | STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) class CArchiveExtractCallback (line 174) | class CArchiveExtractCallback: type CProcessedFileInfo (line 200) | struct CProcessedFileInfo method CArchiveExtractCallback (line 219) | CArchiveExtractCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 230) | STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 235) | STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* com... function STDMETHODIMP (line 240) | STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function STDMETHODIMP (line 355) | STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractM... function STDMETHODIMP (line 372) | STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operation... function STDMETHODIMP (line 413) | STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) type CDirItem (line 431) | struct CDirItem method isDir (line 441) | bool isDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } class CArchiveUpdateCallback (line 444) | class CArchiveUpdateCallback: method CArchiveUpdateCallback (line 485) | CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false)... method Init (line 490) | void Init(const CObjectVector *dirItems) function STDMETHODIMP (line 499) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 504) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* comp... function STDMETHODIMP (line 510) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** ... function STDMETHODIMP (line 515) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, function STDMETHODIMP (line 527) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function HRESULT (line 555) | HRESULT CArchiveUpdateCallback::Finilize() function GetStream2 (line 565) | static void GetStream2(const wchar_t *name) function STDMETHODIMP (line 573) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 606) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operati... function STDMETHODIMP (line 612) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 622) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 641) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... function main (line 663) | int MY_CDECL main(int argc, char* argv[]) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp type NKey (line 41) | namespace NKey { type Enum (line 42) | enum Enum type NRecursedPostCharIndex (line 84) | namespace NRecursedPostCharIndex { type EEnum (line 85) | enum EEnum function ThrowException (line 174) | static void ThrowException(const char *errorMessage) function ThrowUserErrorException (line 179) | static void ThrowUserErrorException() function GetRecursedTypeFromIndex (line 218) | static NRecursedType::EEnum GetRecursedTypeFromIndex(int index) function ParseArchiveCommand (line 231) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function AddNameToCensor (line 247) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddToCensorFromListFile (line 269) | static void AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildCardToCensr (line 280) | static void AddCommandLineWildCardToCensr(NWildcard::CCensor &wildcardCe... function AddToCensorFromNonSwitchesStrings (line 287) | static void AddToCensorFromNonSwitchesStrings( function ParseMapWithPaths (line 306) | static void ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, function AddSwitchWildCardsToCensor (line 370) | static void AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, function ConvertToLongName (line 411) | static void ConvertToLongName(const UString &prefix, UString &name) function ConvertToLongNames (line 420) | static void ConvertToLongNames(const UString &prefix, CObjectVector ... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SortUtils.cpp function CompareStrings (line 8) | static int CompareStrings(const int *p1, const int *p2, void *param) function SortFileNames (line 14) | void SortFileNames(const UStringVector &strings, CIntVector &indices) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/TempFiles.h function class (line 8) | class CTempFiles FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Update.cpp function HRESULT (line 47) | static HRESULT CopyBlock(ISequentialInStream *inStream, ISequentialOutSt... class COutMultiVolStream (line 53) | class COutMultiVolStream: type CSubStreamInfo (line 62) | struct CSubStreamInfo method Init (line 77) | void Init() function HRESULT (line 96) | HRESULT COutMultiVolStream::Close() function STDMETHODIMP (line 112) | STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UI... function STDMETHODIMP (line 190) | STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, U... function STDMETHODIMP (line 213) | STDMETHODIMP COutMultiVolStream::SetSize(Int64 newSize) function HRESULT (line 306) | static HRESULT Compress( function HRESULT (line 519) | HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor, function HRESULT (line 574) | static HRESULT UpdateWithItemLists( class CCurrentDirRestorer (line 619) | class CCurrentDirRestorer method CCurrentDirRestorer (line 623) | CCurrentDirRestorer() method RestoreDirectory (line 627) | bool RestoreDirectory() type CEnumDirItemUpdateCallback (line 632) | struct CEnumDirItemUpdateCallback: public IEnumDirItemCallback method HRESULT (line 635) | HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t... function HRESULT (line 652) | HRESULT UpdateArchive( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Update.h function if (line 16) | struct CArchivePath function UString (line 57) | UString GetFinalPath() const type CUpdateArchiveCommand (line 77) | struct CUpdateArchiveCommand type CUpdateErrorInfo (line 139) | struct CUpdateErrorInfo type IUpdateCallbackUI2 (line 153) | struct IUpdateCallbackUI2 FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateAction.cpp type NUpdateArchive (line 7) | namespace NUpdateArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateAction.h function namespace (line 6) | namespace NUpdateArchive { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp function STDMETHODIMP (line 29) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) function STDMETHODIMP (line 36) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *complete... function STDMETHODIMP (line 43) | STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, ... function STDMETHODIMP (line 70) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, function STDMETHODIMP (line 88) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function STDMETHODIMP (line 158) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 199) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationR... function STDMETHODIMP (line 206) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 216) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 237) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateCallback.h type IUpdateCallbackUI (line 29) | struct IUpdateCallbackUI FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdatePair.cpp function MyCompareTime (line 17) | static int MyCompareTime(NFileTimeType::EEnum fileTimeType, const FILETI... function ThrowError (line 44) | static void ThrowError(const UString &message, const UString &s1, const ... function TestDuplicateString (line 54) | static void TestDuplicateString(const UStringVector &strings, const CInt... function GetUpdatePairInfoList (line 61) | void GetUpdatePairInfoList( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp function UpdateProduce (line 11) | void UpdateProduce( FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateProduce.h type CUpdatePair2 (line 8) | struct CUpdatePair2 type IUpdateProduceCallback (line 24) | struct IUpdateProduceCallback FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/WorkDir.cpp function UINT (line 13) | static inline UINT GetCurrentCodePage() function UString (line 20) | UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ZipRegistry.h function namespace (line 10) | namespace NExtract function namespace (line 21) | namespace NCompression { type CInfo (line 44) | struct CInfo function namespace (line 57) | namespace NWorkDir{ FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp type NConsoleClose (line 10) | namespace NConsoleClose { function BOOL (line 12) | static BOOL WINAPI HandlerRoutine(DWORD ctrlType) function TestBreakSignal (line 36) | bool TestBreakSignal() function CheckCtrlBreak (line 45) | void CheckCtrlBreak() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ConsoleClose.h function namespace (line 6) | namespace NConsoleClose { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp function STDMETHODIMP (line 48) | STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) function STDMETHODIMP (line 55) | STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) function STDMETHODIMP (line 62) | STDMETHODIMP CExtractCallbackConsole::AskOverwrite( function STDMETHODIMP (line 86) | STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *na... function STDMETHODIMP (line 100) | STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) function STDMETHODIMP (line 108) | STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operation... function HRESULT (line 141) | HRESULT CExtractCallbackConsole::SetPassword(const UString &password) function STDMETHODIMP (line 148) | STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 160) | HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name) function HRESULT (line 168) | HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, ... function HRESULT (line 193) | HRESULT CExtractCallbackConsole::ThereAreNoFiles() function HRESULT (line 199) | HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h function public (line 18) | public CMyUnknownImp FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/List.cpp type CPropIdToName (line 28) | struct CPropIdToName function GetAttribString (line 91) | static void GetAttribString(DWORD wa, bool isDir, char *s) type EAdjustment (line 101) | enum EAdjustment type CFieldInfo (line 108) | struct CFieldInfo type CFieldInfoInit (line 118) | struct CFieldInfoInit function PrintSpaces (line 137) | void PrintSpaces(int numSpaces) function PrintString (line 143) | void PrintString(EAdjustment adjustment, int width, const UString &textS... class CFieldPrinter (line 164) | class CFieldPrinter method Clear (line 168) | void Clear() { _fields.Clear(); } function UString (line 198) | static UString GetPropName(PROPID propID, BSTR name) function HRESULT (line 213) | HRESULT CFieldPrinter::Init(IInArchive *archive) function BOOL (line 255) | BOOL IsFileTimeZero(CONST FILETIME *lpFileTime) function PrintTime (line 261) | void PrintTime(const NCOM::CPropVariant &prop) function HRESULT (line 280) | HRESULT CFieldPrinter::PrintItemInfo(IInArchive *archive, function PrintNumberString (line 367) | void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *... function HRESULT (line 376) | HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, function GetUInt64Value (line 408) | bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UI... function HRESULT (line 419) | HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/Main.cpp function ShowMessageAndThrowException (line 126) | static void ShowMessageAndThrowException(CStdOutStream &s, LPCSTR messag... function PrintHelpAndExit (line 132) | static void PrintHelpAndExit(CStdOutStream &s) // yyy function GetArguments (line 139) | static void GetArguments(int numArguments, const char *arguments[], UStr... function ShowCopyrightAndHelp (line 150) | static void ShowCopyrightAndHelp(CStdOutStream &s, bool needHelp) function PrintString (line 159) | static void PrintString(CStdOutStream &stdStream, const AString &s, int ... function PrintString (line 168) | static void PrintString(CStdOutStream &stdStream, const UString &s, int ... function GetHex (line 176) | static inline char GetHex(Byte value) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/MainAr.cpp function IsItWindowsNT (line 27) | static inline bool IsItWindowsNT() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp function HRESULT (line 10) | HRESULT COpenCallbackConsole::Open_CheckBreak() function HRESULT (line 17) | HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *) function HRESULT (line 22) | HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UI... function HRESULT (line 29) | HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password) function HRESULT (line 41) | HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h function class (line 9) | class COpenCallbackConsole: public IOpenCallbackUI FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp function ClearPrev (line 14) | static void ClearPrev(char *p, int num) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/PercentPrinter.h function class (line 9) | class CPercentPrinter function SetRatio (line 22) | void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp function HRESULT (line 31) | HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT ... function HRESULT (line 39) | HRESULT CUpdateCallbackConsole::StartScanning() function HRESULT (line 45) | HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UI... function HRESULT (line 50) | HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWO... function HRESULT (line 68) | HRESULT CUpdateCallbackConsole::FinishScanning() function HRESULT (line 74) | HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool u... function HRESULT (line 88) | HRESULT CUpdateCallbackConsole::FinishArchive() function HRESULT (line 94) | HRESULT CUpdateCallbackConsole::CheckBreak() function HRESULT (line 101) | HRESULT CUpdateCallbackConsole::Finilize() function HRESULT (line 120) | HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) function HRESULT (line 125) | HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) function HRESULT (line 133) | HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) function HRESULT (line 150) | HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */... function HRESULT (line 157) | HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function HRESULT (line 174) | HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD... function HRESULT (line 190) | HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) function HRESULT (line 197) | HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIs... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h function class (line 11) | class CUpdateCallbackConsole: public IUpdateCallbackUI2 FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp function ScanUserYesNoAllQuit (line 23) | NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) function UString (line 50) | UString GetPassword(CStdOutStream *outStream) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UserInputUtils.h function namespace (line 8) | namespace NUserAnswerMode { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/Buffer.h function virtual (line 23) | virtual ~CBuffer() { delete []_items; } function operator (line 24) | operator T *() { return _items; } function operator (line 25) | operator const T *() const { return _items; } function SetCapacity (line 27) | void SetCapacity(size_t newCapacity) type CBuffer (line 73) | typedef CBuffer CCharBuffer; type CBuffer (line 74) | typedef CBuffer CWCharBuffer; type CByteBuffer (line 75) | typedef CBuffer CByteBuffer; FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/CRC.cpp type CCRCTableInit (line 10) | struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } method CCRCTableInit (line 10) | CCRCTableInit() { CrcGenerateTable(); } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/DynamicBuffer.h function GrowLength (line 10) | void GrowLength(size_t size) function buffer (line 24) | CDynamicBuffer(const CDynamicBuffer &buffer): CBuffer(buffer) {} function size (line 25) | CDynamicBuffer(size_t size): CBuffer(size) {} function EnsureCapacity (line 36) | void EnsureCapacity(size_t capacity) type CDynamicBuffer (line 43) | typedef CDynamicBuffer CCharDynamicBuffer; type CDynamicBuffer (line 44) | typedef CDynamicBuffer CWCharDynamicBuffer; type CByteDynamicBuffer (line 45) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/IntToString.cpp function ConvertUInt64ToString (line 7) | void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base) function ConvertUInt64ToString (line 29) | void ConvertUInt64ToString(UInt64 value, wchar_t *s) function ConvertInt64ToString (line 45) | void ConvertInt64ToString(Int64 value, char *s) function ConvertInt64ToString (line 55) | void ConvertInt64ToString(Int64 value, wchar_t *s) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/ListFileUtils.cpp function RemoveQuote (line 13) | static void RemoveQuote(UString &s) function ReadNamesFromListFile (line 20) | bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultString... FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyCom.h function Release (line 26) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 27) | operator T*() const { return (T*)_p; } function m_str (line 91) | m_str(NULL) {} FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyString.cpp function wchar_t (line 20) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 38) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 56) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 68) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 130) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 154) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 166) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 178) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyString.h function MyStringLen (line 16) | int MyStringLen(const T *s) function T (line 24) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 31) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 33) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 35) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 37) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 52) | inline char MyCharUpper(char c) function wchar_t (line 55) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 61) | inline char MyCharLower(char c) function wchar_t (line 64) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 72) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 79) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 109) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 116) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 138) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 144) | void InsertSpace(int &index, int size) function T (line 151) | static T *GetNextCharPointer(T *p) function T (line 153) | static const T *GetNextCharPointer(const T *p) function T (line 155) | static T *GetPrevCharPointer(T *base, T *p) function T (line 157) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 164) | void SetCapacity(int newCapacity) function GrowLength (line 188) | void GrowLength(int n) function CorrectIndex (line 205) | void CorrectIndex(int &index) const function operator (line 235) | operator const T*() const { return _chars;} function T (line 239) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 245) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 246) | void ReleaseBuffer(int newLength) function Empty (line 309) | void Empty() function CStringBase (line 317) | CStringBase Mid(int startIndex) const function CStringBase (line 319) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 336) | CStringBase Left(int count) const function CStringBase (line 338) | CStringBase Right(int count) const function MakeUpper (line 345) | void MakeUpper() function MakeLower (line 347) | void MakeLower() function Compare (line 350) | int Compare(const CStringBase& s) const function Compare (line 353) | int Compare(const T *s) const function CompareNoCase (line 356) | int CompareNoCase(const CStringBase& s) const function CompareNoCase (line 359) | int CompareNoCase(const T *s) const function Find (line 369) | int Find(T c) const { return Find(c, 0); } function Find (line 370) | int Find(T c, int startIndex) const function Find (line 382) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 383) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 398) | int ReverseFind(T c) const function FindOneOf (line 412) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 420) | void TrimLeft(T c) function TrimRight (line 442) | void TrimRight() function TrimRight (line 446) | void TrimRight(T c) function Trim (line 467) | void Trim() function Insert (line 473) | int Insert(int index, T c) function Insert (line 480) | int Insert(int index, const CStringBase &s) function Replace (line 494) | int Replace(T oldChar, T newChar) function Replace (line 511) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 614) | typedef CStringBase AString; type CStringBase (line 615) | typedef CStringBase UString; type CObjectVector (line 617) | typedef CObjectVector AStringVector; type CObjectVector (line 618) | typedef CObjectVector UStringVector; type UString (line 621) | typedef UString CSysString; type AString (line 623) | typedef AString CSysString; type CObjectVector (line 626) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyVector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 40) | CRecordVector(const CRecordVector &v): CBaseRecordVector(sizeof(T)) { *t... function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function FindInSorted (line 81) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 98) | int AddToUniqueSorted(const T& item) function SortRefDown (line 116) | static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, ... function Sort (line 134) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 157) | typedef CRecordVector CIntVector; type CUIntVector (line 158) | typedef CRecordVector CUIntVector; type CRecordVector (line 159) | typedef CRecordVector CBoolVector; type CByteVector (line 160) | typedef CRecordVector CByteVector; type CRecordVector (line 161) | typedef CRecordVector CPointerVector; function T (line 183) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 189) | int Add(const T& item) { return CPointerVector::Add(new T(item)); } function Insert (line 190) | void Insert(int index, const T& item) { CPointerVector::Insert(index, ne... function Find (line 198) | int Find(const T& item) const function FindInSorted (line 205) | int FindInSorted(const T& item) const function AddToSorted (line 221) | int AddToSorted(const T& item) function Sort (line 242) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 245) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 247) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 106) | struct IUnknown type IUnknown (line 116) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 123) | enum VARENUM type VARTYPE (line 153) | typedef unsigned short VARTYPE; type WORD (line 154) | typedef WORD PROPVAR_PAD1; type WORD (line 155) | typedef WORD PROPVAR_PAD2; type WORD (line 156) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 160) | typedef struct tagPROPVARIANT type PROPVARIANT (line 185) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 186) | typedef tagVARIANT VARIANT; type VARIANT (line 187) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 206) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdInStream.cpp function AString (line 45) | AString CStdInStream::ScanStringUntilNewLine() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdInStream.h function class (line 11) | class CStdInStream FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdOutStream.cpp function CStdOutStream (line 52) | CStdOutStream & CStdOutStream::operator<<(CStdOutStream & (*aFunction)(C... function CStdOutStream (line 58) | CStdOutStream & endl(CStdOutStream & outStream) function CStdOutStream (line 63) | CStdOutStream & CStdOutStream::operator<<(const char *string) function CStdOutStream (line 69) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *string) function CStdOutStream (line 75) | CStdOutStream & CStdOutStream::operator<<(char c) function CStdOutStream (line 81) | CStdOutStream & CStdOutStream::operator<<(int number) function CStdOutStream (line 88) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdOutStream.h function class (line 10) | class CStdOutStream FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char d... function AString (line 50) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 57) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 68) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 84) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringConvert.h function wchar_t (line 15) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 17) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 19) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 21) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 23) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 25) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 30) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 32) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 37) | inline const AString& GetOemString(const AString &oemString) function AString (line 39) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 44) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 46) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 48) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 50) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 54) | inline UString GetSystemString(const AString &multiByteString) function AString (line 59) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString) function AString (line 65) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 43) | UInt64 ConvertHexStringToUInt64(const char *s, const char **end) function UInt64 (line 66) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 85) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/Types.h type HRes (line 11) | typedef int HRes; FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/UTFConvert.cpp function Bool (line 10) | static Bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *sr... function Bool (line 74) | static Bool Utf16_To_Utf8(char *dest, size_t *destLen, const wchar_t *sr... function ConvertUTF8ToUnicode (line 123) | bool ConvertUTF8ToUnicode(const AString &src, UString &dest) function ConvertUnicodeToUTF8 (line 135) | bool ConvertUnicodeToUTF8(const UString &src, AString &dest) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/Wildcard.cpp function CompareFileNames (line 39) | int CompareFileNames(const UString &s1, const UString &s2) function EnhancedMaskTest (line 51) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 85) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts (line 106) | void SplitPathToParts(const UString &path, UString &dirPrefix, UString &... function UString (line 116) | UString ExtractDirPrefixFromPath(const UString &path) function UString (line 125) | UString ExtractFileNameFromPath(const UString &path) function CompareWildCardWithName (line 135) | bool CompareWildCardWithName(const UString &mask, const UString &name) function DoesNameContainWildCard (line 140) | bool DoesNameContainWildCard(const UString &path) type NWildcard (line 149) | namespace NWildcard { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Common/Wildcard.h type CItem (line 19) | struct CItem function class (line 28) | class CCensorNode FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function UINT (line 61) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI()... function CSysString (line 62) | CSysString GetSysPath(LPCWSTR sysPath) function MyGetModuleFileName (line 79) | bool MyGetModuleFileName(HMODULE hModule, CSysString &result) function MyGetModuleFileName (line 93) | bool MyGetModuleFileName(HMODULE hModule, UString &result) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/DLL.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function LRESULTToBool (line 10) | inline bool LRESULTToBool(LRESULT value) function BOOL (line 14) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 17) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 20) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Error.cpp type NWindows (line 14) | namespace NWindows { type NError (line 15) | namespace NError { function MyFormatMessage (line 17) | bool MyFormatMessage(DWORD messageID, CSysString &message) function MyFormatMessage (line 30) | bool MyFormatMessage(DWORD messageID, UString &message) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Error.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileDir.cpp type NWindows (line 17) | namespace NWindows { type NFile (line 18) | namespace NFile { type NDirectory (line 31) | namespace NDirectory { function UINT (line 34) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function UString (line 35) | static UString GetUnicodePath(const CSysString &sysPath) function CSysString (line 37) | static CSysString GetSysPath(LPCWSTR sysPath) function MyGetWindowsDirectory (line 41) | bool MyGetWindowsDirectory(CSysString &path) function MyGetSystemDirectory (line 48) | bool MyGetSystemDirectory(CSysString &path) function MyGetWindowsDirectory (line 56) | bool MyGetWindowsDirectory(UString &path) function MyGetSystemDirectory (line 71) | bool MyGetSystemDirectory(UString &path) function SetDirTime (line 87) | bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FIL... function MySetFileAttributes (line 119) | bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 131) | bool MyRemoveDirectory(LPCTSTR pathName) function GetLongPaths (line 144) | bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) function MyMoveFile (line 155) | bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) function MySetFileAttributes (line 168) | bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 183) | bool MyRemoveDirectory(LPCWSTR pathName) function MyMoveFile (line 197) | bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) function MyCreateDirectory (line 212) | bool MyCreateDirectory(LPCTSTR pathName) function MyCreateDirectory (line 228) | bool MyCreateDirectory(LPCWSTR pathName) function CreateComplexDirectory (line 275) | bool CreateComplexDirectory(LPCTSTR _aPathName) function CreateComplexDirectory (line 321) | bool CreateComplexDirectory(LPCWSTR _aPathName) function DeleteFileAlways (line 367) | bool DeleteFileAlways(LPCTSTR name) function DeleteFileAlways (line 382) | bool DeleteFileAlways(LPCWSTR name) function RemoveDirectorySubItems2 (line 399) | static bool RemoveDirectorySubItems2(const CSysString pathPrefix, ... function RemoveDirectoryWithSubItems (line 406) | bool RemoveDirectoryWithSubItems(const CSysString &path) function RemoveDirectorySubItems2 (line 422) | static bool RemoveDirectorySubItems2(const UString pathPrefix, con... function RemoveDirectoryWithSubItems (line 428) | bool RemoveDirectoryWithSubItems(const UString &path) function MyGetShortPathName (line 446) | bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) function MyGetFullPathName (line 453) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, i... function MyGetFullPathName (line 481) | bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int ... function MyGetFullPathName (line 523) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function MyGetFullPathName (line 530) | bool MyGetFullPathName(LPCWSTR fileName, UString &path) function GetOnlyName (line 537) | bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) function GetOnlyName (line 547) | bool GetOnlyName(LPCWSTR fileName, UString &resultName) function GetOnlyDirPrefix (line 557) | bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) function GetOnlyDirPrefix (line 567) | bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) function MyGetCurrentDirectory (line 577) | bool MyGetCurrentDirectory(CSysString &path) function MySetCurrentDirectory (line 585) | bool MySetCurrentDirectory(LPCWSTR path) function MyGetCurrentDirectory (line 591) | bool MyGetCurrentDirectory(UString &path) function MySearchPath (line 608) | bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, function MySearchPath (line 620) | bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function MyGetTempPath (line 648) | bool MyGetTempPath(CSysString &path) function MyGetTempPath (line 656) | bool MyGetTempPath(UString &path) function UINT (line 673) | UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 681) | UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &p... function UINT (line 699) | UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 733) | UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &... function CreateTempDirectory (line 767) | bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) function CreateTempDirectory (line 804) | bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileDir.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileFind.cpp type NWindows (line 14) | namespace NWindows { type NFile (line 15) | namespace NFile { type NFind (line 23) | namespace NFind { function ConvertWIN32_FIND_DATA_To_FileInfo (line 47) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function UINT (line 64) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function ConvertWIN32_FIND_DATA_To_FileInfo (line 66) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function ConvertWIN32_FIND_DATA_To_FileInfo (line 81) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function FindFile (line 193) | bool FindFile(LPCTSTR wildcard, CFileInfo &fileInfo) function FindFile (line 200) | bool FindFile(LPCWSTR wildcard, CFileInfoW &fileInfo) function DoesFileExist (line 207) | bool DoesFileExist(LPCTSTR name) function DoesFileExist (line 214) | bool DoesFileExist(LPCWSTR name) function HANDLE (line 301) | HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool w... function HANDLE (line 316) | HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool w... function MyGetLogicalDriveStrings (line 334) | bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings) function MyGetLogicalDriveStrings (line 364) | bool MyGetLogicalDriveStrings(UStringVector &driveStrings) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileFind.h function namespace (line 11) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileIO.cpp type NWindows (line 18) | namespace NWindows { type NFile (line 19) | namespace NFile { function GetLongPathBase (line 26) | bool GetLongPathBase(LPCWSTR s, UString &res) function GetLongPath (line 51) | bool GetLongPath(LPCWSTR path, UString &longPath) type NIO (line 59) | namespace NIO { function DWORD (line 249) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileMapping.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileName.cpp type NWindows (line 8) | namespace NWindows { type NFile (line 9) | namespace NFile { type NName (line 10) | namespace NName { function NormalizeDirPathPrefix (line 12) | void NormalizeDirPathPrefix(CSysString &dirPath) function NormalizeDirPathPrefix (line 21) | void NormalizeDirPathPrefix(UString &dirPath) function SplitNameToPureNameAndExtension (line 32) | void SplitNameToPureNameAndExtension(const UString &fullName, FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Handle.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/MemoryLock.cpp type NWindows (line 5) | namespace NWindows { type NSecurity (line 6) | namespace NSecurity { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/MemoryLock.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function CPropVariant (line 36) | CPropVariant& CPropVariant::operator=(const CPropVariant& varSrc) function CPropVariant (line 41) | CPropVariant& CPropVariant::operator=(const PROPVARIANT& varSrc) function CPropVariant (line 47) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 53) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 68) | CPropVariant& CPropVariant::operator=(bool bSrc) function CPropVariant (line 79) | CPropVariant& CPropVariant::operator=(UInt32 value) function CPropVariant (line 90) | CPropVariant& CPropVariant::operator=(UInt64 value) function CPropVariant (line 101) | CPropVariant& CPropVariant::operator=(const FILETIME &value) function CPropVariant (line 112) | CPropVariant& CPropVariant::operator=(Int32 value) function CPropVariant (line 124) | CPropVariant& CPropVariant::operator=(Byte value) function CPropVariant (line 135) | CPropVariant& CPropVariant::operator=(Int16 value) function HRESULT (line 159) | static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) function HRESULT (line 186) | HRESULT CPropVariant::Clear() function HRESULT (line 191) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) function HRESULT (line 219) | HRESULT CPropVariant::Attach(PROPVARIANT* pSrc) function HRESULT (line 229) | HRESULT CPropVariant::Detach(PROPVARIANT* pDest) function HRESULT (line 239) | HRESULT CPropVariant::InternalClear() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariant.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariantConversions.cpp function UString (line 12) | static UString ConvertUInt64ToString(UInt64 value) function UString (line 19) | static UString ConvertInt64ToString(Int64 value) function ConvertFileTimeToString (line 48) | bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTi... function UString (line 67) | UString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTi... function UString (line 75) | UString ConvertPropVariantToString(const PROPVARIANT &prop) function UInt64 (line 100) | UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Synchronization.cpp type NWindows (line 7) | namespace NWindows { type NSynchronization (line 8) | namespace NSynchronization { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Synchronization.h function namespace (line 17) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/System.cpp type NWindows (line 7) | namespace NWindows { type NSystem (line 8) | namespace NSystem { function UInt32 (line 10) | UInt32 GetNumberOfProcessors() type _MY_MEMORYSTATUSEX (line 19) | struct _MY_MEMORYSTATUSEX { function UInt64 (line 40) | UInt64 GetRamSize() FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/System.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Thread.h function namespace (line 13) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Time.cpp type NWindows (line 8) | namespace NWindows { type NTime (line 9) | namespace NTime { function DosTimeToFileTime (line 11) | bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) function FileTimeToDosTime (line 19) | bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) function UnixTimeToFileTime (line 34) | void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) function FileTimeToUnixTime (line 41) | bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) function GetSecondsSince1601 (line 59) | bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, function GetCurUtcFileTime (line 79) | void GetCurUtcFileTime(FILETIME &ft) FILE: src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Time.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method SetStream (line 9) | void SetStream(System.IO.Stream inStream); method Init (line 10) | void Init(); method ReleaseStream (line 11) | void ReleaseStream(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 21) | UInt32 GetMatches(UInt32[] distances); method Skip (line 22) | void Skip(UInt32 num); FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 34) | public void SetType(int numHashBytes) method SetStream (line 51) | public new void SetStream(System.IO.Stream stream) { base.SetStream(st... method ReleaseStream (line 52) | public new void ReleaseStream() { base.ReleaseStream(); } method Init (line 54) | public new void Init() method MovePos (line 63) | public new void MovePos() method GetIndexByte (line 72) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 74) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 77) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 79) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 118) | public UInt32 GetMatches(UInt32[] distances) method Skip (line 252) | public void Skip(UInt32 num) method NormalizeLinks (line 344) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public virtual void ReadBlock() method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method SetStream (line 81) | public void SetStream(System.IO.Stream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() method MovePos (line 93) | public void MovePos() method GetIndexByte (line 105) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 108) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 122) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 15) | public void Create(uint windowSize) method Init (line 27) | public void Init(System.IO.Stream stream, bool solid) method Train (line 39) | public bool Train(System.IO.Stream stream) method ReleaseStream (line 63) | public void ReleaseStream() method Flush (line 69) | public void Flush() method CopyBlock (line 80) | public void CopyBlock(uint distance, uint len) method PutByte (line 95) | public void PutByte(byte b) method GetByte (line 102) | public byte GetByte(uint distance) FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 198) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 230) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 349) | public void SetDecoderProperties(byte[] properties) method Train (line 367) | public bool Train(System.IO.Stream stream) FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method Encoder (line 21) | static Encoder() method GetPosSlot (line 35) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 44) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder type Encoder2 (line 70) | public struct Encoder2 method Create (line 74) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 76) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 78) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 89) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 108) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(UInt32 numPosStates) method Encode (line 196) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method SetPrices (line 220) | public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] p... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 252) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 259) | void UpdateTable(UInt32 posState) method UpdateTables (line 265) | public void UpdateTables(UInt32 numPosStates) method Encode (line 271) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method MovePos (line 446) | void MovePos(UInt32 num) method GetRepLen1Price (line 455) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetPureRepPrice (line 461) | UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posSt... method GetRepPrice (line 483) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 489) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 501) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 539) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1030) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(UInt32 posState) method Flush (line 1055) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1063) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1231) | void ReleaseMFStream() method SetOutStream (line 1240) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1241) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1273) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method WriteCoderProperties (line 1303) | public void WriteCoderProperties(System.IO.Stream outStream) method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method FindMatchFinder (line 1360) | static int FindMatchFinder(string s) method SetCoderProperties (line 1368) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method SetTrainSize (line 1474) | public void SetTrainSize(uint trainSize) FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class CDoubleStream (line 7) | public class CDoubleStream: Stream method Flush (line 23) | public override void Flush() { } method Read (line 24) | public override int Read(byte[] buffer, int offset, int count) method Write (line 46) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 50) | public override long Seek(long offset, System.IO.SeekOrigin origin) method SetLength (line 54) | public override void SetLength(long value) class LzmaAlone (line 60) | class LzmaAlone type Key (line 62) | enum Key method PrintHelp (line 79) | static void PrintHelp() method GetNumber (line 99) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 113) | static int IncorrectCommand() method Main2 (line 119) | static int Main2(string[] args) method Main (line 349) | [STAThread] FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 70) | public CBenchRandomGenerator() { } method Set (line 72) | public void Set(UInt32 bufferSize) method GetRndBit (line 78) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 79) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 84) | UInt32 GetOffset() method GetLen1 (line 90) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 91) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 92) | public void Generate() class CrcOutStream (line 120) | class CrcOutStream : System.IO.Stream method Init (line 123) | public void Init() { CRC.Init(); } method GetDigest (line 124) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 131) | public override void Flush() { } method Seek (line 132) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 133) | public override void SetLength(long value) { } method Read (line 134) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 136) | public override void WriteByte(byte b) method Write (line 140) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 146) | class CProgressInfo : ICodeProgress method Init (line 151) | public void Init() { InSize = 0; } method SetProgress (line 152) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 163) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 172) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 186) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedT... method GetDecompressRating (line 194) | static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, ... method GetTotalRating (line 200) | static UInt64 GetTotalRating( method PrintValue (line 210) | static void PrintValue(UInt64 v) method PrintRating (line 218) | static void PrintRating(UInt64 rating) method PrintResults (line 224) | static void PrintResults( method LzmaBenchmark (line 241) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-4.0-realtek/lzma/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow method SetType (line 34) | public void SetType(int numHashBytes) method Init (line 54) | public void Init() throws IOException method MovePos (line 63) | public void MovePos() throws IOException method Create (line 79) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 118) | public int GetMatches(int[] distances) throws IOException method Skip (line 252) | public void Skip(int num) throws IOException method NormalizeLinks (line 344) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public void ReadBlock() throws IOException method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 81) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method GetIndexByte (line 105) | public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset... method GetMatchLen (line 108) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 122) | public int GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 35) | static int GetPosSlot(int pos) method GetPosSlot2 (line 44) | static int GetPosSlot2(int pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder class Encoder2 (line 70) | class Encoder2 method Init (line 74) | public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitB... method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(int numPosStates) method Encode (line 196) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method SetPrices (line 220) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 252) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public int GetPrice(int symbol, int posState) method UpdateTable (line 259) | void UpdateTable(int posState) method UpdateTables (line 265) | public void UpdateTables(int numPosStates) method Encode (line 271) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 446) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 455) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 461) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 483) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 489) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int cur) method GetOptimum (line 539) | int GetOptimum(int position) throws IOException method ChangePair (line 1030) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(int posState) throws IOException method Flush (line 1055) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1063) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1240) | void ReleaseOutStream() method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1273) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1303) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method SetAlgorithm (line 1354) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1363) | public boolean SetDictionarySize(int dictionarySize) method SetNumFastBytes (line 1375) | public boolean SetNumFastBytes(int numFastBytes) method SetMatchFinder (line 1383) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1397) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1411) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() { Init(); } method Init (line 17) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 18) | public int GetRnd() class CBitRandomGenerator (line 26) | static class CBitRandomGenerator method Init (line 31) | public void Init() method GetRnd (line 36) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 56) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 65) | public CBenchRandomGenerator() { } method Set (line 66) | public void Set(int bufferSize) method GetRndBit (line 72) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 73) | int GetLogRandBits(int numBits) method GetOffset (line 78) | int GetOffset() method GetLen1 (line 84) | int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 85) | int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 86) | public void Generate() class CrcOutStream (line 114) | static class CrcOutStream extends java.io.OutputStream method Init (line 118) | public void Init() method GetDigest (line 122) | public int GetDigest() method write (line 126) | public void write(byte[] b) method write (line 130) | public void write(byte[] b, int off, int len) method write (line 134) | public void write(int b) class MyOutputStream (line 140) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 146) | public MyOutputStream(byte[] buffer) method reset (line 152) | public void reset() method write (line 157) | public void write(int b) throws IOException method size (line 164) | public int size() class MyInputStream (line 170) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 176) | public MyInputStream(byte[] buffer, int size) method reset (line 182) | public void reset() method read (line 187) | public int read() class CProgressInfo (line 195) | static class CProgressInfo implements ICodeProgress method Init (line 200) | public void Init() method SetProgress (line 202) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 213) | static int GetLogSize(int size) method MyMultDiv64 (line 222) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 236) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 244) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 250) | static long GetTotalRating( method PrintValue (line 260) | static void PrintValue(long v) method PrintRating (line 269) | static void PrintRating(long rating) method PrintResults (line 275) | static void PrintResults( method LzmaBenchmark (line 292) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/others/squashfs-4.0-realtek/lzma_wrapper.c function lzma_compress (line 26) | int lzma_compress(void **strm, char *dest, char *src, int size,int bloc... function lzma_uncompress (line 76) | int lzma_uncompress(char *dest, char *src, int size, int block_size, FILE: src/others/squashfs-4.0-realtek/mksquashfs.c type cached_dir_index (line 161) | struct cached_dir_index { type directory (line 166) | struct directory { type inode_info (line 180) | struct inode_info type file_info (line 183) | struct file_info type exclude_info (line 188) | struct exclude_info { type exclude_info (line 195) | struct exclude_info type stat (line 196) | struct stat type path_entry (line 198) | struct path_entry { type pathname (line 204) | struct pathname { type pathnames (line 209) | struct pathnames { type pathnames (line 215) | struct pathnames type pathname (line 216) | struct pathname type pathname (line 217) | struct pathname type pathnames (line 218) | struct pathnames type pathnames (line 218) | struct pathnames type file_buffer (line 222) | struct file_buffer type fragment (line 225) | struct fragment { type old_root_entry_info (line 248) | struct old_root_entry_info { type old_root_entry_info (line 252) | struct old_root_entry_info type file_info (line 255) | struct file_info { type file_buffer (line 300) | struct file_buffer { type queue (line 322) | struct queue { type id (line 338) | struct id { type id (line 344) | struct id type id (line 345) | struct id type cache (line 349) | struct cache type queue (line 350) | struct queue type pseudo (line 359) | struct pseudo type compressor (line 374) | struct compressor type compressor (line 380) | struct compressor type dir_info (line 397) | struct dir_info type file_info (line 398) | struct file_info type fragment (line 399) | struct fragment type file_buffer (line 400) | struct file_buffer type dir_info (line 402) | struct dir_info type pathnames (line 402) | struct pathnames type dir_info (line 403) | struct dir_info type dir_info (line 404) | struct dir_info type dir_info (line 404) | struct dir_info type pseudo (line 404) | struct pseudo type dir_info (line 405) | struct dir_info type file_info (line 406) | struct file_info type fragment (line 407) | struct fragment type dir_info (line 410) | struct dir_info type stat (line 411) | struct stat type priority_entry (line 412) | struct priority_entry type queue (line 417) | struct queue type queue (line 419) | struct queue type queue (line 419) | struct queue function queue_put (line 439) | void queue_put(struct queue *queue, void *data) type queue (line 455) | struct queue type cache (line 474) | struct cache { function insert_hash_table (line 519) | void insert_hash_table(struct cache *cache, struct file_buffer *entry) function remove_hash_table (line 532) | void remove_hash_table(struct cache *cache, struct file_buffer *entry) type cache (line 553) | struct cache type cache (line 555) | struct cache type cache (line 555) | struct cache type file_buffer (line 564) | struct file_buffer type file_buffer (line 572) | struct file_buffer type cache (line 572) | struct cache type file_buffer (line 577) | struct file_buffer type file_buffer (line 601) | struct file_buffer type cache (line 601) | struct cache type file_buffer (line 604) | struct file_buffer type file_buffer (line 621) | struct file_buffer function cache_rehash (line 661) | void cache_rehash(struct file_buffer *entry, long long index) function cache_block_put (line 675) | void cache_block_put(struct file_buffer *entry) function inc_progress_bar (line 712) | inline void inc_progress_bar() function update_progress_bar (line 718) | inline void update_progress_bar() function waitforthread (line 726) | inline void waitforthread(int i) function restorefs (line 734) | void restorefs() function sighandler (line 777) | void sighandler() function sighandler2 (line 790) | void sighandler2() function sigusr1_handler (line 796) | void sigusr1_handler() function sigwinch_handler (line 818) | void sigwinch_handler() function sigalrm_handler (line 832) | void sigalrm_handler() function mangle2 (line 838) | int mangle2(void **strm, char *d, char *s, int size, function mangle (line 860) | int mangle(char *d, char *s, int size, int block_size, function squashfs_base_inode_header (line 870) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 924) | int read_bytes(int fd, void *buff, int bytes) function read_destination (line 947) | void read_destination(int fd, long long byte, int bytes, char *buff) function write_bytes (line 965) | int write_bytes(int fd, void *buff, int bytes) function write_destination (line 985) | void write_destination(int fd, long long byte, int bytes, char *buff) function write_inodes (line 1004) | long long write_inodes() function write_directories (line 1042) | long long write_directories() function write_id_table (line 1083) | long long write_id_table() type id (line 1100) | struct id type id (line 1103) | struct id type id (line 1113) | struct id type id (line 1116) | struct id type id (line 1116) | struct id function get_uid (line 1129) | unsigned int get_uid(unsigned int uid) function get_guid (line 1148) | unsigned int get_guid(unsigned int guid) function create_inode (line 1167) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type, function scan3_init_dir (line 1360) | void scan3_init_dir(struct directory *dir) function add_dir (line 1375) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name, function write_dir (line 1465) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, type file_buffer (line 1590) | struct file_buffer type fragment (line 1590) | struct fragment type file_buffer (line 1595) | struct file_buffer type frag_locked (line 1640) | struct frag_locked { type frag_locked (line 1649) | struct frag_locked function lock_fragments (line 1654) | int lock_fragments() function unlock_fragments (line 1665) | void unlock_fragments() function add_pending_fragment (line 1690) | int add_pending_fragment(struct file_buffer *write_buffer, int c_byte, function write_fragment (line 1708) | void write_fragment() type fragment (line 1733) | struct fragment type fragment (line 1734) | struct fragment type file_buffer (line 1734) | struct file_buffer type fragment (line 1736) | struct fragment type fragment (line 1745) | struct fragment function generic_write_table (line 1762) | long long generic_write_table(int length, char *buffer, int uncompressed) function write_fragment_table (line 1805) | long long write_fragment_table() function get_checksum (line 1844) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 1857) | unsigned short get_checksum_disk(long long start, long long l, function get_checksum_mem (line 1885) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 1891) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 1901) | void add_file(long long start, long long file_size, long long file_bytes, function pre_duplicate (line 1937) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 1949) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 1976) | struct file_info type fragment (line 1977) | struct fragment type file_info (line 1981) | struct file_info type file_info (line 1983) | struct file_info type file_info (line 2003) | struct file_info type fragment (line 2004) | struct fragment type file_buffer (line 2005) | struct file_buffer type file_info (line 2008) | struct file_info type file_buffer (line 2030) | struct file_buffer type file_buffer (line 2051) | struct file_buffer type file_buffer (line 2052) | struct file_buffer type file_buffer (line 2084) | struct file_buffer function reader_read_process (line 2120) | void reader_read_process(struct dir_ent *dir_ent) function reader_read_file (line 2194) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 2279) | void reader_scan(struct dir_info *dir) { type priority_entry (line 2316) | struct priority_entry type file_buffer (line 2339) | struct file_buffer function all_zero (line 2371) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 2400) | struct file_buffer type file_buffer (line 2401) | struct file_buffer type file_buffer (line 2438) | struct file_buffer type file_buffer (line 2439) | struct file_buffer type file_buffer (line 2471) | struct file_buffer function push_buffer (line 2473) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 2482) | struct file_buffer type queue (line 2482) | struct queue type file_buffer (line 2486) | struct file_buffer type timeval (line 2514) | struct timeval type timespec (line 2515) | struct timespec type itimerval (line 2516) | struct itimerval type winsize (line 2517) | struct winsize function enable_progress_bar (line 2555) | void enable_progress_bar() function disable_progress_bar (line 2563) | void disable_progress_bar() function progress_bar (line 2571) | void progress_bar(long long current, long long max, int columns) function write_file_empty (line 2614) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_frag_dup (line 2628) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_frag (line 2663) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_process (line 2702) | int write_file_process(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_blocks (line 2794) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_blocks_dup (line 2897) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file (line 3043) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, type inode_info (line 3140) | struct inode_info type stat (line 3140) | struct stat type inode_info (line 3143) | struct inode_info type stat (line 3146) | struct stat type inode_info (line 3153) | struct inode_info type stat (line 3157) | struct stat function add_dir_entry (line 3180) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 3205) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 3214) | void sort_directory(struct dir_info *dir) type dir_info (line 3223) | struct dir_info type dir_info (line 3225) | struct dir_info type dir_info (line 3227) | struct dir_info function scan1_encomp_readdir (line 3244) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 3284) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 3319) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 3334) | struct dir_ent type dir_info (line 3334) | struct dir_info type dir_ent (line 3347) | struct dir_ent type dir_info (line 3347) | struct dir_info type dir_ent (line 3359) | struct dir_ent type directory (line 3359) | struct directory type dir_info (line 3359) | struct dir_info function scan1_freedir (line 3375) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 3382) | void scan2_freedir(struct dir_info *dir) function scan3_freedir (line 3388) | void scan3_freedir(struct directory *dir) function dir_scan (line 3396) | void dir_scan(squashfs_inode *inode, char *pathname, type dir_info (line 3453) | struct dir_info type pathnames (line 3453) | struct pathnames type dir_info (line 3454) | struct dir_info type dir_info (line 3456) | struct dir_info type stat (line 3457) | struct stat type pathnames (line 3459) | struct pathnames type dir_info (line 3516) | struct dir_info type dir_info (line 3516) | struct dir_info type pseudo (line 3516) | struct pseudo type dir_info (line 3518) | struct dir_info type dir_ent (line 3519) | struct dir_ent type pseudo_entry (line 3520) | struct pseudo_entry type stat (line 3521) | struct stat type inode_info (line 3528) | struct inode_info type stat (line 3529) | struct stat type stat (line 3539) | struct stat type stat (line 3592) | struct stat type inode_info (line 3604) | struct inode_info function dir_scan3 (line 3622) | void dir_scan3(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 3763) | unsigned int slog(unsigned int block) function old_excluded (line 3774) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 3795) | int old_add_exclude(char *path) function add_old_root_entry (line 3827) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_number, function initialise_threads (line 3844) | void initialise_threads() function write_inode_lookup_table (line 3916) | long long write_inode_lookup_table() function free_path (line 3962) | void free_path(struct pathname *paths) type pathname (line 3980) | struct pathname type pathname (line 3980) | struct pathname type pathname (line 3988) | struct pathname type path_entry (line 4003) | struct path_entry function add_exclude (line 4050) | void add_exclude(char *target) function display_path (line 4064) | void display_path(int depth, struct pathname *paths) function display_path2 (line 4080) | void display_path2(struct pathname *paths, char *string) type pathnames (line 4097) | struct pathnames type pathnames (line 4099) | struct pathnames type pathnames (line 4099) | struct pathnames type pathnames (line 4105) | struct pathnames type pathnames (line 4105) | struct pathnames type pathname (line 4105) | struct pathname type pathnames (line 4108) | struct pathnames type pathname (line 4110) | struct pathname function free_subdir (line 4117) | void free_subdir(struct pathnames *paths) function excluded (line 4123) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 4184) | void write_recovery_data(squashfs_super_block *sBlk) function read_recovery_data (line 4233) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 4317) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.0-realtek/pseudo.c type pseudo_dev (line 59) | struct pseudo_dev function dump_pseudo (line 62) | static void dump_pseudo(struct pseudo *pseudo, char *string) type pseudo (line 102) | struct pseudo type pseudo (line 102) | struct pseudo type pseudo_dev (line 102) | struct pseudo_dev type pseudo (line 111) | struct pseudo type pseudo_entry (line 127) | struct pseudo_entry type pseudo_dev (line 161) | struct pseudo_dev type pseudo (line 195) | struct pseudo type pseudo (line 195) | struct pseudo type pseudo_entry (line 210) | struct pseudo_entry type pseudo (line 210) | struct pseudo function exec_file (line 226) | int exec_file(char *command, struct pseudo_dev *dev) function add_pseudo_file (line 294) | void add_pseudo_file(struct pseudo_dev *dev) function delete_pseudo_files (line 306) | void delete_pseudo_files() type pseudo_dev (line 317) | struct pseudo_dev function read_pseudo_def (line 323) | int read_pseudo_def(struct pseudo **pseudo, char *def) function read_pseudo_file (line 464) | int read_pseudo_file(struct pseudo **pseudo, char *filename) FILE: src/others/squashfs-4.0-realtek/pseudo.h type pseudo_dev (line 23) | struct pseudo_dev { type pseudo_entry (line 38) | struct pseudo_entry { type pseudo (line 45) | struct pseudo { type pseudo (line 51) | struct pseudo type pseudo (line 52) | struct pseudo type pseudo (line 53) | struct pseudo type pseudo (line 53) | struct pseudo type pseudo_entry (line 54) | struct pseudo_entry type pseudo (line 54) | struct pseudo type pseudo_dev (line 55) | struct pseudo_dev FILE: src/others/squashfs-4.0-realtek/read_fs.c type compressor (line 69) | struct compressor function read_block (line 71) | int read_block(int fd, long long start, long long *next, void *block, function scan_inode_table (line 107) | int scan_inode_table(int fd, long long start, long long end, type compressor (line 353) | struct compressor function read_fragment_table (line 545) | int read_fragment_table(int fd, squashfs_super_block *sBlk, function read_inode_lookup_table (line 591) | int read_inode_lookup_table(int fd, squashfs_super_block *sBlk, function read_filesystem (line 633) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/others/squashfs-4.0-realtek/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry type dir_ent (line 77) | struct dir_ent function add_priority_list (line 81) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 98) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 127) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 193) | void generate_file_priorities(struct dir_info *dir, int priority, function read_sort_file (line 220) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 243) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-4.0-realtek/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 47) | struct inode_info { type priority_entry (line 60) | struct priority_entry { FILE: src/others/squashfs-4.0-realtek/squashfs_compat.h type squashfs_super_block_3 (line 38) | struct squashfs_super_block_3 { type squashfs_dir_index_3 (line 67) | struct squashfs_dir_index_3 { type squashfs_base_inode_header_3 (line 82) | struct squashfs_base_inode_header_3 { type squashfs_ipc_inode_header_3 (line 86) | struct squashfs_ipc_inode_header_3 { type squashfs_dev_inode_header_3 (line 91) | struct squashfs_dev_inode_header_3 { type squashfs_symlink_inode_header_3 (line 97) | struct squashfs_symlink_inode_header_3 { type squashfs_reg_inode_header_3 (line 104) | struct squashfs_reg_inode_header_3 { type squashfs_lreg_inode_header_3 (line 113) | struct squashfs_lreg_inode_header_3 { type squashfs_dir_inode_header_3 (line 123) | struct squashfs_dir_inode_header_3 { type squashfs_ldir_inode_header_3 (line 132) | struct squashfs_ldir_inode_header_3 { type squashfs_base_inode_header_3 (line 144) | struct squashfs_base_inode_header_3 type squashfs_dev_inode_header_3 (line 145) | struct squashfs_dev_inode_header_3 type squashfs_symlink_inode_header_3 (line 146) | struct squashfs_symlink_inode_header_3 type squashfs_reg_inode_header_3 (line 147) | struct squashfs_reg_inode_header_3 type squashfs_lreg_inode_header_3 (line 148) | struct squashfs_lreg_inode_header_3 type squashfs_dir_inode_header_3 (line 149) | struct squashfs_dir_inode_header_3 type squashfs_ldir_inode_header_3 (line 150) | struct squashfs_ldir_inode_header_3 type squashfs_ipc_inode_header_3 (line 151) | struct squashfs_ipc_inode_header_3 type squashfs_dir_entry_3 (line 154) | struct squashfs_dir_entry_3 { type squashfs_dir_header_3 (line 162) | struct squashfs_dir_header_3 { type squashfs_fragment_entry_3 (line 168) | struct squashfs_fragment_entry_3 { type squashfs_super_block_3 (line 175) | typedef struct squashfs_super_block_3 squashfs_super_block_3; type squashfs_dir_index_3 (line 176) | typedef struct squashfs_dir_index_3 squashfs_dir_index_3; type squashfs_base_inode_header_3 (line 177) | typedef struct squashfs_base_inode_header_3 squashfs_base_inode_header_3; type squashfs_ipc_inode_header_3 (line 178) | typedef struct squashfs_ipc_inode_header_3 squashfs_ipc_inode_header_3; type squashfs_dev_inode_header_3 (line 179) | typedef struct squashfs_dev_inode_header_3 squashfs_dev_inode_header_3; type squashfs_symlink_inode_header_3 (line 180) | typedef struct squashfs_symlink_inode_header_3 squashfs_symlink_inode_he... type squashfs_reg_inode_header_3 (line 181) | typedef struct squashfs_reg_inode_header_3 squashfs_reg_inode_header_3; type squashfs_lreg_inode_header_3 (line 182) | typedef struct squashfs_lreg_inode_header_3 squashfs_lreg_inode_header_3; type squashfs_dir_inode_header_3 (line 183) | typedef struct squashfs_dir_inode_header_3 squashfs_dir_inode_header_3; type squashfs_ldir_inode_header_3 (line 184) | typedef struct squashfs_ldir_inode_header_3 squashfs_ldir_inode_header_3; type squashfs_dir_entry_3 (line 185) | typedef struct squashfs_dir_entry_3 squashfs_dir_entry_3; type squashfs_dir_header_3 (line 186) | typedef struct squashfs_dir_header_3 squashfs_dir_header_3; type squashfs_fragment_entry_3 (line 187) | typedef struct squashfs_fragment_entry_3 squashfs_fragment_entry_3; type squashfs_inode_header_3 (line 188) | typedef union squashfs_inode_header_3 squashfs_inode_header_3; type squashfs_base_inode_header_1 (line 415) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 422) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 431) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 439) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 448) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 459) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 471) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 472) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 473) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 474) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 475) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 476) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_1 (line 479) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 480) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 481) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 482) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 483) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 484) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 485) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_inode_header_1 (line 486) | typedef union squashfs_inode_header_1 squashfs_inode_header_1; type squashfs_dir_index_2 (line 544) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 551) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 558) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 565) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 573) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 582) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 595) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 606) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 620) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 621) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 622) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 623) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 624) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 625) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 626) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 629) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 634) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 641) | struct squashfs_fragment_entry_2 { type squashfs_dir_index_2 (line 646) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 647) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 648) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 649) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 650) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 651) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 652) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 653) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 654) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 655) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 656) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 657) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; type squashfs_inode_header_2 (line 658) | typedef union squashfs_inode_header_2 squashfs_inode_header_2; FILE: src/others/squashfs-4.0-realtek/squashfs_fs.h type meta_entry (line 206) | struct meta_entry { type meta_index (line 213) | struct meta_index { type squashfs_block_t (line 228) | typedef long long squashfs_block_t; type squashfs_inode_t (line 229) | typedef long long squashfs_inode_t; type squashfs_super_block (line 234) | struct squashfs_super_block { type squashfs_dir_index (line 256) | struct squashfs_dir_index { type squashfs_base_inode_header (line 271) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 275) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 280) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 286) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 293) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 302) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 314) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 323) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 336) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 337) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 338) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 339) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 340) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 341) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 342) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 343) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 346) | struct squashfs_dir_entry { type squashfs_dir_header (line 354) | struct squashfs_dir_header { type squashfs_fragment_entry (line 360) | struct squashfs_fragment_entry { FILE: src/others/squashfs-4.0-realtek/swap.c function swap_le16 (line 31) | void swap_le16(unsigned short *src, unsigned short *dest) function swap_le32 (line 41) | void swap_le32(unsigned int *src, unsigned int *dest) function swap_le64 (line 53) | void swap_le64(long long *src, long long *dest) function inswap_le16 (line 69) | unsigned short inswap_le16(unsigned short num) function inswap_le32 (line 76) | unsigned int inswap_le32(unsigned int num) function inswap_le64 (line 85) | long long inswap_le64(long long n) FILE: src/others/squashfs-4.0-realtek/unsquash-1.c function read_block_list_1 (line 27) | void read_block_list_1(unsigned int *block_list, char *block_ptr, int bl... function read_fragment_table_1 (line 48) | int read_fragment_table_1() type inode (line 55) | struct inode type inode (line 61) | struct inode type dir (line 202) | struct dir type inode (line 203) | struct inode type dir_ent (line 211) | struct dir_ent type dir (line 212) | struct dir type dir (line 234) | struct dir type dir_ent (line 279) | struct dir_ent function read_uids_guids_1 (line 303) | int read_uids_guids_1() FILE: src/others/squashfs-4.0-realtek/unsquash-2.c function read_block_list_2 (line 29) | void read_block_list_2(unsigned int *block_list, char *block_ptr, int bl... function read_fragment_table_2 (line 42) | int read_fragment_table_2() function read_fragment_2 (line 111) | void read_fragment_2(unsigned int fragment, long long *start_block, int ... type inode (line 121) | struct inode type inode (line 127) | struct inode FILE: src/others/squashfs-4.0-realtek/unsquash-3.c function read_fragment_table_3 (line 29) | int read_fragment_table_3() function read_fragment_3 (line 97) | void read_fragment_3(unsigned int fragment, long long *start_block, int ... type inode (line 107) | struct inode type inode (line 113) | struct inode type dir (line 273) | struct dir type inode (line 274) | struct inode type dir_ent (line 282) | struct dir_ent type dir (line 283) | struct dir type dir (line 306) | struct dir type dir_ent (line 351) | struct dir_ent FILE: src/others/squashfs-4.0-realtek/unsquash-4.c type squashfs_fragment_entry (line 28) | struct squashfs_fragment_entry function read_fragment_table_4 (line 31) | int read_fragment_table_4() function read_fragment_4 (line 78) | void read_fragment_4(unsigned int fragment, long long *start_block, int ... type inode (line 88) | struct inode type inode (line 94) | struct inode type dir (line 221) | struct dir type inode (line 222) | struct inode type dir_ent (line 230) | struct dir_ent type dir (line 231) | struct dir type dir (line 254) | struct dir type dir_ent (line 290) | struct dir_ent function read_uids_guids_4 (line 314) | int read_uids_guids_4() FILE: src/others/squashfs-4.0-realtek/unsquashfs.c type cache (line 32) | struct cache type queue (line 33) | struct queue type super_block (line 40) | struct super_block type compressor (line 42) | struct compressor type hash_table_entry (line 47) | struct hash_table_entry type test (line 87) | struct test function sigwinch_handler (line 115) | void sigwinch_handler() function sigalrm_handler (line 129) | void sigalrm_handler() type queue (line 135) | struct queue type queue (line 137) | struct queue type queue (line 137) | struct queue function queue_put (line 157) | void queue_put(struct queue *queue, void *data) type queue (line 173) | struct queue function insert_hash_table (line 191) | void insert_hash_table(struct cache *cache, struct cache_entry *entry) function remove_hash_table (line 204) | void remove_hash_table(struct cache *cache, struct cache_entry *entry) function insert_free_list (line 219) | void insert_free_list(struct cache *cache, struct cache_entry *entry) function remove_free_list (line 234) | void remove_free_list(struct cache *cache, struct cache_entry *entry) type cache (line 254) | struct cache type cache (line 256) | struct cache type cache (line 256) | struct cache type cache_entry (line 265) | struct cache_entry type cache_entry (line 276) | struct cache_entry type cache (line 276) | struct cache type cache_entry (line 286) | struct cache_entry type cache_entry (line 309) | struct cache_entry function cache_block_ready (line 360) | void cache_block_ready(struct cache_entry *entry, int error) function cache_block_wait (line 385) | void cache_block_wait(struct cache_entry *entry) function cache_block_put (line 403) | void cache_block_put(struct cache_entry *entry) function print_filename (line 447) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 509) | int add_entry(struct hash_table_entry *hash_table[], long long start, in... function lookup_entry (line 528) | int lookup_entry(struct hash_table_entry *hash_table[], long long start) function read_bytes (line 543) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 575) | int read_block(long long start, long long *next, char *block) function read_data_block (line 629) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 665) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 689) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function write_bytes (line 720) | int write_bytes(int fd, char *buff, int bytes) function write_block (line 743) | int write_block(int file_fd, char *buffer, int size, int hole, int sparse) function write_file (line 785) | int write_file(struct inode *inode, char *pathname) function create_inode (line 869) | int create_inode(char *pathname, struct inode *i) function uncompress_directory_table (line 980) | void uncompress_directory_table(long long start, long long end) function squashfs_readdir (line 1004) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1020) | void squashfs_closedir(struct dir *dir) function free_path (line 1041) | void free_path(struct pathname *paths) type pathname (line 1059) | struct pathname type pathname (line 1059) | struct pathname type pathname (line 1067) | struct pathname type path_entry (line 1084) | struct path_entry type pathnames (line 1142) | struct pathnames type pathnames (line 1144) | struct pathnames type pathnames (line 1144) | struct pathnames type pathnames (line 1150) | struct pathnames type pathnames (line 1150) | struct pathnames type pathname (line 1150) | struct pathname type pathnames (line 1153) | struct pathnames type pathname (line 1154) | struct pathname function free_subdir (line 1161) | void free_subdir(struct pathnames *paths) function matches (line 1167) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function pre_scan (line 1230) | int pre_scan(char *parent_name, unsigned int start_block, unsigned int o... function dir_scan (line 1286) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function squashfs_stat (line 1356) | void squashfs_stat(char *source) function read_super (line 1428) | int read_super(char *source) type pathname (line 1563) | struct pathname type pathname (line 1563) | struct pathname type cache_entry (line 1587) | struct cache_entry type squashfs_file (line 1619) | struct squashfs_file type file_entry (line 1635) | struct file_entry type cache_entry (line 1714) | struct cache_entry type timeval (line 1739) | struct timeval type timespec (line 1740) | struct timespec type itimerval (line 1741) | struct itimerval type winsize (line 1742) | struct winsize function initialise_threads (line 1780) | void initialise_threads(int fragment_buffer_size, int data_buffer_size) function enable_progress_bar (line 1845) | void enable_progress_bar() function disable_progress_bar (line 1853) | void disable_progress_bar() function update_progress_bar (line 1861) | void update_progress_bar() function progress_bar (line 1869) | void progress_bar(long long current, long long max, int columns) function main (line 1928) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.0-realtek/unsquashfs.h type super_block (line 90) | struct super_block { type hash_table_entry (line 117) | struct hash_table_entry { type inode (line 123) | struct inode { type squashfs_operations (line 141) | typedef struct squashfs_operations { type test (line 150) | struct test { type cache (line 160) | struct cache { type cache_entry (line 174) | struct cache_entry { type queue (line 189) | struct queue { type dir_ent (line 206) | struct dir_ent { type dir (line 213) | struct dir { type file_entry (line 223) | struct file_entry { type squashfs_file (line 230) | struct squashfs_file { type path_entry (line 242) | struct path_entry { type pathname (line 248) | struct pathname { type pathnames (line 253) | struct pathnames { type super_block (line 260) | struct super_block type hash_table_entry (line 264) | struct hash_table_entry type hash_table_entry (line 272) | struct hash_table_entry type inode (line 279) | struct inode type dir (line 280) | struct dir type inode (line 280) | struct inode type inode (line 287) | struct inode type inode (line 292) | struct inode type dir (line 293) | struct dir type inode (line 293) | struct inode type inode (line 298) | struct inode type dir (line 299) | struct dir type inode (line 299) | struct inode FILE: src/others/squashfs-4.2-official/compressor.c type compressor (line 29) | struct compressor type compressor (line 33) | struct compressor type compressor (line 37) | struct compressor type compressor (line 42) | struct compressor type compressor (line 46) | struct compressor type compressor (line 51) | struct compressor type compressor (line 55) | struct compressor type compressor (line 59) | struct compressor type compressor (line 63) | struct compressor type compressor (line 68) | struct compressor type compressor (line 77) | struct compressor type compressor (line 89) | struct compressor function display_compressors (line 101) | void display_compressors(char *indent, char *def_comp) function display_compressor_usage (line 114) | void display_compressor_usage(char *def_comp) FILE: src/others/squashfs-4.2-official/compressor.h type compressor (line 23) | struct compressor { type compressor (line 37) | struct compressor type compressor (line 38) | struct compressor function compressor_init (line 42) | static inline int compressor_init(struct compressor *comp, void **stream, function compressor_compress (line 51) | static inline int compressor_compress(struct compressor *comp, void *strm, function compressor_uncompress (line 58) | static inline int compressor_uncompress(struct compressor *comp, void *d... function compressor_options (line 65) | static inline int compressor_options(struct compressor *comp, char *argv[], function compressor_options_post (line 75) | static inline int compressor_options_post(struct compressor *comp, int b... type compressor (line 83) | struct compressor function compressor_extract_options (line 92) | static inline int compressor_extract_options(struct compressor *comp, FILE: src/others/squashfs-4.2-official/gzip_wrapper.c function gzip_init (line 28) | static int gzip_init(void **strm, int block_size, int flags) function gzip_compress (line 54) | static int gzip_compress(void *strm, void *d, void *s, int size, int blo... function gzip_uncompress (line 90) | static int gzip_uncompress(void *d, void *s, int size, int block_size, i... type compressor (line 102) | struct compressor FILE: src/others/squashfs-4.2-official/lzma_wrapper.c function lzma_compress (line 32) | static int lzma_compress(void *strm, void *dest, void *src, int size, in... function lzma_uncompress (line 82) | static int lzma_uncompress(void *dest, void *src, int size, int block_size, type compressor (line 102) | struct compressor FILE: src/others/squashfs-4.2-official/lzma_xz_wrapper.c function lzma_compress (line 38) | static int lzma_compress(void *dummy, void *dest, void *src, int size, function lzma_uncompress (line 99) | static int lzma_uncompress(void *dest, void *src, int size, int block_size, type compressor (line 147) | struct compressor FILE: src/others/squashfs-4.2-official/lzo_wrapper.c type lzo_stream (line 38) | struct lzo_stream { function squashfs_lzo_init (line 44) | static int squashfs_lzo_init(void **strm, int block_size, int flags) function lzo_compress (line 68) | static int lzo_compress(void *strm, void *d, void *s, int size, int bloc... function lzo_uncompress (line 100) | static int lzo_uncompress(void *d, void *s, int size, int block_size, in... type compressor (line 112) | struct compressor FILE: src/others/squashfs-4.2-official/mksquashfs.c type cached_dir_index (line 171) | struct cached_dir_index { type directory (line 176) | struct directory { type inode_info (line 190) | struct inode_info type file_info (line 193) | struct file_info type exclude_info (line 198) | struct exclude_info { type exclude_info (line 205) | struct exclude_info type stat (line 206) | struct stat type path_entry (line 208) | struct path_entry { type pathname (line 214) | struct pathname { type pathnames (line 219) | struct pathnames { type pathnames (line 225) | struct pathnames type pathname (line 226) | struct pathname type pathname (line 227) | struct pathname type pathnames (line 228) | struct pathnames type pathnames (line 228) | struct pathnames type file_buffer (line 232) | struct file_buffer type fragment (line 235) | struct fragment { type squashfs_fragment_entry (line 244) | struct squashfs_fragment_entry type old_root_entry_info (line 258) | struct old_root_entry_info { type old_root_entry_info (line 262) | struct old_root_entry_info type file_info (line 265) | struct file_info { type file_buffer (line 313) | struct file_buffer { type queue (line 335) | struct queue { type id (line 351) | struct id { type id (line 357) | struct id type id (line 358) | struct id type cache (line 362) | struct cache type queue (line 363) | struct queue type pseudo (line 372) | struct pseudo type compressor (line 385) | struct compressor type compressor (line 395) | struct compressor type squashfs_super_block (line 395) | struct squashfs_super_block type squashfs_super_block (line 398) | struct squashfs_super_block type squashfs_fragment_entry (line 409) | struct squashfs_fragment_entry type dir_info (line 412) | struct dir_info type file_info (line 413) | struct file_info type fragment (line 414) | struct fragment type file_buffer (line 415) | struct file_buffer type dir_info (line 417) | struct dir_info type pathnames (line 417) | struct pathnames type dir_info (line 418) | struct dir_info type dir_info (line 419) | struct dir_info type dir_info (line 419) | struct dir_info type pseudo (line 419) | struct pseudo type dir_info (line 420) | struct dir_info type file_info (line 421) | struct file_info type fragment (line 422) | struct fragment type dir_info (line 425) | struct dir_info type stat (line 426) | struct stat type priority_entry (line 427) | struct priority_entry type queue (line 433) | struct queue type queue (line 435) | struct queue type queue (line 435) | struct queue function queue_put (line 459) | void queue_put(struct queue *queue, void *data) type queue (line 475) | struct queue type cache (line 494) | struct cache { function insert_hash_table (line 539) | void insert_hash_table(struct cache *cache, struct file_buffer *entry) function remove_hash_table (line 552) | void remove_hash_table(struct cache *cache, struct file_buffer *entry) type cache (line 573) | struct cache type cache (line 575) | struct cache type cache (line 575) | struct cache type file_buffer (line 584) | struct file_buffer type file_buffer (line 592) | struct file_buffer type cache (line 592) | struct cache type file_buffer (line 597) | struct file_buffer type file_buffer (line 619) | struct file_buffer type cache (line 619) | struct cache type file_buffer (line 622) | struct file_buffer type file_buffer (line 636) | struct file_buffer function cache_rehash (line 673) | void cache_rehash(struct file_buffer *entry, long long index) function cache_block_put (line 687) | void cache_block_put(struct file_buffer *entry) function inc_progress_bar (line 724) | inline void inc_progress_bar() function update_progress_bar (line 730) | inline void update_progress_bar() function waitforthread (line 738) | inline void waitforthread(int i) function restorefs (line 746) | void restorefs() function sighandler (line 800) | void sighandler() function sighandler2 (line 813) | void sighandler2() function sigusr1_handler (line 819) | void sigusr1_handler() function sigwinch_handler (line 841) | void sigwinch_handler() function sigalrm_handler (line 855) | void sigalrm_handler() function mangle2 (line 861) | int mangle2(void *strm, char *d, char *s, int size, function mangle (line 884) | int mangle(char *d, char *s, int size, int block_size, function read_bytes (line 946) | int read_bytes(int fd, void *buff, int bytes) function read_fs_bytes (line 969) | int read_fs_bytes(int fd, long long byte, int bytes, void *buff) function write_bytes (line 997) | int write_bytes(int fd, void *buff, int bytes) function write_destination (line 1017) | void write_destination(int fd, long long byte, int bytes, void *buff) function write_inodes (line 1036) | long long write_inodes() function write_directories (line 1074) | long long write_directories() function write_id_table (line 1116) | long long write_id_table() type id (line 1132) | struct id type id (line 1135) | struct id type id (line 1145) | struct id type id (line 1148) | struct id type id (line 1148) | struct id function get_uid (line 1161) | unsigned int get_uid(unsigned int uid) function get_guid (line 1180) | unsigned int get_guid(unsigned int guid) function create_inode (line 1199) | int create_inode(squashfs_inode *i_no, struct dir_info *dir_info, function scan3_init_dir (line 1488) | void scan3_init_dir(struct directory *dir) function add_dir (line 1504) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name, function write_dir (line 1595) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, type file_buffer (line 1717) | struct file_buffer type fragment (line 1717) | struct fragment type squashfs_fragment_entry (line 1719) | struct squashfs_fragment_entry type file_buffer (line 1722) | struct file_buffer type frag_locked (line 1770) | struct frag_locked { type frag_locked (line 1779) | struct frag_locked function lock_fragments (line 1784) | int lock_fragments() function unlock_fragments (line 1795) | void unlock_fragments() function add_pending_fragment (line 1820) | void add_pending_fragment(struct file_buffer *write_buffer, int c_byte, function write_fragment (line 1836) | void write_fragment() type fragment (line 1862) | struct fragment type fragment (line 1863) | struct fragment type file_buffer (line 1863) | struct file_buffer type fragment (line 1865) | struct fragment type fragment (line 1874) | struct fragment function generic_write_table (line 1892) | long long generic_write_table(int length, void *buffer, int length2, function write_fragment_table (line 1944) | long long write_fragment_table() function get_checksum (line 1992) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 2005) | unsigned short get_checksum_disk(long long start, long long l, function get_checksum_mem (line 2033) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 2039) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 2049) | void add_file(long long start, long long file_size, long long file_bytes, function pre_duplicate (line 2086) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 2098) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 2125) | struct file_info type fragment (line 2126) | struct fragment type file_info (line 2130) | struct file_info type file_info (line 2130) | struct file_info type file_info (line 2152) | struct file_info type fragment (line 2153) | struct fragment type file_buffer (line 2154) | struct file_buffer type file_info (line 2157) | struct file_info type file_buffer (line 2179) | struct file_buffer type file_buffer (line 2200) | struct file_buffer type file_buffer (line 2201) | struct file_buffer type file_buffer (line 2233) | struct file_buffer function reader_read_process (line 2269) | void reader_read_process(struct dir_ent *dir_ent) function reader_read_file (line 2343) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 2449) | void reader_scan(struct dir_info *dir) { type priority_entry (line 2486) | struct priority_entry type file_buffer (line 2510) | struct file_buffer function all_zero (line 2542) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 2575) | struct file_buffer type file_buffer (line 2576) | struct file_buffer type file_buffer (line 2617) | struct file_buffer type file_buffer (line 2618) | struct file_buffer type file_buffer (line 2650) | struct file_buffer function push_buffer (line 2652) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 2661) | struct file_buffer type queue (line 2661) | struct queue type file_buffer (line 2665) | struct file_buffer type timeval (line 2693) | struct timeval type timespec (line 2694) | struct timespec type itimerval (line 2695) | struct itimerval type winsize (line 2696) | struct winsize function enable_progress_bar (line 2734) | void enable_progress_bar() function disable_progress_bar (line 2742) | void disable_progress_bar() function progress_bar (line 2750) | void progress_bar(long long current, long long max, int columns) function write_file_empty (line 2798) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_frag_dup (line 2808) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_frag (line 2839) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_process (line 2874) | int write_file_process(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_blocks (line 2962) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_blocks_dup (line 3061) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file (line 3202) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, type inode_info (line 3302) | struct inode_info type stat (line 3302) | struct stat type inode_info (line 3305) | struct inode_info type stat (line 3308) | struct stat type inode_info (line 3315) | struct inode_info type stat (line 3320) | struct stat function add_dir_entry (line 3343) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 3369) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 3378) | void sort_directory(struct dir_info *dir) type dir_info (line 3387) | struct dir_info type dir_info (line 3389) | struct dir_info type dir_info (line 3391) | struct dir_info function scan1_encomp_readdir (line 3409) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 3452) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 3489) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 3504) | struct dir_ent type dir_info (line 3504) | struct dir_info type dir_ent (line 3517) | struct dir_ent type dir_info (line 3517) | struct dir_info type dir_ent (line 3529) | struct dir_ent type directory (line 3529) | struct directory type dir_info (line 3529) | struct dir_info function scan1_freedir (line 3545) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 3554) | void scan2_freedir(struct dir_info *dir) function scan3_freedir (line 3564) | void scan3_freedir(struct directory *dir) function dir_scan (line 3572) | void dir_scan(squashfs_inode *inode, char *pathname, type dir_info (line 3638) | struct dir_info type pathnames (line 3638) | struct pathnames type dir_info (line 3639) | struct dir_info type dir_info (line 3642) | struct dir_info type dir_info (line 3650) | struct dir_info type stat (line 3651) | struct stat type pathnames (line 3652) | struct pathnames type dir_info (line 3702) | struct dir_info type dir_info (line 3702) | struct dir_info type pseudo (line 3702) | struct pseudo type dir_info (line 3704) | struct dir_info type dir_ent (line 3705) | struct dir_ent type pseudo_entry (line 3706) | struct pseudo_entry type stat (line 3707) | struct stat type inode_info (line 3714) | struct inode_info type stat (line 3715) | struct stat type stat (line 3725) | struct stat type stat (line 3785) | struct stat type inode_info (line 3787) | struct inode_info type inode_info (line 3800) | struct inode_info type inode_info (line 3807) | struct inode_info function dir_scan3 (line 3821) | void dir_scan3(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 3962) | unsigned int slog(unsigned int block) function old_excluded (line 3973) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 3994) | int old_add_exclude(char *path) function add_old_root_entry (line 4026) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_number, function initialise_threads (line 4043) | void initialise_threads(int readb_mbytes, int writeb_mbytes, function write_inode_lookup_table (line 4125) | long long write_inode_lookup_table() function free_path (line 4173) | void free_path(struct pathname *paths) type pathname (line 4191) | struct pathname type pathname (line 4191) | struct pathname type pathname (line 4199) | struct pathname type path_entry (line 4215) | struct path_entry function add_exclude (line 4266) | void add_exclude(char *target) function display_path (line 4280) | void display_path(int depth, struct pathname *paths) function display_path2 (line 4296) | void display_path2(struct pathname *paths, char *string) type pathnames (line 4313) | struct pathnames type pathnames (line 4315) | struct pathnames type pathnames (line 4315) | struct pathnames type pathnames (line 4323) | struct pathnames type pathnames (line 4323) | struct pathnames type pathname (line 4323) | struct pathname type pathnames (line 4326) | struct pathnames type pathname (line 4328) | struct pathname function free_subdir (line 4338) | void free_subdir(struct pathnames *paths) function excluded (line 4344) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 4405) | void write_recovery_data(struct squashfs_super_block *sBlk) function read_recovery_data (line 4457) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 4552) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.2-official/mksquashfs.h type dir_info (line 43) | struct dir_info { type dir_ent (line 55) | struct dir_ent { type inode_info (line 63) | struct inode_info { FILE: src/others/squashfs-4.2-official/pseudo.c type pseudo_dev (line 66) | struct pseudo_dev function dump_pseudo (line 69) | static void dump_pseudo(struct pseudo *pseudo, char *string) type pseudo (line 109) | struct pseudo type pseudo (line 109) | struct pseudo type pseudo_dev (line 109) | struct pseudo_dev type pseudo (line 118) | struct pseudo type pseudo_entry (line 134) | struct pseudo_entry type pseudo_dev (line 168) | struct pseudo_dev type pseudo (line 202) | struct pseudo type pseudo (line 202) | struct pseudo type pseudo_entry (line 217) | struct pseudo_entry type pseudo (line 217) | struct pseudo function exec_file (line 233) | int exec_file(char *command, struct pseudo_dev *dev) function add_pseudo_file (line 301) | void add_pseudo_file(struct pseudo_dev *dev) function delete_pseudo_files (line 313) | void delete_pseudo_files() type pseudo_dev (line 324) | struct pseudo_dev function read_pseudo_def (line 330) | int read_pseudo_def(struct pseudo **pseudo, char *def) function read_pseudo_file (line 474) | int read_pseudo_file(struct pseudo **pseudo, char *filename) FILE: src/others/squashfs-4.2-official/pseudo.h type pseudo_dev (line 24) | struct pseudo_dev { type pseudo_entry (line 39) | struct pseudo_entry { type pseudo (line 46) | struct pseudo { type pseudo (line 52) | struct pseudo type pseudo (line 53) | struct pseudo type pseudo (line 54) | struct pseudo type pseudo (line 54) | struct pseudo type pseudo_entry (line 55) | struct pseudo_entry type pseudo (line 55) | struct pseudo type pseudo_dev (line 56) | struct pseudo_dev FILE: src/others/squashfs-4.2-official/read_fs.c type compressor (line 72) | struct compressor function read_block (line 74) | int read_block(int fd, long long start, long long *next, void *block) function scan_inode_table (line 117) | int scan_inode_table(int fd, long long start, long long end, type compressor (line 375) | struct compressor type squashfs_super_block (line 375) | struct squashfs_super_block type squashfs_super_block (line 380) | struct squashfs_super_block type squashfs_super_block (line 491) | struct squashfs_super_block type squashfs_dir_header (line 494) | struct squashfs_dir_header type squashfs_dir_entry (line 495) | struct squashfs_dir_entry type squashfs_dir_entry (line 497) | struct squashfs_dir_entry type squashfs_dir_entry (line 497) | struct squashfs_dir_entry type squashfs_super_block (line 557) | struct squashfs_super_block function read_fragment_table (line 605) | int read_fragment_table(int fd, struct squashfs_super_block *sBlk, function read_inode_lookup_table (line 656) | int read_inode_lookup_table(int fd, struct squashfs_super_block *sBlk, function read_filesystem (line 703) | long long read_filesystem(char *root_name, int fd, struct squashfs_super... FILE: src/others/squashfs-4.2-official/read_xattrs.c type hash_entry (line 66) | struct hash_entry { type squashfs_xattr_id (line 72) | struct squashfs_xattr_id type prefix (line 79) | struct prefix function save_xattr_block (line 90) | static int save_xattr_block(long long start, int offset) function get_xattr_block (line 115) | static int get_xattr_block(long long start) function read_xattr_entry (line 135) | static int read_xattr_entry(struct xattr_list *xattr, function read_xattrs_from_disk (line 170) | int read_xattrs_from_disk(int fd, struct squashfs_super_block *sBlk) type xattr_list (line 295) | struct xattr_list type xattr_list (line 298) | struct xattr_list type squashfs_xattr_entry (line 314) | struct squashfs_xattr_entry type squashfs_xattr_val (line 315) | struct squashfs_xattr_val type xattr_list (line 319) | struct xattr_list FILE: src/others/squashfs-4.2-official/sort.c type sort_info (line 63) | struct sort_info { type sort_info (line 70) | struct sort_info type priority_entry (line 72) | struct priority_entry type dir_ent (line 75) | struct dir_ent function add_priority_list (line 79) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 96) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 202) | int generate_file_priorities(struct dir_info *dir, int priority, function read_sort_file (line 237) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 262) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-4.2-official/sort.h type priority_entry (line 27) | struct priority_entry { FILE: src/others/squashfs-4.2-official/squashfs_compat.h type squashfs_super_block_3 (line 38) | struct squashfs_super_block_3 { type squashfs_dir_index_3 (line 67) | struct squashfs_dir_index_3 { type squashfs_base_inode_header_3 (line 82) | struct squashfs_base_inode_header_3 { type squashfs_ipc_inode_header_3 (line 86) | struct squashfs_ipc_inode_header_3 { type squashfs_dev_inode_header_3 (line 91) | struct squashfs_dev_inode_header_3 { type squashfs_symlink_inode_header_3 (line 97) | struct squashfs_symlink_inode_header_3 { type squashfs_reg_inode_header_3 (line 104) | struct squashfs_reg_inode_header_3 { type squashfs_lreg_inode_header_3 (line 113) | struct squashfs_lreg_inode_header_3 { type squashfs_dir_inode_header_3 (line 123) | struct squashfs_dir_inode_header_3 { type squashfs_ldir_inode_header_3 (line 132) | struct squashfs_ldir_inode_header_3 { type squashfs_base_inode_header_3 (line 144) | struct squashfs_base_inode_header_3 type squashfs_dev_inode_header_3 (line 145) | struct squashfs_dev_inode_header_3 type squashfs_symlink_inode_header_3 (line 146) | struct squashfs_symlink_inode_header_3 type squashfs_reg_inode_header_3 (line 147) | struct squashfs_reg_inode_header_3 type squashfs_lreg_inode_header_3 (line 148) | struct squashfs_lreg_inode_header_3 type squashfs_dir_inode_header_3 (line 149) | struct squashfs_dir_inode_header_3 type squashfs_ldir_inode_header_3 (line 150) | struct squashfs_ldir_inode_header_3 type squashfs_ipc_inode_header_3 (line 151) | struct squashfs_ipc_inode_header_3 type squashfs_dir_entry_3 (line 154) | struct squashfs_dir_entry_3 { type squashfs_dir_header_3 (line 162) | struct squashfs_dir_header_3 { type squashfs_fragment_entry_3 (line 168) | struct squashfs_fragment_entry_3 { type squashfs_super_block_3 (line 175) | typedef struct squashfs_super_block_3 squashfs_super_block_3; type squashfs_dir_index_3 (line 176) | typedef struct squashfs_dir_index_3 squashfs_dir_index_3; type squashfs_base_inode_header_3 (line 177) | typedef struct squashfs_base_inode_header_3 squashfs_base_inode_header_3; type squashfs_ipc_inode_header_3 (line 178) | typedef struct squashfs_ipc_inode_header_3 squashfs_ipc_inode_header_3; type squashfs_dev_inode_header_3 (line 179) | typedef struct squashfs_dev_inode_header_3 squashfs_dev_inode_header_3; type squashfs_symlink_inode_header_3 (line 180) | typedef struct squashfs_symlink_inode_header_3 squashfs_symlink_inode_he... type squashfs_reg_inode_header_3 (line 181) | typedef struct squashfs_reg_inode_header_3 squashfs_reg_inode_header_3; type squashfs_lreg_inode_header_3 (line 182) | typedef struct squashfs_lreg_inode_header_3 squashfs_lreg_inode_header_3; type squashfs_dir_inode_header_3 (line 183) | typedef struct squashfs_dir_inode_header_3 squashfs_dir_inode_header_3; type squashfs_ldir_inode_header_3 (line 184) | typedef struct squashfs_ldir_inode_header_3 squashfs_ldir_inode_header_3; type squashfs_dir_entry_3 (line 185) | typedef struct squashfs_dir_entry_3 squashfs_dir_entry_3; type squashfs_dir_header_3 (line 186) | typedef struct squashfs_dir_header_3 squashfs_dir_header_3; type squashfs_fragment_entry_3 (line 187) | typedef struct squashfs_fragment_entry_3 squashfs_fragment_entry_3; type squashfs_base_inode_header_1 (line 414) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 421) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 430) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 438) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 447) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 458) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 470) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 471) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 472) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 473) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 474) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 475) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_1 (line 478) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 479) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 480) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 481) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 482) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 483) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 484) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_dir_index_2 (line 542) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 549) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 556) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 563) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 571) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 580) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 593) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 604) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 618) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 619) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 620) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 621) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 622) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 623) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 624) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 627) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 632) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 639) | struct squashfs_fragment_entry_2 { type squashfs_dir_index_2 (line 644) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 645) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 646) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 647) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 648) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 649) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 650) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 651) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 652) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 653) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 654) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 655) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; FILE: src/others/squashfs-4.2-official/squashfs_fs.h type meta_entry (line 248) | struct meta_entry { type meta_index (line 255) | struct meta_index { type squashfs_block (line 270) | typedef long long squashfs_block; type squashfs_inode (line 271) | typedef long long squashfs_inode; type squashfs_super_block (line 278) | struct squashfs_super_block { type squashfs_dir_index (line 300) | struct squashfs_dir_index { type squashfs_base_inode_header (line 307) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 316) | struct squashfs_ipc_inode_header { type squashfs_lipc_inode_header (line 326) | struct squashfs_lipc_inode_header { type squashfs_dev_inode_header (line 337) | struct squashfs_dev_inode_header { type squashfs_ldev_inode_header (line 348) | struct squashfs_ldev_inode_header { type squashfs_symlink_inode_header (line 360) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 372) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 386) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 403) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 417) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 435) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 436) | struct squashfs_dev_inode_header type squashfs_ldev_inode_header (line 437) | struct squashfs_ldev_inode_header type squashfs_symlink_inode_header (line 438) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 439) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 440) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 441) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 442) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 443) | struct squashfs_ipc_inode_header type squashfs_lipc_inode_header (line 444) | struct squashfs_lipc_inode_header type squashfs_dir_entry (line 447) | struct squashfs_dir_entry { type squashfs_dir_header (line 455) | struct squashfs_dir_header { type squashfs_fragment_entry (line 461) | struct squashfs_fragment_entry { type squashfs_xattr_entry (line 467) | struct squashfs_xattr_entry { type squashfs_xattr_val (line 473) | struct squashfs_xattr_val { type squashfs_xattr_id (line 478) | struct squashfs_xattr_id { type squashfs_xattr_table (line 484) | struct squashfs_xattr_table { FILE: src/others/squashfs-4.2-official/swap.c function swap_le16 (line 31) | void swap_le16(void *src, void *dest) function swap_le32 (line 41) | void swap_le32(void *src, void *dest) function swap_le64 (line 53) | void swap_le64(void *src, void *dest) function inswap_le16 (line 69) | unsigned short inswap_le16(unsigned short num) function inswap_le32 (line 76) | unsigned int inswap_le32(unsigned int num) function inswap_le64 (line 85) | long long inswap_le64(long long n) FILE: src/others/squashfs-4.2-official/unsquash-1.c function read_block_list_1 (line 28) | void read_block_list_1(unsigned int *block_list, char *block_ptr, int bl... function read_fragment_table_1 (line 49) | int read_fragment_table_1() type inode (line 56) | struct inode type inode (line 62) | struct inode type dir (line 203) | struct dir type inode (line 204) | struct inode type dir_ent (line 213) | struct dir_ent type dir (line 214) | struct dir type dir (line 229) | struct dir type dir_ent (line 274) | struct dir_ent function read_uids_guids_1 (line 294) | int read_uids_guids_1() FILE: src/others/squashfs-4.2-official/unsquash-2.c function read_block_list_2 (line 30) | void read_block_list_2(unsigned int *block_list, char *block_ptr, int bl... function read_fragment_table_2 (line 43) | int read_fragment_table_2() function read_fragment_2 (line 112) | void read_fragment_2(unsigned int fragment, long long *start_block, int ... type inode (line 122) | struct inode type inode (line 128) | struct inode FILE: src/others/squashfs-4.2-official/unsquash-3.c function read_fragment_table_3 (line 30) | int read_fragment_table_3() function read_fragment_3 (line 99) | void read_fragment_3(unsigned int fragment, long long *start_block, int ... type inode (line 109) | struct inode type inode (line 115) | struct inode type dir (line 275) | struct dir type inode (line 276) | struct inode type dir_ent (line 285) | struct dir_ent type dir (line 286) | struct dir type dir (line 302) | struct dir type dir_ent (line 347) | struct dir_ent FILE: src/others/squashfs-4.2-official/unsquash-4.c type squashfs_fragment_entry (line 29) | struct squashfs_fragment_entry function read_fragment_table_4 (line 32) | int read_fragment_table_4() function read_fragment_4 (line 80) | void read_fragment_4(unsigned int fragment, long long *start_block, int ... type inode (line 92) | struct inode type inode (line 98) | struct inode type squashfs_dir_inode_header (line 117) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 128) | struct squashfs_ldir_inode_header type squashfs_reg_inode_header (line 139) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 159) | struct squashfs_lreg_inode_header type squashfs_symlink_inode_header (line 180) | struct squashfs_symlink_inode_header type squashfs_symlink_inode_header (line 189) | struct squashfs_symlink_inode_header type squashfs_symlink_inode_header (line 196) | struct squashfs_symlink_inode_header type squashfs_dev_inode_header (line 204) | struct squashfs_dev_inode_header type squashfs_ldev_inode_header (line 214) | struct squashfs_ldev_inode_header type squashfs_lipc_inode_header (line 229) | struct squashfs_lipc_inode_header type dir (line 245) | struct dir type inode (line 246) | struct inode type squashfs_dir_header (line 248) | struct squashfs_dir_header type squashfs_dir_entry (line 249) | struct squashfs_dir_entry type squashfs_dir_entry (line 251) | struct squashfs_dir_entry type squashfs_dir_entry (line 251) | struct squashfs_dir_entry type dir_ent (line 255) | struct dir_ent type dir (line 256) | struct dir type dir (line 272) | struct dir type dir_ent (line 306) | struct dir_ent function read_uids_guids_4 (line 326) | int read_uids_guids_4() FILE: src/others/squashfs-4.2-official/unsquashfs.c type cache (line 35) | struct cache type queue (line 36) | struct queue type super_block (line 43) | struct super_block type compressor (line 45) | struct compressor type hash_table_entry (line 50) | struct hash_table_entry type test (line 91) | struct test function sigwinch_handler (line 119) | void sigwinch_handler() function sigalrm_handler (line 133) | void sigalrm_handler() type queue (line 139) | struct queue type queue (line 141) | struct queue type queue (line 141) | struct queue function queue_put (line 160) | void queue_put(struct queue *queue, void *data) type queue (line 176) | struct queue function insert_hash_table (line 194) | void insert_hash_table(struct cache *cache, struct cache_entry *entry) function remove_hash_table (line 207) | void remove_hash_table(struct cache *cache, struct cache_entry *entry) function insert_free_list (line 222) | void insert_free_list(struct cache *cache, struct cache_entry *entry) function remove_free_list (line 237) | void remove_free_list(struct cache *cache, struct cache_entry *entry) type cache (line 257) | struct cache type cache (line 259) | struct cache type cache (line 259) | struct cache type cache_entry (line 268) | struct cache_entry type cache_entry (line 279) | struct cache_entry type cache (line 279) | struct cache type cache_entry (line 289) | struct cache_entry type cache_entry (line 312) | struct cache_entry function cache_block_ready (line 357) | void cache_block_ready(struct cache_entry *entry, int error) function cache_block_wait (line 382) | void cache_block_wait(struct cache_entry *entry) function cache_block_put (line 400) | void cache_block_put(struct cache_entry *entry) function print_filename (line 444) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 508) | void add_entry(struct hash_table_entry *hash_table[], long long start, function lookup_entry (line 525) | int lookup_entry(struct hash_table_entry *hash_table[], long long start) function read_fs_bytes (line 540) | int read_fs_bytes(int fd, long long byte, int bytes, void *buff) function read_block (line 573) | int read_block(int fd, long long start, long long *next, void *block) function read_data_block (line 626) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 663) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 689) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function write_bytes (line 722) | int write_bytes(int fd, char *buff, int bytes) function write_block (line 745) | int write_block(int file_fd, char *buffer, int size, long long hole, int... function write_file (line 787) | int write_file(struct inode *inode, char *pathname) function create_inode (line 870) | int create_inode(char *pathname, struct inode *i) function uncompress_directory_table (line 988) | void uncompress_directory_table(long long start, long long end) function squashfs_readdir (line 1014) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1030) | void squashfs_closedir(struct dir *dir) function free_path (line 1051) | void free_path(struct pathname *paths) type pathname (line 1069) | struct pathname type pathname (line 1069) | struct pathname type pathname (line 1079) | struct pathname type path_entry (line 1097) | struct path_entry type pathnames (line 1159) | struct pathnames type pathnames (line 1161) | struct pathnames type pathnames (line 1161) | struct pathnames type pathnames (line 1169) | struct pathnames type pathnames (line 1169) | struct pathnames type pathname (line 1169) | struct pathname type pathnames (line 1172) | struct pathnames type pathname (line 1174) | struct pathname function free_subdir (line 1184) | void free_subdir(struct pathnames *paths) function matches (line 1190) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function pre_scan (line 1253) | void pre_scan(char *parent_name, unsigned int start_block, unsigned int ... function dir_scan (line 1297) | void dir_scan(char *parent_name, unsigned int start_block, unsigned int ... function squashfs_stat (line 1357) | void squashfs_stat(char *source) function read_super (line 1453) | int read_super(char *source) type pathname (line 1581) | struct pathname type pathname (line 1581) | struct pathname type cache_entry (line 1606) | struct cache_entry type squashfs_file (line 1638) | struct squashfs_file type file_entry (line 1654) | struct file_entry type cache_entry (line 1733) | struct cache_entry type timeval (line 1758) | struct timeval type timespec (line 1759) | struct timespec type itimerval (line 1760) | struct itimerval type winsize (line 1761) | struct winsize function initialise_threads (line 1799) | void initialise_threads(int fragment_buffer_size, int data_buffer_size) function enable_progress_bar (line 1865) | void enable_progress_bar() function disable_progress_bar (line 1873) | void disable_progress_bar() function update_progress_bar (line 1881) | void update_progress_bar() function progress_bar (line 1889) | void progress_bar(long long current, long long max, int columns) function main (line 1957) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.2-official/unsquashfs.h type super_block (line 93) | struct super_block { type hash_table_entry (line 102) | struct hash_table_entry { type inode (line 108) | struct inode { type squashfs_operations (line 127) | typedef struct squashfs_operations { type test (line 140) | struct test { type cache (line 150) | struct cache { type cache_entry (line 164) | struct cache_entry { type queue (line 179) | struct queue { type dir_ent (line 196) | struct dir_ent { type dir (line 203) | struct dir { type file_entry (line 214) | struct file_entry { type squashfs_file (line 221) | struct squashfs_file { type path_entry (line 234) | struct path_entry { type pathname (line 240) | struct pathname { type pathnames (line 245) | struct pathnames { type super_block (line 252) | struct super_block type hash_table_entry (line 256) | struct hash_table_entry type hash_table_entry (line 266) | struct hash_table_entry type inode (line 273) | struct inode type dir (line 274) | struct dir type inode (line 275) | struct inode type inode (line 282) | struct inode type inode (line 287) | struct inode type dir (line 288) | struct dir type inode (line 289) | struct inode type inode (line 294) | struct inode type dir (line 295) | struct dir type inode (line 296) | struct inode FILE: src/others/squashfs-4.2-official/unsquashfs_xattr.c function write_xattr (line 32) | void write_xattr(char *pathname, unsigned int xattr) FILE: src/others/squashfs-4.2-official/xattr.c type squashfs_xattr_id (line 67) | struct squashfs_xattr_id type xattr_list (line 81) | struct xattr_list type dupl_id (line 84) | struct dupl_id type squashfs_super_block (line 99) | struct squashfs_super_block type xattr_list (line 100) | struct xattr_list type prefix (line 101) | struct prefix function get_prefix (line 104) | static int get_prefix(struct xattr_list *xattr, char *name) function read_xattrs_from_system (line 125) | static int read_xattrs_from_system(char *filename, struct xattr_list **x... function get_xattr_size (line 241) | static int get_xattr_size(struct xattr_list *xattr) type dupl_id (line 310) | struct dupl_id type xattr_list (line 310) | struct xattr_list type dupl_id (line 312) | struct dupl_id type xattr_list (line 318) | struct xattr_list type xattr_list (line 331) | struct xattr_list type xattr_list (line 332) | struct xattr_list function check_value_dupl (line 363) | static void check_value_dupl(struct xattr_list *xattr) function get_xattr_id (line 405) | static int get_xattr_id(int xattrs, struct xattr_list *xattr_list, function write_xattrs (line 439) | long long write_xattrs() function generate_xattrs (line 500) | int generate_xattrs(int xattrs, struct xattr_list *xattr_list) function read_xattrs (line 636) | int read_xattrs(void *d) function get_xattrs (line 661) | int get_xattrs(int fd, struct squashfs_super_block *sBlk) function save_xattrs (line 705) | int save_xattrs() function restore_xattrs (line 737) | void restore_xattrs() FILE: src/others/squashfs-4.2-official/xattr.h type xattr_list (line 40) | struct xattr_list { type dupl_id (line 52) | struct dupl_id { type prefix (line 59) | struct prefix { type xattr_list (line 64) | struct xattr_list type squashfs_super_block (line 67) | struct squashfs_super_block type squashfs_super_block (line 74) | struct squashfs_super_block type xattr_list (line 75) | struct xattr_list function get_xattrs (line 77) | static inline int get_xattrs(int fd, struct squashfs_super_block *sBlk) function read_xattrs (line 88) | static inline int read_xattrs(void *dir_ent) function write_xattrs (line 94) | static inline long long write_xattrs() function save_xattrs (line 100) | static inline int save_xattrs() function restore_xattrs (line 106) | static inline void restore_xattrs() function write_xattr (line 111) | static inline void write_xattr(char *pathname, unsigned int xattr) function read_xattrs_from_disk (line 116) | static inline int read_xattrs_from_disk(int fd, struct squashfs_super_bl... type xattr_list (line 127) | struct xattr_list FILE: src/others/squashfs-4.2-official/xz_wrapper.c type bcj (line 34) | struct bcj type comp_opts (line 44) | struct comp_opts function xz_options (line 51) | static int xz_options(char *argv[], int argc) function xz_options_post (line 136) | static int xz_options_post(int block_size) function xz_extract_options (line 218) | static int xz_extract_options(int block_size, void *buffer, int size) function xz_init (line 266) | static int xz_init(void **strm, int block_size, int datablock) function xz_compress (line 319) | static int xz_compress(void *strm, void *dest, void *src, int size, function xz_uncompress (line 370) | static int xz_uncompress(void *dest, void *src, int size, int block_size, function xz_usage (line 385) | void xz_usage() type compressor (line 406) | struct compressor FILE: src/others/squashfs-4.2-official/xz_wrapper.h type bcj (line 48) | struct bcj { type filter (line 54) | struct filter { type xz_stream (line 60) | struct xz_stream { type comp_opts (line 67) | struct comp_opts { FILE: src/others/squashfs-4.2/lzma-4.65/C/7zBuf.c function Buf_Init (line 8) | void Buf_Init(CBuf *p) function Buf_Create (line 14) | int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function Buf_Free (line 31) | void Buf_Free(CBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.2/lzma-4.65/C/7zBuf.h type CBuf (line 9) | typedef struct type CDynBuf (line 19) | typedef struct FILE: src/others/squashfs-4.2/lzma-4.65/C/7zBuf2.c function DynBuf_Construct (line 7) | void DynBuf_Construct(CDynBuf *p) function DynBuf_SeekToBeg (line 14) | void DynBuf_SeekToBeg(CDynBuf *p) function DynBuf_Write (line 19) | int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) function DynBuf_Free (line 39) | void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.2/lzma-4.65/C/7zCrc.c function CrcGenerateTable (line 11) | CrcGenerateTable(void) function UInt32 (line 24) | UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) function UInt32 (line 32) | UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) FILE: src/others/squashfs-4.2/lzma-4.65/C/7zFile.c function File_Construct (line 28) | void File_Construct(CSzFile *p) function WRes (line 37) | static WRes File_Open(CSzFile *p, const char *name, int writeMode) function WRes (line 52) | WRes InFile_Open(CSzFile *p, const char *name) { return File_Open(p, nam... function WRes (line 53) | WRes OutFile_Open(CSzFile *p, const char *name) { return File_Open(p, na... function WRes (line 55) | WRes File_Close(CSzFile *p) function WRes (line 76) | WRes File_Read(CSzFile *p, void *data, size_t *size) function WRes (line 111) | WRes File_Write(CSzFile *p, const void *data, size_t *size) function WRes (line 146) | WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin) function WRes (line 189) | WRes File_GetLength(CSzFile *p, UInt64 *length) function SRes (line 218) | static SRes FileSeqInStream_Read(void *pp, void *buf, size_t *size) function FileSeqInStream_CreateVTable (line 224) | void FileSeqInStream_CreateVTable(CFileSeqInStream *p) function SRes (line 232) | static SRes FileInStream_Read(void *pp, void *buf, size_t *size) function SRes (line 238) | static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) function FileInStream_CreateVTable (line 244) | void FileInStream_CreateVTable(CFileInStream *p) function FileOutStream_Write (line 253) | static size_t FileOutStream_Write(void *pp, const void *data, size_t size) function FileOutStream_CreateVTable (line 260) | void FileOutStream_CreateVTable(CFileOutStream *p) FILE: src/others/squashfs-4.2/lzma-4.65/C/7zFile.h type CSzFile (line 22) | typedef struct type CFileSeqInStream (line 48) | typedef struct type CFileInStream (line 57) | typedef struct type CFileOutStream (line 66) | typedef struct FILE: src/others/squashfs-4.2/lzma-4.65/C/7zStream.c function SRes (line 8) | SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRe... function SRes (line 22) | SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) function SRes (line 27) | SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf) function SRes (line 34) | SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset) function SRes (line 40) | SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) function SRes (line 50) | SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, S... function SRes (line 64) | SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) function SRes (line 69) | static SRes LookToRead_Look_Lookahead(void *pp, void **buf, size_t *size) function SRes (line 87) | static SRes LookToRead_Look_Exact(void *pp, void **buf, size_t *size) function SRes (line 106) | static SRes LookToRead_Skip(void *pp, size_t offset) function SRes (line 113) | static SRes LookToRead_Read(void *pp, void *buf, size_t *size) function SRes (line 127) | static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) function LookToRead_CreateVTable (line 134) | void LookToRead_CreateVTable(CLookToRead *p, int lookahead) function LookToRead_Init (line 144) | void LookToRead_Init(CLookToRead *p) function SRes (line 149) | static SRes SecToLook_Read(void *pp, void *buf, size_t *size) function SecToLook_CreateVTable (line 155) | void SecToLook_CreateVTable(CSecToLook *p) function SRes (line 160) | static SRes SecToRead_Read(void *pp, void *buf, size_t *size) function SecToRead_CreateVTable (line 166) | void SecToRead_CreateVTable(CSecToRead *p) FILE: src/others/squashfs-4.2/lzma-4.65/C/Alloc.c function MyFree (line 38) | void MyFree(void *address) function MidFree (line 59) | void MidFree(void *address) function SetLargePageSize (line 79) | void SetLargePageSize() function BigFree (line 115) | void BigFree(void *address) FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zAlloc.c function SzFree (line 34) | void SzFree(void *p, void *address) function SzFreeTemp (line 62) | void SzFreeTemp(void *p, void *address) FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zDecode.c function SRes (line 16) | static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStre... function SRes (line 64) | static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *o... function SRes (line 88) | SRes CheckSupportedFolder(const CSzFolder *f) function UInt64 (line 130) | UInt64 GetSum(const UInt64 *values, UInt32 index) function SRes (line 139) | SRes SzDecode2(const UInt64 *packSizes, const CSzFolder *folder, function SRes (line 243) | SRes SzDecode(const UInt64 *packSizes, const CSzFolder *folder, FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zExtract.c function SRes (line 8) | SRes SzAr_Extract( FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zHeader.h type EIdEnum (line 16) | enum EIdEnum FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zIn.c function SzArEx_Init (line 15) | void SzArEx_Init(CSzArEx *p) function SzArEx_Free (line 24) | void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) function SRes (line 56) | static SRes SzArEx_Fill(CSzArEx *p, ISzAlloc *alloc) function UInt64 (line 120) | UInt64 SzArEx_GetFolderStreamPos(const CSzArEx *p, UInt32 folderIndex, U... function SzArEx_GetFolderFullPackSize (line 126) | int SzArEx_GetFolderFullPackSize(const CSzArEx *p, UInt32 folderIndex, U... function TestSignatureCandidate (line 178) | static int TestSignatureCandidate(Byte *testBytes) type CSzData (line 187) | typedef struct _CSzState function SRes (line 193) | static SRes SzReadByte(CSzData *sd, Byte *b) function SRes (line 202) | static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) function SRes (line 212) | static SRes SzReadUInt32(CSzData *sd, UInt32 *value) function SRes (line 225) | static SRes SzReadNumber(CSzData *sd, UInt64 *value) function SRes (line 248) | static SRes SzReadNumber32(CSzData *sd, UInt32 *value) function SRes (line 260) | static SRes SzReadID(CSzData *sd, UInt64 *value) function SRes (line 265) | static SRes SzSkeepDataSize(CSzData *sd, UInt64 size) function SRes (line 274) | static SRes SzSkeepData(CSzData *sd) function SRes (line 281) | static SRes SzReadArchiveProperties(CSzData *sd) function SRes (line 294) | static SRes SzWaitAttribute(CSzData *sd, UInt64 attribute) function SRes (line 308) | static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISz... function SRes (line 327) | static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, IS... function SRes (line 340) | static SRes SzReadHashDigests( function SRes (line 358) | static SRes SzReadPackInfo( function SRes (line 406) | static SRes SzReadSwitch(CSzData *sd) function SRes (line 413) | static SRes SzGetNextFolderItem(CSzData *sd, CSzFolder *folder, ISzAlloc... function SRes (line 523) | static SRes SzReadUnpackInfo( function SRes (line 593) | static SRes SzReadSubStreamsInfo( function SRes (line 739) | static SRes SzReadStreamsInfo( function SRes (line 785) | static SRes SzReadFileNames(CSzData *sd, UInt32 numFiles, CSzFileItem *f... function SRes (line 860) | static SRes SzReadHeader2( function SRes (line 1010) | static SRes SzReadHeader( function SRes (line 1035) | static SRes SzReadAndDecodePackedStreams2( function SRes (line 1079) | static SRes SzReadAndDecodePackedStreams( function SRes (line 1102) | static SRes SzArEx_Open2( function SRes (line 1198) | SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, ISzAlloc *allocMai... FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zIn.h type CSzArEx (line 10) | typedef struct FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zItem.c function SzCoderInfo_Init (line 6) | void SzCoderInfo_Init(CSzCoderInfo *p) function SzCoderInfo_Free (line 11) | void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc) function SzFolder_Init (line 17) | void SzFolder_Init(CSzFolder *p) function SzFolder_Free (line 31) | void SzFolder_Free(CSzFolder *p, ISzAlloc *alloc) function UInt32 (line 44) | UInt32 SzFolder_GetNumOutStreams(CSzFolder *p) function SzFolder_FindBindPairForInStream (line 53) | int SzFolder_FindBindPairForInStream(CSzFolder *p, UInt32 inStreamIndex) function SzFolder_FindBindPairForOutStream (line 63) | int SzFolder_FindBindPairForOutStream(CSzFolder *p, UInt32 outStreamIndex) function UInt64 (line 72) | UInt64 SzFolder_GetUnpackSize(CSzFolder *p) function SzFile_Init (line 84) | void SzFile_Init(CSzFileItem *p) function SzFile_Free (line 94) | static void SzFile_Free(CSzFileItem *p, ISzAlloc *alloc) function SzAr_Init (line 100) | void SzAr_Init(CSzAr *p) function SzAr_Free (line 112) | void SzAr_Free(CSzAr *p, ISzAlloc *alloc) FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zItem.h type CSzCoderInfo (line 9) | typedef struct type CBindPair (line 20) | typedef struct type CSzFolder (line 26) | typedef struct type CNtfsFileTime (line 47) | typedef struct type CSzFileItem (line 53) | typedef struct type CSzAr (line 69) | typedef struct FILE: src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zMain.c function ConvertNumberToString (line 16) | static void ConvertNumberToString(UInt64 value, char *s) function ConvertFileTimeToString (line 36) | static void ConvertFileTimeToString(CNtfsFileTime *ft, char *s) function PrintError (line 87) | void PrintError(char *sz) function main (line 92) | int MY_CDECL main(int numargs, char *args[]) FILE: src/others/squashfs-4.2/lzma-4.65/C/Bcj2.c function Bcj2_Decode (line 33) | int Bcj2_Decode( FILE: src/others/squashfs-4.2/lzma-4.65/C/Bra.c function SizeT (line 6) | SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 33) | SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 69) | SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) function SizeT (line 99) | SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-4.2/lzma-4.65/C/Bra86.c function SizeT (line 11) | SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int ... FILE: src/others/squashfs-4.2/lzma-4.65/C/BraIA64.c function SizeT (line 14) | SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) FILE: src/others/squashfs-4.2/lzma-4.65/C/LzFind.c function LzInWindow_Free (line 17) | static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) function LzInWindow_Create (line 28) | static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISz... function Byte (line 45) | Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->bu... function Byte (line 46) | Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->... function UInt32 (line 48) | UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->str... function MatchFinder_ReduceOffsets (line 50) | void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) function MatchFinder_ReadBlock (line 57) | static void MatchFinder_ReadBlock(CMatchFinder *p) function MatchFinder_MoveBlock (line 81) | void MatchFinder_MoveBlock(CMatchFinder *p) function MatchFinder_NeedMove (line 89) | int MatchFinder_NeedMove(CMatchFinder *p) function MatchFinder_ReadIfRequired (line 95) | void MatchFinder_ReadIfRequired(CMatchFinder *p) function MatchFinder_CheckAndMoveAndRead (line 103) | static void MatchFinder_CheckAndMoveAndRead(CMatchFinder *p) function MatchFinder_SetDefaultSettings (line 110) | static void MatchFinder_SetDefaultSettings(CMatchFinder *p) function MatchFinder_Construct (line 122) | void MatchFinder_Construct(CMatchFinder *p) function MatchFinder_FreeThisClassMemory (line 140) | static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *a... function MatchFinder_Free (line 146) | void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) function CLzRef (line 152) | static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) function MatchFinder_Create (line 160) | int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, function MatchFinder_SetLimits (line 236) | static void MatchFinder_SetLimits(CMatchFinder *p) function MatchFinder_Init (line 261) | void MatchFinder_Init(CMatchFinder *p) function UInt32 (line 275) | static UInt32 MatchFinder_GetSubValue(CMatchFinder *p) function MatchFinder_Normalize3 (line 280) | void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numIt... function MatchFinder_Normalize (line 294) | static void MatchFinder_Normalize(CMatchFinder *p) function MatchFinder_CheckLimits (line 301) | static void MatchFinder_CheckLimits(CMatchFinder *p) function UInt32 (line 312) | static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt... function UInt32 (line 343) | UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, c... function SkipMatchesSpec (line 398) | static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos... function MatchFinder_MovePos (line 455) | static void MatchFinder_MovePos(CMatchFinder *p) { MOVE_POS; } function UInt32 (line 474) | static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 485) | UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function UInt32 (line 496) | static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 529) | static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 576) | static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distan... function UInt32 (line 625) | UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) function Bt2_MatchFinder_Skip (line 637) | static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3Zip_MatchFinder_Skip (line 650) | void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt3_MatchFinder_Skip (line 663) | static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Bt4_MatchFinder_Skip (line 678) | static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc4_MatchFinder_Skip (line 694) | static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function Hc3Zip_MatchFinder_Skip (line 711) | void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num) function MatchFinder_CreateVTable (line 725) | void MatchFinder_CreateVTable(CMatchFinder *p, IMatchFinder *vTable) FILE: src/others/squashfs-4.2/lzma-4.65/C/LzFind.h type UInt32 (line 9) | typedef UInt32 CLzRef; type CMatchFinder (line 11) | typedef struct _CMatchFinder type Byte (line 83) | typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); type UInt32 (line 84) | typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); type Byte (line 85) | typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); type UInt32 (line 86) | typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); type IMatchFinder (line 89) | typedef struct _IMatchFinder FILE: src/others/squashfs-4.2/lzma-4.65/C/LzFindMt.c function MtSync_Construct (line 8) | void MtSync_Construct(CMtSync *p) function MtSync_GetNextBlock (line 21) | void MtSync_GetNextBlock(CMtSync *p) function MtSync_StopWriting (line 49) | void MtSync_StopWriting(CMtSync *p) function MtSync_Destruct (line 72) | void MtSync_Destruct(CMtSync *p) function SRes (line 100) | static SRes MtSync_Create2(CMtSync *p, unsigned (MY_STD_CALL *startAddre... function SRes (line 122) | static SRes MtSync_Create(CMtSync *p, unsigned (MY_STD_CALL *startAddres... function MtSync_Init (line 130) | void MtSync_Init(CMtSync *p) { p->needStart = True; } function HashThreadFunc (line 148) | void HashThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_GetNextBlock_Hash (line 218) | void MatchFinderMt_GetNextBlock_Hash(CMatchFinderMt *p) function Int32 (line 234) | Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte ... function BtGetMatches (line 311) | void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) function BtFillBlock (line 380) | void BtFillBlock(CMatchFinderMt *p, UInt32 globalBlockIndex) function BtThreadFunc (line 405) | void BtThreadFunc(CMatchFinderMt *mt) function MatchFinderMt_Construct (line 431) | void MatchFinderMt_Construct(CMatchFinderMt *p) function MatchFinderMt_FreeMem (line 438) | void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) function MatchFinderMt_Destruct (line 444) | void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) function HashThreadFunc2 (line 454) | static unsigned MY_STD_CALL HashThreadFunc2(void *p) { HashThreadFunc((C... function BtThreadFunc2 (line 455) | static unsigned MY_STD_CALL BtThreadFunc2(void *p) function SRes (line 465) | SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 ... function MatchFinderMt_Init (line 490) | void MatchFinderMt_Init(CMatchFinderMt *p) function MatchFinderMt_ReleaseStream (line 515) | void MatchFinderMt_ReleaseStream(CMatchFinderMt *p) function MatchFinderMt_Normalize (line 521) | void MatchFinderMt_Normalize(CMatchFinderMt *p) function MatchFinderMt_GetNextBlock_Bt (line 527) | void MatchFinderMt_GetNextBlock_Bt(CMatchFinderMt *p) function Byte (line 539) | const Byte * MatchFinderMt_GetPointerToCurrentPos(CMatchFinderMt *p) function UInt32 (line 546) | UInt32 MatchFinderMt_GetNumAvailableBytes(CMatchFinderMt *p) function Byte (line 552) | Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) function UInt32 (line 557) | UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 577) | UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *dist... function UInt32 (line 667) | UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) function UInt32 (line 685) | UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) function MatchFinderMt0_Skip (line 718) | void MatchFinderMt0_Skip(CMatchFinderMt *p, UInt32 num) FILE: src/others/squashfs-4.2/lzma-4.65/C/LzFindMt.h type CMtSync (line 18) | typedef struct _CMtSync type UInt32 (line 37) | typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *... type CMatchFinderMt (line 45) | typedef struct _CMatchFinderMt FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaDec.c function LzmaDec_DecodeReal (line 137) | static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, con... function LzmaDec_WriteRem (line 436) | static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) function LzmaDec_DecodeReal2 (line 462) | static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, co... type ELzmaDummy (line 487) | typedef enum function ELzmaDummy (line 495) | static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, S... function IF_BIT_0_CHECK (line 608) | IF_BIT_0_CHECK(probLen) function IF_BIT_0_CHECK (line 619) | IF_BIT_0_CHECK(probLen) function LzmaDec_InitRc (line 686) | static void LzmaDec_InitRc(CLzmaDec *p, const Byte *data) function LzmaDec_InitDicAndState (line 693) | void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) function LzmaDec_Init (line 709) | void LzmaDec_Init(CLzmaDec *p) function LzmaDec_InitStateReal (line 715) | static void LzmaDec_InitStateReal(CLzmaDec *p) function SRes (line 727) | SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, S... function SRes (line 848) | SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const ... function LzmaDec_FreeProbs (line 888) | void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_FreeDict (line 894) | static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) function LzmaDec_Free (line 900) | void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) function SRes (line 906) | SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function SRes (line 932) | static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNe... function SRes (line 946) | SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned prop... function SRes (line 955) | SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize... function SRes (line 977) | SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaDec.h type CLzmaProps (line 24) | typedef struct _CLzmaProps type CLzmaDec (line 46) | typedef struct type ELzmaFinishMode (line 75) | typedef enum type ELzmaStatus (line 96) | typedef enum FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaEnc.c function LzmaEncProps_Init (line 45) | void LzmaEncProps_Init(CLzmaEncProps *p) function LzmaEncProps_Normalize (line 53) | void LzmaEncProps_Normalize(CLzmaEncProps *p) function UInt32 (line 76) | UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) function UInt32 (line 93) | UInt32 GetPosSlot1(UInt32 pos) function LzmaEnc_FastPosInit (line 107) | void LzmaEnc_FastPosInit(Byte *g_FastPos) type CState (line 140) | typedef unsigned CState; type COptimal (line 142) | typedef struct _COptimal type CLenEnc (line 204) | typedef struct type CLenPriceEnc (line 213) | typedef struct type CRangeEnc (line 221) | typedef struct _CRangeEnc type CSeqInStreamBuf (line 235) | typedef struct _CSeqInStreamBuf function SRes (line 242) | static SRes MyRead(void *pp, void *data, size_t *size) type CSaveState (line 255) | typedef struct type CLzmaEnc (line 277) | typedef struct _CLzmaEnc function LzmaEnc_SaveState (line 360) | void LzmaEnc_SaveState(CLzmaEncHandle pp) function LzmaEnc_RestoreState (line 386) | void LzmaEnc_RestoreState(CLzmaEncHandle pp) function SRes (line 412) | SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) function RangeEnc_Construct (line 477) | static void RangeEnc_Construct(CRangeEnc *p) function RangeEnc_Alloc (line 486) | static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Free (line 498) | static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) function RangeEnc_Init (line 504) | static void RangeEnc_Init(CRangeEnc *p) function RangeEnc_FlushStream (line 518) | static void RangeEnc_FlushStream(CRangeEnc *p) function RangeEnc_ShiftLow (line 530) | static void MY_FAST_CALL RangeEnc_ShiftLow(CRangeEnc *p) function RangeEnc_FlushData (line 551) | static void RangeEnc_FlushData(CRangeEnc *p) function RangeEnc_EncodeDirectBits (line 558) | static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int nu... function RangeEnc_EncodeBit (line 573) | static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 sym... function LitEnc_Encode (line 596) | static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) function LitEnc_EncodeMatched (line 607) | static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 ... function LzmaEnc_InitPriceTables (line 621) | void LzmaEnc_InitPriceTables(UInt32 *ProbPrices) function UInt32 (line 657) | static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UIn... function UInt32 (line 670) | static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symb... function RcTree_Encode (line 687) | static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLev... function RcTree_ReverseEncode (line 701) | static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int nu... function UInt32 (line 714) | static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, ... function UInt32 (line 726) | static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitL... function LenEnc_Init (line 742) | static void LenEnc_Init(CLenEnc *p) function LenEnc_Encode (line 754) | static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt... function LenEnc_SetPrices (line 777) | static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymb... function LenPriceEnc_UpdateTable (line 800) | static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32... function LenPriceEnc_UpdateTables (line 806) | static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosState... function LenEnc_Encode2 (line 813) | static void LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol... function MovePos (line 824) | static void MovePos(CLzmaEnc *p, UInt32 num) function UInt32 (line 837) | static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function UInt32 (line 877) | static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) function UInt32 (line 884) | static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state... function UInt32 (line 906) | static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt... function UInt32 (line 912) | static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) function UInt32 (line 950) | static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) function UInt32 (line 1510) | static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes) function WriteEndMarker (line 1618) | static void WriteEndMarker(CLzmaEnc *p, UInt32 posState) function SRes (line 1631) | static SRes CheckErrors(CLzmaEnc *p) function SRes (line 1644) | static SRes Flush(CLzmaEnc *p, UInt32 nowPos) function FillAlignPrices (line 1655) | static void FillAlignPrices(CLzmaEnc *p) function FillDistancesPrices (line 1663) | static void FillDistancesPrices(CLzmaEnc *p) function LzmaEnc_Construct (line 1697) | void LzmaEnc_Construct(CLzmaEnc *p) function CLzmaEncHandle (line 1721) | CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) function LzmaEnc_FreeLits (line 1730) | void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) function LzmaEnc_Destruct (line 1738) | void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) function LzmaEnc_Destroy (line 1748) | void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) function SRes (line 1754) | static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 max... function SRes (line 1919) | static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *... function LzmaEnc_Init (line 1969) | void LzmaEnc_Init(CLzmaEnc *p) function LzmaEnc_InitPrices (line 2027) | void LzmaEnc_InitPrices(CLzmaEnc *p) function SRes (line 2042) | static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISz... function SRes (line 2059) | static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, I... function SRes (line 2068) | SRes LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, function LzmaEnc_SetInputBuf (line 2077) | static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) function SRes (line 2084) | SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, function LzmaEnc_Finish (line 2093) | void LzmaEnc_Finish(CLzmaEncHandle pp) type CSeqOutStreamBuf (line 2104) | typedef struct _CSeqOutStreamBuf function MyWrite (line 2112) | static size_t MyWrite(void *pp, const void *data, size_t size) function UInt32 (line 2127) | UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle pp) function Byte (line 2133) | const Byte *LzmaEnc_GetCurBuf(CLzmaEncHandle pp) function SRes (line 2139) | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, Bool reInit, function SRes (line 2173) | SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInS... function SRes (line 2207) | SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) function SRes (line 2236) | SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, co... function SRes (line 2261) | SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaEnc.h type CLzmaEncProps (line 11) | typedef struct _CLzmaEncProps FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaLib.c function SzFree (line 12) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function MY_STDAPI (line 15) | MY_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsi... function MY_STDAPI (line 41) | MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const un... FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLibExports.c function BOOL (line 6) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Dec.c function SzFree (line 16) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function SRes (line 19) | SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackS... function SRes (line 30) | SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *s... FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Enc.c function SzFree (line 17) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function Lzma86_Encode (line 23) | int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t s... FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Enc.h type ESzFilterMode (line 62) | enum ESzFilterMode FILE: src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/LzmaUtil.c function SzFree (line 22) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function PrintHelp (line 25) | void PrintHelp(char *buffer) function PrintError (line 33) | int PrintError(char *buffer, const char *message) function PrintErrorNumber (line 41) | int PrintErrorNumber(char *buffer, SRes val) function PrintUserError (line 47) | int PrintUserError(char *buffer) function SRes (line 55) | static SRes Decode2(CLzmaDec *state, ISeqOutStream *outStream, ISeqInStr... function SRes (line 108) | static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) function SRes (line 134) | static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UIn... function main2 (line 170) | int main2(int numArgs, const char *args[], char *rs) function main (line 248) | int MY_CDECL main(int numArgs, const char *args[]) FILE: src/others/squashfs-4.2/lzma-4.65/C/Threads.c function WRes (line 9) | static WRes GetError() function WRes (line 15) | WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); } function WRes (line 16) | WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); } function WRes (line 18) | static WRes MyCloseHandle(HANDLE *h) function WRes (line 27) | WRes Thread_Create(CThread *thread, THREAD_FUNC_RET_TYPE (THREAD_FUNC_CA... function WRes (line 37) | WRes WaitObject(HANDLE h) function WRes (line 42) | WRes Thread_Wait(CThread *thread) function WRes (line 49) | WRes Thread_Close(CThread *thread) function WRes (line 54) | WRes Event_Create(CEvent *p, BOOL manualReset, int initialSignaled) function WRes (line 60) | WRes ManualResetEvent_Create(CManualResetEvent *p, int initialSignaled) function WRes (line 62) | WRes ManualResetEvent_CreateNotSignaled(CManualResetEvent *p) function WRes (line 65) | WRes AutoResetEvent_Create(CAutoResetEvent *p, int initialSignaled) function WRes (line 67) | WRes AutoResetEvent_CreateNotSignaled(CAutoResetEvent *p) function WRes (line 70) | WRes Event_Set(CEvent *p) { return BOOLToWRes(SetEvent(p->handle)); } function WRes (line 71) | WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(p->handle)); } function WRes (line 72) | WRes Event_Wait(CEvent *p) { return WaitObject(p->handle); } function WRes (line 73) | WRes Event_Close(CEvent *p) { return MyCloseHandle(&p->handle); } function WRes (line 76) | WRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCo... function WRes (line 82) | WRes Semaphore_Release(CSemaphore *p, LONG releaseCount, LONG *previousC... function WRes (line 86) | WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 releaseCount) function WRes (line 90) | WRes Semaphore_Release1(CSemaphore *p) function WRes (line 95) | WRes Semaphore_Wait(CSemaphore *p) { return WaitObject(p->handle); } function WRes (line 96) | WRes Semaphore_Close(CSemaphore *p) { return MyCloseHandle(&p->handle); } function WRes (line 98) | WRes CriticalSection_Init(CCriticalSection *p) FILE: src/others/squashfs-4.2/lzma-4.65/C/Threads.h type CThread (line 9) | typedef struct _CThread type THREAD_FUNC_RET_TYPE (line 17) | typedef unsigned THREAD_FUNC_RET_TYPE; type CEvent (line 25) | typedef struct _CEvent type CEvent (line 30) | typedef CEvent CAutoResetEvent; type CEvent (line 31) | typedef CEvent CManualResetEvent; type CSemaphore (line 46) | typedef struct _CSemaphore type CRITICAL_SECTION (line 60) | typedef CRITICAL_SECTION CCriticalSection; FILE: src/others/squashfs-4.2/lzma-4.65/C/Types.h type SRes (line 31) | typedef int SRes; type DWORD (line 34) | typedef DWORD WRes; type WRes (line 36) | typedef int WRes; type Byte (line 43) | typedef unsigned char Byte; type Int16 (line 44) | typedef short Int16; type UInt16 (line 45) | typedef unsigned short UInt16; type Int32 (line 48) | typedef long Int32; type UInt32 (line 49) | typedef unsigned long UInt32; type Int32 (line 51) | typedef int Int32; type UInt32 (line 52) | typedef unsigned int UInt32; type Int64 (line 60) | typedef long Int64; type UInt64 (line 61) | typedef unsigned long UInt64; type __int64 (line 66) | typedef __int64 Int64; type UInt64 (line 67) | typedef unsigned __int64 UInt64; type Int64 (line 69) | typedef long long int Int64; type UInt64 (line 70) | typedef unsigned long long int UInt64; type UInt32 (line 76) | typedef UInt32 SizeT; type SizeT (line 78) | typedef size_t SizeT; type Bool (line 81) | typedef int Bool; type ISeqInStream (line 109) | typedef struct type ISeqOutStream (line 121) | typedef struct type ESzSeek (line 128) | typedef enum type ISeekInStream (line 135) | typedef struct type ILookInStream (line 141) | typedef struct type CLookToRead (line 164) | typedef struct type CSecToLook (line 176) | typedef struct type CSecToRead (line 184) | typedef struct type ICompressProgress (line 192) | typedef struct type ISzAlloc (line 199) | typedef struct FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zCompressionMode.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zDecode.cpp type NArchive (line 12) | namespace NArchive { type N7z (line 13) | namespace N7z { function ConvertFolderItemInfoToBindInfo (line 15) | static void ConvertFolderItemInfoToBindInfo(const CFolder &folder, function AreCodersEqual (line 44) | static bool AreCodersEqual(const NCoderMixer::CCoderStreamsInfo &a1, function AreBindPairsEqual (line 51) | static bool AreBindPairsEqual(const NCoderMixer::CBindPair &a1, cons... function AreBindInfoExEqual (line 57) | static bool AreBindInfoExEqual(const CBindInfoEx &a1, const CBindInf... function HRESULT (line 89) | HRESULT CDecoder::Decode( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zDecode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zEncode.cpp type NArchive (line 20) | namespace NArchive { type N7z (line 21) | namespace N7z { function ConvertBindInfoToFolderItemInfo (line 23) | static void ConvertBindInfoToFolderItemInfo(const NCoderMixer::CBind... function HRESULT (line 53) | HRESULT CEncoder::CreateMixerCoder( function HRESULT (line 136) | HRESULT CEncoder::Encode( function HRESULT (line 297) | HRESULT CEncoder::EncoderConstr() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zEncode.h function namespace (line 19) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zExtract.cpp type CExtractFolderInfo (line 18) | struct CExtractFolderInfo FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderInStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 30) | HRESULT CFolderInStream::OpenStream() function HRESULT (line 72) | HRESULT CFolderInStream::CloseStream() function STDMETHODIMP (line 83) | STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 113) | STDMETHODIMP CFolderInStream::GetSubStreamSize(UInt64 subStream, UIn... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderInStream.h function namespace (line 15) | namespace N7z { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderOutStream.cpp type NArchive (line 7) | namespace NArchive { type N7z (line 8) | namespace N7z { function HRESULT (line 16) | HRESULT CFolderOutStream::Init( function HRESULT (line 40) | HRESULT CFolderOutStream::OpenFile() function HRESULT (line 66) | HRESULT CFolderOutStream::WriteEmptyFiles() function STDMETHODIMP (line 81) | STDMETHODIMP CFolderOutStream::Write(const void *data, function HRESULT (line 137) | HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult) function HRESULT (line 157) | HRESULT CFolderOutStream::WasWritingFinished() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderOutStream.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandler.cpp function STDMETHODIMP (line 52) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function IMP_IInArchive_ArcProps_NO (line 60) | IMP_IInArchive_ArcProps_NO function STDMETHODIMP (line 67) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */, function SetPropFromUInt64Def (line 133) | static void SetPropFromUInt64Def(CUInt64DefVector &v, int index, NCOM::C... function UString (line 147) | static UString ConvertUInt32ToString(UInt32 value) function UString (line 154) | static UString GetStringForSizeValue(UInt32 value) function wchar_t (line 182) | static wchar_t GetHex(Byte value) function UString (line 186) | static inline UString GetHex2(Byte value) function STDMETHODIMP (line 211) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVAR... function STDMETHODIMP (line 401) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 452) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 464) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVA... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandler.h function namespace (line 18) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandlerOut.cpp type NArchive (line 21) | namespace NArchive { type N7z (line 22) | namespace N7z { function IsCopyMethod (line 34) | static inline bool IsCopyMethod(const UString &methodName) function STDMETHODIMP (line 37) | STDMETHODIMP CHandler::GetFileTimeType(UInt32 *type) function HRESULT (line 43) | HRESULT CHandler::SetPassword(CCompressionMethodMode &methodMode, function HRESULT (line 68) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 122) | HRESULT CHandler::SetCompressionMethod( function HRESULT (line 188) | static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int i... function STDMETHODIMP (line 206) | STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, ... function HRESULT (line 416) | static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UI... function HRESULT (line 434) | static HRESULT GetBindInfo(UString &srcString, CBind &bind) function STDMETHODIMP (line 446) | STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PR... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHeader.cpp type NArchive (line 6) | namespace NArchive { type N7z (line 7) | namespace N7z { class SignatureInitializer (line 14) | class SignatureInitializer method SignatureInitializer (line 17) | SignatureInitializer() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHeader.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zIn.cpp type NArchive (line 26) | namespace NArchive { type N7z (line 27) | namespace N7z { function BoolVector_Fill_False (line 29) | static void BoolVector_Fill_False(CBoolVector &v, int size) function BoolVector_GetAndSet (line 37) | static bool BoolVector_GetAndSet(CBoolVector &v, UInt32 index) class CInArchiveException (line 109) | class CInArchiveException {} function ThrowException (line 111) | static void ThrowException() { throw CInArchiveException(); } function ThrowEndOfData (line 112) | static inline void ThrowEndOfData() { ThrowException(); } function ThrowUnsupported (line 113) | static inline void ThrowUnsupported() { ThrowException(); } function ThrowIncorrect (line 114) | static inline void ThrowIncorrect() { ThrowException(); } function ThrowUnsupportedVersion (line 115) | static inline void ThrowUnsupportedVersion() { ThrowException(); } class CStreamSwitch (line 138) | class CStreamSwitch method CStreamSwitch (line 143) | CStreamSwitch(): _needRemove(false) {} function Byte (line 186) | Byte CInByte2::ReadByte() function UInt64 (line 213) | UInt64 CInByte2::ReadNumber() function CNum (line 236) | CNum CInByte2::ReadNum() function UInt32 (line 244) | UInt32 CInByte2::ReadUInt32() function UInt64 (line 253) | UInt64 CInByte2::ReadUInt64() function TestSignatureCandidate (line 286) | static inline bool TestSignatureCandidate(const Byte *p) function HRESULT (line 294) | HRESULT CInArchive::FindAndReadSignature(IInStream *stream, const UI... function HRESULT (line 345) | HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHead... function HRESULT (line 766) | HRESULT CInArchive::ReadAndDecodePackedStreams( function HRESULT (line 848) | HRESULT CInArchive::ReadHeader( function HRESULT (line 1121) | HRESULT CInArchive::ReadDatabase2( function HRESULT (line 1240) | HRESULT CInArchive::ReadDatabase( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zIn.h function namespace (line 16) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zItem.h function namespace (line 13) | namespace NArchive { type CFileItem (line 132) | struct CFileItem function IsItemAnti (line 244) | bool IsItemAnti(int index) const { return (index < IsAnti.Size() && IsAn... function SetItemAnti (line 245) | void SetItemAnti(int index, bool isAnti) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zOut.cpp function HRESULT (line 15) | static HRESULT WriteBytes(ISequentialOutStream *stream, const void *data... type NArchive (line 30) | namespace NArchive { type N7z (line 31) | namespace N7z { function HRESULT (line 33) | HRESULT COutArchive::WriteDirect(const void *data, UInt32 size) function HRESULT (line 38) | HRESULT COutArchive::WriteSignature() function HRESULT (line 48) | HRESULT COutArchive::WriteFinishSignature() function SetUInt32 (line 59) | static void SetUInt32(Byte *p, UInt32 d) function SetUInt64 (line 65) | static void SetUInt64(Byte *p, UInt64 d) function HRESULT (line 71) | HRESULT COutArchive::WriteStartHeader(const CStartHeader &h) function HRESULT (line 82) | HRESULT COutArchive::WriteFinishHeader(const CFinishHeader &h) function HRESULT (line 99) | HRESULT COutArchive::Create(ISequentialOutStream *stream, bool endMa... function HRESULT (line 144) | HRESULT COutArchive::SkeepPrefixArchiveHeader() function UInt64 (line 153) | UInt64 COutArchive::GetPos() const function UInt32 (line 229) | static UInt32 GetBigNumberSize(UInt64 value) function UInt32 (line 239) | UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLengt... function UInt64 (line 257) | UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, b... function HRESULT (line 544) | HRESULT COutArchive::EncodeStream( function HRESULT (line 563) | HRESULT COutArchive::EncodeStream( function HRESULT (line 752) | HRESULT COutArchive::WriteDatabase( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zOut.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zProperties.cpp type NArchive (line 11) | namespace NArchive { type N7z (line 12) | namespace N7z { type CPropMap (line 14) | struct CPropMap function FindPropInMap (line 53) | static int FindPropInMap(UInt64 filePropID) function CopyOneItem (line 61) | static void CopyOneItem(CRecordVector &src, function RemoveOneItem (line 73) | static void RemoveOneItem(CRecordVector &src, UInt32 item) function InsertToHead (line 83) | static void InsertToHead(CRecordVector &dest, UInt32 item) function STDMETHODIMP (line 143) | STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) function STDMETHODIMP (line 149) | STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PRO... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zProperties.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::N7z::CHandler; } function IOutArchive (line 10) | static IOutArchive *CreateArcOut() { return new NArchive::N7z::CHandler; } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zSpecStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamSizeCount2::Read(void *data, UInt32 size... function STDMETHODIMP (line 17) | STDMETHODIMP CSequentialInStreamSizeCount2::GetSubStreamSize( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zUpdate.cpp type NArchive (line 18) | namespace NArchive { type N7z (line 19) | namespace N7z { function HRESULT (line 26) | static HRESULT WriteRange(IInStream *inStream, ISequentialOutStream ... function GetReverseSlashPos (line 41) | static int GetReverseSlashPos(const UString &name) function UString (line 60) | UString CUpdateItem::GetExtension() const function CompareBuffers (line 67) | static int CompareBuffers(const CByteBuffer &a1, const CByteBuffer &a2) function CompareCoders (line 77) | static int CompareCoders(const CCoderInfo &c1, const CCoderInfo &c2) function CompareBindPairs (line 85) | static int CompareBindPairs(const CBindPair &b1, const CBindPair &b2) function CompareFolders (line 91) | static int CompareFolders(const CFolder &f1, const CFolder &f2) function CompareFiles (line 107) | static int CompareFiles(const CFileItem &f1, const CFileItem &f2) function CompareFolderRefs (line 112) | static int CompareFolderRefs(const int *p1, const int *p2, void *param) function CompareEmptyItems (line 132) | static int CompareEmptyItems(const int *p1, const int *p2, void *param) function GetExtIndex (line 181) | int GetExtIndex(const char *ext) type CRefItem (line 214) | struct CRefItem method CRefItem (line 221) | CRefItem(UInt32 index, const CUpdateItem &ui, bool sortByType): function CompareUpdateItems (line 261) | static int CompareUpdateItems(const CRefItem *p1, const CRefItem *p2... type CSolidGroup (line 291) | struct CSolidGroup function IsExeFile (line 306) | static bool IsExeFile(const UString &ext) function GetMethodFull (line 318) | static bool GetMethodFull(UInt64 methodID, function MakeExeMethod (line 327) | static bool MakeExeMethod(const CCompressionMethodMode &method, function SplitFilesToGroups (line 399) | static void SplitFilesToGroups( function FromUpdateItemToFileItem (line 447) | static void FromUpdateItemToFileItem(const CUpdateItem &ui, function HRESULT (line 465) | static HRESULT Update2( function HRESULT (line 803) | HRESULT Update( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zUpdate.h function namespace (line 12) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/ArchiveExports.cpp function RegisterArc (line 17) | void RegisterArc(const CArcInfo *arcInfo) function HRESULT (line 28) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 35) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function FindFormatCalssId (line 40) | int FindFormatCalssId(const GUID *clsID) function STDAPI (line 53) | STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 83) | STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIAN... function STDAPI (line 121) | STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) function STDAPI (line 126) | STDAPI GetNumberOfFormats(UINT32 *numFormats) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 94) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2.h function namespace (line 11) | namespace NCoderMixer { function class (line 127) | class CBindReverseConverter type CCoderInfo2 (line 142) | struct CCoderInfo2 function class (line 164) | class CCoderMixer2 FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2MT.cpp type NCoderMixer (line 7) | namespace NCoderMixer { function SetSizes (line 52) | static void SetSizes(const UInt64 **srcSizes, CRecordVector &s... function HRESULT (line 82) | HRESULT CCoderMixer2MT::SetBindInfo(const CBindInfo &bindInfo) function HRESULT (line 121) | HRESULT CCoderMixer2MT::Init(ISequentialInStream **inStreams, ISequent... function HRESULT (line 170) | HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code) function STDMETHODIMP (line 178) | STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2MT.h function namespace (line 11) | namespace NCoderMixer { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CrossThreadProgress.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, co... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CrossThreadProgress.h function HRes (line 21) | HRes Create() function Init (line 26) | void Init() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/DummyOutStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/DummyOutStream.h function ReleaseStream (line 17) | void ReleaseStream() { _stream.Release(); } function Init (line 18) | void Init() { _size = 0; } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/HandlerOut.cpp type NArchive (line 21) | namespace NArchive { function AreEqual (line 82) | static bool AreEqual(const UString &methodName, const wchar_t *s) function IsLZMAMethod (line 85) | static inline bool IsLZMAMethod(const UString &methodName) function IsBZip2Method (line 92) | static inline bool IsBZip2Method(const UString &methodName) function IsPpmdMethod (line 95) | static inline bool IsPpmdMethod(const UString &methodName) function IsDeflateMethod (line 98) | static inline bool IsDeflateMethod(const UString &methodName) type CNameToPropID (line 105) | struct CNameToPropID function ConvertProperty (line 128) | static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM... function FindPropIdFromStringName (line 157) | static int FindPropIdFromStringName(const UString &name) function SetOneMethodProp (line 165) | static void SetOneMethodProp(COneMethodInfo &oneMethodInfo, PROPID pro... function SplitParams (line 273) | static void SplitParams(const UString &srcString, UStringVector &subSt... function SplitParam (line 294) | static void SplitParam(const UString ¶m, UString &name, UString &v... function HRESULT (line 316) | HRESULT COutHandler::SetParam(COneMethodInfo &oneMethodInfo, const USt... function HRESULT (line 365) | HRESULT COutHandler::SetParams(COneMethodInfo &oneMethodInfo, const US... function HRESULT (line 381) | HRESULT COutHandler::SetSolidSettings(const UString &s) function HRESULT (line 431) | HRESULT COutHandler::SetSolidSettings(const PROPVARIANT &value) function HRESULT (line 491) | HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVA... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/HandlerOut.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/InStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 20) | STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 33) | STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UIn... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/InStreamWithCRC.h function Init (line 29) | void Init() function ReleaseStream (line 35) | void ReleaseStream() { _stream.Release(); } function Init (line 57) | void Init() function ReleaseStream (line 63) | void ReleaseStream() { _stream.Release(); } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ItemNameUtils.cpp type NArchive (line 7) | namespace NArchive { type NItemName (line 8) | namespace NItemName { function UString (line 13) | UString MakeLegalName(const UString &name) function UString (line 20) | UString GetOSName(const UString &name) function UString (line 27) | UString GetOSName2(const UString &name) function HasTailSlash (line 37) | bool HasTailSlash(const AString &name, UINT codePage) function UString (line 51) | UString WinNameToOSName(const UString &name) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ItemNameUtils.h function namespace (line 8) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/MultiStream.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CMultiStream::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 36) | STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/MultiStream.h type CSubStreamInfo (line 19) | struct CSubStreamInfo function Init (line 26) | void Init() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp function STDMETHODIMP (line 7) | STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/OutStreamWithCRC.h function SetStream (line 25) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 26) | void ReleaseStream() { _stream.Release(); } function InitCRC (line 33) | void InitCRC() { _crc = CRC_INIT_VAL; } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ParseProperties.cpp function HRESULT (line 10) | HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UIn... function HRESULT (line 40) | HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &d... function HRESULT (line 81) | HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT ... function StringToBool (line 100) | bool StringToBool(const UString &s, bool &res) function HRESULT (line 115) | HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value) function ParseStringToUInt32 (line 136) | int ParseStringToUInt32(const UString &srcString, UInt32 &number) function HRESULT (line 150) | HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/DllExports2.cpp function IsItWindowsNT (line 24) | static bool IsItWindowsNT() function BOOL (line 36) | BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpRese... function STDAPI (line 61) | STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 76) | STDAPI SetLargePageMode() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/IArchive.h function namespace (line 13) | namespace NFileTimeType function namespace (line 23) | namespace NArchive function STDMETHOD (line 86) | STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, In... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp function IInArchive (line 9) | static IInArchive *CreateArc() { return new NArchive::NLzma::CHandler; } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp type NArchive (line 7) | namespace NArchive { type NLzma (line 8) | namespace NLzma { function HRESULT (line 13) | HRESULT CDecoder::Code( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaHandler.cpp type NArchive (line 20) | namespace NArchive { type NLzma (line 21) | namespace NLzma { function IMP_IInArchive_Props (line 30) | IMP_IInArchive_Props function ConvertUInt32ToString (line 39) | static void ConvertUInt32ToString(UInt32 value, wchar_t *s) function DictSizeToString (line 44) | static void DictSizeToString(UInt32 value, wchar_t *s) function MyStrCat (line 69) | static void MyStrCat(wchar_t *d, const wchar_t *s) function STDMETHODIMP (line 74) | STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PRO... function STDMETHODIMP (line 114) | STDMETHODIMP CHandler::Open(IInStream *inStream, function STDMETHODIMP (line 139) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 146) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaHandler.h function namespace (line 13) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaIn.cpp type NArchive (line 9) | namespace NArchive { type NLzma (line 10) | namespace NLzma { function CheckDictSize (line 12) | static bool CheckDictSize(const Byte *p) function HRESULT (line 22) | HRESULT ReadStreamHeader(ISequentialInStream *inStream, CHeader &block) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaIn.h function namespace (line 9) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaItem.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandler.cpp type NArchive (line 25) | namespace NArchive { type NSplit (line 26) | namespace NSplit { function IMP_IInArchive_Props (line 35) | IMP_IInArchive_Props function STDMETHODIMP (line 112) | STDMETHODIMP CHandler::Open(IInStream *stream, function STDMETHODIMP (line 243) | STDMETHODIMP CHandler::Close() function STDMETHODIMP (line 250) | STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems) function STDMETHODIMP (line 256) | STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID... function STDMETHODIMP (line 273) | STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, function STDMETHODIMP (line 337) | STDMETHODIMP CHandler::GetStream(UInt32 index, ISequentialInStream *... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandler.h function namespace (line 10) | namespace NArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandlerOut.cpp type NArchive (line 12) | namespace NArchive { type NSplit (line 13) | namespace NSplit { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitRegister.cpp function IInArchive (line 8) | static IInArchive *CreateArc() { return new NArchive::NSplit::CHandler; } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/CreateCoder.cpp function RegisterCodec (line 15) | void RegisterCodec(const CCodecInfo *codecInfo) function HRESULT (line 22) | static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt... function HRESULT (line 35) | static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt3... function HRESULT (line 48) | HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVecto... function HRESULT (line 153) | HRESULT CreateCoder( function HRESULT (line 253) | HRESULT CreateCoder( function HRESULT (line 267) | HRESULT CreateCoder( function HRESULT (line 280) | HRESULT CreateFilter( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/CreateCoder.h function CCodecInfoEx (line 14) | struct CCodecInfoEx FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilePathAutoRename.cpp function MakeAutoName (line 14) | static bool MakeAutoName(const UString &name, function AutoRenamePath (line 25) | bool AutoRenamePath(UString &fullProcessedPath) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 55) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 80) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 113) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 139) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function HRESULT (line 148) | HRESULT COutFileStream::Close() function STDMETHODIMP (line 153) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 179) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt6... function STDMETHODIMP (line 203) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 219) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FileStreams.h function virtual (line 31) | virtual ~CInFileStream() {} function Create (line 83) | bool Create(LPCTSTR fileName, bool createAlways) function Open (line 88) | bool Open(LPCTSTR fileName, DWORD creationDisposition) function Create (line 95) | bool Create(LPCWSTR fileName, bool createAlways) function Open (line 100) | bool Open(LPCWSTR fileName, DWORD creationDisposition) function SetTime (line 113) | bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIM... function SetMTime (line 117) | bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilterCoder.cpp function HRESULT (line 25) | HRESULT CFilterCoder::WriteWithLimit(ISequentialOutStream *outStream, UI... function STDMETHODIMP (line 39) | STDMETHODIMP CFilterCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 86) | STDMETHODIMP CFilterCoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 93) | STDMETHODIMP CFilterCoder::ReleaseOutStream() function STDMETHODIMP (line 100) | STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *... function STDMETHODIMP (line 137) | STDMETHODIMP CFilterCoder::Flush() function STDMETHODIMP (line 160) | STDMETHODIMP CFilterCoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 167) | STDMETHODIMP CFilterCoder::ReleaseInStream() function STDMETHODIMP (line 173) | STDMETHODIMP CFilterCoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 222) | STDMETHODIMP CFilterCoder::CryptoSetPassword(const Byte *data, UInt32 size) function STDMETHODIMP (line 229) | STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 235) | STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 247) | STDMETHODIMP CFilterCoder::ResetInitVector() function STDMETHODIMP (line 253) | STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt3... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilterCoder.h function HRESULT (line 49) | HRESULT Init() function class (line 126) | class CInStreamReleaser function class (line 134) | class COutStreamReleaser FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InBuffer.cpp function Byte (line 78) | Byte CInBuffer::ReadBlock2() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InBuffer.h function CSystemException (line 11) | struct CInBufferException: public CSystemException function class (line 17) | class CInBuffer FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InOutTempBuffer.cpp function HRESULT (line 90) | HRESULT CInOutTempBuffer::WriteToStream(ISequentialOutStream *stream) function STDMETHODIMP (line 111) | STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InOutTempBuffer.h function class (line 12) | class CInOutTempBuffer FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LimitedStreams.cpp function STDMETHODIMP (line 8) | STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, U... function STDMETHODIMP (line 25) | STDMETHODIMP CLimitedSequentialOutStream::Write(const void *data, UInt32... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LimitedStreams.h function Init (line 19) | void Init(UInt64 streamSize) function SetStream (line 43) | void SetStream(ISequentialOutStream *stream) { _stream = stream; } function ReleaseStream (line 44) | void ReleaseStream() { _stream.Release(); } function Init (line 45) | void Init(UInt64 size) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LockedStream.cpp function HRESULT (line 7) | HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, function STDMETHODIMP (line 15) | STDMETHODIMP CLockedSequentialInStreamImp::Read(void *data, UInt32 size,... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LockedStream.h function class (line 10) | class CLockedInStream FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodId.cpp function wchar_t (line 8) | static inline wchar_t GetHex(Byte value) function UString (line 13) | UString ConvertMethodIdToString(UInt64 id) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodId.h type UInt64 (line 8) | typedef UInt64 CMethodId; FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodProps.cpp function HRESULT (line 14) | HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeF... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodProps.h type CProp (line 12) | struct CProp type CMethod (line 18) | struct CMethod type CMethodsMode (line 24) | struct CMethodsMode FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OffsetStream.cpp function HRESULT (line 8) | HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function STDMETHODIMP (line 15) | STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt... function STDMETHODIMP (line 20) | STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 32) | STDMETHODIMP COffsetOutStream::SetSize(Int64 newSize) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OutBuffer.cpp function UInt64 (line 48) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 57) | HRESULT COutBuffer::FlushPart() function HRESULT (line 94) | HRESULT COutBuffer::Flush() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OutBuffer.h function CSystemException (line 11) | struct COutBufferException: public CSystemException function class (line 17) | class COutBuffer FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/ProgressUtils.cpp function STDMETHODIMP (line 21) | STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UI... function HRESULT (line 39) | HRESULT CLocalProgress::SetCur() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/RegisterArc.h type IInArchive (line 8) | typedef IInArchive * (*CreateInArchiveP)(); type IOutArchive (line 9) | typedef IOutArchive * (*CreateOutArchiveP)(); type CArcInfo (line 11) | struct CArcInfo FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/RegisterCodec.h type CCodecInfo (line 9) | struct CCodecInfo FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamBinder.cpp class CSequentialInStreamForBinder (line 12) | class CSequentialInStreamForBinder: method SetBinder (line 24) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 27) | STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size,... class CSequentialOutStreamForBinder (line 30) | class CSequentialOutStreamForBinder: method SetBinder (line 43) | void SetBinder(CStreamBinder *streamBinder) { m_StreamBinder = streamB... function STDMETHODIMP (line 46) | STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt... function HRes (line 54) | HRes CStreamBinder::CreateEvents() function HRESULT (line 90) | HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) function HRESULT (line 120) | HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *proc... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamBinder.h function class (line 9) | class CStreamBinder FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamObjects.cpp function STDMETHODIMP (line 9) | STDMETHODIMP CSequentialInStreamImp::Read(void *data, UInt32 size, UInt3... function STDMETHODIMP (line 30) | STDMETHODIMP CSequentialOutStreamImp::Write(const void *data, UInt32 siz... function STDMETHODIMP (line 38) | STDMETHODIMP CSequentialOutStreamImp2::Write(const void *data, UInt32 si... function STDMETHODIMP (line 50) | STDMETHODIMP CSequentialInStreamSizeCount::Read(void *data, UInt32 size,... function STDMETHODIMP (line 60) | STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamObjects.h function class (line 32) | class CWriteBuffer function Init (line 109) | void Init() { _size = 0; } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamUtils.cpp function HRESULT (line 9) | HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *proc... function HRESULT (line 28) | HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t... function HRESULT (line 35) | HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t ... function HRESULT (line 42) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/VirtThread.cpp function THREAD_FUNC_DECL (line 7) | static THREAD_FUNC_DECL CoderThread(void *p) function WRes (line 20) | WRes CVirtThread::Create() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/VirtThread.h type CVirtThread (line 9) | struct CVirtThread FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/Bcj2Coder.cpp type NCompress (line 12) | namespace NCompress { type NBcj2 (line 13) | namespace NBcj2 { function IsJcc (line 15) | inline bool IsJcc(Byte b0, Byte b1) { return (b0 == 0x0F && (b1 & 0x... function IsJ (line 16) | inline bool IsJ(Byte b0, Byte b1) { return ((b1 & 0xFE) == 0xE8 || I... function GetIndex (line 17) | inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? ... function Test86MSByte (line 23) | static bool inline Test86MSByte(Byte b) function HRESULT (line 52) | HRESULT CEncoder::Flush() function HRESULT (line 63) | HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 259) | STDMETHODIMP CEncoder::Code(ISequentialInStream **inStreams, function HRESULT (line 278) | HRESULT CDecoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 375) | STDMETHODIMP CDecoder::Code(ISequentialInStream **inStreams, FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/Bcj2Coder.h function namespace (line 12) | namespace NCompress { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BcjCoder.cpp function UInt32 (line 7) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 12) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BcjCoder.h type CBranch86 (line 13) | struct CBranch86 FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchCoder.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CBranchConverter::Init() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchCoder.h function virtual (line 16) | virtual void SubInit() {} FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchMisc.cpp function UInt32 (line 12) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 18) | UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 21) | UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 24) | UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 27) | UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 30) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 33) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 36) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 39) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/ByteSwap.cpp function STDMETHODIMP (line 7) | STDMETHODIMP CByteSwap2::Init() { return S_OK; } function STDMETHODIMP (line 22) | STDMETHODIMP CByteSwap4::Init() { return S_OK; } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CodecExports.cpp function HRESULT (line 18) | static inline HRESULT SetPropString(const char *s, unsigned int size, PR... function HRESULT (line 25) | static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) function HRESULT (line 30) | static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value) function HRESULT (line 40) | static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool... function STDAPI (line 65) | STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **o... function STDAPI (line 98) | STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) function STDAPI (line 116) | STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *... function STDAPI (line 153) | STDAPI GetNumberOfMethods(UINT32 *numCodecs) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CopyCoder.cpp type NCompress (line 14) | namespace NCompress { function STDMETHODIMP (line 23) | STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 56) | STDMETHODIMP CCopyCoder::GetInStreamProcessedSize(UInt64 *value) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CopyCoder.h function namespace (line 10) | namespace NCompress { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/Exception.h function class (line 22) | class Exception function class (line 35) | class ArgumentException: public Exception FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 46) | static inline bool IsItWindowsNT() type NKey (line 60) | namespace NKey { type Enum (line 61) | enum Enum function PrintHelp (line 102) | static void PrintHelp() function PrintHelpAndExit (line 124) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 131) | static void IncorrectCommand() function WriteArgumentsToStringList (line 136) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 143) | static bool GetNumber(const wchar_t *s, UInt32 &value) function ParseUInt32 (line 158) | static void ParseUInt32(const CParser &parser, int index, UInt32 &res) function main2 (line 165) | int main2(int n, const char *args[]) function main (line 521) | int MY_CDECL main(int n, const char *args[]) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CBaseRandomGenerator (line 57) | class CBaseRandomGenerator method CBaseRandomGenerator (line 62) | CBaseRandomGenerator() { Init(); } method Init (line 63) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 64) | UInt32 GetRnd() class CBenchBuffer (line 72) | class CBenchBuffer method CBenchBuffer (line 77) | CBenchBuffer(): Buffer(0) {} method Free (line 79) | void Free() method Alloc (line 84) | bool Alloc(size_t bufferSize) class CBenchRandomGenerator (line 95) | class CBenchRandomGenerator: public CBenchBuffer method Set (line 99) | void Set(CBaseRandomGenerator *rg) { RG = rg; } method UInt32 (line 100) | UInt32 GetVal(UInt32 &res, int numBits) method UInt32 (line 106) | UInt32 GetLen(UInt32 &res) method Generate (line 111) | void Generate() class CBenchmarkInStream (line 149) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 157) | MY_UNKNOWN_IMP function STDMETHODIMP (line 167) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 183) | class CBenchmarkOutStream: method Init (line 192) | void Init() function STDMETHODIMP (line 201) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 218) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 224) | MY_UNKNOWN_IMP function STDMETHODIMP (line 229) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 237) | static UInt64 GetTimeCount() function UInt64 (line 258) | static UInt64 GetFreq() function UInt64 (line 277) | static inline UInt64 GetTime64(const FILETIME &t) { return ((UInt64)t.dw... function UInt64 (line 279) | static UInt64 GetUserTime() function UInt64 (line 291) | static UInt64 GetUserFreq() class CBenchProgressStatus (line 300) | class CBenchProgressStatus method SetResult (line 308) | void SetResult(HRESULT res) method HRESULT (line 315) | HRESULT GetResult() class CBenchProgressInfo (line 324) | class CBenchProgressInfo: method CBenchProgressInfo (line 333) | CBenchProgressInfo(): callback(0) {} function SetStartTime (line 338) | void SetStartTime(CBenchInfo &bi) function SetFinishTime (line 346) | void SetFinishTime(const CBenchInfo &biStart, CBenchInfo &dest) function STDMETHODIMP (line 354) | STDMETHODIMP CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, cons... function UInt32 (line 382) | static UInt32 GetLogSize(UInt32 size) function NormalizeVals (line 391) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 400) | UInt64 GetUsage(const CBenchInfo &info) function UInt64 (line 415) | UInt64 GetRatingPerUsage(const CBenchInfo &info, UInt64 rating) function UInt64 (line 430) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function UInt64 (line 439) | UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt... function UInt64 (line 447) | UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSi... type CEncoderInfo (line 458) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode type CEncoderInfo (line 460) | struct CEncoderInfo type CDecoderInfo (line 473) | struct CDecoderInfo method CEncoderInfo (line 499) | CEncoderInfo(): outStreamSpec(0), callback(0), propStreamSpec(0) {} method THREAD_FUNC_DECL (line 502) | static THREAD_FUNC_DECL EncodeThreadFunction(void *param) method THREAD_FUNC_DECL (line 515) | static THREAD_FUNC_DECL DecodeThreadFunction(void *param) method HRESULT (line 526) | HRESULT CreateEncoderThread() method HRESULT (line 531) | HRESULT CreateDecoderThread(int index, bool callbackMode function HRESULT (line 549) | HRESULT CEncoderInfo::Init(UInt32 dictionarySize, UInt32 numThreads, CBa... function HRESULT (line 605) | HRESULT CEncoderInfo::Encode() function HRESULT (line 618) | HRESULT CEncoderInfo::Decode(UInt32 decoderIndex) type CBenchEncoders (line 655) | struct CBenchEncoders method CBenchEncoders (line 658) | CBenchEncoders(UInt32 num): encoders(0) { encoders = new CEncoderInfo[... function UInt64 (line 841) | inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) function UInt64 (line 857) | UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) function CrcBig (line 867) | static bool CrcBig(const void *data, UInt32 size, UInt32 numCycles, UInt... type CCrcInfo (line 876) | struct CCrcInfo method Wait (line 884) | void Wait() function THREAD_FUNC_DECL (line 891) | static THREAD_FUNC_DECL CrcThreadFunction(void *param) type CCrcThreads (line 898) | struct CCrcThreads method CCrcThreads (line 902) | CCrcThreads(): Items(0), NumThreads(0) {} method WaitAll (line 903) | void WaitAll() function UInt32 (line 917) | static UInt32 CrcCalc1(const Byte *buf, UInt32 size) function RandGen (line 925) | static void RandGen(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function UInt32 (line 931) | static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function CrcInternalTest (line 937) | bool CrcInternalTest() function HRESULT (line 961) | HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h type IBenchCallback (line 24) | struct IBenchCallback FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp type CTotalBenchRes (line 20) | struct CTotalBenchRes method Init (line 26) | void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } method Normalize (line 27) | void Normalize() method SetMid (line 36) | void SetMid(const CTotalBenchRes &r1, const CTotalBenchRes &r2) type CBenchCallback (line 45) | struct CBenchCallback: public IBenchCallback method Init (line 50) | void Init() { EncodeRes.Init(); DecodeRes.Init(); } method Normalize (line 51) | void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function NormalizeVals (line 57) | static void NormalizeVals(UInt64 &v1, UInt64 &v2) function UInt64 (line 66) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) function PrintNumber (line 75) | static void PrintNumber(FILE *f, UInt64 value, int size) function PrintRating (line 85) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 90) | static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating) function PrintResults (line 98) | static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating,... function PrintTotals (line 111) | static void PrintTotals(FILE *f, const CTotalBenchRes &res) function HRESULT (line 118) | HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final) function HRESULT (line 136) | HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final) function PrintRequirements (line 155) | static void PrintRequirements(FILE *f, const char *sizeString, UInt64 si... type CTempValues (line 246) | struct CTempValues method CTempValues (line 249) | CTempValues(UInt32 num) { Values = new UInt64[num]; } function HRESULT (line 253) | HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UI... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzmp.cpp type lzma (line 72) | namespace lzma { type lzma_option (line 88) | struct lzma_option { type extension_pair (line 114) | struct extension_pair { type PROGRAM_MODE (line 126) | enum PROGRAM_MODE { type option (line 143) | struct option function print_help (line 176) | void print_help(const char *const argv0) function print_license (line 205) | void print_license(void) function print_version (line 225) | void print_version(void) function str2int (line 231) | short str2int (const char *str, const int &min, const int &max) function parse_options (line 243) | void parse_options(int argc, char **argv, stringVector &filenames) function set_encoder_properties (line 364) | void set_encoder_properties(NCompress::NLzma::CEncoder *encoder, function encode (line 402) | void encode(NCompress::NLzma::CEncoder *encoderSpec, function decode (line 430) | void decode(NCompress::NLzma::CDecoder *decoderSpec, function open_instream (line 462) | int open_instream(const string infile, function open_outstream (line 476) | int open_outstream(const string outfile, function get_ratio (line 490) | double get_ratio(int inhandle, int outhandle) function mode_t (line 499) | mode_t get_file_mode(string filename) function string_ends_with (line 507) | bool string_ends_with(string str, string ending) function extension_is_known (line 512) | bool extension_is_known(string filename) function string (line 536) | string replace_extension(string filename) function string (line 559) | string pretty_print_status(string filename, string output_filename, function signal_handler (line 610) | void signal_handler (int signum) function main (line 620) | int main(int argc, char **argv) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaDecoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 28) | namespace NCompress { type NLzma (line 29) | namespace NLzma { function SzFree (line 39) | static void SzFree(void *p, void *address) { p = p; MyFree(address); } function STDMETHODIMP (line 48) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt3... function STDMETHODIMP (line 62) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) { *va... function STDMETHODIMP (line 63) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { ... function STDMETHODIMP (line 64) | STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); retu... function STDMETHODIMP (line 66) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 79) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, ISequenti... function STDMETHODIMP (line 147) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaDecoder.h function namespace (line 14) | namespace NCompress { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaEncoder.cpp function HRESULT (line 14) | static HRESULT SResToHRESULT(SRes res) type NCompress (line 26) | namespace NCompress { type NLzma (line 27) | namespace NLzma { function SRes (line 31) | static SRes MyRead(void *object, void *data, size_t *size) function MyWrite (line 39) | static size_t MyWrite(void *object, const void *data, size_t size) function SzBigFree (line 49) | static void SzBigFree(void *, void *address) { BigFree(address); } function SzFree (line 53) | static void SzFree(void *, void *address) { MyFree(address); } function wchar_t (line 72) | inline wchar_t GetUpperChar(wchar_t c) function ParseMatchFinder (line 79) | static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numH... function STDMETHODIMP (line 111) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 153) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 161) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 168) | STDMETHODIMP CEncoder::ReleaseOutStream() type _CCompressProgressImp (line 174) | struct _CCompressProgressImp function SRes (line 185) | SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) function STDMETHODIMP (line 192) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, ISequenti... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaEncoder.h function namespace (line 15) | namespace NCompress { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/ICoder.h function namespace (line 35) | namespace NCoderPropID function STDMETHOD (line 130) | STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE; function namespace (line 170) | namespace NMethodPropID FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/Client7z.cpp function IsItWindowsNT (line 52) | static inline bool IsItWindowsNT() function PrintString (line 63) | void PrintString(const UString &s) function PrintString (line 68) | void PrintString(const AString &s) function PrintNewLine (line 73) | void PrintNewLine() function PrintStringLn (line 78) | void PrintStringLn(const AString &s) function PrintError (line 84) | void PrintError(const AString &s) function HRESULT (line 91) | static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROP... function HRESULT (line 104) | static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bo... class CArchiveOpenCallback (line 117) | class CArchiveOpenCallback: method CArchiveOpenCallback (line 133) | CArchiveOpenCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 136) | STDMETHODIMP CArchiveOpenCallback::SetTotal(const UInt64 * /* files */, ... function STDMETHODIMP (line 141) | STDMETHODIMP CArchiveOpenCallback::SetCompleted(const UInt64 * /* files ... function STDMETHODIMP (line 146) | STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password) class CArchiveExtractCallback (line 174) | class CArchiveExtractCallback: type CProcessedFileInfo (line 200) | struct CProcessedFileInfo method CArchiveExtractCallback (line 219) | CArchiveExtractCallback() : PasswordIsDefined(false) {} function STDMETHODIMP (line 230) | STDMETHODIMP CArchiveExtractCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 235) | STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 * /* com... function STDMETHODIMP (line 240) | STDMETHODIMP CArchiveExtractCallback::GetStream(UInt32 index, function STDMETHODIMP (line 355) | STDMETHODIMP CArchiveExtractCallback::PrepareOperation(Int32 askExtractM... function STDMETHODIMP (line 372) | STDMETHODIMP CArchiveExtractCallback::SetOperationResult(Int32 operation... function STDMETHODIMP (line 413) | STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password) type CDirItem (line 431) | struct CDirItem method isDir (line 441) | bool isDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } class CArchiveUpdateCallback (line 444) | class CArchiveUpdateCallback: method CArchiveUpdateCallback (line 485) | CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false)... method Init (line 490) | void Init(const CObjectVector *dirItems) function STDMETHODIMP (line 499) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 /* size */) function STDMETHODIMP (line 504) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 * /* comp... function STDMETHODIMP (line 510) | STDMETHODIMP CArchiveUpdateCallback::EnumProperties(IEnumSTATPROPSTG ** ... function STDMETHODIMP (line 515) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 /* index */, function STDMETHODIMP (line 527) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function HRESULT (line 555) | HRESULT CArchiveUpdateCallback::Finilize() function GetStream2 (line 565) | static void GetStream2(const wchar_t *name) function STDMETHODIMP (line 573) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 606) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 /* operati... function STDMETHODIMP (line 612) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 622) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 641) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... function main (line 663) | int MY_CDECL main(int argc, char* argv[]) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveCommandLine.cpp type NKey (line 41) | namespace NKey { type Enum (line 42) | enum Enum type NRecursedPostCharIndex (line 84) | namespace NRecursedPostCharIndex { type EEnum (line 85) | enum EEnum function ThrowException (line 174) | static void ThrowException(const char *errorMessage) function ThrowUserErrorException (line 179) | static void ThrowUserErrorException() function GetRecursedTypeFromIndex (line 218) | static NRecursedType::EEnum GetRecursedTypeFromIndex(int index) function ParseArchiveCommand (line 231) | static bool ParseArchiveCommand(const UString &commandString, CArchiveCo... function AddNameToCensor (line 247) | static bool AddNameToCensor(NWildcard::CCensor &wildcardCensor, function AddToCensorFromListFile (line 269) | static void AddToCensorFromListFile(NWildcard::CCensor &wildcardCensor, function AddCommandLineWildCardToCensr (line 280) | static void AddCommandLineWildCardToCensr(NWildcard::CCensor &wildcardCe... function AddToCensorFromNonSwitchesStrings (line 287) | static void AddToCensorFromNonSwitchesStrings( function ParseMapWithPaths (line 306) | static void ParseMapWithPaths(NWildcard::CCensor &wildcardCensor, function AddSwitchWildCardsToCensor (line 370) | static void AddSwitchWildCardsToCensor(NWildcard::CCensor &wildcardCensor, function ConvertToLongName (line 411) | static void ConvertToLongName(const UString &prefix, UString &name) function ConvertToLongNames (line 420) | static void ConvertToLongNames(const UString &prefix, CObjectVector ... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SortUtils.cpp function CompareStrings (line 8) | static int CompareStrings(const int *p1, const int *p2, void *param) function SortFileNames (line 14) | void SortFileNames(const UStringVector &strings, CIntVector &indices) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/TempFiles.h function class (line 8) | class CTempFiles FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Update.cpp function HRESULT (line 47) | static HRESULT CopyBlock(ISequentialInStream *inStream, ISequentialOutSt... class COutMultiVolStream (line 53) | class COutMultiVolStream: type CSubStreamInfo (line 62) | struct CSubStreamInfo method Init (line 77) | void Init() function HRESULT (line 96) | HRESULT COutMultiVolStream::Close() function STDMETHODIMP (line 112) | STDMETHODIMP COutMultiVolStream::Write(const void *data, UInt32 size, UI... function STDMETHODIMP (line 190) | STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, U... function STDMETHODIMP (line 213) | STDMETHODIMP COutMultiVolStream::SetSize(Int64 newSize) function HRESULT (line 306) | static HRESULT Compress( function HRESULT (line 519) | HRESULT EnumerateInArchiveItems(const NWildcard::CCensor &censor, function HRESULT (line 574) | static HRESULT UpdateWithItemLists( class CCurrentDirRestorer (line 619) | class CCurrentDirRestorer method CCurrentDirRestorer (line 623) | CCurrentDirRestorer() method RestoreDirectory (line 627) | bool RestoreDirectory() type CEnumDirItemUpdateCallback (line 632) | struct CEnumDirItemUpdateCallback: public IEnumDirItemCallback method HRESULT (line 635) | HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t... function HRESULT (line 652) | HRESULT UpdateArchive( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Update.h function if (line 16) | struct CArchivePath function UString (line 57) | UString GetFinalPath() const type CUpdateArchiveCommand (line 77) | struct CUpdateArchiveCommand type CUpdateErrorInfo (line 139) | struct CUpdateErrorInfo type IUpdateCallbackUI2 (line 153) | struct IUpdateCallbackUI2 FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateAction.cpp type NUpdateArchive (line 7) | namespace NUpdateArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateAction.h function namespace (line 6) | namespace NUpdateArchive { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateCallback.cpp function STDMETHODIMP (line 29) | STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size) function STDMETHODIMP (line 36) | STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *complete... function STDMETHODIMP (line 43) | STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, ... function STDMETHODIMP (line 70) | STDMETHODIMP CArchiveUpdateCallback::GetUpdateItemInfo(UInt32 index, function STDMETHODIMP (line 88) | STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID pr... function STDMETHODIMP (line 158) | STDMETHODIMP CArchiveUpdateCallback::GetStream(UInt32 index, ISequential... function STDMETHODIMP (line 199) | STDMETHODIMP CArchiveUpdateCallback::SetOperationResult(Int32 operationR... function STDMETHODIMP (line 206) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeSize(UInt32 index, UInt64 ... function STDMETHODIMP (line 216) | STDMETHODIMP CArchiveUpdateCallback::GetVolumeStream(UInt32 index, ISequ... function STDMETHODIMP (line 237) | STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passw... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateCallback.h type IUpdateCallbackUI (line 29) | struct IUpdateCallbackUI FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdatePair.cpp function MyCompareTime (line 17) | static int MyCompareTime(NFileTimeType::EEnum fileTimeType, const FILETI... function ThrowError (line 44) | static void ThrowError(const UString &message, const UString &s1, const ... function TestDuplicateString (line 54) | static void TestDuplicateString(const UStringVector &strings, const CInt... function GetUpdatePairInfoList (line 61) | void GetUpdatePairInfoList( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateProduce.cpp function UpdateProduce (line 11) | void UpdateProduce( FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateProduce.h type CUpdatePair2 (line 8) | struct CUpdatePair2 type IUpdateProduceCallback (line 24) | struct IUpdateProduceCallback FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/WorkDir.cpp function UINT (line 13) | static inline UINT GetCurrentCodePage() function UString (line 20) | UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ZipRegistry.h function namespace (line 10) | namespace NExtract function namespace (line 21) | namespace NCompression { type CInfo (line 44) | struct CInfo function namespace (line 57) | namespace NWorkDir{ FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ConsoleClose.cpp type NConsoleClose (line 10) | namespace NConsoleClose { function BOOL (line 12) | static BOOL WINAPI HandlerRoutine(DWORD ctrlType) function TestBreakSignal (line 36) | bool TestBreakSignal() function CheckCtrlBreak (line 45) | void CheckCtrlBreak() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ConsoleClose.h function namespace (line 6) | namespace NConsoleClose { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp function STDMETHODIMP (line 48) | STDMETHODIMP CExtractCallbackConsole::SetTotal(UInt64) function STDMETHODIMP (line 55) | STDMETHODIMP CExtractCallbackConsole::SetCompleted(const UInt64 *) function STDMETHODIMP (line 62) | STDMETHODIMP CExtractCallbackConsole::AskOverwrite( function STDMETHODIMP (line 86) | STDMETHODIMP CExtractCallbackConsole::PrepareOperation(const wchar_t *na... function STDMETHODIMP (line 100) | STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) function STDMETHODIMP (line 108) | STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 operation... function HRESULT (line 141) | HRESULT CExtractCallbackConsole::SetPassword(const UString &password) function STDMETHODIMP (line 148) | STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) function HRESULT (line 160) | HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name) function HRESULT (line 168) | HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, ... function HRESULT (line 193) | HRESULT CExtractCallbackConsole::ThereAreNoFiles() function HRESULT (line 199) | HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ExtractCallbackConsole.h function public (line 18) | public CMyUnknownImp FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/List.cpp type CPropIdToName (line 28) | struct CPropIdToName function GetAttribString (line 91) | static void GetAttribString(DWORD wa, bool isDir, char *s) type EAdjustment (line 101) | enum EAdjustment type CFieldInfo (line 108) | struct CFieldInfo type CFieldInfoInit (line 118) | struct CFieldInfoInit function PrintSpaces (line 137) | void PrintSpaces(int numSpaces) function PrintString (line 143) | void PrintString(EAdjustment adjustment, int width, const UString &textS... class CFieldPrinter (line 164) | class CFieldPrinter method Clear (line 168) | void Clear() { _fields.Clear(); } function UString (line 198) | static UString GetPropName(PROPID propID, BSTR name) function HRESULT (line 213) | HRESULT CFieldPrinter::Init(IInArchive *archive) function BOOL (line 255) | BOOL IsFileTimeZero(CONST FILETIME *lpFileTime) function PrintTime (line 261) | void PrintTime(const NCOM::CPropVariant &prop) function HRESULT (line 280) | HRESULT CFieldPrinter::PrintItemInfo(IInArchive *archive, function PrintNumberString (line 367) | void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *... function HRESULT (line 376) | HRESULT CFieldPrinter::PrintSummaryInfo(UInt64 numFiles, UInt64 numDirs, function GetUInt64Value (line 408) | bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UI... function HRESULT (line 419) | HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/Main.cpp function ShowMessageAndThrowException (line 126) | static void ShowMessageAndThrowException(CStdOutStream &s, LPCSTR messag... function PrintHelpAndExit (line 132) | static void PrintHelpAndExit(CStdOutStream &s) // yyy function GetArguments (line 139) | static void GetArguments(int numArguments, const char *arguments[], UStr... function ShowCopyrightAndHelp (line 150) | static void ShowCopyrightAndHelp(CStdOutStream &s, bool needHelp) function PrintString (line 159) | static void PrintString(CStdOutStream &stdStream, const AString &s, int ... function PrintString (line 168) | static void PrintString(CStdOutStream &stdStream, const UString &s, int ... function GetHex (line 176) | static inline char GetHex(Byte value) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/MainAr.cpp function IsItWindowsNT (line 27) | static inline bool IsItWindowsNT() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/OpenCallbackConsole.cpp function HRESULT (line 10) | HRESULT COpenCallbackConsole::Open_CheckBreak() function HRESULT (line 17) | HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *) function HRESULT (line 22) | HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UI... function HRESULT (line 29) | HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password) function HRESULT (line 41) | HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/OpenCallbackConsole.h function class (line 9) | class COpenCallbackConsole: public IOpenCallbackUI FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/PercentPrinter.cpp function ClearPrev (line 14) | static void ClearPrev(char *p, int num) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/PercentPrinter.h function class (line 9) | class CPercentPrinter function SetRatio (line 22) | void SetRatio(UInt64 doneValue) { m_CurValue = doneValue; } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp function HRESULT (line 31) | HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT ... function HRESULT (line 39) | HRESULT CUpdateCallbackConsole::StartScanning() function HRESULT (line 45) | HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UI... function HRESULT (line 50) | HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWO... function HRESULT (line 68) | HRESULT CUpdateCallbackConsole::FinishScanning() function HRESULT (line 74) | HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool u... function HRESULT (line 88) | HRESULT CUpdateCallbackConsole::FinishArchive() function HRESULT (line 94) | HRESULT CUpdateCallbackConsole::CheckBreak() function HRESULT (line 101) | HRESULT CUpdateCallbackConsole::Finilize() function HRESULT (line 120) | HRESULT CUpdateCallbackConsole::SetNumFiles(UInt64 /* numFiles */) function HRESULT (line 125) | HRESULT CUpdateCallbackConsole::SetTotal(UInt64 size) function HRESULT (line 133) | HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) function HRESULT (line 150) | HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */... function HRESULT (line 157) | HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool isAnti) function HRESULT (line 174) | HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD... function HRESULT (line 190) | HRESULT CUpdateCallbackConsole::SetOperationResult(Int32 ) function HRESULT (line 197) | HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIs... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UpdateCallbackConsole.h function class (line 11) | class CUpdateCallbackConsole: public IUpdateCallbackUI2 FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UserInputUtils.cpp function ScanUserYesNoAllQuit (line 23) | NUserAnswerMode::EEnum ScanUserYesNoAllQuit(CStdOutStream *outStream) function UString (line 50) | UString GetPassword(CStdOutStream *outStream) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UserInputUtils.h function namespace (line 8) | namespace NUserAnswerMode { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/Buffer.h function virtual (line 23) | virtual ~CBuffer() { delete []_items; } function operator (line 24) | operator T *() { return _items; } function operator (line 25) | operator const T *() const { return _items; } function SetCapacity (line 27) | void SetCapacity(size_t newCapacity) type CBuffer (line 73) | typedef CBuffer CCharBuffer; type CBuffer (line 74) | typedef CBuffer CWCharBuffer; type CByteBuffer (line 75) | typedef CBuffer CByteBuffer; FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/CRC.cpp type CCRCTableInit (line 10) | struct CCRCTableInit { CCRCTableInit() { CrcGenerateTable(); } } method CCRCTableInit (line 10) | CCRCTableInit() { CrcGenerateTable(); } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/DynamicBuffer.h function GrowLength (line 10) | void GrowLength(size_t size) function buffer (line 24) | CDynamicBuffer(const CDynamicBuffer &buffer): CBuffer(buffer) {} function size (line 25) | CDynamicBuffer(size_t size): CBuffer(size) {} function EnsureCapacity (line 36) | void EnsureCapacity(size_t capacity) type CDynamicBuffer (line 43) | typedef CDynamicBuffer CCharDynamicBuffer; type CDynamicBuffer (line 44) | typedef CDynamicBuffer CWCharDynamicBuffer; type CByteDynamicBuffer (line 45) | typedef CDynamicBuffer CByteDynamicBuffer; FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/IntToString.cpp function ConvertUInt64ToString (line 7) | void ConvertUInt64ToString(UInt64 value, char *s, UInt32 base) function ConvertUInt64ToString (line 29) | void ConvertUInt64ToString(UInt64 value, wchar_t *s) function ConvertInt64ToString (line 45) | void ConvertInt64ToString(Int64 value, char *s) function ConvertInt64ToString (line 55) | void ConvertInt64ToString(Int64 value, wchar_t *s) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/ListFileUtils.cpp function RemoveQuote (line 13) | static void RemoveQuote(UString &s) function ReadNamesFromListFile (line 20) | bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultString... FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyCom.h function Release (line 26) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 27) | operator T*() const { return (T*)_p; } function m_str (line 91) | m_str(NULL) {} FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyException.h type CSystemException (line 8) | struct CSystemException FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyString.cpp function wchar_t (line 20) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 38) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 56) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 68) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 130) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 154) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 166) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 178) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyString.h function MyStringLen (line 16) | int MyStringLen(const T *s) function T (line 24) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 31) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 33) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 35) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 37) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 52) | inline char MyCharUpper(char c) function wchar_t (line 55) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 61) | inline char MyCharLower(char c) function wchar_t (line 64) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 72) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 79) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 109) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 116) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 138) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 144) | void InsertSpace(int &index, int size) function T (line 151) | static T *GetNextCharPointer(T *p) function T (line 153) | static const T *GetNextCharPointer(const T *p) function T (line 155) | static T *GetPrevCharPointer(T *base, T *p) function T (line 157) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 164) | void SetCapacity(int newCapacity) function GrowLength (line 188) | void GrowLength(int n) function CorrectIndex (line 205) | void CorrectIndex(int &index) const function operator (line 235) | operator const T*() const { return _chars;} function T (line 239) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 245) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 246) | void ReleaseBuffer(int newLength) function Empty (line 309) | void Empty() function CStringBase (line 317) | CStringBase Mid(int startIndex) const function CStringBase (line 319) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 336) | CStringBase Left(int count) const function CStringBase (line 338) | CStringBase Right(int count) const function MakeUpper (line 345) | void MakeUpper() function MakeLower (line 347) | void MakeLower() function Compare (line 350) | int Compare(const CStringBase& s) const function Compare (line 353) | int Compare(const T *s) const function CompareNoCase (line 356) | int CompareNoCase(const CStringBase& s) const function CompareNoCase (line 359) | int CompareNoCase(const T *s) const function Find (line 369) | int Find(T c) const { return Find(c, 0); } function Find (line 370) | int Find(T c, int startIndex) const function Find (line 382) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 383) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 398) | int ReverseFind(T c) const function FindOneOf (line 412) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 420) | void TrimLeft(T c) function TrimRight (line 442) | void TrimRight() function TrimRight (line 446) | void TrimRight(T c) function Trim (line 467) | void Trim() function Insert (line 473) | int Insert(int index, T c) function Insert (line 480) | int Insert(int index, const CStringBase &s) function Replace (line 494) | int Replace(T oldChar, T newChar) function Replace (line 511) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 614) | typedef CStringBase AString; type CStringBase (line 615) | typedef CStringBase UString; type CObjectVector (line 617) | typedef CObjectVector AStringVector; type CObjectVector (line 618) | typedef CObjectVector UStringVector; type UString (line 621) | typedef UString CSysString; type AString (line 623) | typedef AString CSysString; type CObjectVector (line 626) | typedef CObjectVector CSysStringVector; FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyVector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 40) | CRecordVector(const CRecordVector &v): CBaseRecordVector(sizeof(T)) { *t... function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function FindInSorted (line 81) | int FindInSorted(const T& item) const function AddToUniqueSorted (line 98) | int AddToUniqueSorted(const T& item) function SortRefDown (line 116) | static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, ... function Sort (line 134) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 157) | typedef CRecordVector CIntVector; type CUIntVector (line 158) | typedef CRecordVector CUIntVector; type CRecordVector (line 159) | typedef CRecordVector CBoolVector; type CByteVector (line 160) | typedef CRecordVector CByteVector; type CRecordVector (line 161) | typedef CRecordVector CPointerVector; function T (line 183) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 189) | int Add(const T& item) { return CPointerVector::Add(new T(item)); } function Insert (line 190) | void Insert(int index, const T& item) { CPointerVector::Insert(index, ne... function Find (line 198) | int Find(const T& item) const function FindInSorted (line 205) | int FindInSorted(const T& item) const function AddToSorted (line 221) | int AddToSorted(const T& item) function Sort (line 242) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 245) | static int CompareObjectItems(void *const *a1, void *const *a2, void * /... function Sort (line 247) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyWindows.h type CHAR (line 27) | typedef char CHAR; type UCHAR (line 28) | typedef unsigned char UCHAR; type BYTE (line 31) | typedef unsigned char BYTE; type SHORT (line 33) | typedef short SHORT; type USHORT (line 34) | typedef unsigned short USHORT; type WORD (line 37) | typedef unsigned short WORD; type VARIANT_BOOL (line 38) | typedef short VARIANT_BOOL; type INT (line 40) | typedef int INT; type Int32 (line 41) | typedef Int32 INT32; type UINT (line 42) | typedef unsigned int UINT; type UInt32 (line 43) | typedef UInt32 UINT32; type INT32 (line 44) | typedef INT32 LONG; type UINT32 (line 45) | typedef UINT32 ULONG; type UINT32 (line 48) | typedef UINT32 DWORD; type Int64 (line 50) | typedef Int64 LONGLONG; type UInt64 (line 51) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 53) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 54) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 56) | typedef const CHAR *LPCSTR; type CHAR (line 57) | typedef CHAR TCHAR; type TCHAR (line 58) | typedef const TCHAR *LPCTSTR; type wchar_t (line 59) | typedef wchar_t WCHAR; type WCHAR (line 60) | typedef WCHAR OLECHAR; type WCHAR (line 61) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 62) | typedef OLECHAR *BSTR; type OLECHAR (line 63) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 64) | typedef OLECHAR *LPOLESTR; type FILETIME (line 66) | typedef struct _FILETIME type ULONG (line 74) | typedef ULONG PROPID; type LONG (line 75) | typedef LONG SCODE; type IUnknown (line 109) | struct IUnknown type IUnknown (line 119) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 126) | enum VARENUM type VARTYPE (line 156) | typedef unsigned short VARTYPE; type WORD (line 157) | typedef WORD PROPVAR_PAD1; type WORD (line 158) | typedef WORD PROPVAR_PAD2; type WORD (line 159) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 163) | typedef struct tagPROPVARIANT type PROPVARIANT (line 188) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 189) | typedef tagVARIANT VARIANT; type VARIANT (line 190) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 209) | typedef enum tagSTREAM_SEEK FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/NewHandler.cpp class CC (line 69) | class CC method CC (line 72) | CC() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdInStream.cpp function AString (line 45) | AString CStdInStream::ScanStringUntilNewLine() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdInStream.h function class (line 11) | class CStdInStream FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdOutStream.cpp function CStdOutStream (line 52) | CStdOutStream & CStdOutStream::operator<<(CStdOutStream & (*aFunction)(C... function CStdOutStream (line 58) | CStdOutStream & endl(CStdOutStream & outStream) function CStdOutStream (line 63) | CStdOutStream & CStdOutStream::operator<<(const char *string) function CStdOutStream (line 69) | CStdOutStream & CStdOutStream::operator<<(const wchar_t *string) function CStdOutStream (line 75) | CStdOutStream & CStdOutStream::operator<<(char c) function CStdOutStream (line 81) | CStdOutStream & CStdOutStream::operator<<(int number) function CStdOutStream (line 88) | CStdOutStream & CStdOutStream::operator<<(UInt64 number) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdOutStream.h function class (line 10) | class CStdOutStream FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char d... function AString (line 50) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 57) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 68) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 84) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringConvert.h function wchar_t (line 15) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 17) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 19) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 21) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 23) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 25) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 30) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 32) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 37) | inline const AString& GetOemString(const AString &oemString) function AString (line 39) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 44) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 46) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 48) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 50) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 54) | inline UString GetSystemString(const AString &multiByteString) function AString (line 59) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString) function AString (line 65) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 43) | UInt64 ConvertHexStringToUInt64(const char *s, const char **end) function UInt64 (line 66) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 85) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/Types.h type HRes (line 11) | typedef int HRes; FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/UTFConvert.cpp function Bool (line 10) | static Bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *sr... function Bool (line 74) | static Bool Utf16_To_Utf8(char *dest, size_t *destLen, const wchar_t *sr... function ConvertUTF8ToUnicode (line 123) | bool ConvertUTF8ToUnicode(const AString &src, UString &dest) function ConvertUnicodeToUTF8 (line 135) | bool ConvertUnicodeToUTF8(const UString &src, AString &dest) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/Wildcard.cpp function CompareFileNames (line 39) | int CompareFileNames(const UString &s1, const UString &s2) function EnhancedMaskTest (line 51) | static bool EnhancedMaskTest(const wchar_t *mask, const wchar_t *name) function SplitPathToParts (line 85) | void SplitPathToParts(const UString &path, UStringVector &pathParts) function SplitPathToParts (line 106) | void SplitPathToParts(const UString &path, UString &dirPrefix, UString &... function UString (line 116) | UString ExtractDirPrefixFromPath(const UString &path) function UString (line 125) | UString ExtractFileNameFromPath(const UString &path) function CompareWildCardWithName (line 135) | bool CompareWildCardWithName(const UString &mask, const UString &name) function DoesNameContainWildCard (line 140) | bool DoesNameContainWildCard(const UString &path) type NWildcard (line 149) | namespace NWildcard { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Common/Wildcard.h type CItem (line 19) | struct CItem function class (line 28) | class CCensorNode FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/DLL.cpp type NWindows (line 15) | namespace NWindows { type NDLL (line 16) | namespace NDLL { function UINT (line 61) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI()... function CSysString (line 62) | CSysString GetSysPath(LPCWSTR sysPath) function MyGetModuleFileName (line 79) | bool MyGetModuleFileName(HMODULE hModule, CSysString &result) function MyGetModuleFileName (line 93) | bool MyGetModuleFileName(HMODULE hModule, UString &result) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/DLL.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function LRESULTToBool (line 10) | inline bool LRESULTToBool(LRESULT value) function BOOL (line 14) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 17) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 20) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Error.cpp type NWindows (line 14) | namespace NWindows { type NError (line 15) | namespace NError { function MyFormatMessage (line 17) | bool MyFormatMessage(DWORD messageID, CSysString &message) function MyFormatMessage (line 30) | bool MyFormatMessage(DWORD messageID, UString &message) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Error.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileDir.cpp type NWindows (line 17) | namespace NWindows { type NFile (line 18) | namespace NFile { type NDirectory (line 31) | namespace NDirectory { function UINT (line 34) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function UString (line 35) | static UString GetUnicodePath(const CSysString &sysPath) function CSysString (line 37) | static CSysString GetSysPath(LPCWSTR sysPath) function MyGetWindowsDirectory (line 41) | bool MyGetWindowsDirectory(CSysString &path) function MyGetSystemDirectory (line 48) | bool MyGetSystemDirectory(CSysString &path) function MyGetWindowsDirectory (line 56) | bool MyGetWindowsDirectory(UString &path) function MyGetSystemDirectory (line 71) | bool MyGetSystemDirectory(UString &path) function SetDirTime (line 87) | bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FIL... function MySetFileAttributes (line 119) | bool MySetFileAttributes(LPCTSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 131) | bool MyRemoveDirectory(LPCTSTR pathName) function GetLongPaths (line 144) | bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) function MyMoveFile (line 155) | bool MyMoveFile(LPCTSTR existFileName, LPCTSTR newFileName) function MySetFileAttributes (line 168) | bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes) function MyRemoveDirectory (line 183) | bool MyRemoveDirectory(LPCWSTR pathName) function MyMoveFile (line 197) | bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName) function MyCreateDirectory (line 212) | bool MyCreateDirectory(LPCTSTR pathName) function MyCreateDirectory (line 228) | bool MyCreateDirectory(LPCWSTR pathName) function CreateComplexDirectory (line 275) | bool CreateComplexDirectory(LPCTSTR _aPathName) function CreateComplexDirectory (line 321) | bool CreateComplexDirectory(LPCWSTR _aPathName) function DeleteFileAlways (line 367) | bool DeleteFileAlways(LPCTSTR name) function DeleteFileAlways (line 382) | bool DeleteFileAlways(LPCWSTR name) function RemoveDirectorySubItems2 (line 399) | static bool RemoveDirectorySubItems2(const CSysString pathPrefix, ... function RemoveDirectoryWithSubItems (line 406) | bool RemoveDirectoryWithSubItems(const CSysString &path) function RemoveDirectorySubItems2 (line 422) | static bool RemoveDirectorySubItems2(const UString pathPrefix, con... function RemoveDirectoryWithSubItems (line 428) | bool RemoveDirectoryWithSubItems(const UString &path) function MyGetShortPathName (line 446) | bool MyGetShortPathName(LPCTSTR longPath, CSysString &shortPath) function MyGetFullPathName (line 453) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, i... function MyGetFullPathName (line 481) | bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int ... function MyGetFullPathName (line 523) | bool MyGetFullPathName(LPCTSTR fileName, CSysString &path) function MyGetFullPathName (line 530) | bool MyGetFullPathName(LPCWSTR fileName, UString &path) function GetOnlyName (line 537) | bool GetOnlyName(LPCTSTR fileName, CSysString &resultName) function GetOnlyName (line 547) | bool GetOnlyName(LPCWSTR fileName, UString &resultName) function GetOnlyDirPrefix (line 557) | bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) function GetOnlyDirPrefix (line 567) | bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) function MyGetCurrentDirectory (line 577) | bool MyGetCurrentDirectory(CSysString &path) function MySetCurrentDirectory (line 585) | bool MySetCurrentDirectory(LPCWSTR path) function MyGetCurrentDirectory (line 591) | bool MyGetCurrentDirectory(UString &path) function MySearchPath (line 608) | bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, function MySearchPath (line 620) | bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, function MyGetTempPath (line 648) | bool MyGetTempPath(CSysString &path) function MyGetTempPath (line 656) | bool MyGetTempPath(UString &path) function UINT (line 673) | UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 681) | UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &p... function UINT (line 699) | UINT CTempFile::Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString... function UINT (line 733) | UINT CTempFileW::Create(LPCWSTR dirPath, LPCWSTR prefix, UString &... function CreateTempDirectory (line 767) | bool CreateTempDirectory(LPCTSTR prefix, CSysString &dirName) function CreateTempDirectory (line 804) | bool CreateTempDirectory(LPCWSTR prefix, UString &dirName) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileDir.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileFind.cpp type NWindows (line 14) | namespace NWindows { type NFile (line 15) | namespace NFile { type NFind (line 23) | namespace NFind { function ConvertWIN32_FIND_DATA_To_FileInfo (line 47) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function UINT (line 64) | static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI... function ConvertWIN32_FIND_DATA_To_FileInfo (line 66) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function ConvertWIN32_FIND_DATA_To_FileInfo (line 81) | static void ConvertWIN32_FIND_DATA_To_FileInfo(const WIN32_FIND_DA... function FindFile (line 193) | bool FindFile(LPCTSTR wildcard, CFileInfo &fileInfo) function FindFile (line 200) | bool FindFile(LPCWSTR wildcard, CFileInfoW &fileInfo) function DoesFileExist (line 207) | bool DoesFileExist(LPCTSTR name) function DoesFileExist (line 214) | bool DoesFileExist(LPCWSTR name) function HANDLE (line 301) | HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool w... function HANDLE (line 316) | HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool w... function MyGetLogicalDriveStrings (line 334) | bool MyGetLogicalDriveStrings(CSysStringVector &driveStrings) function MyGetLogicalDriveStrings (line 364) | bool MyGetLogicalDriveStrings(UStringVector &driveStrings) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileFind.h function namespace (line 11) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileIO.cpp type NWindows (line 18) | namespace NWindows { type NFile (line 19) | namespace NFile { function GetLongPathBase (line 26) | bool GetLongPathBase(LPCWSTR s, UString &res) function GetLongPath (line 51) | bool GetLongPath(LPCWSTR path, UString &longPath) type NIO (line 59) | namespace NIO { function DWORD (line 249) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileMapping.cpp type NWindows (line 7) | namespace NWindows { type NFile (line 8) | namespace NFile { type NMapping (line 9) | namespace NMapping { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileMapping.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileName.cpp type NWindows (line 8) | namespace NWindows { type NFile (line 9) | namespace NFile { type NName (line 10) | namespace NName { function NormalizeDirPathPrefix (line 12) | void NormalizeDirPathPrefix(CSysString &dirPath) function NormalizeDirPathPrefix (line 21) | void NormalizeDirPathPrefix(UString &dirPath) function SplitNameToPureNameAndExtension (line 32) | void SplitNameToPureNameAndExtension(const UString &fullName, FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileName.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Handle.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/MemoryLock.cpp type NWindows (line 5) | namespace NWindows { type NSecurity (line 6) | namespace NSecurity { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/MemoryLock.h function namespace (line 6) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariant.cpp type NWindows (line 9) | namespace NWindows { type NCOM (line 10) | namespace NCOM { function CPropVariant (line 36) | CPropVariant& CPropVariant::operator=(const CPropVariant& varSrc) function CPropVariant (line 41) | CPropVariant& CPropVariant::operator=(const PROPVARIANT& varSrc) function CPropVariant (line 47) | CPropVariant& CPropVariant::operator=(BSTR bstrSrc) function CPropVariant (line 53) | CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) function CPropVariant (line 68) | CPropVariant& CPropVariant::operator=(bool bSrc) function CPropVariant (line 79) | CPropVariant& CPropVariant::operator=(UInt32 value) function CPropVariant (line 90) | CPropVariant& CPropVariant::operator=(UInt64 value) function CPropVariant (line 101) | CPropVariant& CPropVariant::operator=(const FILETIME &value) function CPropVariant (line 112) | CPropVariant& CPropVariant::operator=(Int32 value) function CPropVariant (line 124) | CPropVariant& CPropVariant::operator=(Byte value) function CPropVariant (line 135) | CPropVariant& CPropVariant::operator=(Int16 value) function HRESULT (line 159) | static HRESULT MyPropVariantClear(PROPVARIANT *propVariant) function HRESULT (line 186) | HRESULT CPropVariant::Clear() function HRESULT (line 191) | HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) function HRESULT (line 219) | HRESULT CPropVariant::Attach(PROPVARIANT* pSrc) function HRESULT (line 229) | HRESULT CPropVariant::Detach(PROPVARIANT* pDest) function HRESULT (line 239) | HRESULT CPropVariant::InternalClear() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariant.h function namespace (line 9) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariantConversions.cpp function UString (line 12) | static UString ConvertUInt64ToString(UInt64 value) function UString (line 19) | static UString ConvertInt64ToString(Int64 value) function ConvertFileTimeToString (line 48) | bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTi... function UString (line 67) | UString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTi... function UString (line 75) | UString ConvertPropVariantToString(const PROPVARIANT &prop) function UInt64 (line 100) | UInt64 ConvertPropVariantToUInt64(const PROPVARIANT &prop) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Synchronization.cpp type NWindows (line 7) | namespace NWindows { type NSynchronization (line 8) | namespace NSynchronization { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Synchronization.h function namespace (line 17) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/System.cpp type NWindows (line 7) | namespace NWindows { type NSystem (line 8) | namespace NSystem { function UInt32 (line 10) | UInt32 GetNumberOfProcessors() type _MY_MEMORYSTATUSEX (line 19) | struct _MY_MEMORYSTATUSEX { function UInt64 (line 40) | UInt64 GetRamSize() FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/System.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Thread.h function namespace (line 13) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Time.cpp type NWindows (line 8) | namespace NWindows { type NTime (line 9) | namespace NTime { function DosTimeToFileTime (line 11) | bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) function FileTimeToDosTime (line 19) | bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) function UnixTimeToFileTime (line 34) | void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) function FileTimeToUnixTime (line 41) | bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) function GetSecondsSince1601 (line 59) | bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day, function GetCurUtcFileTime (line 79) | void GetCurUtcFileTime(FILETIME &ft) FILE: src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Time.h function namespace (line 8) | namespace NWindows { FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method SetStream (line 9) | void SetStream(System.IO.Stream inStream); method Init (line 10) | void Init(); method ReleaseStream (line 11) | void ReleaseStream(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 21) | UInt32 GetMatches(UInt32[] distances); method Skip (line 22) | void Skip(UInt32 num); FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 34) | public void SetType(int numHashBytes) method SetStream (line 51) | public new void SetStream(System.IO.Stream stream) { base.SetStream(st... method ReleaseStream (line 52) | public new void ReleaseStream() { base.ReleaseStream(); } method Init (line 54) | public new void Init() method MovePos (line 63) | public new void MovePos() method GetIndexByte (line 72) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 74) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 77) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 79) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetMatches (line 118) | public UInt32 GetMatches(UInt32[] distances) method Skip (line 252) | public void Skip(UInt32 num) method NormalizeLinks (line 344) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public virtual void ReadBlock() method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method SetStream (line 81) | public void SetStream(System.IO.Stream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() method MovePos (line 93) | public void MovePos() method GetIndexByte (line 105) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 108) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 122) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(Int32 subValue) FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 15) | public void Create(uint windowSize) method Init (line 27) | public void Init(System.IO.Stream stream, bool solid) method Train (line 39) | public bool Train(System.IO.Stream stream) method ReleaseStream (line 63) | public void ReleaseStream() method Flush (line 69) | public void Flush() method CopyBlock (line 80) | public void CopyBlock(uint distance, uint len) method PutByte (line 95) | public void PutByte(byte b) method GetByte (line 102) | public byte GetByte(uint distance) FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 198) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 230) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 349) | public void SetDecoderProperties(byte[] properties) method Train (line 367) | public bool Train(System.IO.Stream stream) FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method Encoder (line 21) | static Encoder() method GetPosSlot (line 35) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 44) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder type Encoder2 (line 70) | public struct Encoder2 method Create (line 74) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 76) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 78) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 89) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 108) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(UInt32 numPosStates) method Encode (line 196) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method SetPrices (line 220) | public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] p... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 252) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 259) | void UpdateTable(UInt32 posState) method UpdateTables (line 265) | public void UpdateTables(UInt32 numPosStates) method Encode (line 271) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method MovePos (line 446) | void MovePos(UInt32 num) method GetRepLen1Price (line 455) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetPureRepPrice (line 461) | UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posSt... method GetRepPrice (line 483) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 489) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 501) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 539) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1030) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(UInt32 posState) method Flush (line 1055) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1063) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1231) | void ReleaseMFStream() method SetOutStream (line 1240) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1241) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1273) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method WriteCoderProperties (line 1303) | public void WriteCoderProperties(System.IO.Stream outStream) method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method FindMatchFinder (line 1360) | static int FindMatchFinder(string s) method SetCoderProperties (line 1368) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method SetTrainSize (line 1474) | public void SetTrainSize(uint trainSize) FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class CDoubleStream (line 7) | public class CDoubleStream: Stream method Flush (line 23) | public override void Flush() { } method Read (line 24) | public override int Read(byte[] buffer, int offset, int count) method Write (line 46) | public override void Write(byte[] buffer, int offset, int count) method Seek (line 50) | public override long Seek(long offset, System.IO.SeekOrigin origin) method SetLength (line 54) | public override void SetLength(long value) class LzmaAlone (line 60) | class LzmaAlone type Key (line 62) | enum Key method PrintHelp (line 79) | static void PrintHelp() method GetNumber (line 99) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 113) | static int IncorrectCommand() method Main2 (line 119) | static int Main2(string[] args) method Main (line 349) | [STAThread] FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 70) | public CBenchRandomGenerator() { } method Set (line 72) | public void Set(UInt32 bufferSize) method GetRndBit (line 78) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 79) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 84) | UInt32 GetOffset() method GetLen1 (line 90) | UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 91) | UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 92) | public void Generate() class CrcOutStream (line 120) | class CrcOutStream : System.IO.Stream method Init (line 123) | public void Init() { CRC.Init(); } method GetDigest (line 124) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 131) | public override void Flush() { } method Seek (line 132) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 133) | public override void SetLength(long value) { } method Read (line 134) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 136) | public override void WriteByte(byte b) method Write (line 140) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 146) | class CProgressInfo : ICodeProgress method Init (line 151) | public void Init() { InSize = 0; } method SetProgress (line 152) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 163) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 172) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 186) | static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedT... method GetDecompressRating (line 194) | static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, ... method GetTotalRating (line 200) | static UInt64 GetTotalRating( method PrintValue (line 210) | static void PrintValue(UInt64 v) method PrintRating (line 218) | static void PrintRating(UInt64 rating) method PrintResults (line 224) | static void PrintResults( method LzmaBenchmark (line 241) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/others/squashfs-4.2/lzma-4.65/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 7) | public class BinTree extends InWindow method SetType (line 34) | public void SetType(int numHashBytes) method Init (line 54) | public void Init() throws IOException method MovePos (line 63) | public void MovePos() throws IOException method Create (line 79) | public boolean Create(int historySize, int keepAddBufferBefore, method GetMatches (line 118) | public int GetMatches(int[] distances) throws IOException method Skip (line 252) | public void Skip(int num) throws IOException method NormalizeLinks (line 344) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 357) | void Normalize() method SetCutValue (line 365) | public void SetCutValue(int cutValue) { _cutValue = cutValue; } FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 24) | public void MoveBlock() method ReadBlock (line 39) | public void ReadBlock() throws IOException method Free (line 65) | void Free() { _bufferBase = null; } method Create (line 67) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 81) | public void SetStream(java.io.InputStream stream) { _stream = stream; } method ReleaseStream (line 82) | public void ReleaseStream() { _stream = null; } method Init (line 84) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method GetIndexByte (line 105) | public byte GetIndexByte(int index) { return _bufferBase[_bufferOffset... method GetMatchLen (line 108) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 122) | public int GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 124) | public void ReduceOffsets(int subValue) FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 35) | static int GetPosSlot(int pos) method GetPosSlot2 (line 44) | static int GetPosSlot2(int pos) method BaseInit (line 57) | void BaseInit() class LiteralEncoder (line 68) | class LiteralEncoder class Encoder2 (line 70) | class Encoder2 method Init (line 74) | public void Init() { SevenZip.Compression.RangeCoder.Encoder.InitB... method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 175) | public LenEncoder() method Init (line 184) | public void Init(int numPosStates) method Encode (line 196) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method SetPrices (line 220) | public void SetPrices(int posState, int numSymbols, int[] prices, in... class LenPriceTableEncoder (line 246) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 252) | public void SetTableSize(int tableSize) { _tableSize = tableSize; } method GetPrice (line 254) | public int GetPrice(int symbol, int posState) method UpdateTable (line 259) | void UpdateTable(int posState) method UpdateTables (line 265) | public void UpdateTables(int numPosStates) method Encode (line 271) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 280) | class Optimal method MakeAsChar (line 299) | public void MakeAsChar() { BackPrev = -1; Prev1IsChar = false; } method MakeAsShortRep (line 300) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 301) | public boolean IsShortRep() { return (BackPrev == 0); } method Create (line 362) | void Create() method Encoder (line 382) | public Encoder() method SetWriteEndMarkerMode (line 390) | void SetWriteEndMarkerMode(boolean writeEndMarker) method Init (line 395) | void Init() method ReadMatchDistances (line 431) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 446) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 455) | int GetRepLen1Price(int state, int posState) method GetPureRepPrice (line 461) | int GetPureRepPrice(int repIndex, int state, int posState) method GetRepPrice (line 483) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 489) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int cur) method GetOptimum (line 539) | int GetOptimum(int position) throws IOException method ChangePair (line 1030) | boolean ChangePair(int smallDist, int bigDist) method WriteEndMarker (line 1036) | void WriteEndMarker(int posState) throws IOException method Flush (line 1055) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1063) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1229) | void ReleaseMFStream() method SetOutStream (line 1238) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1240) | void ReleaseOutStream() method ReleaseStreams (line 1243) | void ReleaseStreams() method SetStreams (line 1249) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1273) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1303) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillDistancesPrices (line 1314) | void FillDistancesPrices() method FillAlignPrices (line 1346) | void FillAlignPrices() method SetAlgorithm (line 1354) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1363) | public boolean SetDictionarySize(int dictionarySize) method SetNumFastBytes (line 1375) | public boolean SetNumFastBytes(int numFastBytes) method SetMatchFinder (line 1383) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1397) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1411) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() { Init(); } method Init (line 17) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 18) | public int GetRnd() class CBitRandomGenerator (line 26) | static class CBitRandomGenerator method Init (line 31) | public void Init() method GetRnd (line 36) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 56) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 65) | public CBenchRandomGenerator() { } method Set (line 66) | public void Set(int bufferSize) method GetRndBit (line 72) | int GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 73) | int GetLogRandBits(int numBits) method GetOffset (line 78) | int GetOffset() method GetLen1 (line 84) | int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); } method GetLen2 (line 85) | int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); } method Generate (line 86) | public void Generate() class CrcOutStream (line 114) | static class CrcOutStream extends java.io.OutputStream method Init (line 118) | public void Init() method GetDigest (line 122) | public int GetDigest() method write (line 126) | public void write(byte[] b) method write (line 130) | public void write(byte[] b, int off, int len) method write (line 134) | public void write(int b) class MyOutputStream (line 140) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 146) | public MyOutputStream(byte[] buffer) method reset (line 152) | public void reset() method write (line 157) | public void write(int b) throws IOException method size (line 164) | public int size() class MyInputStream (line 170) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 176) | public MyInputStream(byte[] buffer, int size) method reset (line 182) | public void reset() method read (line 187) | public int read() class CProgressInfo (line 195) | static class CProgressInfo implements ICodeProgress method Init (line 200) | public void Init() method SetProgress (line 202) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 213) | static int GetLogSize(int size) method MyMultDiv64 (line 222) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 236) | static long GetCompressRating(int dictionarySize, long elapsedTime, lo... method GetDecompressRating (line 244) | static long GetDecompressRating(long elapsedTime, long outSize, long i... method GetTotalRating (line 250) | static long GetTotalRating( method PrintValue (line 260) | static void PrintValue(long v) method PrintRating (line 269) | static void PrintRating(long rating) method PrintResults (line 275) | static void PrintResults( method LzmaBenchmark (line 292) | static public int LzmaBenchmark(int numIterations, int dictionarySize)... FILE: src/others/squashfs-4.2/squashfs-tools/compressor.c type compressor (line 29) | struct compressor type compressor (line 33) | struct compressor type compressor (line 37) | struct compressor type compressor (line 42) | struct compressor type compressor (line 46) | struct compressor type compressor (line 51) | struct compressor type compressor (line 55) | struct compressor type compressor (line 59) | struct compressor type compressor (line 63) | struct compressor type compressor (line 68) | struct compressor type compressor (line 77) | struct compressor type compressor (line 89) | struct compressor function display_compressors (line 101) | void display_compressors(char *indent, char *def_comp) function display_compressor_usage (line 114) | void display_compressor_usage(char *def_comp) FILE: src/others/squashfs-4.2/squashfs-tools/compressor.h type compressor (line 23) | struct compressor { type compressor (line 37) | struct compressor type compressor (line 38) | struct compressor function compressor_init (line 42) | static inline int compressor_init(struct compressor *comp, void **stream, function compressor_compress (line 51) | static inline int compressor_compress(struct compressor *comp, void *strm, function compressor_uncompress (line 58) | static inline int compressor_uncompress(struct compressor *comp, void *d... function compressor_options (line 65) | static inline int compressor_options(struct compressor *comp, char *argv[], function compressor_options_post (line 75) | static inline int compressor_options_post(struct compressor *comp, int b... type compressor (line 83) | struct compressor function compressor_extract_options (line 92) | static inline int compressor_extract_options(struct compressor *comp, FILE: src/others/squashfs-4.2/squashfs-tools/gzip_wrapper.c function gzip_init (line 28) | static int gzip_init(void **strm, int block_size, int flags) function gzip_compress (line 54) | static int gzip_compress(void *strm, void *d, void *s, int size, int blo... function gzip_uncompress (line 90) | static int gzip_uncompress(void *d, void *s, int size, int block_size, i... type compressor (line 102) | struct compressor FILE: src/others/squashfs-4.2/squashfs-tools/lzma_wrapper.c function lzma_compress (line 32) | static int lzma_compress(void *strm, void *dest, void *src, int size, in... function lzma_uncompress (line 82) | static int lzma_uncompress(void *dest, void *src, int size, int block_size, type compressor (line 102) | struct compressor FILE: src/others/squashfs-4.2/squashfs-tools/lzma_xz_options.c type lzma_xz_options (line 34) | struct lzma_xz_options type lzma_xz_options (line 47) | struct lzma_xz_options function lzma_xz_options (line 53) | int lzma_xz_options(char *argv[], int argc, int lzmaver) function lzma_xz_options_post (line 191) | int lzma_xz_options_post(int block_size, int lzmaver) type lzma_opts (line 244) | struct lzma_opts type lzma_opts (line 259) | struct lzma_opts function lzma_xz_extract_options (line 280) | int lzma_xz_extract_options(int block_size, void *buffer, int size, int ... function lzma_xz_usage (line 337) | void lzma_xz_usage(int lzmaver) FILE: src/others/squashfs-4.2/squashfs-tools/lzma_xz_options.h type lzma_opts (line 39) | struct lzma_opts { type lzma_xz_options (line 92) | struct lzma_xz_options { type lzma_xz_options (line 103) | struct lzma_xz_options FILE: src/others/squashfs-4.2/squashfs-tools/lzma_xz_wrapper.c function lzma_compress (line 39) | static int lzma_compress(void *dummy, void *dest, void *src, int size, function lzma_uncompress (line 114) | static int lzma_uncompress(void *dest, void *src, int size, int block_size, function lzma_options (line 161) | static int lzma_options(char *argv[], int argc) function lzma_options_post (line 167) | static int lzma_options_post(int block_size) function lzma_extract_options (line 179) | static int lzma_extract_options(int block_size, void *buffer, int size) function lzma_usage (line 185) | void lzma_usage() type compressor (line 191) | struct compressor FILE: src/others/squashfs-4.2/squashfs-tools/lzo_wrapper.c type lzo_stream (line 38) | struct lzo_stream { function squashfs_lzo_init (line 44) | static int squashfs_lzo_init(void **strm, int block_size, int flags) function lzo_compress (line 68) | static int lzo_compress(void *strm, void *d, void *s, int size, int bloc... function lzo_uncompress (line 100) | static int lzo_uncompress(void *d, void *s, int size, int block_size, in... type compressor (line 112) | struct compressor FILE: src/others/squashfs-4.2/squashfs-tools/mksquashfs.c type cached_dir_index (line 182) | struct cached_dir_index { type directory (line 187) | struct directory { type inode_info (line 201) | struct inode_info type file_info (line 204) | struct file_info type exclude_info (line 209) | struct exclude_info { type exclude_info (line 216) | struct exclude_info type stat (line 217) | struct stat type path_entry (line 219) | struct path_entry { type pathname (line 225) | struct pathname { type pathnames (line 230) | struct pathnames { type pathnames (line 236) | struct pathnames type pathname (line 237) | struct pathname type pathname (line 238) | struct pathname type pathnames (line 239) | struct pathnames type pathnames (line 239) | struct pathnames type file_buffer (line 243) | struct file_buffer type fragment (line 246) | struct fragment { type squashfs_fragment_entry (line 255) | struct squashfs_fragment_entry type old_root_entry_info (line 269) | struct old_root_entry_info { type old_root_entry_info (line 273) | struct old_root_entry_info type file_info (line 276) | struct file_info { type file_buffer (line 324) | struct file_buffer { type queue (line 346) | struct queue { type id (line 362) | struct id { type id (line 368) | struct id type id (line 369) | struct id type cache (line 373) | struct cache type queue (line 374) | struct queue type pseudo (line 383) | struct pseudo type compressor (line 396) | struct compressor type compressor (line 406) | struct compressor type squashfs_super_block (line 406) | struct squashfs_super_block type squashfs_super_block (line 409) | struct squashfs_super_block type squashfs_fragment_entry (line 420) | struct squashfs_fragment_entry type dir_info (line 423) | struct dir_info type file_info (line 424) | struct file_info type fragment (line 425) | struct fragment type file_buffer (line 426) | struct file_buffer type dir_info (line 428) | struct dir_info type pathnames (line 428) | struct pathnames type dir_info (line 429) | struct dir_info type dir_info (line 430) | struct dir_info type dir_info (line 430) | struct dir_info type pseudo (line 430) | struct pseudo type dir_info (line 431) | struct dir_info type file_info (line 432) | struct file_info type fragment (line 433) | struct fragment type dir_info (line 436) | struct dir_info type stat (line 437) | struct stat type priority_entry (line 438) | struct priority_entry type queue (line 444) | struct queue type queue (line 446) | struct queue type queue (line 446) | struct queue function queue_put (line 470) | void queue_put(struct queue *queue, void *data) type queue (line 486) | struct queue type cache (line 505) | struct cache { function insert_hash_table (line 550) | void insert_hash_table(struct cache *cache, struct file_buffer *entry) function remove_hash_table (line 563) | void remove_hash_table(struct cache *cache, struct file_buffer *entry) type cache (line 584) | struct cache type cache (line 586) | struct cache type cache (line 586) | struct cache type file_buffer (line 595) | struct file_buffer type file_buffer (line 603) | struct file_buffer type cache (line 603) | struct cache type file_buffer (line 608) | struct file_buffer type file_buffer (line 630) | struct file_buffer type cache (line 630) | struct cache type file_buffer (line 633) | struct file_buffer type file_buffer (line 647) | struct file_buffer function cache_rehash (line 684) | void cache_rehash(struct file_buffer *entry, long long index) function cache_block_put (line 698) | void cache_block_put(struct file_buffer *entry) function inc_progress_bar (line 735) | inline void inc_progress_bar() function update_progress_bar (line 741) | inline void update_progress_bar() function waitforthread (line 749) | inline void waitforthread(int i) function restorefs (line 757) | void restorefs() function sighandler (line 811) | void sighandler() function sighandler2 (line 824) | void sighandler2() function sigusr1_handler (line 830) | void sigusr1_handler() function sigwinch_handler (line 852) | void sigwinch_handler() function sigalrm_handler (line 870) | void sigalrm_handler() function mangle2 (line 876) | int mangle2(void *strm, char *d, char *s, int size, function mangle (line 899) | int mangle(char *d, char *s, int size, int block_size, function read_bytes (line 961) | int read_bytes(int fd, void *buff, int bytes) function read_fs_bytes (line 984) | int read_fs_bytes(int fd, long long byte, int bytes, void *buff) function write_bytes (line 1012) | int write_bytes(int fd, void *buff, int bytes) function write_destination (line 1032) | void write_destination(int fd, long long byte, int bytes, void *buff) function write_inodes (line 1051) | long long write_inodes() function write_directories (line 1089) | long long write_directories() function write_id_table (line 1131) | long long write_id_table() type id (line 1147) | struct id type id (line 1150) | struct id type id (line 1160) | struct id type id (line 1163) | struct id type id (line 1163) | struct id function get_uid (line 1176) | unsigned int get_uid(unsigned int uid) function get_guid (line 1195) | unsigned int get_guid(unsigned int guid) function create_inode (line 1214) | int create_inode(squashfs_inode *i_no, struct dir_info *dir_info, function scan3_init_dir (line 1503) | void scan3_init_dir(struct directory *dir) function add_dir (line 1519) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name, function write_dir (line 1610) | void write_dir(squashfs_inode *inode, struct dir_info *dir_info, type file_buffer (line 1732) | struct file_buffer type fragment (line 1732) | struct fragment type squashfs_fragment_entry (line 1734) | struct squashfs_fragment_entry type file_buffer (line 1737) | struct file_buffer type frag_locked (line 1785) | struct frag_locked { type frag_locked (line 1794) | struct frag_locked function lock_fragments (line 1799) | int lock_fragments() function unlock_fragments (line 1810) | void unlock_fragments() function add_pending_fragment (line 1835) | void add_pending_fragment(struct file_buffer *write_buffer, int c_byte, function write_fragment (line 1851) | void write_fragment() type fragment (line 1877) | struct fragment type fragment (line 1878) | struct fragment type file_buffer (line 1878) | struct file_buffer type fragment (line 1880) | struct fragment type fragment (line 1889) | struct fragment function generic_write_table (line 1907) | long long generic_write_table(int length, void *buffer, int length2, function write_fragment_table (line 1959) | long long write_fragment_table() function get_checksum (line 2007) | unsigned short get_checksum(char *buff, int bytes, unsigned short chksum) function get_checksum_disk (line 2020) | unsigned short get_checksum_disk(long long start, long long l, function get_checksum_mem (line 2048) | unsigned short get_checksum_mem(char *buff, int bytes) function get_checksum_mem_buffer (line 2054) | unsigned short get_checksum_mem_buffer(struct file_buffer *file_buffer) function add_file (line 2064) | void add_file(long long start, long long file_size, long long file_bytes, function pre_duplicate (line 2101) | int pre_duplicate(long long file_size) function pre_duplicate_frag (line 2113) | int pre_duplicate_frag(long long file_size, unsigned short checksum) type file_info (line 2140) | struct file_info type fragment (line 2141) | struct fragment type file_info (line 2145) | struct file_info type file_info (line 2145) | struct file_info type file_info (line 2167) | struct file_info type fragment (line 2168) | struct fragment type file_buffer (line 2169) | struct file_buffer type file_info (line 2172) | struct file_info type file_buffer (line 2194) | struct file_buffer type file_buffer (line 2215) | struct file_buffer type file_buffer (line 2216) | struct file_buffer type file_buffer (line 2248) | struct file_buffer function reader_read_process (line 2284) | void reader_read_process(struct dir_ent *dir_ent) function reader_read_file (line 2358) | void reader_read_file(struct dir_ent *dir_ent) function reader_scan (line 2464) | void reader_scan(struct dir_info *dir) { type priority_entry (line 2501) | struct priority_entry type file_buffer (line 2525) | struct file_buffer function all_zero (line 2557) | int all_zero(struct file_buffer *file_buffer) type file_buffer (line 2590) | struct file_buffer type file_buffer (line 2591) | struct file_buffer type file_buffer (line 2632) | struct file_buffer type file_buffer (line 2633) | struct file_buffer type file_buffer (line 2665) | struct file_buffer function push_buffer (line 2667) | void push_buffer(struct file_buffer *file_buffer) type file_buffer (line 2676) | struct file_buffer type queue (line 2676) | struct queue type file_buffer (line 2680) | struct file_buffer type timeval (line 2708) | struct timeval type timespec (line 2709) | struct timespec type itimerval (line 2710) | struct itimerval type winsize (line 2711) | struct winsize function enable_progress_bar (line 2749) | void enable_progress_bar() function disable_progress_bar (line 2757) | void disable_progress_bar() function progress_bar (line 2765) | void progress_bar(long long current, long long max, int columns) function write_file_empty (line 2813) | void write_file_empty(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_frag_dup (line 2823) | void write_file_frag_dup(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_frag (line 2854) | void write_file_frag(squashfs_inode *inode, struct dir_ent *dir_ent, int... function write_file_process (line 2889) | int write_file_process(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_blocks (line 2977) | int write_file_blocks(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file_blocks_dup (line 3076) | int write_file_blocks_dup(squashfs_inode *inode, struct dir_ent *dir_ent, function write_file (line 3217) | void write_file(squashfs_inode *inode, struct dir_ent *dir_ent, type inode_info (line 3317) | struct inode_info type stat (line 3317) | struct stat type inode_info (line 3320) | struct inode_info type stat (line 3323) | struct stat type inode_info (line 3330) | struct inode_info type stat (line 3335) | struct stat function add_dir_entry (line 3358) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 3384) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 3393) | void sort_directory(struct dir_info *dir) type dir_info (line 3402) | struct dir_info type dir_info (line 3404) | struct dir_info type dir_info (line 3406) | struct dir_info function scan1_encomp_readdir (line 3424) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 3467) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 3504) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 3519) | struct dir_ent type dir_info (line 3519) | struct dir_info type dir_ent (line 3532) | struct dir_ent type dir_info (line 3532) | struct dir_info type dir_ent (line 3544) | struct dir_ent type directory (line 3544) | struct directory type dir_info (line 3544) | struct dir_info function scan1_freedir (line 3560) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 3569) | void scan2_freedir(struct dir_info *dir) function scan3_freedir (line 3579) | void scan3_freedir(struct directory *dir) function dir_scan (line 3587) | void dir_scan(squashfs_inode *inode, char *pathname, type dir_info (line 3653) | struct dir_info type pathnames (line 3653) | struct pathnames type dir_info (line 3654) | struct dir_info type dir_info (line 3657) | struct dir_info type dir_info (line 3665) | struct dir_info type stat (line 3666) | struct stat type pathnames (line 3667) | struct pathnames type dir_info (line 3717) | struct dir_info type dir_info (line 3717) | struct dir_info type pseudo (line 3717) | struct pseudo type dir_info (line 3719) | struct dir_info type dir_ent (line 3720) | struct dir_ent type pseudo_entry (line 3721) | struct pseudo_entry type stat (line 3722) | struct stat type inode_info (line 3729) | struct inode_info type stat (line 3730) | struct stat type stat (line 3740) | struct stat type stat (line 3800) | struct stat type inode_info (line 3802) | struct inode_info type inode_info (line 3815) | struct inode_info type inode_info (line 3822) | struct inode_info function dir_scan3 (line 3836) | void dir_scan3(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 3977) | unsigned int slog(unsigned int block) function old_excluded (line 3988) | int old_excluded(char *filename, struct stat *buf) function old_add_exclude (line 4009) | int old_add_exclude(char *path) function add_old_root_entry (line 4041) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_number, function initialise_threads (line 4058) | void initialise_threads(int readb_mbytes, int writeb_mbytes, function write_inode_lookup_table (line 4144) | long long write_inode_lookup_table() function free_path (line 4192) | void free_path(struct pathname *paths) type pathname (line 4210) | struct pathname type pathname (line 4210) | struct pathname type pathname (line 4218) | struct pathname type path_entry (line 4234) | struct path_entry function add_exclude (line 4285) | void add_exclude(char *target) function display_path (line 4299) | void display_path(int depth, struct pathname *paths) function display_path2 (line 4315) | void display_path2(struct pathname *paths, char *string) type pathnames (line 4332) | struct pathnames type pathnames (line 4334) | struct pathnames type pathnames (line 4334) | struct pathnames type pathnames (line 4342) | struct pathnames type pathnames (line 4342) | struct pathnames type pathname (line 4342) | struct pathname type pathnames (line 4345) | struct pathnames type pathname (line 4347) | struct pathname function free_subdir (line 4357) | void free_subdir(struct pathnames *paths) function excluded (line 4363) | int excluded(struct pathnames *paths, char *name, struct pathnames **new) function write_recovery_data (line 4424) | void write_recovery_data(struct squashfs_super_block *sBlk) function read_recovery_data (line 4476) | void read_recovery_data(char *recovery_file, char *destination_file) function main (line 4571) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.2/squashfs-tools/mksquashfs.h type dir_info (line 43) | struct dir_info { type dir_ent (line 55) | struct dir_ent { type inode_info (line 63) | struct inode_info { FILE: src/others/squashfs-4.2/squashfs-tools/pseudo.c type pseudo_dev (line 67) | struct pseudo_dev function dump_pseudo (line 70) | static void dump_pseudo(struct pseudo *pseudo, char *string) type pseudo (line 110) | struct pseudo type pseudo (line 110) | struct pseudo type pseudo_dev (line 110) | struct pseudo_dev type pseudo (line 119) | struct pseudo type pseudo_entry (line 135) | struct pseudo_entry type pseudo_dev (line 169) | struct pseudo_dev type pseudo (line 203) | struct pseudo type pseudo (line 203) | struct pseudo type pseudo_entry (line 218) | struct pseudo_entry type pseudo (line 218) | struct pseudo function exec_file (line 234) | int exec_file(char *command, struct pseudo_dev *dev) function add_pseudo_file (line 302) | void add_pseudo_file(struct pseudo_dev *dev) function delete_pseudo_files (line 314) | void delete_pseudo_files() type pseudo_dev (line 325) | struct pseudo_dev function read_pseudo_def (line 331) | int read_pseudo_def(struct pseudo **pseudo, char *def) function read_pseudo_file (line 475) | int read_pseudo_file(struct pseudo **pseudo, char *filename) FILE: src/others/squashfs-4.2/squashfs-tools/pseudo.h type pseudo_dev (line 24) | struct pseudo_dev { type pseudo_entry (line 39) | struct pseudo_entry { type pseudo (line 46) | struct pseudo { type pseudo (line 52) | struct pseudo type pseudo (line 53) | struct pseudo type pseudo (line 54) | struct pseudo type pseudo (line 54) | struct pseudo type pseudo_entry (line 55) | struct pseudo_entry type pseudo (line 55) | struct pseudo type pseudo_dev (line 56) | struct pseudo_dev FILE: src/others/squashfs-4.2/squashfs-tools/read_fs.c type compressor (line 74) | struct compressor function read_block (line 76) | int read_block(int fd, long long start, long long *next, void *block) function scan_inode_table (line 119) | int scan_inode_table(int fd, long long start, long long end, type compressor (line 377) | struct compressor type squashfs_super_block (line 377) | struct squashfs_super_block type squashfs_super_block (line 382) | struct squashfs_super_block type squashfs_super_block (line 493) | struct squashfs_super_block type squashfs_dir_header (line 496) | struct squashfs_dir_header type squashfs_dir_entry (line 497) | struct squashfs_dir_entry type squashfs_dir_entry (line 499) | struct squashfs_dir_entry type squashfs_dir_entry (line 499) | struct squashfs_dir_entry type squashfs_super_block (line 559) | struct squashfs_super_block function read_fragment_table (line 607) | int read_fragment_table(int fd, struct squashfs_super_block *sBlk, function read_inode_lookup_table (line 658) | int read_inode_lookup_table(int fd, struct squashfs_super_block *sBlk, function read_filesystem (line 705) | long long read_filesystem(char *root_name, int fd, struct squashfs_super... FILE: src/others/squashfs-4.2/squashfs-tools/read_xattrs.c type hash_entry (line 66) | struct hash_entry { type squashfs_xattr_id (line 72) | struct squashfs_xattr_id type prefix (line 79) | struct prefix function save_xattr_block (line 90) | static int save_xattr_block(long long start, int offset) function get_xattr_block (line 115) | static int get_xattr_block(long long start) function read_xattr_entry (line 135) | static int read_xattr_entry(struct xattr_list *xattr, function read_xattrs_from_disk (line 170) | int read_xattrs_from_disk(int fd, struct squashfs_super_block *sBlk) type xattr_list (line 295) | struct xattr_list type xattr_list (line 298) | struct xattr_list type squashfs_xattr_entry (line 314) | struct squashfs_xattr_entry type squashfs_xattr_val (line 315) | struct squashfs_xattr_val type xattr_list (line 319) | struct xattr_list FILE: src/others/squashfs-4.2/squashfs-tools/sort.c type sort_info (line 63) | struct sort_info { type sort_info (line 70) | struct sort_info type priority_entry (line 72) | struct priority_entry type dir_ent (line 75) | struct dir_ent function add_priority_list (line 79) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 96) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 125) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 202) | int generate_file_priorities(struct dir_info *dir, int priority, function read_sort_file (line 237) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 262) | void sort_files_and_write(struct dir_info *dir) FILE: src/others/squashfs-4.2/squashfs-tools/sort.h type priority_entry (line 27) | struct priority_entry { FILE: src/others/squashfs-4.2/squashfs-tools/squashfs_compat.h type squashfs_super_block_3 (line 38) | struct squashfs_super_block_3 { type squashfs_dir_index_3 (line 67) | struct squashfs_dir_index_3 { type squashfs_base_inode_header_3 (line 82) | struct squashfs_base_inode_header_3 { type squashfs_ipc_inode_header_3 (line 86) | struct squashfs_ipc_inode_header_3 { type squashfs_dev_inode_header_3 (line 91) | struct squashfs_dev_inode_header_3 { type squashfs_symlink_inode_header_3 (line 97) | struct squashfs_symlink_inode_header_3 { type squashfs_reg_inode_header_3 (line 104) | struct squashfs_reg_inode_header_3 { type squashfs_lreg_inode_header_3 (line 113) | struct squashfs_lreg_inode_header_3 { type squashfs_dir_inode_header_3 (line 123) | struct squashfs_dir_inode_header_3 { type squashfs_ldir_inode_header_3 (line 132) | struct squashfs_ldir_inode_header_3 { type squashfs_base_inode_header_3 (line 144) | struct squashfs_base_inode_header_3 type squashfs_dev_inode_header_3 (line 145) | struct squashfs_dev_inode_header_3 type squashfs_symlink_inode_header_3 (line 146) | struct squashfs_symlink_inode_header_3 type squashfs_reg_inode_header_3 (line 147) | struct squashfs_reg_inode_header_3 type squashfs_lreg_inode_header_3 (line 148) | struct squashfs_lreg_inode_header_3 type squashfs_dir_inode_header_3 (line 149) | struct squashfs_dir_inode_header_3 type squashfs_ldir_inode_header_3 (line 150) | struct squashfs_ldir_inode_header_3 type squashfs_ipc_inode_header_3 (line 151) | struct squashfs_ipc_inode_header_3 type squashfs_dir_entry_3 (line 154) | struct squashfs_dir_entry_3 { type squashfs_dir_header_3 (line 162) | struct squashfs_dir_header_3 { type squashfs_fragment_entry_3 (line 168) | struct squashfs_fragment_entry_3 { type squashfs_super_block_3 (line 175) | typedef struct squashfs_super_block_3 squashfs_super_block_3; type squashfs_dir_index_3 (line 176) | typedef struct squashfs_dir_index_3 squashfs_dir_index_3; type squashfs_base_inode_header_3 (line 177) | typedef struct squashfs_base_inode_header_3 squashfs_base_inode_header_3; type squashfs_ipc_inode_header_3 (line 178) | typedef struct squashfs_ipc_inode_header_3 squashfs_ipc_inode_header_3; type squashfs_dev_inode_header_3 (line 179) | typedef struct squashfs_dev_inode_header_3 squashfs_dev_inode_header_3; type squashfs_symlink_inode_header_3 (line 180) | typedef struct squashfs_symlink_inode_header_3 squashfs_symlink_inode_he... type squashfs_reg_inode_header_3 (line 181) | typedef struct squashfs_reg_inode_header_3 squashfs_reg_inode_header_3; type squashfs_lreg_inode_header_3 (line 182) | typedef struct squashfs_lreg_inode_header_3 squashfs_lreg_inode_header_3; type squashfs_dir_inode_header_3 (line 183) | typedef struct squashfs_dir_inode_header_3 squashfs_dir_inode_header_3; type squashfs_ldir_inode_header_3 (line 184) | typedef struct squashfs_ldir_inode_header_3 squashfs_ldir_inode_header_3; type squashfs_dir_entry_3 (line 185) | typedef struct squashfs_dir_entry_3 squashfs_dir_entry_3; type squashfs_dir_header_3 (line 186) | typedef struct squashfs_dir_header_3 squashfs_dir_header_3; type squashfs_fragment_entry_3 (line 187) | typedef struct squashfs_fragment_entry_3 squashfs_fragment_entry_3; type squashfs_base_inode_header_1 (line 414) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 421) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 430) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 438) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 447) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 458) | struct squashfs_dir_inode_header_1 { type squashfs_base_inode_header_1 (line 470) | struct squashfs_base_inode_header_1 type squashfs_dev_inode_header_1 (line 471) | struct squashfs_dev_inode_header_1 type squashfs_symlink_inode_header_1 (line 472) | struct squashfs_symlink_inode_header_1 type squashfs_reg_inode_header_1 (line 473) | struct squashfs_reg_inode_header_1 type squashfs_dir_inode_header_1 (line 474) | struct squashfs_dir_inode_header_1 type squashfs_ipc_inode_header_1 (line 475) | struct squashfs_ipc_inode_header_1 type squashfs_dir_index_1 (line 478) | typedef struct squashfs_dir_index_1 squashfs_dir_index_1; type squashfs_base_inode_header_1 (line 479) | typedef struct squashfs_base_inode_header_1 squashfs_base_inode_header_1; type squashfs_ipc_inode_header_1 (line 480) | typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; type squashfs_dev_inode_header_1 (line 481) | typedef struct squashfs_dev_inode_header_1 squashfs_dev_inode_header_1; type squashfs_symlink_inode_header_1 (line 482) | typedef struct squashfs_symlink_inode_header_1 squashfs_symlink_inode_he... type squashfs_reg_inode_header_1 (line 483) | typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; type squashfs_dir_inode_header_1 (line 484) | typedef struct squashfs_dir_inode_header_1 squashfs_dir_inode_header_1; type squashfs_dir_index_2 (line 542) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 549) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 556) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 563) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 571) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 580) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 593) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 604) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 618) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 619) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 620) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 621) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 622) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 623) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 624) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 627) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 632) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 639) | struct squashfs_fragment_entry_2 { type squashfs_dir_index_2 (line 644) | typedef struct squashfs_dir_index_2 squashfs_dir_index_2; type squashfs_base_inode_header_2 (line 645) | typedef struct squashfs_base_inode_header_2 squashfs_base_inode_header_2; type squashfs_ipc_inode_header_2 (line 646) | typedef struct squashfs_ipc_inode_header_2 squashfs_ipc_inode_header_2; type squashfs_dev_inode_header_2 (line 647) | typedef struct squashfs_dev_inode_header_2 squashfs_dev_inode_header_2; type squashfs_symlink_inode_header_2 (line 648) | typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_he... type squashfs_reg_inode_header_2 (line 649) | typedef struct squashfs_reg_inode_header_2 squashfs_reg_inode_header_2; type squashfs_lreg_inode_header_2 (line 650) | typedef struct squashfs_lreg_inode_header_2 squashfs_lreg_inode_header_2; type squashfs_dir_inode_header_2 (line 651) | typedef struct squashfs_dir_inode_header_2 squashfs_dir_inode_header_2; type squashfs_ldir_inode_header_2 (line 652) | typedef struct squashfs_ldir_inode_header_2 squashfs_ldir_inode_header_2; type squashfs_dir_entry_2 (line 653) | typedef struct squashfs_dir_entry_2 squashfs_dir_entry_2; type squashfs_dir_header_2 (line 654) | typedef struct squashfs_dir_header_2 squashfs_dir_header_2; type squashfs_fragment_entry_2 (line 655) | typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; FILE: src/others/squashfs-4.2/squashfs-tools/squashfs_fs.h type meta_entry (line 255) | struct meta_entry { type meta_index (line 262) | struct meta_index { type squashfs_block (line 277) | typedef long long squashfs_block; type squashfs_inode (line 278) | typedef long long squashfs_inode; type squashfs_super_block (line 285) | struct squashfs_super_block { type squashfs_dir_index (line 307) | struct squashfs_dir_index { type squashfs_base_inode_header (line 314) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 323) | struct squashfs_ipc_inode_header { type squashfs_lipc_inode_header (line 333) | struct squashfs_lipc_inode_header { type squashfs_dev_inode_header (line 344) | struct squashfs_dev_inode_header { type squashfs_ldev_inode_header (line 355) | struct squashfs_ldev_inode_header { type squashfs_symlink_inode_header (line 367) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 379) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 393) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 410) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 424) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 442) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 443) | struct squashfs_dev_inode_header type squashfs_ldev_inode_header (line 444) | struct squashfs_ldev_inode_header type squashfs_symlink_inode_header (line 445) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 446) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 447) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 448) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 449) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 450) | struct squashfs_ipc_inode_header type squashfs_lipc_inode_header (line 451) | struct squashfs_lipc_inode_header type squashfs_dir_entry (line 454) | struct squashfs_dir_entry { type squashfs_dir_header (line 462) | struct squashfs_dir_header { type squashfs_fragment_entry (line 468) | struct squashfs_fragment_entry { type squashfs_xattr_entry (line 474) | struct squashfs_xattr_entry { type squashfs_xattr_val (line 480) | struct squashfs_xattr_val { type squashfs_xattr_id (line 485) | struct squashfs_xattr_id { type squashfs_xattr_table (line 491) | struct squashfs_xattr_table { FILE: src/others/squashfs-4.2/squashfs-tools/swap.c function swap_le16 (line 33) | void swap_le16(void *src, void *dest) function swap_le32 (line 43) | void swap_le32(void *src, void *dest) function swap_le64 (line 55) | void swap_le64(void *src, void *dest) function inswap_le16 (line 71) | unsigned short inswap_le16(unsigned short num) function inswap_le32 (line 78) | unsigned int inswap_le32(unsigned int num) function inswap_le64 (line 87) | long long inswap_le64(long long n) FILE: src/others/squashfs-4.2/squashfs-tools/unsquash-1.c function read_block_list_1 (line 28) | void read_block_list_1(unsigned int *block_list, char *block_ptr, int bl... function read_fragment_table_1 (line 49) | int read_fragment_table_1() type inode (line 56) | struct inode type inode (line 62) | struct inode type dir (line 203) | struct dir type inode (line 204) | struct inode type dir_ent (line 213) | struct dir_ent type dir (line 214) | struct dir type dir (line 229) | struct dir type dir_ent (line 274) | struct dir_ent function read_uids_guids_1 (line 294) | int read_uids_guids_1() FILE: src/others/squashfs-4.2/squashfs-tools/unsquash-2.c function read_block_list_2 (line 30) | void read_block_list_2(unsigned int *block_list, char *block_ptr, int bl... function read_fragment_table_2 (line 43) | int read_fragment_table_2() function read_fragment_2 (line 112) | void read_fragment_2(unsigned int fragment, long long *start_block, int ... type inode (line 122) | struct inode type inode (line 128) | struct inode FILE: src/others/squashfs-4.2/squashfs-tools/unsquash-3.c function read_fragment_table_3 (line 30) | int read_fragment_table_3() function read_fragment_3 (line 99) | void read_fragment_3(unsigned int fragment, long long *start_block, int ... type inode (line 109) | struct inode type inode (line 115) | struct inode type dir (line 275) | struct dir type inode (line 276) | struct inode type dir_ent (line 285) | struct dir_ent type dir (line 286) | struct dir type dir (line 302) | struct dir type dir_ent (line 347) | struct dir_ent FILE: src/others/squashfs-4.2/squashfs-tools/unsquash-4.c type squashfs_fragment_entry (line 29) | struct squashfs_fragment_entry function read_fragment_table_4 (line 32) | int read_fragment_table_4() function read_fragment_4 (line 80) | void read_fragment_4(unsigned int fragment, long long *start_block, int ... type inode (line 92) | struct inode type inode (line 98) | struct inode type squashfs_dir_inode_header (line 117) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 128) | struct squashfs_ldir_inode_header type squashfs_reg_inode_header (line 139) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 159) | struct squashfs_lreg_inode_header type squashfs_symlink_inode_header (line 180) | struct squashfs_symlink_inode_header type squashfs_symlink_inode_header (line 189) | struct squashfs_symlink_inode_header type squashfs_symlink_inode_header (line 196) | struct squashfs_symlink_inode_header type squashfs_dev_inode_header (line 204) | struct squashfs_dev_inode_header type squashfs_ldev_inode_header (line 214) | struct squashfs_ldev_inode_header type squashfs_lipc_inode_header (line 229) | struct squashfs_lipc_inode_header type dir (line 245) | struct dir type inode (line 246) | struct inode type squashfs_dir_header (line 248) | struct squashfs_dir_header type squashfs_dir_entry (line 249) | struct squashfs_dir_entry type squashfs_dir_entry (line 251) | struct squashfs_dir_entry type squashfs_dir_entry (line 251) | struct squashfs_dir_entry type dir_ent (line 255) | struct dir_ent type dir (line 256) | struct dir type dir (line 272) | struct dir type dir_ent (line 306) | struct dir_ent function read_uids_guids_4 (line 326) | int read_uids_guids_4() FILE: src/others/squashfs-4.2/squashfs-tools/unsquashfs.c type cache (line 34) | struct cache type queue (line 35) | struct queue type super_block (line 42) | struct super_block type compressor (line 44) | struct compressor type hash_table_entry (line 49) | struct hash_table_entry type test (line 90) | struct test function sigwinch_handler (line 118) | void sigwinch_handler() function sigalrm_handler (line 136) | void sigalrm_handler() type queue (line 142) | struct queue type queue (line 144) | struct queue type queue (line 144) | struct queue function queue_put (line 163) | void queue_put(struct queue *queue, void *data) type queue (line 179) | struct queue function insert_hash_table (line 197) | void insert_hash_table(struct cache *cache, struct cache_entry *entry) function remove_hash_table (line 210) | void remove_hash_table(struct cache *cache, struct cache_entry *entry) function insert_free_list (line 225) | void insert_free_list(struct cache *cache, struct cache_entry *entry) function remove_free_list (line 240) | void remove_free_list(struct cache *cache, struct cache_entry *entry) type cache (line 260) | struct cache type cache (line 262) | struct cache type cache (line 262) | struct cache type cache_entry (line 271) | struct cache_entry type cache_entry (line 282) | struct cache_entry type cache (line 282) | struct cache type cache_entry (line 292) | struct cache_entry type cache_entry (line 315) | struct cache_entry function cache_block_ready (line 360) | void cache_block_ready(struct cache_entry *entry, int error) function cache_block_wait (line 385) | void cache_block_wait(struct cache_entry *entry) function cache_block_put (line 403) | void cache_block_put(struct cache_entry *entry) function print_filename (line 447) | int print_filename(char *pathname, struct inode *inode) function add_entry (line 511) | void add_entry(struct hash_table_entry *hash_table[], long long start, function lookup_entry (line 528) | int lookup_entry(struct hash_table_entry *hash_table[], long long start) function read_fs_bytes (line 543) | int read_fs_bytes(int fd, long long byte, int bytes, void *buff) function read_block (line 576) | int read_block(int fd, long long start, long long *next, void *block) function read_data_block (line 629) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 666) | void uncompress_inode_table(long long start, long long end) function set_attributes (line 692) | int set_attributes(char *pathname, int mode, uid_t uid, gid_t guid, time... function write_bytes (line 725) | int write_bytes(int fd, char *buff, int bytes) function write_block (line 748) | int write_block(int file_fd, char *buffer, int size, long long hole, int... function write_file (line 790) | int write_file(struct inode *inode, char *pathname) function create_inode (line 873) | int create_inode(char *pathname, struct inode *i) function uncompress_directory_table (line 991) | void uncompress_directory_table(long long start, long long end) function squashfs_readdir (line 1017) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 1033) | void squashfs_closedir(struct dir *dir) function free_path (line 1054) | void free_path(struct pathname *paths) type pathname (line 1072) | struct pathname type pathname (line 1072) | struct pathname type pathname (line 1082) | struct pathname type path_entry (line 1100) | struct path_entry type pathnames (line 1162) | struct pathnames type pathnames (line 1164) | struct pathnames type pathnames (line 1164) | struct pathnames type pathnames (line 1172) | struct pathnames type pathnames (line 1172) | struct pathnames type pathname (line 1172) | struct pathname type pathnames (line 1175) | struct pathnames type pathname (line 1177) | struct pathname function free_subdir (line 1187) | void free_subdir(struct pathnames *paths) function matches (line 1193) | int matches(struct pathnames *paths, char *name, struct pathnames **new) function pre_scan (line 1256) | void pre_scan(char *parent_name, unsigned int start_block, unsigned int ... function dir_scan (line 1300) | void dir_scan(char *parent_name, unsigned int start_block, unsigned int ... function squashfs_stat (line 1360) | void squashfs_stat(char *source) function read_super (line 1456) | int read_super(char *source) type pathname (line 1596) | struct pathname type pathname (line 1596) | struct pathname type cache_entry (line 1621) | struct cache_entry type squashfs_file (line 1653) | struct squashfs_file type file_entry (line 1669) | struct file_entry type cache_entry (line 1748) | struct cache_entry type timeval (line 1773) | struct timeval type timespec (line 1774) | struct timespec type itimerval (line 1775) | struct itimerval type winsize (line 1776) | struct winsize function initialise_threads (line 1814) | void initialise_threads(int fragment_buffer_size, int data_buffer_size) function enable_progress_bar (line 1883) | void enable_progress_bar() function disable_progress_bar (line 1891) | void disable_progress_bar() function update_progress_bar (line 1899) | void update_progress_bar() function progress_bar (line 1907) | void progress_bar(long long current, long long max, int columns) function main (line 1975) | int main(int argc, char *argv[]) FILE: src/others/squashfs-4.2/squashfs-tools/unsquashfs.h type super_block (line 106) | struct super_block { type hash_table_entry (line 115) | struct hash_table_entry { type inode (line 121) | struct inode { type squashfs_operations (line 140) | typedef struct squashfs_operations { type test (line 153) | struct test { type cache (line 163) | struct cache { type cache_entry (line 177) | struct cache_entry { type queue (line 192) | struct queue { type dir_ent (line 209) | struct dir_ent { type dir (line 216) | struct dir { type file_entry (line 227) | struct file_entry { type squashfs_file (line 234) | struct squashfs_file { type path_entry (line 247) | struct path_entry { type pathname (line 253) | struct pathname { type pathnames (line 258) | struct pathnames { type super_block (line 265) | struct super_block type hash_table_entry (line 269) | struct hash_table_entry type hash_table_entry (line 279) | struct hash_table_entry type inode (line 286) | struct inode type dir (line 287) | struct dir type inode (line 288) | struct inode type inode (line 295) | struct inode type inode (line 300) | struct inode type dir (line 301) | struct dir type inode (line 302) | struct inode type inode (line 307) | struct inode type dir (line 308) | struct dir type inode (line 309) | struct inode FILE: src/others/squashfs-4.2/squashfs-tools/unsquashfs_xattr.c function write_xattr (line 32) | void write_xattr(char *pathname, unsigned int xattr) FILE: src/others/squashfs-4.2/squashfs-tools/xattr.c type squashfs_xattr_id (line 67) | struct squashfs_xattr_id type xattr_list (line 81) | struct xattr_list type dupl_id (line 84) | struct dupl_id type squashfs_super_block (line 99) | struct squashfs_super_block type xattr_list (line 100) | struct xattr_list type prefix (line 101) | struct prefix function get_prefix (line 104) | static int get_prefix(struct xattr_list *xattr, char *name) function read_xattrs_from_system (line 125) | static int read_xattrs_from_system(char *filename, struct xattr_list **x... function get_xattr_size (line 241) | static int get_xattr_size(struct xattr_list *xattr) type dupl_id (line 310) | struct dupl_id type xattr_list (line 310) | struct xattr_list type dupl_id (line 312) | struct dupl_id type xattr_list (line 318) | struct xattr_list type xattr_list (line 331) | struct xattr_list type xattr_list (line 332) | struct xattr_list function check_value_dupl (line 363) | static void check_value_dupl(struct xattr_list *xattr) function get_xattr_id (line 405) | static int get_xattr_id(int xattrs, struct xattr_list *xattr_list, function write_xattrs (line 439) | long long write_xattrs() function generate_xattrs (line 500) | int generate_xattrs(int xattrs, struct xattr_list *xattr_list) function read_xattrs (line 636) | int read_xattrs(void *d) function get_xattrs (line 661) | int get_xattrs(int fd, struct squashfs_super_block *sBlk) function save_xattrs (line 705) | int save_xattrs() function restore_xattrs (line 737) | void restore_xattrs() FILE: src/others/squashfs-4.2/squashfs-tools/xattr.h type xattr_list (line 40) | struct xattr_list { type dupl_id (line 52) | struct dupl_id { type prefix (line 59) | struct prefix { type xattr_list (line 64) | struct xattr_list type squashfs_super_block (line 67) | struct squashfs_super_block type squashfs_super_block (line 74) | struct squashfs_super_block type xattr_list (line 75) | struct xattr_list function get_xattrs (line 77) | static inline int get_xattrs(int fd, struct squashfs_super_block *sBlk) function read_xattrs (line 88) | static inline int read_xattrs(void *dir_ent) function write_xattrs (line 94) | static inline long long write_xattrs() function save_xattrs (line 100) | static inline int save_xattrs() function restore_xattrs (line 106) | static inline void restore_xattrs() function write_xattr (line 111) | static inline void write_xattr(char *pathname, unsigned int xattr) function read_xattrs_from_disk (line 116) | static inline int read_xattrs_from_disk(int fd, struct squashfs_super_bl... type xattr_list (line 127) | struct xattr_list FILE: src/others/squashfs-4.2/squashfs-tools/xz_wrapper.c type bcj (line 35) | struct bcj function xz_options (line 48) | static int xz_options(char *argv[], int argc) function xz_options_post (line 87) | static int xz_options_post(int block_size) function xz_extract_options (line 104) | static int xz_extract_options(int block_size, void *buffer, int size) function xz_init (line 123) | static int xz_init(void **strm, int block_size, int datablock) function xz_compress (line 177) | static int xz_compress(void *strm, void *dest, void *src, int size, function xz_uncompress (line 239) | static int xz_uncompress(void *dest, void *src, int size, int block_size, function xz_usage (line 254) | void xz_usage() type compressor (line 266) | struct compressor FILE: src/others/squashfs-4.2/squashfs-tools/xz_wrapper.h type bcj (line 29) | struct bcj { type filter (line 35) | struct filter { type xz_stream (line 41) | struct xz_stream { type comp_opts (line 48) | struct comp_opts { FILE: src/splitter3.cc function SEGMENT_TYPE (line 47) | SEGMENT_TYPE IdentifySegment(unsigned char *pData, unsigned int nLength) function EmitSquashfsMagic (line 105) | int EmitSquashfsMagic(squashfs_super_block *pSuper, char *pszOutFile) function ShowUsage (line 124) | void ShowUsage() function main (line 136) | int main(int argc, char **argv) FILE: src/squashfs-2.1-r2/mksquashfs.c type cached_dir_index (line 100) | struct cached_dir_index { type directory (line 105) | struct directory { type file_info (line 125) | struct file_info type exclude_info (line 129) | struct exclude_info { type exclude_info (line 136) | struct exclude_info type stat (line 137) | struct stat type fragment (line 143) | struct fragment { type old_root_entry_info (line 158) | struct old_root_entry_info { type old_root_entry_info (line 163) | struct old_root_entry_info type file_info (line 166) | struct file_info { type duplicate_buffer_handle (line 199) | struct duplicate_buffer_handle { type stat (line 214) | struct stat type file_info (line 217) | struct file_info type duplicate_buffer_handle (line 217) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 217) | struct duplicate_buffer_handle type fragment (line 217) | struct fragment function restorefs (line 224) | void restorefs() function sighandler (line 251) | void sighandler() function mangle (line 263) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 287) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 335) | void read_bytes(int fd, unsigned int byte, int bytes, char *buff) function write_bytes (line 351) | void write_bytes(int fd, unsigned int byte, int bytes, char *buff) function write_inodes (line 370) | unsigned int write_inodes() function write_directories (line 406) | unsigned int write_directories() function get_uid (line 442) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 459) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 479) | int create_inode(squashfs_inode *i_no, char *filename, int type, int byt... function init_dir (line 631) | void init_dir(struct directory *dir) function add_dir (line 649) | void add_dir(squashfs_inode inode, char *name, int type, struct director... function write_dir (line 719) | int write_dir(squashfs_inode *inode, char *filename, struct directory *dir) type fragment (line 828) | struct fragment function write_fragment (line 855) | void write_fragment() type fragment (line 879) | struct fragment type fragment (line 880) | struct fragment type fragment (line 882) | struct fragment type fragment (line 890) | struct fragment type fragment (line 890) | struct fragment function write_fragment_table (line 903) | unsigned int write_fragment_table() type duplicate_buffer_handle (line 952) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 961) | struct duplicate_buffer_handle function get_checksum (line 972) | unsigned short get_checksum(unsigned char *(get_next_file_block)(struct ... function add_file (line 994) | void add_file(int start, int file_bytes, unsigned int *block_listp, int ... type file_info (line 1024) | struct file_info type duplicate_buffer_handle (line 1024) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 1024) | struct duplicate_buffer_handle type fragment (line 1024) | struct fragment type duplicate_buffer_handle (line 1027) | struct duplicate_buffer_handle type file_info (line 1029) | struct file_info type duplicate_buffer_handle (line 1036) | struct duplicate_buffer_handle type file_info (line 1072) | struct file_info type file_info (line 1072) | struct file_info function write_file (line 1099) | int write_file(squashfs_inode *inode, char *filename, long long size, in... type dir_ent (line 1245) | struct dir_ent { function add_dir_entry (line 1252) | void inline add_dir_entry(char *name, char *pathname, void *data, struct... function compare_name (line 1269) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 1278) | void sort_directory(struct directory *dir) function linux_opendir (line 1287) | int linux_opendir(char *pathname, struct directory *dir) function encomp_opendir (line 1307) | int encomp_opendir(char *pathname, struct directory *dir) function single_opendir (line 1337) | int single_opendir(char *pathname, struct directory *dir) function linux_readdir (line 1374) | int linux_readdir(struct directory *dir, char **filename, char **dir_name) function linux_freedir (line 1394) | void linux_freedir(struct directory *dir) function dir_scan (line 1412) | int dir_scan(squashfs_inode *inode, char *pathname, int (_opendir)(char ... function slog (line 1508) | unsigned int slog(unsigned int block) function excluded (line 1519) | int excluded(char *filename, struct stat *buf) function add_exclude (line 1537) | int add_exclude(char *path) function add_old_root_entry (line 1568) | void add_old_root_entry(char *name, squashfs_inode inode, int type) function main (line 1591) | int main(int argc, char *argv[]) FILE: src/squashfs-2.1-r2/read_fs.c function read_block (line 53) | int read_block(int fd, int start, int *next, unsigned char *block, squas... function scan_inode_table (line 97) | int scan_inode_table(int fd, int start, int end, int root_inode_start, i... function read_super (line 275) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 396) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_filesystem (line 435) | int read_filesystem(char *root_name, int fd, squashfs_super_block *sBlk,... FILE: src/squashfs-2.1-r2/sort.c type sort_info (line 52) | struct sort_info { type sort_info (line 59) | struct sort_info type priority_entry (line 61) | struct priority_entry { type priority_entry (line 69) | struct priority_entry type sorted_inode_entry (line 71) | struct sorted_inode_entry { type sorted_inode_entry (line 78) | struct sorted_inode_entry type stat (line 81) | struct stat function add_to_sorted_inode_list (line 85) | int add_to_sorted_inode_list(squashfs_inode inode, dev_t st_dev, ino_t s... function squashfs_inode (line 105) | squashfs_inode get_sorted_inode(struct stat *buf) function add_priority_list (line 121) | int add_priority_list(char *filename, struct stat *buf, int priority) function get_priority (line 141) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 169) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 206) | void generate_file_priorities(char *pathname, int priority, struct stat ... function read_sort_file (line 248) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 268) | void sort_files_and_write(int source, char *source_path[]) FILE: src/squashfs-2.1-r2/squashfs_fs.h type squashfs_fragment_index (line 113) | typedef unsigned int squashfs_fragment_index; type squashfs_block (line 137) | typedef unsigned int squashfs_block; type squashfs_inode (line 138) | typedef long long squashfs_inode; type squashfs_uid (line 140) | typedef unsigned int squashfs_uid; type squashfs_super_block (line 142) | typedef struct squashfs_super_block { type squashfs_dir_index (line 164) | typedef struct { type squashfs_base_inode_header (line 171) | typedef struct { type squashfs_base_inode_header (line 178) | typedef squashfs_base_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 180) | typedef struct { type squashfs_symlink_inode_header (line 188) | typedef struct { type squashfs_reg_inode_header (line 197) | typedef struct { type squashfs_dir_inode_header (line 210) | typedef struct { type squashfs_ldir_inode_header (line 221) | typedef struct { type squashfs_inode_header (line 234) | typedef union { type squashfs_dir_entry (line 244) | typedef struct { type squashfs_dir_header (line 251) | typedef struct { type squashfs_fragment_entry (line 256) | typedef struct { type squashfs_base_inode_header_1 (line 394) | typedef struct { type squashfs_ipc_inode_header_1 (line 401) | typedef struct { type squashfs_dev_inode_header_1 (line 410) | typedef struct { type squashfs_symlink_inode_header_1 (line 418) | typedef struct { type squashfs_reg_inode_header_1 (line 427) | typedef struct { type squashfs_dir_inode_header_1 (line 438) | typedef struct { FILE: src/squashfs-2.1-r2/unsquashfs.c type hash_table_entry (line 69) | struct hash_table_entry { type hash_table_entry (line 77) | struct hash_table_entry function add_entry (line 91) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 110) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 123) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 143) | int read_block(long long start, long long *next, char *block, squashfs_s... function read_data_block (line 196) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 228) | void uncompress_inode_table(long long start, long long end, squashfs_sup... function set_attributes (line 247) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, ... function read_uids_guids (line 276) | void read_uids_guids(squashfs_super_block *sBlk) function read_fragment_table (line 289) | void read_fragment_table(squashfs_super_block *sBlk) function write_file (line 342) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 405) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function uncompress_directory_table (line 591) | void uncompress_directory_table(long long start, long long end, squashfs... type dir_ent (line 609) | struct dir_ent { type dir (line 616) | struct dir { type dir (line 627) | struct dir type dir_ent (line 637) | struct dir_ent type dir (line 638) | struct dir type dir (line 687) | struct dir type dir_ent (line 725) | struct dir_ent function squashfs_readdir (line 746) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 761) | void squashfs_closedir(struct dir *dir) function dir_scan (line 768) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 808) | int read_super(squashfs_super_block *sBlk, char *source) function main (line 878) | int main(int argc, char *argv[]) FILE: src/squashfs-3.0-lzma-damn-small-variant/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 41) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_uid (line 42) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 43) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 44) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 45) | typedef squashfs_block_t squashfs_block; FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zAlloc.c function SzFree (line 30) | void SzFree(void *address) function SzFreeTemp (line 56) | void SzFreeTemp(void *address) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zAlloc.h type ISzAlloc (line 8) | typedef struct _ISzAlloc FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zBuffer.c function SzByteBufferInit (line 6) | void SzByteBufferInit(CSzByteBuffer *buffer) function SzByteBufferCreate (line 12) | int SzByteBufferCreate(CSzByteBuffer *buffer, size_t newCapacity, void *... function SzByteBufferFree (line 24) | void SzByteBufferFree(CSzByteBuffer *buffer, void (*freeFunc)(void *)) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zBuffer.h type CSzByteBuffer (line 9) | typedef struct _CSzByteBuffer FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zCrc.c function InitCrcTable (line 9) | void InitCrcTable() function CrcInit (line 25) | void CrcInit(UInt32 *crc) { *crc = 0xFFFFFFFF; } function UInt32 (line 26) | UInt32 CrcGetDigest(UInt32 *crc) { return *crc ^ 0xFFFFFFFF; } function CrcUpdateByte (line 28) | void CrcUpdateByte(UInt32 *crc, Byte b) function CrcUpdateUInt16 (line 33) | void CrcUpdateUInt16(UInt32 *crc, UInt16 v) function CrcUpdateUInt32 (line 39) | void CrcUpdateUInt32(UInt32 *crc, UInt32 v) function CrcUpdateUInt64 (line 46) | void CrcUpdateUInt64(UInt32 *crc, UInt64 v) function CrcUpdate (line 56) | void CrcUpdate(UInt32 *crc, const void *data, size_t size) function UInt32 (line 65) | UInt32 CrcCalculateDigest(const void *data, size_t size) function CrcVerifyDigest (line 73) | int CrcVerifyDigest(UInt32 digest, const void *data, size_t size) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zDecode.c type CLzmaInCallbackImp (line 15) | typedef struct _CLzmaInCallbackImp function LzmaReadImp (line 22) | int LzmaReadImp(void *object, const unsigned char **buffer, SizeT *size) function SZ_RESULT (line 40) | SZ_RESULT SzDecode(const CFileSize *packSizes, const CFolder *folder, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zExtract.c function SZ_RESULT (line 7) | SZ_RESULT SzExtract( FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zHeader.h type EIdEnum (line 15) | enum EIdEnum FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zIn.c function SzArDbExInit (line 9) | void SzArDbExInit(CArchiveDatabaseEx *db) function SzArDbExFree (line 18) | void SzArDbExFree(CArchiveDatabaseEx *db, void (*freeFunc)(void *)) function SZ_RESULT (line 48) | SZ_RESULT MySzInAlloc(void **p, size_t size, void * (*allocFunc)(size_t ... function SZ_RESULT (line 60) | SZ_RESULT SzArDbExFill(CArchiveDatabaseEx *db, void * (*allocFunc)(size_... function CFileSize (line 124) | CFileSize SzArDbGetFolderStreamPos(CArchiveDatabaseEx *db, UInt32 folder... function CFileSize (line 130) | CFileSize SzArDbGetFolderFullPackSize(CArchiveDatabaseEx *db, UInt32 fol... function SZ_RESULT (line 188) | SZ_RESULT SafeReadDirect(ISzInStream *inStream, Byte *data, size_t size) function SZ_RESULT (line 214) | SZ_RESULT SafeReadDirectByte(ISzInStream *inStream, Byte *data) function SZ_RESULT (line 219) | SZ_RESULT SafeReadDirectUInt32(ISzInStream *inStream, UInt32 *value) function SZ_RESULT (line 232) | SZ_RESULT SafeReadDirectUInt64(ISzInStream *inStream, UInt64 *value) function TestSignatureCandidate (line 245) | int TestSignatureCandidate(Byte *testBytes) type CSzData (line 254) | typedef struct _CSzState function SZ_RESULT (line 260) | SZ_RESULT SzReadByte(CSzData *sd, Byte *b) function SZ_RESULT (line 269) | SZ_RESULT SzReadBytes(CSzData *sd, Byte *data, size_t size) function SZ_RESULT (line 279) | SZ_RESULT SzReadUInt32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 292) | SZ_RESULT SzReadNumber(CSzData *sd, UInt64 *value) function SZ_RESULT (line 315) | SZ_RESULT SzReadSize(CSzData *sd, CFileSize *value) function SZ_RESULT (line 323) | SZ_RESULT SzReadNumber32(CSzData *sd, UInt32 *value) function SZ_RESULT (line 335) | SZ_RESULT SzReadID(CSzData *sd, UInt64 *value) function SZ_RESULT (line 340) | SZ_RESULT SzSkeepDataSize(CSzData *sd, UInt64 size) function SZ_RESULT (line 349) | SZ_RESULT SzSkeepData(CSzData *sd) function SZ_RESULT (line 356) | SZ_RESULT SzReadArchiveProperties(CSzData *sd) function SZ_RESULT (line 369) | SZ_RESULT SzWaitAttribute(CSzData *sd, UInt64 attribute) function SZ_RESULT (line 383) | SZ_RESULT SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, void ... function SZ_RESULT (line 402) | SZ_RESULT SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, void... function SZ_RESULT (line 415) | SZ_RESULT SzReadHashDigests( function SZ_RESULT (line 433) | SZ_RESULT SzReadPackInfo( function SZ_RESULT (line 481) | SZ_RESULT SzReadSwitch(CSzData *sd) function SZ_RESULT (line 488) | SZ_RESULT SzGetNextFolderItem(CSzData *sd, CFolder *folder, void * (*all... function SZ_RESULT (line 589) | SZ_RESULT SzReadUnPackInfo( function SZ_RESULT (line 660) | SZ_RESULT SzReadSubStreamsInfo( function SZ_RESULT (line 806) | SZ_RESULT SzReadStreamsInfo( function SZ_RESULT (line 852) | SZ_RESULT SzReadFileNames(CSzData *sd, UInt32 numFiles, CFileItem *files, function SZ_RESULT (line 928) | SZ_RESULT SzReadHeader2( function SZ_RESULT (line 1059) | SZ_RESULT SzReadHeader( function SZ_RESULT (line 1082) | SZ_RESULT SzReadAndDecodePackedStreams2( function SZ_RESULT (line 1150) | SZ_RESULT SzReadAndDecodePackedStreams( function SZ_RESULT (line 1182) | SZ_RESULT SzArchiveOpen2( function SZ_RESULT (line 1282) | SZ_RESULT SzArchiveOpen( FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zIn.h type CInArchiveInfo (line 10) | typedef struct _CInArchiveInfo type CArchiveDatabaseEx (line 16) | typedef struct _CArchiveDatabaseEx type ISzInStream (line 31) | typedef struct _ISzInStream FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zItem.c function SzCoderInfoInit (line 6) | void SzCoderInfoInit(CCoderInfo *coder) function SzCoderInfoFree (line 11) | void SzCoderInfoFree(CCoderInfo *coder, void (*freeFunc)(void *p)) function SzFolderInit (line 17) | void SzFolderInit(CFolder *folder) function SzFolderFree (line 31) | void SzFolderFree(CFolder *folder, void (*freeFunc)(void *p)) function UInt32 (line 43) | UInt32 SzFolderGetNumOutStreams(CFolder *folder) function SzFolderFindBindPairForInStream (line 52) | int SzFolderFindBindPairForInStream(CFolder *folder, UInt32 inStreamIndex) function SzFolderFindBindPairForOutStream (line 62) | int SzFolderFindBindPairForOutStream(CFolder *folder, UInt32 outStreamIn... function CFileSize (line 71) | CFileSize SzFolderGetUnPackSize(CFolder *folder) function SzFileInit (line 93) | void SzFileInit(CFileItem *fileItem) function SzFileFree (line 102) | void SzFileFree(CFileItem *fileItem, void (*freeFunc)(void *p)) function SzArchiveDatabaseInit (line 108) | void SzArchiveDatabaseInit(CArchiveDatabase *db) function SzArchiveDatabaseFree (line 120) | void SzArchiveDatabaseFree(CArchiveDatabase *db, void (*freeFunc)(void *)) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zItem.h type CCoderInfo (line 10) | typedef struct _CCoderInfo type CBindPair (line 21) | typedef struct _CBindPair type CFolder (line 27) | typedef struct _CFolder type CFileItem (line 50) | typedef struct _CFileItem type CArchiveDatabase (line 74) | typedef struct _CArchiveDatabase FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMain.c type CFileInStream (line 15) | typedef struct _CFileInStream function SZ_RESULT (line 26) | SZ_RESULT SzFileReadImp(void *object, void **buffer, size_t maxRequiredS... function SZ_RESULT (line 41) | SZ_RESULT SzFileReadImp(void *object, void *buffer, size_t size, size_t ... function SZ_RESULT (line 52) | SZ_RESULT SzFileSeekImp(void *object, CFileSize pos) function PrintError (line 61) | void PrintError(char *sz) function main (line 66) | int main(int numargs, char *args[]) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMethodID.c function AreMethodsEqual (line 5) | int AreMethodsEqual(CMethodID *a1, CMethodID *a2) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMethodID.h type CMethodID (line 10) | typedef struct _CMethodID FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/FileStreams.cpp function HRESULT (line 13) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 37) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 62) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 95) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 121) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function STDMETHODIMP (line 144) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 168) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 193) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 209) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/FileStreams.h function virtual (line 27) | virtual ~CInFileStream() {} function virtual (line 70) | virtual ~COutFileStream() {} FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/InBuffer.cpp function Byte (line 75) | Byte CInBuffer::ReadBlock2() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/InBuffer.h function class (line 10) | class CInBufferException function class (line 18) | class CInBuffer FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/OutBuffer.cpp function UInt64 (line 45) | UInt64 COutBuffer::GetProcessedSize() const function HRESULT (line 54) | HRESULT COutBuffer::FlushPart() function HRESULT (line 92) | HRESULT COutBuffer::Flush() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/OutBuffer.h type COutBufferException (line 10) | struct COutBufferException function class (line 17) | class COutBuffer FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/StreamUtils.cpp function HRESULT (line 8) | HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size,... function HRESULT (line 27) | HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt... FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARM.cpp function UInt32 (line 8) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARMThumb.cpp function UInt32 (line 8) | UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARM.c function UInt32 (line 5) | UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARMThumb.c function UInt32 (line 5) | UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int enco... FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchCoder.cpp function STDMETHODIMP (line 6) | STDMETHODIMP CBranchConverter::Init() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchCoder.h function virtual (line 18) | virtual void SubInit() {} FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchIA64.c function UInt32 (line 13) | UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchPPC.c function UInt32 (line 5) | UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchSPARC.c function UInt32 (line 5) | UInt32 SPARC_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchX86.c function UInt32 (line 24) | UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/IA64.cpp function UInt32 (line 8) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/PPC.cpp function UInt32 (line 9) | UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/SPARC.cpp function UInt32 (line 9) | UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86.cpp function UInt32 (line 10) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86.h type CBranch86 (line 9) | struct CBranch86 FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86_2.cpp function IsJcc (line 10) | inline bool IsJcc(Byte b0, Byte b1) function Test86MSByte (line 17) | static bool inline Test86MSByte(Byte b) function HRESULT (line 46) | HRESULT CBCJ2_x86_Encoder::Flush() function HRESULT (line 57) | HRESULT CBCJ2_x86_Encoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 262) | STDMETHODIMP CBCJ2_x86_Encoder::Code(ISequentialInStream **inStreams, function HRESULT (line 281) | HRESULT CBCJ2_x86_Decoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 397) | STDMETHODIMP CBCJ2_x86_Decoder::Code(ISequentialInStream **inStreams, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86_2.h function ReleaseStreams (line 44) | void ReleaseStreams() function class (line 52) | class CCoderReleaser function ReleaseStreams (line 97) | void ReleaseStreams() function HRESULT (line 106) | HRESULT Flush() { return _outStream.Flush(); } function class (line 107) | class CCoderReleaser FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h function namespace (line 6) | namespace BT_NAMESPACE { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h function namespace (line 7) | namespace BT_NAMESPACE { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC.h function namespace (line 6) | namespace HC_NAMESPACE { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h function namespace (line 7) | namespace HC_NAMESPACE { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZInWindow.cpp function HRESULT (line 35) | HRESULT CLZInWindow::Init(ISequentialInStream *stream) function HRESULT (line 65) | HRESULT CLZInWindow::ReadBlock() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZInWindow.h function class (line 8) | class CLZInWindow FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZOutWindow.h type COutBufferException (line 19) | typedef COutBufferException CLZOutWindowException; function class (line 21) | class CLZOutWindow: public COutBuffer FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat.h function namespace (line 10) | namespace PAT_NAMESPACE { type CNode (line 85) | struct CNode function AddLeafNode (line 283) | void AddLeafNode(CNodePointer aNode, Byte aByte, Byte aByteXOR, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h function namespace (line 6) | namespace PAT_NAMESPACE { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp type NCompress (line 8) | namespace NCompress { type NLZMA (line 9) | namespace NLZMA { function HRESULT (line 47) | HRESULT CDecoder::CodeSpec(UInt32 curSize) function STDMETHODIMP (line 213) | STDMETHODIMP CDecoder::CodeReal(ISequentialInStream *inStream, function STDMETHODIMP (line 260) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 269) | STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *properties,... function STDMETHODIMP (line 283) | STDMETHODIMP CDecoder::SetDecoderPropertiesRaw(int lc, int lp, int p... function STDMETHODIMP (line 297) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) function STDMETHODIMP (line 303) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 309) | STDMETHODIMP CDecoder::ReleaseInStream() function STDMETHODIMP (line 315) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 326) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMADecoder.h function namespace (line 14) | namespace NCompress { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp type NCompress (line 58) | namespace NCompress { type NLZMA (line 59) | namespace NLZMA { class CFastPosInit (line 96) | class CFastPosInit method CFastPosInit (line 99) | CFastPosInit() { Init(); } method Init (line 100) | void Init() function UInt32 (line 158) | UInt32 CLiteralEncoder2::GetPrice(bool matchMode, Byte matchByte, By... type NLength (line 188) | namespace NLength { function UInt32 (line 225) | UInt32 CEncoder::GetPrice(UInt32 symbol, UInt32 posState) const function HRESULT (line 264) | HRESULT CEncoder::Create() function AreStringsEqual (line 351) | static bool AreStringsEqual(const wchar_t *base, const wchar_t *test... function FindMatchFinder (line 369) | static int FindMatchFinder(const wchar_t *s) function STDMETHODIMP (line 377) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 497) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 507) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function STDMETHODIMP (line 513) | STDMETHODIMP CEncoder::ReleaseOutStream() function HRESULT (line 519) | HRESULT CEncoder::Init() function HRESULT (line 565) | HRESULT CEncoder::MovePos(UInt32 num) function UInt32 (line 576) | UInt32 CEncoder::Backward(UInt32 &backRes, UInt32 cur) function HRESULT (line 625) | HRESULT CEncoder::GetOptimum(UInt32 position, UInt32 &backRes, UInt3... function ChangePair (line 1079) | static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) function HRESULT (line 1086) | HRESULT CEncoder::ReadMatchDistances(UInt32 &lenRes) function HRESULT (line 1096) | HRESULT CEncoder::GetOptimumFast(UInt32 position, UInt32 &backRes, U... function STDMETHODIMP (line 1189) | STDMETHODIMP CEncoder::InitMatchFinder(IMatchFinder *matchFinder) function HRESULT (line 1195) | HRESULT CEncoder::Flush(UInt32 nowPos) function HRESULT (line 1224) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, function HRESULT (line 1247) | HRESULT CEncoder::SetStreams(ISequentialInStream *inStream, function HRESULT (line 1281) | HRESULT CEncoder::CodeOneBlock(UInt64 *inSize, UInt64 *outSize, Int3... function STDMETHODIMP (line 1449) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h function namespace (line 14) | namespace NCompress { function UInt32 (line 269) | UInt32 GetRepLen1Price(CState state, UInt32 posState) const function UInt32 (line 274) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 pos... function UInt32 (line 314) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) const function ReleaseMFStream (line 336) | void ReleaseMFStream() function ReleaseStreams (line 345) | void ReleaseStreams() function class (line 352) | class CCoderReleaser function SetWriteEndMarkerMode (line 368) | void SetWriteEndMarkerMode(bool writeEndMarker) function virtual (line 411) | virtual ~CEncoder() {} FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp function IsItWindowsNT (line 40) | static inline bool IsItWindowsNT() type NKey (line 54) | namespace NKey { type Enum (line 55) | enum Enum function PrintHelp (line 92) | static void PrintHelp() function PrintHelpAndExit (line 113) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 120) | static void IncorrectCommand() function WriteArgumentsToStringList (line 125) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 132) | static bool GetNumber(const wchar_t *s, UInt32 &value) function main2 (line 147) | int main2(int n, const char *args[]) function main (line 496) | int main(int n, const char *args[]) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CRandomGenerator (line 25) | class CRandomGenerator method CRandomGenerator (line 30) | CRandomGenerator() { Init(); } method Init (line 31) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 32) | UInt32 GetRnd() class CBitRandomGenerator (line 40) | class CBitRandomGenerator method Init (line 46) | void Init() method UInt32 (line 51) | UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 70) | class CBenchRandomGenerator method CBenchRandomGenerator (line 77) | CBenchRandomGenerator(): Buffer(0) {} method Init (line 79) | void Init() { RG.Init(); } method Set (line 80) | void Set(UInt32 bufferSize) method UInt32 (line 88) | UInt32 GetRndBit() { return RG.GetRnd(1); } method UInt32 (line 96) | UInt32 GetLogRandBits(int numBits) method UInt32 (line 101) | UInt32 GetOffset() method UInt32 (line 107) | UInt32 GetLen() method Generate (line 115) | void Generate() class CBenchmarkInStream (line 135) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 143) | MY_UNKNOWN_IMP function STDMETHODIMP (line 153) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... class CBenchmarkOutStream (line 166) | class CBenchmarkOutStream: method CBenchmarkOutStream (line 175) | CBenchmarkOutStream(): _f(0), Buffer(0) {} method Init (line 177) | void Init(FILE *f, UInt32 bufferSize) function STDMETHODIMP (line 190) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... class CCrcOutStream (line 205) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 211) | MY_UNKNOWN_IMP function STDMETHODIMP (line 216) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function UInt64 (line 224) | static UInt64 GetTimeCount() function UInt64 (line 236) | static UInt64 GetFreq() type CProgressInfo (line 248) | struct CProgressInfo: method Init (line 255) | void Init() function STDMETHODIMP (line 264) | STDMETHODIMP CProgressInfo::SetRatioInfo(const UInt64 *inSize, const UIn... function UInt32 (line 276) | static UInt32 GetLogSize(UInt32 size) function UInt64 (line 285) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) function UInt64 (line 299) | static UInt64 GetCompressRating(UInt32 dictionarySize, bool isBT4, function UInt64 (line 317) | static UInt64 GetDecompressRating(UInt64 elapsedTime, function PrintRating (line 337) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 342) | static void PrintResults( function ThrowError (line 360) | static void ThrowError(FILE *f, HRESULT result, const char *s) function LzmaBenchmark (line 375) | int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, ... FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp class CInStreamRam (line 14) | class CInStreamRam: method MY_UNKNOWN_IMP (line 22) | MY_UNKNOWN_IMP function STDMETHODIMP (line 32) | STDMETHODIMP CInStreamRam::Read(void *data, UInt32 size, UInt32 *process... class COutStreamRam (line 45) | class COutStreamRam: method Init (line 54) | void Init(Byte *data, size_t size) method SetPos (line 61) | void SetPos(size_t pos) method MY_UNKNOWN_IMP (line 66) | MY_UNKNOWN_IMP function STDMETHODIMP (line 80) | STDMETHODIMP COutStreamRam::Write(const void *data, UInt32 size, UInt32 ... function LzmaRamEncode (line 99) | int LzmaRamEncode( FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h type ESzFilterMode (line 34) | enum ESzFilterMode FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c function LzmaRamGetUncompressedSize (line 15) | int LzmaRamGetUncompressedSize( function LzmaRamDecompress (line 35) | int LzmaRamDecompress( FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c function LzmaDecodeProperties (line 124) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 159) | int LzmaDecode(CLzmaDecoderState *vs, function IfBit0 (line 441) | IfBit0(probLen) function IfBit0 (line 452) | IfBit0(probLen) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h type ILzmaInCallback (line 68) | typedef struct _ILzmaInCallback type CLzmaProperties (line 79) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 95) | typedef struct _CLzmaDecoderState FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c type CRangeDecoder (line 35) | typedef struct _CRangeDecoder function Byte (line 48) | Byte RangeDecoderReadByte(CRangeDecoder *rd) function RangeDecoderInit (line 69) | void RangeDecoderInit(CRangeDecoder *rd function UInt32 (line 93) | UInt32 RangeDecoderDecodeDirectBits(CRangeDecoder *rd, int numTotalBits) function RangeDecoderBitDecode (line 121) | int RangeDecoderBitDecode(CProb *prob, CRangeDecoder *rd) function RangeDecoderBitTreeDecode (line 159) | int RangeDecoderBitTreeDecode(CProb *probs, int numLevels, CRangeDecoder... function RangeDecoderReverseBitTreeDecode (line 181) | int RangeDecoderReverseBitTreeDecode(CProb *probs, int numLevels, CRange... function Byte (line 206) | Byte LzmaLiteralDecode(CProb *probs, CRangeDecoder *rd) function Byte (line 228) | Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchB... function LzmaLenDecode (line 286) | int LzmaLenDecode(CProb *p, CRangeDecoder *rd, int posState) function LzmaDecodeProperties (line 330) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 365) | int LzmaDecode(CLzmaDecoderState *vs, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c function LzmaDecodeProperties (line 114) | int LzmaDecodeProperties(CLzmaProperties *propsRes, const unsigned char ... function LzmaDecode (line 145) | int LzmaDecode( function IfBit0 (line 383) | IfBit0(probLen) function IfBit0 (line 394) | IfBit0(probLen) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h type CLzmaProperties (line 64) | typedef struct _CLzmaProperties type CLzmaDecoderState (line 80) | typedef struct _CLzmaDecoderState FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c function MyReadFile (line 25) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 28) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function PrintError (line 31) | int PrintError(char *buffer, const char *message) function main3 (line 38) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 157) | int main2(int numArgs, const char *args[], char *rs) function main (line 189) | int main(int numArgs, const char *args[]) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c function MyReadFile (line 19) | size_t MyReadFile(FILE *file, void *data, size_t size) function MyReadFileAndCheck (line 26) | int MyReadFileAndCheck(FILE *file, void *data, size_t size) function MyWriteFile (line 29) | size_t MyWriteFile(FILE *file, const void *data, size_t size) function MyWriteFileAndCheck (line 36) | int MyWriteFileAndCheck(FILE *file, const void *data, size_t size) type CBuffer (line 41) | typedef struct _CBuffer function LzmaReadCompressed (line 48) | int LzmaReadCompressed(void *object, const unsigned char **buffer, SizeT... function PrintError (line 64) | int PrintError(char *buffer, const char *message) function main3 (line 71) | int main3(FILE *inFile, FILE *outFile, char *rs) function main2 (line 304) | int main2(int numArgs, const char *args[], char *rs) function main (line 336) | int main(int numArgs, const char *args[]) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp class CInMemoryStream (line 52) | class CInMemoryStream: method CInMemoryStream (line 58) | CInMemoryStream(const Bytef *data, UInt64 size) : class COutMemoryStream (line 118) | class COutMemoryStream: method COutMemoryStream (line 123) | COutMemoryStream(Bytef *data, UInt64 maxsize) : function compress2_lzma_test (line 194) | int compress2_lzma_test (Bytef *dest, uLongf *destLen, type MATRIXENTRY (line 270) | struct MATRIXENTRY type MATRIXENTRY (line 277) | struct MATRIXENTRY type MATRIXENTRY (line 326) | struct MATRIXENTRY function compress2_lzma (line 352) | int compress2_lzma (Bytef *dest, uLongf *destLen, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp type NCompress (line 7) | namespace NCompress { type NRangeCoder (line 8) | namespace NRangeCoder { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h function namespace (line 9) | namespace NCompress { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/ICoder.h function namespace (line 39) | namespace NCoderPropID function namespace (line 142) | namespace NMethodPropID FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Alloc.cpp function MyFree (line 32) | void MyFree(void *address) throw() function MidFree (line 54) | void MidFree(void *address) throw() function SetLargePageSize (line 74) | bool SetLargePageSize() function BigFree (line 106) | void BigFree(void *address) throw() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CRC.cpp class CCRCTableInit (line 25) | class CCRCTableInit method CCRCTableInit (line 28) | CCRCTableInit() { CCRC::InitTable(); } FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CRC.h function class (line 9) | class CCRC FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 57) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 200) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 208) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, function ParseSubCharsCommand (line 232) | bool ParseSubCharsCommand(int numForms, const CCommandSubCharsSet *forms, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyCom.h function Release (line 24) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 25) | operator T*() const { return (T*)_p; } FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyGuidDef.h type GUID (line 8) | typedef struct { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyWindows.h type CHAR (line 17) | typedef char CHAR; type UCHAR (line 18) | typedef unsigned char UCHAR; type BYTE (line 19) | typedef unsigned char BYTE; type SHORT (line 21) | typedef short SHORT; type USHORT (line 22) | typedef unsigned short USHORT; type WORD (line 23) | typedef unsigned short WORD; type VARIANT_BOOL (line 24) | typedef short VARIANT_BOOL; type INT (line 26) | typedef int INT; type Int32 (line 27) | typedef Int32 INT32; type UINT (line 28) | typedef unsigned int UINT; type UInt32 (line 29) | typedef UInt32 UINT32; type INT32 (line 30) | typedef INT32 LONG; type UINT32 (line 31) | typedef UINT32 ULONG; type UINT32 (line 32) | typedef UINT32 DWORD; type Int64 (line 34) | typedef Int64 LONGLONG; type UInt64 (line 35) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 37) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 38) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 40) | typedef const CHAR *LPCSTR; type CHAR (line 41) | typedef CHAR TCHAR; type TCHAR (line 42) | typedef const TCHAR *LPCTSTR; type wchar_t (line 43) | typedef wchar_t WCHAR; type WCHAR (line 44) | typedef WCHAR OLECHAR; type WCHAR (line 45) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 46) | typedef OLECHAR *BSTR; type OLECHAR (line 47) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 48) | typedef OLECHAR *LPOLESTR; type FILETIME (line 50) | typedef struct _FILETIME type ULONG (line 58) | typedef ULONG PROPID; type LONG (line 59) | typedef LONG SCODE; type IUnknown (line 85) | struct IUnknown type IUnknown (line 92) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 97) | enum VARENUM type VARTYPE (line 127) | typedef unsigned short VARTYPE; type WORD (line 128) | typedef WORD PROPVAR_PAD1; type WORD (line 129) | typedef WORD PROPVAR_PAD2; type WORD (line 130) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 132) | typedef struct tagPROPVARIANT type PROPVARIANT (line 157) | typedef PROPVARIANT tagVARIANT; type tagVARIANT (line 158) | typedef tagVARIANT VARIANT; type VARIANT (line 159) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 175) | typedef enum tagSTREAM_SEEK FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/NewHandler.cpp class CC (line 67) | class CC method CC (line 70) | CC() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/String.cpp function wchar_t (line 18) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 36) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 54) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 66) | wchar_t * MyStringLower(wchar_t *s) function wchar_t (line 128) | wchar_t MyCharUpper(wchar_t c) function MyStringCompare (line 152) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 164) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 176) | int MyStringCompareNoCase(const wchar_t *s1, const wchar_t *s2) function MyStringCompareNoCase (line 194) | int MyStringCompareNoCase(const char *s1, const char *s2) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/String.h function MyStringLen (line 18) | int MyStringLen(const T *s) function T (line 26) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 33) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 35) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 37) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function wchar_t (line 39) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const ... function MyCharUpper (line 54) | inline char MyCharUpper(char c) function wchar_t (line 57) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 63) | inline char MyCharLower(char c) function wchar_t (line 66) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 74) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 81) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function TrimLeftWithCharSet (line 114) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 121) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 143) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 149) | void InsertSpace(int &index, int size) function T (line 156) | static T *GetNextCharPointer(T *p) function T (line 158) | static const T *GetNextCharPointer(const T *p) function T (line 160) | static T *GetPrevCharPointer(T *base, T *p) function T (line 162) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 169) | void SetCapacity(int newCapacity) function GrowLength (line 197) | void GrowLength(int n) function CorrectIndex (line 214) | void CorrectIndex(int &index) const function operator (line 245) | operator const T*() const { return _chars;} function T (line 249) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 255) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 256) | void ReleaseBuffer(int newLength) function Empty (line 319) | void Empty() function CStringBase (line 327) | CStringBase Mid(int startIndex) const function CStringBase (line 329) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 346) | CStringBase Left(int count) const function CStringBase (line 348) | CStringBase Right(int count) const function MakeUpper (line 355) | void MakeUpper() function MakeLower (line 357) | void MakeLower() function Compare (line 360) | int Compare(const CStringBase& s) const function CompareNoCase (line 363) | int CompareNoCase(const CStringBase& s) const function Find (line 372) | int Find(T c) const { return Find(c, 0); } function Find (line 373) | int Find(T c, int startIndex) const function Find (line 385) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 386) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 401) | int ReverseFind(T c) const function FindOneOf (line 415) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 423) | void TrimLeft(T c) function TrimRight (line 445) | void TrimRight() function TrimRight (line 449) | void TrimRight(T c) function Trim (line 470) | void Trim() function Insert (line 476) | int Insert(int index, T c) function Insert (line 483) | int Insert(int index, const CStringBase &s) function Replace (line 497) | int Replace(T oldChar, T newChar) function Replace (line 514) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 617) | typedef CStringBase AString; type CStringBase (line 618) | typedef CStringBase UString; type CObjectVector (line 620) | typedef CObjectVector AStringVector; type CObjectVector (line 621) | typedef CObjectVector UStringVector; type UString (line 624) | typedef UString CSysString; type AString (line 626) | typedef AString CSysString; type CObjectVector (line 629) | typedef CObjectVector CSysStringVector; FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 48) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 59) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 75) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringConvert.h function wchar_t (line 13) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 15) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 17) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 19) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 21) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) function UString (line 23) | inline const UString& GetUnicodeString(const UString &unicodeString, UINT) function AString (line 28) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 30) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 35) | inline const AString& GetOemString(const AString &oemString) function AString (line 37) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 42) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 44) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 46) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 48) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 50) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString) function AString (line 57) | inline const AString& GetSystemString(const AString &multiByteString, UINT) function AString (line 61) | inline AString GetSystemString(const UString &unicodeString) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertOctStringToUInt64(const char *s, const char **end) function UInt64 (line 44) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 63) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Types.h type Byte (line 6) | typedef unsigned char Byte; type Int16 (line 7) | typedef short Int16; type UInt16 (line 8) | typedef unsigned short UInt16; type Int32 (line 9) | typedef int Int32; type UInt32 (line 10) | typedef unsigned int UInt32; type __int64 (line 12) | typedef __int64 Int64; type UInt64 (line 13) | typedef unsigned __int64 UInt64; type Int64 (line 15) | typedef long long int Int64; type UInt64 (line 16) | typedef unsigned long long int UInt64; FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Vector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 39) | CRecordVector(const CRecordVector &v): function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Swap (line 74) | void Swap(int i, int j) function Sort (line 81) | void Sort(int left, int right) function Sort (line 94) | void Sort() { Sort(0, Size()); } function Sort (line 95) | void Sort(int left, int right, int (*compare)(const T*, const T*, void *... function Sort (line 109) | void Sort(int (*compare)(const T*, const T*, void *), void *param) type CRecordVector (line 115) | typedef CRecordVector CIntVector; type CUIntVector (line 116) | typedef CRecordVector CUIntVector; type CRecordVector (line 117) | typedef CRecordVector CBoolVector; type CByteVector (line 118) | typedef CRecordVector CByteVector; type CRecordVector (line 119) | typedef CRecordVector CPointerVector; function T (line 142) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 148) | int Add(const T& item) function Insert (line 150) | void Insert(int index, const T& item) function Find (line 159) | int Find(const T& item) const function FindInSorted (line 166) | int FindInSorted(const T& item) const function AddToSorted (line 182) | int AddToSorted(const T& item) function Sort (line 203) | void Sort(int (*compare)(void *const *, void *const *, void *), void *pa... function CompareObjectItems (line 206) | static int CompareObjectItems(void *const *a1, void *const *a2, void *pa... function Sort (line 208) | void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function BOOL (line 9) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 12) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 15) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/FileIO.cpp type NWindows (line 15) | namespace NWindows { type NFile (line 16) | namespace NFile { type NIO (line 17) | namespace NIO { function DWORD (line 176) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/FileIO.h function namespace (line 8) | namespace NWindows { FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/CRC.cs class CRC (line 5) | class CRC method CRC (line 9) | static CRC() method Init (line 27) | public void Init() { _value = 0xFFFFFFFF; } method UpdateByte (line 29) | public void UpdateByte(byte b) method Update (line 34) | public void Update(byte[] data, uint offset, uint size) method GetDigest (line 40) | public uint GetDigest() { return _value ^ 0xFFFFFFFF; } method CalculateDigest (line 42) | static uint CalculateDigest(byte[] data, uint offset, uint size) method VerifyDigest (line 50) | static bool VerifyDigest(uint digest, byte[] data, uint offset, uint s... FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/CommandLineParser.cs type SwitchType (line 8) | public enum SwitchType class SwitchForm (line 17) | public class SwitchForm method SwitchForm (line 26) | public SwitchForm(string idString, SwitchType type, bool multi, method SwitchForm (line 36) | public SwitchForm(string idString, SwitchType type, bool multi, int mi... method SwitchForm (line 40) | public SwitchForm(string idString, SwitchType type, bool multi): class SwitchResult (line 46) | public class SwitchResult method SwitchResult (line 52) | public SwitchResult() class Parser (line 58) | public class Parser method Parser (line 63) | public Parser(int numSwitches) method ParseString (line 70) | bool ParseString(string srcString, SwitchForm[] switchForms) method ParseStrings (line 171) | public void ParseStrings(SwitchForm[] switchForms, string[] commandStr... method ParseCommand (line 191) | public static int ParseCommand(CommandForm[] commandForms, string comm... method ParseSubCharsCommand (line 216) | static bool ParseSubCharsCommand(int numForms, CommandSubCharsSet[] fo... method IsItSwitchChar (line 252) | static bool IsItSwitchChar(char c) class CommandForm (line 258) | public class CommandForm method CommandForm (line 262) | public CommandForm(string idString, bool postStringMode) class CommandSubCharsSet (line 269) | class CommandSubCharsSet FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/InBuffer.cs class InBuffer (line 5) | public class InBuffer method InBuffer (line 15) | public InBuffer(uint bufferSize) method Init (line 21) | public void Init(System.IO.Stream stream) method ReadBlock (line 30) | public bool ReadBlock() method ReleaseStream (line 43) | public void ReleaseStream() method ReadByte (line 49) | public bool ReadByte(byte b) // check it method ReadByte (line 58) | public byte ReadByte() method GetProcessedSize (line 67) | public ulong GetProcessedSize() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/OutBuffer.cs class OutBuffer (line 5) | public class OutBuffer method OutBuffer (line 13) | public OutBuffer(uint bufferSize) method SetStream (line 19) | public void SetStream(System.IO.Stream stream) { m_Stream = stream; } method FlushStream (line 20) | public void FlushStream() { m_Stream.Flush(); } method CloseStream (line 21) | public void CloseStream() { m_Stream.Close(); } method ReleaseStream (line 22) | public void ReleaseStream() { m_Stream = null; } method Init (line 24) | public void Init() method WriteByte (line 30) | public void WriteByte(byte b) method FlushData (line 37) | public void FlushData() method GetProcessedSize (line 45) | public ulong GetProcessedSize() { return m_ProcessedSize + m_Pos; } FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs type IInWindowStream (line 7) | interface IInWindowStream method Init (line 9) | void Init(System.IO.Stream inStream); method ReleaseStream (line 10) | void ReleaseStream(); method MovePos (line 11) | void MovePos(); method GetIndexByte (line 12) | Byte GetIndexByte(Int32 index); method GetMatchLen (line 13) | UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit); method GetNumAvailableBytes (line 14) | UInt32 GetNumAvailableBytes(); type IMatchFinder (line 17) | interface IMatchFinder : IInWindowStream method Create (line 19) | void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetLongestMatch (line 21) | UInt32 GetLongestMatch(UInt32[] distances); method DummyLongestMatch (line 22) | void DummyLongestMatch(); FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzBinTree.cs class BinTree (line 7) | public class BinTree : InWindow, IMatchFinder method SetType (line 40) | public void SetType(int numHashBytes, bool big) method Hash (line 63) | UInt32 Hash(UInt32 offset, out UInt32 hash2Value, out UInt32 hash3Value) method Hash (line 72) | UInt32 Hash(UInt32 offset) method Init (line 77) | public new void Init(System.IO.Stream inStream) method ReleaseStream (line 94) | public new void ReleaseStream() { base.ReleaseStream(); } method MovePos (line 96) | public new void MovePos() method GetIndexByte (line 106) | public new Byte GetIndexByte(Int32 index) { return base.GetIndexByte(i... method GetMatchLen (line 108) | public new UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 111) | public new UInt32 GetNumAvailableBytes() { return base.GetNumAvailable... method Create (line 113) | public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method GetLongestMatch (line 144) | public UInt32 GetLongestMatch(UInt32[] distances) method DummyLongestMatch (line 328) | public void DummyLongestMatch() method NormalizeLinks (line 432) | void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) method Normalize (line 445) | void Normalize() method SetCutValue (line 461) | public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; } FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzInWindow.cs class InWindow (line 7) | public class InWindow method BeforeMoveBlock (line 25) | public virtual void BeforeMoveBlock() { } method AfterMoveBlock (line 26) | public virtual void AfterMoveBlock() { } method MoveBlock (line 28) | public void MoveBlock() method ReadBlock (line 41) | public virtual void ReadBlock() method Free (line 67) | void Free() { _bufferBase = null; } method Create (line 69) | public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32... method Init (line 84) | public void Init(System.IO.Stream stream) method ReleaseStream (line 94) | public void ReleaseStream() { _stream = null; } method MovePos (line 96) | public void MovePos() method GetIndexByte (line 108) | public Byte GetIndexByte(Int32 index) { return _bufferBase[_bufferOffs... method GetMatchLen (line 111) | public UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit) method GetNumAvailableBytes (line 125) | public UInt32 GetNumAvailableBytes() { return _streamPos - _pos; } method ReduceOffsets (line 127) | public void ReduceOffsets(Int32 subValue) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs class OutWindow (line 5) | public class OutWindow method Create (line 13) | public void Create(uint windowSize) method Init (line 25) | public void Init(System.IO.Stream stream, bool solid) method Init (line 36) | public void Init(System.IO.Stream stream) { Init(stream, false); } method ReleaseStream (line 38) | public void ReleaseStream() method Flush (line 44) | public void Flush() method CopyBlock (line 55) | public void CopyBlock(uint distance, uint len) method PutByte (line 70) | public void PutByte(byte b) method GetByte (line 77) | public byte GetByte(uint distance) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs class Base (line 5) | internal abstract class Base type State (line 15) | public struct State method Init (line 18) | public void Init() { Index = 0; } method UpdateChar (line 19) | public void UpdateChar() method UpdateMatch (line 25) | public void UpdateMatch() { Index = (uint)(Index < 7 ? 7 : 10); } method UpdateRep (line 26) | public void UpdateRep() { Index = (uint)(Index < 7 ? 8 : 11); } method UpdateShortRep (line 27) | public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } method IsCharState (line 28) | public bool IsCharState() { return Index < 7; } method GetLenToPosState (line 41) | public static uint GetLenToPosState(uint len) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs class Decoder (line 9) | public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class LenDecoder (line 11) | class LenDecoder method Create (line 20) | public void Create(uint numPosStates) method Init (line 30) | public void Init() method Decode (line 42) | public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) class LiteralDecoder (line 61) | class LiteralDecoder type Decoder2 (line 63) | struct Decoder2 method Create (line 66) | public void Create() { m_Decoders = new BitDecoder[0x300]; } method Init (line 67) | public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i]... method DecodeNormal (line 69) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) method DecodeWithMatchByte (line 78) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, b... method Create (line 104) | public void Create(int numPosBits, int numPrevBits) method Init (line 118) | public void Init() method GetState (line 125) | uint GetState(uint pos, byte prevByte) method DecodeNormal (line 128) | public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, ... method DecodeWithMatchByte (line 131) | public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uin... method Decoder (line 160) | public Decoder() method SetDictionarySize (line 167) | void SetDictionarySize(uint dictionarySize) method SetLiteralProperties (line 178) | void SetLiteralProperties(int lp, int lc) method SetPosBitsProperties (line 187) | void SetPosBitsProperties(int pb) method Init (line 197) | void Init(System.IO.Stream inStream, System.IO.Stream outStream) method Code (line 229) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetDecoderProperties (line 348) | public void SetDecoderProperties(byte[] properties) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs class Encoder (line 9) | public class Encoder : ICoder, ISetCoderProperties, IWriteCoderProperties type EMatchFinderType (line 11) | enum EMatchFinderType method FindMatchFinder (line 25) | static int FindMatchFinder(string s) method Encoder (line 37) | static Encoder() method GetPosSlot (line 51) | static UInt32 GetPosSlot(UInt32 pos) method GetPosSlot2 (line 60) | static UInt32 GetPosSlot2(UInt32 pos) method BaseInit (line 73) | void BaseInit() class LiteralEncoder (line 84) | class LiteralEncoder type Encoder2 (line 86) | public struct Encoder2 method Create (line 90) | public void Create() { m_Encoders = new BitEncoder[0x300]; } method Init (line 92) | public void Init() { for (int i = 0; i < 0x300; i++) m_Encoders[i]... method Encode (line 94) | public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol) method EncodeMatched (line 105) | public void EncodeMatched(RangeCoder.Encoder rangeEncoder, byte ma... method GetPrice (line 124) | public uint GetPrice(bool matchMode, byte matchByte, byte symbol) method Create (line 159) | public void Create(int numPosBits, int numPrevBits) method Init (line 173) | public void Init() method GetState (line 180) | uint GetState(uint pos, byte prevByte) method GetSubCoder (line 183) | public Encoder2 GetSubCoder(UInt32 pos, Byte prevByte) class LenEncoder (line 187) | class LenEncoder method LenEncoder (line 195) | public LenEncoder() method Init (line 204) | public void Init(UInt32 numPosStates) method Encode (line 216) | public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, U... method GetPrice (line 240) | public UInt32 GetPrice(UInt32 symbol, UInt32 posState) class LenPriceTableEncoder (line 269) | class LenPriceTableEncoder : LenEncoder method SetTableSize (line 275) | public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } method GetPrice (line 277) | public new UInt32 GetPrice(UInt32 symbol, UInt32 posState) method UpdateTable (line 282) | void UpdateTable(UInt32 posState) method UpdateTables (line 289) | public void UpdateTables(UInt32 numPosStates) method Encode (line 295) | public new void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbo... class Optimal (line 304) | class Optimal method MakeAsChar (line 324) | public void MakeAsChar() { BackPrev = 0xFFFFFFFF; Prev1IsChar = fals... method MakeAsShortRep (line 325) | public void MakeAsShortRep() { BackPrev = 0; ; Prev1IsChar = false; } method IsShortRep (line 326) | public bool IsShortRep() { return (BackPrev == 0); } method Create (line 386) | void Create() method Encoder (line 418) | public Encoder() method SetWriteEndMarkerMode (line 426) | void SetWriteEndMarkerMode(bool writeEndMarker) method Init (line 430) | void Init() method ReadMatchDistances (line 466) | void ReadMatchDistances(out UInt32 lenRes) method MovePos (line 476) | void MovePos(UInt32 num) method GetRepLen1Price (line 486) | UInt32 GetRepLen1Price(Base.State state, UInt32 posState) method GetRepPrice (line 492) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt... method GetPosLenPrice (line 514) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) method Backward (line 528) | UInt32 Backward(out UInt32 backRes, UInt32 cur) method GetOptimum (line 566) | UInt32 GetOptimum(UInt32 position, out UInt32 backRes) method ChangePair (line 1046) | bool ChangePair(UInt32 smallDist, UInt32 bigDist) method GetOptimumFast (line 1052) | UInt32 GetOptimumFast(UInt32 position, out UInt32 backRes) method InitMatchFinder (line 1143) | void InitMatchFinder(LZ.IMatchFinder matchFinder) method WriteEndMarker (line 1148) | void WriteEndMarker(UInt32 posState) method Flush (line 1167) | void Flush(UInt32 nowPos) method CodeOneBlock (line 1175) | public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool... method ReleaseMFStream (line 1350) | void ReleaseMFStream() method SetOutStream (line 1359) | void SetOutStream(System.IO.Stream outStream) { _rangeEncoder.SetStrea... method ReleaseOutStream (line 1360) | void ReleaseOutStream() { _rangeEncoder.ReleaseStream(); } method ReleaseStreams (line 1362) | void ReleaseStreams() method SetStreams (line 1368) | void SetStreams(System.IO.Stream inStream, System.IO.Stream outStream, method Code (line 1400) | public void Code(System.IO.Stream inStream, System.IO.Stream outStream, method SetCoderProperties (line 1427) | public void SetCoderProperties(CoderPropID[] propIDs, object[] propert... method WriteCoderProperties (line 1533) | public void WriteCoderProperties(System.IO.Stream outStream) method FillPosSlotPrices (line 1541) | void FillPosSlotPrices() method FillDistancesPrices (line 1554) | void FillDistancesPrices() method FillAlignPrices (line 1574) | void FillAlignPrices() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs class LzmaAlone (line 6) | class LzmaAlone type Key (line 8) | enum Key method PrintHelp (line 24) | static void PrintHelp() method GetNumber (line 44) | static bool GetNumber(string s, out Int32 v) method IncorrectCommand (line 58) | static int IncorrectCommand() method Main2 (line 64) | static int Main2(string[] args) method Main (line 266) | [STAThread] FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs class LzmaBench (line 11) | internal abstract class LzmaBench class CRandomGenerator (line 17) | class CRandomGenerator method CRandomGenerator (line 21) | public CRandomGenerator() { Init(); } method Init (line 22) | public void Init() { A1 = 362436069; A2 = 521288629; } method GetRnd (line 23) | public UInt32 GetRnd() class CBitRandomGenerator (line 31) | class CBitRandomGenerator method Init (line 36) | public void Init() method GetRnd (line 41) | public UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 61) | class CBenchRandomGenerator method CBenchRandomGenerator (line 67) | public CBenchRandomGenerator() { } method Init (line 68) | public void Init() { RG.Init(); } method Set (line 69) | public void Set(UInt32 bufferSize) method GetRndBit (line 75) | UInt32 GetRndBit() { return RG.GetRnd(1); } method GetLogRandBits (line 83) | UInt32 GetLogRandBits(int numBits) method GetOffset (line 88) | UInt32 GetOffset() method GetLen (line 94) | UInt32 GetLen() method Generate (line 102) | public void Generate() class CrcOutStream (line 122) | class CrcOutStream : System.IO.Stream method Init (line 125) | public void Init() { CRC.Init(); } method GetDigest (line 126) | public UInt32 GetDigest() { return CRC.GetDigest(); } method Flush (line 133) | public override void Flush() { } method Seek (line 134) | public override long Seek(long offset, SeekOrigin origin) { return 0; } method SetLength (line 135) | public override void SetLength(long value) { } method Read (line 136) | public override int Read(byte[] buffer, int offset, int count) { ret... method WriteByte (line 138) | public override void WriteByte(byte b) method Write (line 142) | public override void Write(byte[] buffer, int offset, int count) class CProgressInfo (line 148) | class CProgressInfo : ICodeProgress method Init (line 153) | public void Init() { InSize = 0; } method SetProgress (line 154) | public void SetProgress(Int64 inSize, Int64 outSize) method GetLogSize (line 165) | static UInt32 GetLogSize(UInt32 size) method MyMultDiv64 (line 174) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) method GetCompressRating (line 188) | static UInt64 GetCompressRating(UInt32 dictionarySize, bool isBT4, method GetDecompressRating (line 206) | static UInt64 GetDecompressRating(UInt64 elapsedTime, method GetTotalRating (line 213) | static UInt64 GetTotalRating( method PrintValue (line 224) | static void PrintValue(UInt64 v) method PrintRating (line 232) | static void PrintRating(UInt64 rating) method PrintResults (line 238) | static void PrintResults( method LzmaBenchmark (line 259) | static public int LzmaBenchmark(Int32 numIterations, UInt32 dictionary... FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs class Resources (line 24) | class Resources method Resources (line 32) | internal Resources() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs class Settings (line 13) | public partial class Settings : System.Configuration.ApplicationSettings... FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs class Encoder (line 5) | class Encoder method SetStream (line 18) | public void SetStream(System.IO.Stream stream) method ReleaseStream (line 23) | public void ReleaseStream() method Init (line 28) | public void Init() method FlushData (line 38) | public void FlushData() method FlushStream (line 44) | public void FlushStream() method CloseStream (line 49) | public void CloseStream() method Encode (line 54) | public void Encode(uint start, uint size, uint total) method ShiftLow (line 65) | public void ShiftLow() method EncodeDirectBits (line 82) | public void EncodeDirectBits(uint v, int numTotalBits) method EncodeBit (line 97) | public void EncodeBit(uint size0, int numTotalBits, uint symbol) method GetProcessedSizeAdd (line 114) | public long GetProcessedSizeAdd() class Decoder (line 122) | class Decoder method Init (line 130) | public void Init(System.IO.Stream stream) method ReleaseStream (line 141) | public void ReleaseStream() method CloseStream (line 147) | public void CloseStream() method Normalize (line 152) | public void Normalize() method Normalize2 (line 161) | public void Normalize2() method GetThreshold (line 170) | public uint GetThreshold(uint total) method Decode (line 175) | public void Decode(uint start, uint size, uint total) method DecodeDirectBits (line 182) | public uint DecodeDirectBits(int numTotalBits) method DecodeBit (line 213) | public uint DecodeBit(uint size0, int numTotalBits) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs type BitEncoder (line 5) | struct BitEncoder method Init (line 15) | public void Init() { Prob = kBitModelTotal >> 1; } method UpdateModel (line 17) | public void UpdateModel(uint symbol) method Encode (line 25) | public void Encode(Encoder encoder, uint symbol) method BitEncoder (line 50) | static BitEncoder() method GetPrice (line 63) | public uint GetPrice(uint symbol) method GetPrice0 (line 67) | public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBi... method GetPrice1 (line 68) | public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >>... type BitDecoder (line 71) | struct BitDecoder method UpdateModel (line 79) | public void UpdateModel(int numMoveBits, uint symbol) method Init (line 87) | public void Init() { Prob = kBitModelTotal >> 1; } method Decode (line 89) | public uint Decode(RangeCoder.Decoder rangeDecoder) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs type BitTreeEncoder (line 5) | struct BitTreeEncoder method BitTreeEncoder (line 10) | public BitTreeEncoder(int numBitLevels) method Init (line 16) | public void Init() method Encode (line 22) | public void Encode(Encoder rangeEncoder, UInt32 symbol) method ReverseEncode (line 34) | public void ReverseEncode(Encoder rangeEncoder, UInt32 symbol) method GetPrice (line 46) | public UInt32 GetPrice(UInt32 symbol) method ReverseGetPrice (line 60) | public UInt32 ReverseGetPrice(UInt32 symbol) method ReverseGetPrice (line 74) | public static UInt32 ReverseGetPrice(BitEncoder[] Models, UInt32 start... method ReverseEncode (line 89) | public static void ReverseEncode(BitEncoder[] Models, UInt32 startIndex, type BitTreeDecoder (line 103) | struct BitTreeDecoder method BitTreeDecoder (line 108) | public BitTreeDecoder(int numBitLevels) method Init (line 114) | public void Init() method Decode (line 120) | public uint Decode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 128) | public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) method ReverseDecode (line 142) | public static uint ReverseDecode(BitDecoder[] Models, UInt32 startIndex, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/ICoder.cs class DataErrorException (line 10) | class DataErrorException : ApplicationException method DataErrorException (line 12) | public DataErrorException(): base("Data Error") { } class InvalidParamException (line 18) | class InvalidParamException : ApplicationException method InvalidParamException (line 20) | public InvalidParamException(): base("Invalid Parameter") { } type ICodeProgress (line 23) | public interface ICodeProgress method SetProgress (line 34) | void SetProgress(Int64 inSize, Int64 outSize); type ICoder (line 37) | public interface ICoder method Code (line 60) | void Code(System.IO.Stream inStream, System.IO.Stream outStream, type CoderPropID (line 78) | public enum CoderPropID type ISetCoderProperties (line 131) | public interface ISetCoderProperties method SetCoderProperties (line 133) | void SetCoderProperties(CoderPropID[] propIDs, object[] properties); type IWriteCoderProperties (line 136) | public interface IWriteCoderProperties method WriteCoderProperties (line 138) | void WriteCoderProperties(System.IO.Stream outStream); type ISetDecoderProperties (line 141) | public interface ISetDecoderProperties method SetDecoderProperties (line 143) | void SetDecoderProperties(byte[] properties); FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/CRC.java class CRC (line 5) | public class CRC method Init (line 25) | public void Init() method Update (line 30) | public void Update(byte[] data, int offset, int size) method Update (line 36) | public void Update(byte[] data) method UpdateByte (line 43) | public void UpdateByte(int b) method GetDigest (line 48) | public int GetDigest() FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/ICodeProgress.java type ICodeProgress (line 3) | public interface ICodeProgress method SetProgress (line 5) | public void SetProgress(long inSize, long outSize); FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/BinTree.java class BinTree (line 4) | public class BinTree extends InWindow method SetType (line 52) | public void SetType(int numHashBytes, boolean big) method Init (line 76) | public void Init() throws IOException method MovePos (line 93) | public void MovePos() throws IOException method Create (line 102) | public boolean Create(int historySize, int keepAddBufferBefore, method GetLongestMatch (line 133) | public int GetLongestMatch(int[] distances) method DummyLongestMatch (line 323) | public void DummyLongestMatch() method NormalizeLinks (line 433) | void NormalizeLinks(int[] items, int numItems, int subValue) method Normalize (line 446) | void Normalize() method SetCutValue (line 462) | public void SetCutValue(int cutValue) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/InWindow.java class InWindow (line 7) | public class InWindow method MoveBlock (line 25) | public void MoveBlock() method ReadBlock (line 36) | public void ReadBlock() throws IOException method Free (line 62) | void Free() method Create (line 65) | public void Create(int keepSizeBefore, int keepSizeAfter, int keepSize... method SetStream (line 80) | public void SetStream(java.io.InputStream stream) method ReleaseStream (line 83) | public void ReleaseStream() method Init (line 86) | public void Init() throws IOException method MovePos (line 95) | public void MovePos() throws IOException method GetIndexByte (line 107) | public byte GetIndexByte(int index) method GetMatchLen (line 111) | public int GetMatchLen(int index, int distance, int limit) method GetNumAvailableBytes (line 125) | public int GetNumAvailableBytes() method ReduceOffsets (line 128) | public void ReduceOffsets(int subValue) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/OutWindow.java class OutWindow (line 7) | public class OutWindow method Create (line 15) | public void Create(int windowSize) method SetStream (line 24) | public void SetStream(java.io.OutputStream stream) throws IOException method ReleaseStream (line 30) | public void ReleaseStream() throws IOException method Init (line 36) | public void Init(boolean solid) method Flush (line 45) | public void Flush() throws IOException method CopyBlock (line 56) | public void CopyBlock(int distance, int len) throws IOException method PutByte (line 71) | public void PutByte(byte b) throws IOException method GetByte (line 78) | public byte GetByte(int distance) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Base.java class Base (line 5) | public class Base method StateInit (line 10) | public static final int StateInit() method StateUpdateChar (line 15) | public static final int StateUpdateChar(int index) method StateUpdateMatch (line 24) | public static final int StateUpdateMatch(int index) method StateUpdateRep (line 29) | public static final int StateUpdateRep(int index) method StateUpdateShortRep (line 34) | public static final int StateUpdateShortRep(int index) method StateIsCharState (line 39) | public static final boolean StateIsCharState(int index) method GetLenToPosState (line 54) | public static final int GetLenToPosState(int len) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Decoder.java class Decoder (line 8) | public class Decoder class LenDecoder (line 10) | class LenDecoder method Create (line 18) | public void Create(int numPosStates) method Init (line 27) | public void Init() method Decode (line 38) | public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecod... class LiteralDecoder (line 51) | class LiteralDecoder class Decoder2 (line 53) | class Decoder2 method Init (line 57) | public void Init() method DecodeNormal (line 62) | public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder r... method DecodeWithMatchByte (line 71) | public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.De... method Create (line 97) | public void Create(int numPosBits, int numPrevBits) method Init (line 110) | public void Init() method GetDecoder (line 117) | Decoder2 GetDecoder(int pos, byte prevByte) method Decoder (line 148) | public Decoder() method SetDictionarySize (line 154) | boolean SetDictionarySize(int dictionarySize) method SetLcLpPb (line 167) | boolean SetLcLpPb(int lc, int lp, int pb) method Init (line 179) | void Init() throws IOException method Code (line 201) | public boolean Code(java.io.InputStream inStream, java.io.OutputStream... method SetDecoderProperties (line 313) | public boolean SetDecoderProperties(byte[] properties) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Encoder.java class Encoder (line 9) | public class Encoder method GetPosSlot (line 34) | static int GetPosSlot(int pos) method GetPosSlot2 (line 43) | static int GetPosSlot2(int pos) method BaseInit (line 56) | void BaseInit() class LiteralEncoder (line 67) | class LiteralEncoder class Encoder2 (line 69) | class Encoder2 method Init (line 73) | public void Init() method Encode (line 78) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEn... method EncodeMatched (line 89) | public void EncodeMatched(SevenZip.Compression.RangeCoder.Encoder ... method GetPrice (line 108) | public int GetPrice(boolean matchMode, byte matchByte, byte symbol) method Create (line 143) | public void Create(int numPosBits, int numPrevBits) method Init (line 156) | public void Init() method GetSubCoder (line 163) | public Encoder2 GetSubCoder(int pos, byte prevByte) class LenEncoder (line 167) | class LenEncoder method LenEncoder (line 174) | public LenEncoder() method Init (line 183) | public void Init(int numPosStates) method Encode (line 194) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... method GetPrice (line 218) | public int GetPrice(int symbol, int posState) class LenPriceTableEncoder (line 247) | class LenPriceTableEncoder extends LenEncoder method SetTableSize (line 253) | public void SetTableSize(int tableSize) method GetPrice (line 256) | public int GetPrice(int symbol, int posState) method UpdateTable (line 261) | void UpdateTable(int posState) method UpdateTables (line 268) | public void UpdateTables(int numPosStates) method Encode (line 274) | public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEnco... class Optimal (line 283) | class Optimal method MakeAsChar (line 303) | public void MakeAsChar() method MakeAsShortRep (line 305) | public void MakeAsShortRep() method IsShortRep (line 307) | public boolean IsShortRep() method Create (line 368) | void Create() method Encoder (line 402) | public Encoder() method Init (line 410) | void Init() method ReadMatchDistances (line 438) | int ReadMatchDistances() throws java.io.IOException method MovePos (line 449) | void MovePos(int num) throws java.io.IOException method GetRepLen1Price (line 459) | int GetRepLen1Price(int state, int posState) method GetRepPrice (line 465) | int GetRepPrice(int repIndex, int len, int state, int posState) method GetPosLenPrice (line 487) | int GetPosLenPrice(int pos, int len, int posState) method Backward (line 501) | int Backward(int[] backRes, int cur) method GetOptimum (line 538) | int GetOptimum(int position, int []backRes) throws IOException method ChangePair (line 1010) | boolean ChangePair(int smallDist, int bigDist) method GetOptimumFast (line 1016) | int GetOptimumFast(int position, int[] backRes) throws IOException method WriteEndMarker (line 1107) | void WriteEndMarker(int posState) throws IOException method Flush (line 1126) | void Flush(int nowPos) throws IOException method CodeOneBlock (line 1135) | public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] fini... method ReleaseMFStream (line 1312) | void ReleaseMFStream() method SetOutStream (line 1321) | void SetOutStream(java.io.OutputStream outStream) method ReleaseOutStream (line 1323) | void ReleaseOutStream() method ReleaseStreams (line 1326) | void ReleaseStreams() method SetStreams (line 1332) | void SetStreams(java.io.InputStream inStream, java.io.OutputStream out... method Code (line 1360) | public void Code(java.io.InputStream inStream, java.io.OutputStream ou... method WriteCoderProperties (line 1387) | public void WriteCoderProperties(java.io.OutputStream outStream) throw... method FillPosSlotPrices (line 1395) | void FillPosSlotPrices() method FillDistancesPrices (line 1408) | void FillDistancesPrices() method FillAlignPrices (line 1428) | void FillAlignPrices() method SetAlgorithm (line 1436) | public boolean SetAlgorithm(int algorithm) method SetDictionarySize (line 1445) | public boolean SetDictionarySize(int dictionarySize) method SeNumFastBytes (line 1457) | public boolean SeNumFastBytes(int numFastBytes) method SetMatchFinder (line 1465) | public boolean SetMatchFinder(int matchFinderIndex) method SetLcLpPb (line 1479) | public boolean SetLcLpPb(int lc, int lp, int pb) method SetEndMarkerMode (line 1493) | public void SetEndMarkerMode(boolean endMarkerMode) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java class BitTreeDecoder (line 3) | public class BitTreeDecoder method BitTreeDecoder (line 8) | public BitTreeDecoder(int numBitLevels) method Init (line 14) | public void Init() method Decode (line 19) | public int Decode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 27) | public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException method ReverseDecode (line 41) | public static int ReverseDecode(short[] Models, int startIndex, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java class BitTreeEncoder (line 4) | public class BitTreeEncoder method BitTreeEncoder (line 9) | public BitTreeEncoder(int numBitLevels) method Init (line 15) | public void Init() method Encode (line 20) | public void Encode(Encoder rangeEncoder, int symbol) throws IOException method ReverseEncode (line 32) | public void ReverseEncode(Encoder rangeEncoder, int symbol) throws IOE... method GetPrice (line 44) | public int GetPrice(int symbol) method ReverseGetPrice (line 58) | public int ReverseGetPrice(int symbol) method ReverseGetPrice (line 72) | public static int ReverseGetPrice(short[] Models, int startIndex, method ReverseEncode (line 87) | public static void ReverseEncode(short[] Models, int startIndex, FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java class Decoder (line 4) | public class Decoder method SetStream (line 17) | public final void SetStream(java.io.InputStream stream) method ReleaseStream (line 22) | public final void ReleaseStream() method Init (line 27) | public final void Init() throws IOException method DecodeDirectBits (line 35) | public final int DecodeDirectBits(int numTotalBits) throws IOException method DecodeBit (line 54) | public int DecodeBit(short []probs, int index) throws IOException method InitBitModels (line 83) | public static void InitBitModels(short []probs) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java class Encoder (line 4) | public class Encoder method SetStream (line 21) | public void SetStream(java.io.OutputStream stream) method ReleaseStream (line 26) | public void ReleaseStream() method Init (line 31) | public void Init() method FlushData (line 40) | public void FlushData() throws IOException method FlushStream (line 46) | public void FlushStream() throws IOException method ShiftLow (line 51) | public void ShiftLow() throws IOException method EncodeDirectBits (line 70) | public void EncodeDirectBits(int v, int numTotalBits) throws IOException method GetProcessedSizeAdd (line 86) | public long GetProcessedSizeAdd() method InitBitModels (line 96) | public static void InitBitModels(short []probs) method Encode (line 102) | public void Encode(short []probs, int index, int symbol) throws IOExce... method GetPrice (line 139) | static public int GetPrice(int Prob, int symbol) method GetPrice0 (line 143) | static public int GetPrice0(int Prob) method GetPrice1 (line 147) | static public int GetPrice1(int Prob) FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/LzmaAlone.java class LzmaAlone (line 3) | public class LzmaAlone class CommandLine (line 5) | static public class CommandLine method ParseSwitch (line 32) | boolean ParseSwitch(String s) method Parse (line 71) | public boolean Parse(String[] args) throws Exception method PrintHelp (line 145) | static void PrintHelp() method main (line 164) | public static void main(String[] args) throws Exception FILE: src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/LzmaBench.java class LzmaBench (line 7) | public class LzmaBench class CRandomGenerator (line 12) | static class CRandomGenerator method CRandomGenerator (line 16) | public CRandomGenerator() method Init (line 18) | public void Init() method GetRnd (line 20) | public int GetRnd() class CBitRandomGenerator (line 28) | static class CBitRandomGenerator method Init (line 33) | public void Init() method GetRnd (line 38) | public int GetRnd(int numBits) class CBenchRandomGenerator (line 58) | static class CBenchRandomGenerator method CBenchRandomGenerator (line 64) | public CBenchRandomGenerator() method Init (line 66) | public void Init() method Set (line 68) | public void Set(int bufferSize) method GetRndBit (line 74) | int GetRndBit() method GetLogRandBits (line 76) | int GetLogRandBits(int numBits) method GetOffset (line 81) | int GetOffset() method GetLen (line 87) | int GetLen() method Generate (line 95) | public void Generate() class CrcOutStream (line 115) | static class CrcOutStream extends java.io.OutputStream method Init (line 119) | public void Init() method GetDigest (line 123) | public int GetDigest() method write (line 127) | public void write(byte[] b) method write (line 131) | public void write(byte[] b, int off, int len) method write (line 135) | public void write(int b) class MyOutputStream (line 141) | static class MyOutputStream extends java.io.OutputStream method MyOutputStream (line 147) | public MyOutputStream(byte[] buffer) method reset (line 153) | public void reset() method write (line 158) | public void write(int b) throws IOException method size (line 165) | public int size() class MyInputStream (line 171) | static class MyInputStream extends java.io.InputStream method MyInputStream (line 177) | public MyInputStream(byte[] buffer, int size) method reset (line 183) | public void reset() method read (line 188) | public int read() class CProgressInfo (line 196) | static class CProgressInfo implements ICodeProgress method Init (line 201) | public void Init() method SetProgress (line 203) | public void SetProgress(long inSize, long outSize) method GetLogSize (line 214) | static int GetLogSize(int size) method MyMultDiv64 (line 223) | static long MyMultDiv64(long value, long elapsedTime) method GetCompressRating (line 237) | static long GetCompressRating(int dictionarySize, boolean isBT4, long ... method GetDecompressRating (line 254) | static long GetDecompressRating(long elapsedTime, method GetTotalRating (line 261) | static long GetTotalRating( method PrintValue (line 272) | static void PrintValue(long v) method PrintRating (line 281) | static void PrintRating(long rating) method PrintResults (line 287) | static void PrintResults( method LzmaBenchmark (line 308) | static public int LzmaBenchmark(int numIterations, int dictionarySize,... FILE: src/squashfs-3.0-lzma-damn-small-variant/mksquashfs.c type cached_dir_index (line 144) | struct cached_dir_index { type directory (line 149) | struct directory { type inode_info (line 163) | struct inode_info type file_info (line 166) | struct file_info type exclude_info (line 170) | struct exclude_info { type exclude_info (line 177) | struct exclude_info type stat (line 178) | struct stat type fragment (line 184) | struct fragment { type old_root_entry_info (line 204) | struct old_root_entry_info { type old_root_entry_info (line 210) | struct old_root_entry_info type file_info (line 213) | struct file_info { type duplicate_buffer_handle (line 252) | struct duplicate_buffer_handle { type stat (line 269) | struct stat type dir_info (line 271) | struct dir_info type file_info (line 272) | struct file_info type duplicate_buffer_handle (line 272) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 272) | struct duplicate_buffer_handle type fragment (line 272) | struct fragment type dir_info (line 273) | struct dir_info type dir_info (line 273) | struct dir_info function restorefs (line 278) | void restorefs() function sighandler (line 305) | void sighandler() function sighandler2 (line 317) | void sighandler2() function mangle (line 323) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... type group (line 1975) | struct group type passwd (line 2374) | struct passwd type group (line 2381) | struct group FILE: src/squashfs-3.0-lzma-damn-small-variant/read_fs.c function read_block (line 66) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 110) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 346) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 470) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_filesystem (line 509) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/squashfs-3.0-lzma-damn-small-variant/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry { type priority_entry (line 79) | struct priority_entry type dir_ent (line 82) | struct dir_ent function add_priority_list (line 85) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 102) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 130) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 188) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 211) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 231) | void sort_files_and_write(struct dir_info *dir) FILE: src/squashfs-3.0-lzma-damn-small-variant/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { FILE: src/squashfs-3.0-lzma-damn-small-variant/squashfs_fs.h type squashfs_block_t (line 188) | typedef long long squashfs_block_t; type squashfs_inode_t (line 189) | typedef long long squashfs_inode_t; type squashfs_super_block (line 191) | struct squashfs_super_block { type squashfs_dir_index (line 220) | struct squashfs_dir_index { type squashfs_base_inode_header (line 235) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 239) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 244) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 250) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 257) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 266) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 276) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 285) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 297) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 298) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 299) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 300) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 301) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 302) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 303) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 304) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 307) | struct squashfs_dir_entry { type squashfs_dir_header (line 315) | struct squashfs_dir_header { type squashfs_fragment_entry (line 321) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 533) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 540) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 549) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 557) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 566) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 577) | struct squashfs_dir_inode_header_1 { type squashfs_dir_index_2 (line 645) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 652) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 659) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 666) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 674) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 683) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 696) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 707) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 721) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 722) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 723) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 724) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 725) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 726) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 727) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 730) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 735) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 742) | struct squashfs_fragment_entry_2 { FILE: src/squashfs-3.0-lzma-damn-small-variant/unsquashfs.c type hash_table_entry (line 66) | struct hash_table_entry { type hash_table_entry (line 74) | struct hash_table_entry function add_entry (line 88) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 107) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 120) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 140) | int read_block(long long start, long long *next, char *block, squashfs_s... function read_data_block (line 193) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 225) | void uncompress_inode_table(long long start, long long end, squashfs_sup... function set_attributes (line 244) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, ... function read_uids_guids (line 273) | void read_uids_guids(squashfs_super_block *sBlk) function read_fragment_table (line 286) | void read_fragment_table(squashfs_super_block *sBlk) function write_file (line 339) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 402) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function uncompress_directory_table (line 585) | void uncompress_directory_table(long long start, long long end, squashfs... type dir_ent (line 603) | struct dir_ent { type dir (line 610) | struct dir { type dir (line 621) | struct dir type dir_ent (line 631) | struct dir_ent type dir (line 632) | struct dir type dir (line 681) | struct dir type dir_ent (line 719) | struct dir_ent function squashfs_readdir (line 740) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 755) | void squashfs_closedir(struct dir *dir) function dir_scan (line 762) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 802) | int read_super(squashfs_super_block *sBlk, char *source) function main (line 872) | int main(int argc, char *argv[]) FILE: src/squashfs-3.0/global.h type squashfs_super_block (line 27) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_dir_index (line 28) | typedef struct squashfs_dir_index squashfs_dir_index; type squashfs_base_inode_header (line 29) | typedef struct squashfs_base_inode_header squashfs_base_inode_header; type squashfs_ipc_inode_header (line 30) | typedef struct squashfs_ipc_inode_header squashfs_ipc_inode_header; type squashfs_dev_inode_header (line 31) | typedef struct squashfs_dev_inode_header squashfs_dev_inode_header; type squashfs_symlink_inode_header (line 32) | typedef struct squashfs_symlink_inode_header squashfs_symlink_inode_header; type squashfs_reg_inode_header (line 33) | typedef struct squashfs_reg_inode_header squashfs_reg_inode_header; type squashfs_lreg_inode_header (line 34) | typedef struct squashfs_lreg_inode_header squashfs_lreg_inode_header; type squashfs_dir_inode_header (line 35) | typedef struct squashfs_dir_inode_header squashfs_dir_inode_header; type squashfs_ldir_inode_header (line 36) | typedef struct squashfs_ldir_inode_header squashfs_ldir_inode_header; type squashfs_dir_entry (line 37) | typedef struct squashfs_dir_entry squashfs_dir_entry; type squashfs_dir_header (line 38) | typedef struct squashfs_dir_header squashfs_dir_header; type squashfs_fragment_entry (line 39) | typedef struct squashfs_fragment_entry squashfs_fragment_entry; type squashfs_inode_header (line 41) | typedef union squashfs_inode_header squashfs_inode_header; type squashfs_uid (line 42) | typedef unsigned int squashfs_uid; type squashfs_fragment_index (line 43) | typedef long long squashfs_fragment_index; type squashfs_inode_t (line 44) | typedef squashfs_inode_t squashfs_inode; type squashfs_block_t (line 45) | typedef squashfs_block_t squashfs_block; FILE: src/squashfs-3.0/mksquashfs.c function u_int32_t (line 73) | u_int32_t flip_endian(u_int32_t nValue) type cached_dir_index (line 158) | struct cached_dir_index { type directory (line 163) | struct directory { type inode_info (line 177) | struct inode_info type file_info (line 180) | struct file_info type exclude_info (line 184) | struct exclude_info { type exclude_info (line 191) | struct exclude_info type stat (line 192) | struct stat type fragment (line 198) | struct fragment { type old_root_entry_info (line 218) | struct old_root_entry_info { type old_root_entry_info (line 224) | struct old_root_entry_info type file_info (line 227) | struct file_info { type duplicate_buffer_handle (line 266) | struct duplicate_buffer_handle { type stat (line 283) | struct stat type dir_info (line 285) | struct dir_info type file_info (line 286) | struct file_info type duplicate_buffer_handle (line 286) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 286) | struct duplicate_buffer_handle type fragment (line 286) | struct fragment type dir_info (line 287) | struct dir_info type dir_info (line 287) | struct dir_info function restorefs (line 292) | void restorefs() function sighandler (line 319) | void sighandler() function sighandler2 (line 331) | void sighandler2() function mangle (line 337) | unsigned int mangle(char *d, char *s, int size, int block_size, int unco... function squashfs_base_inode_header (line 361) | squashfs_base_inode_header *get_inode(int req_size) function read_bytes (line 409) | void read_bytes(int fd, long long byte, int bytes, char *buff) function write_bytes (line 425) | void write_bytes(int fd, long long byte, int bytes, char *buff) function write_inodes (line 441) | long long write_inodes() function write_directories (line 477) | long long write_directories() function get_uid (line 513) | unsigned int get_uid(squashfs_uid uid) function get_guid (line 530) | unsigned int get_guid(squashfs_uid uid, squashfs_uid guid) function create_inode (line 550) | int create_inode(squashfs_inode *i_no, struct dir_ent *dir_ent, int type... function scan2_init_dir (line 725) | void scan2_init_dir(struct directory *dir) function add_dir (line 740) | void add_dir(squashfs_inode inode, unsigned int inode_number, char *name... function write_dir (line 813) | int write_dir(squashfs_inode *inode, struct dir_info *dir_info, struct d... type fragment (line 923) | struct fragment function write_fragment (line 950) | void write_fragment() type fragment (line 974) | struct fragment type fragment (line 975) | struct fragment type fragment (line 977) | struct fragment type fragment (line 985) | struct fragment type fragment (line 985) | struct fragment function write_fragment_table (line 998) | long long write_fragment_table() type duplicate_buffer_handle (line 1048) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 1057) | struct duplicate_buffer_handle function get_checksum (line 1068) | unsigned short get_checksum(char *(get_next_file_block)(struct duplicate... function add_file (line 1090) | void add_file(long long start, long long file_bytes, unsigned int *block... type file_info (line 1123) | struct file_info type duplicate_buffer_handle (line 1123) | struct duplicate_buffer_handle type duplicate_buffer_handle (line 1123) | struct duplicate_buffer_handle type fragment (line 1123) | struct fragment type duplicate_buffer_handle (line 1126) | struct duplicate_buffer_handle type file_info (line 1128) | struct file_info type duplicate_buffer_handle (line 1136) | struct duplicate_buffer_handle type file_info (line 1172) | struct file_info type file_info (line 1172) | struct file_info function write_file (line 1196) | int write_file(squashfs_inode *inode, struct dir_ent *dir_ent, long long... type inode_info (line 1350) | struct inode_info type stat (line 1350) | struct stat type inode_info (line 1353) | struct inode_info type stat (line 1356) | struct stat type inode_info (line 1363) | struct inode_info type stat (line 1366) | struct stat function add_dir_entry (line 1381) | inline void add_dir_entry(char *name, char *pathname, struct dir_info *s... function compare_name (line 1402) | int compare_name(const void *ent1_ptr, const void *ent2_ptr) function sort_directory (line 1411) | void sort_directory(struct dir_info *dir) type dir_info (line 1420) | struct dir_info type dirent (line 1423) | struct dirent type dir_info (line 1424) | struct dir_info type dir_info (line 1426) | struct dir_info function scan1_encomp_readdir (line 1442) | int scan1_encomp_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_single_readdir (line 1478) | int scan1_single_readdir(char *pathname, char *dir_name, struct dir_info... function scan1_readdir (line 1509) | int scan1_readdir(char *pathname, char *dir_name, struct dir_info *dir) type dir_ent (line 1523) | struct dir_ent type directory (line 1523) | struct directory type dir_info (line 1523) | struct dir_info function scan1_freedir (line 1537) | void scan1_freedir(struct dir_info *dir) function scan2_freedir (line 1544) | void scan2_freedir(struct directory *dir) function dir_scan (line 1552) | void dir_scan(squashfs_inode *inode, char *pathname, int (_readdir)(char... type dir_info (line 1594) | struct dir_info type dir_info (line 1594) | struct dir_info type dir_info (line 1596) | struct dir_info type stat (line 1597) | struct stat function dir_scan2 (line 1637) | int dir_scan2(squashfs_inode *inode, struct dir_info *dir_info) function slog (line 1751) | unsigned int slog(unsigned int block) function excluded (line 1762) | int excluded(char *filename, struct stat *buf) function add_exclude (line 1780) | int add_exclude(char *path) function add_old_root_entry (line 1811) | void add_old_root_entry(char *name, squashfs_inode inode, int inode_numb... function main (line 1835) | int main(int argc, char *argv[]) FILE: src/squashfs-3.0/read_fs.c function read_block (line 66) | int read_block(int fd, long long start, long long *next, unsigned char *... function scan_inode_table (line 110) | int scan_inode_table(int fd, long long start, long long end, long long r... function read_super (line 346) | int read_super(int fd, squashfs_super_block *sBlk, int *be, char *source) function read_fragment_table (line 470) | int read_fragment_table(int fd, squashfs_super_block *sBlk, squashfs_fra... function read_filesystem (line 509) | long long read_filesystem(char *root_name, int fd, squashfs_super_block ... FILE: src/squashfs-3.0/sort.c type sort_info (line 65) | struct sort_info { type sort_info (line 72) | struct sort_info type priority_entry (line 74) | struct priority_entry { type priority_entry (line 79) | struct priority_entry type dir_ent (line 82) | struct dir_ent function add_priority_list (line 85) | int add_priority_list(struct dir_ent *dir, int priority) function get_priority (line 102) | int get_priority(char *filename, struct stat *buf, int priority) function add_sort_list (line 130) | int add_sort_list(char *path, int priority, int source, char *source_pat... function generate_file_priorities (line 188) | void generate_file_priorities(struct dir_info *dir, int priority, struct... function read_sort_file (line 211) | int read_sort_file(char *filename, int source, char *source_path[]) function sort_files_and_write (line 231) | void sort_files_and_write(struct dir_info *dir) FILE: src/squashfs-3.0/sort.h type dir_info (line 27) | struct dir_info { type dir_ent (line 39) | struct dir_ent { type inode_info (line 48) | struct inode_info { FILE: src/squashfs-3.0/squashfs_fs.h type squashfs_block_t (line 180) | typedef long long squashfs_block_t; type squashfs_inode_t (line 181) | typedef long long squashfs_inode_t; type squashfs_super_block (line 183) | struct squashfs_super_block { type squashfs_dir_index (line 212) | struct squashfs_dir_index { type squashfs_base_inode_header (line 227) | struct squashfs_base_inode_header { type squashfs_ipc_inode_header (line 231) | struct squashfs_ipc_inode_header { type squashfs_dev_inode_header (line 236) | struct squashfs_dev_inode_header { type squashfs_symlink_inode_header (line 242) | struct squashfs_symlink_inode_header { type squashfs_reg_inode_header (line 249) | struct squashfs_reg_inode_header { type squashfs_lreg_inode_header (line 258) | struct squashfs_lreg_inode_header { type squashfs_dir_inode_header (line 268) | struct squashfs_dir_inode_header { type squashfs_ldir_inode_header (line 277) | struct squashfs_ldir_inode_header { type squashfs_base_inode_header (line 289) | struct squashfs_base_inode_header type squashfs_dev_inode_header (line 290) | struct squashfs_dev_inode_header type squashfs_symlink_inode_header (line 291) | struct squashfs_symlink_inode_header type squashfs_reg_inode_header (line 292) | struct squashfs_reg_inode_header type squashfs_lreg_inode_header (line 293) | struct squashfs_lreg_inode_header type squashfs_dir_inode_header (line 294) | struct squashfs_dir_inode_header type squashfs_ldir_inode_header (line 295) | struct squashfs_ldir_inode_header type squashfs_ipc_inode_header (line 296) | struct squashfs_ipc_inode_header type squashfs_dir_entry (line 299) | struct squashfs_dir_entry { type squashfs_dir_header (line 307) | struct squashfs_dir_header { type squashfs_fragment_entry (line 313) | struct squashfs_fragment_entry { type squashfs_base_inode_header_1 (line 525) | struct squashfs_base_inode_header_1 { type squashfs_ipc_inode_header_1 (line 532) | struct squashfs_ipc_inode_header_1 { type squashfs_dev_inode_header_1 (line 541) | struct squashfs_dev_inode_header_1 { type squashfs_symlink_inode_header_1 (line 549) | struct squashfs_symlink_inode_header_1 { type squashfs_reg_inode_header_1 (line 558) | struct squashfs_reg_inode_header_1 { type squashfs_dir_inode_header_1 (line 569) | struct squashfs_dir_inode_header_1 { type squashfs_dir_index_2 (line 637) | struct squashfs_dir_index_2 { type squashfs_base_inode_header_2 (line 644) | struct squashfs_base_inode_header_2 { type squashfs_ipc_inode_header_2 (line 651) | struct squashfs_ipc_inode_header_2 { type squashfs_dev_inode_header_2 (line 658) | struct squashfs_dev_inode_header_2 { type squashfs_symlink_inode_header_2 (line 666) | struct squashfs_symlink_inode_header_2 { type squashfs_reg_inode_header_2 (line 675) | struct squashfs_reg_inode_header_2 { type squashfs_dir_inode_header_2 (line 688) | struct squashfs_dir_inode_header_2 { type squashfs_ldir_inode_header_2 (line 699) | struct squashfs_ldir_inode_header_2 { type squashfs_base_inode_header_2 (line 713) | struct squashfs_base_inode_header_2 type squashfs_dev_inode_header_2 (line 714) | struct squashfs_dev_inode_header_2 type squashfs_symlink_inode_header_2 (line 715) | struct squashfs_symlink_inode_header_2 type squashfs_reg_inode_header_2 (line 716) | struct squashfs_reg_inode_header_2 type squashfs_dir_inode_header_2 (line 717) | struct squashfs_dir_inode_header_2 type squashfs_ldir_inode_header_2 (line 718) | struct squashfs_ldir_inode_header_2 type squashfs_ipc_inode_header_2 (line 719) | struct squashfs_ipc_inode_header_2 type squashfs_dir_header_2 (line 722) | struct squashfs_dir_header_2 { type squashfs_dir_entry_2 (line 727) | struct squashfs_dir_entry_2 { type squashfs_fragment_entry_2 (line 734) | struct squashfs_fragment_entry_2 { FILE: src/squashfs-3.0/unsquashfs.c type hash_table_entry (line 69) | struct hash_table_entry { type hash_table_entry (line 77) | struct hash_table_entry function add_entry (line 91) | int add_entry(struct hash_table_entry *hash_table[], int start, int bytes) function lookup_entry (line 110) | int lookup_entry(struct hash_table_entry *hash_table[], int start) function read_bytes (line 123) | int read_bytes(long long byte, int bytes, char *buff) function read_block (line 143) | int read_block(long long start, long long *next, char *block, squashfs_s... function read_data_block (line 198) | int read_data_block(long long start, unsigned int size, char *block) function uncompress_inode_table (line 232) | void uncompress_inode_table(long long start, long long end, squashfs_sup... function set_attributes (line 251) | int set_attributes(char *pathname, unsigned int mode, unsigned int uid, ... function read_uids_guids (line 280) | void read_uids_guids(squashfs_super_block *sBlk) function read_fragment_table (line 293) | void read_fragment_table(squashfs_super_block *sBlk) function write_file (line 346) | int write_file(char *pathname, unsigned int fragment, unsigned int frag_... function create_inode (line 409) | int create_inode(char *pathname, unsigned int start_block, unsigned int ... function uncompress_directory_table (line 592) | void uncompress_directory_table(long long start, long long end, squashfs... type dir_ent (line 613) | struct dir_ent { type dir (line 620) | struct dir { type dir (line 631) | struct dir type dir_ent (line 641) | struct dir_ent type dir (line 642) | struct dir type dir (line 691) | struct dir type dir_ent (line 729) | struct dir_ent function squashfs_readdir (line 750) | int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_b... function squashfs_closedir (line 765) | void squashfs_closedir(struct dir *dir) function dir_scan (line 772) | int dir_scan(char *parent_name, unsigned int start_block, unsigned int o... function read_super (line 812) | int read_super(squashfs_super_block *sBlk, char *source) function main (line 882) | int main(int argc, char *argv[]) FILE: src/tpl-tool/src/md5.c function MD5_Init (line 105) | void MD5_Init (mdContext) function MD5_Update (line 122) | void MD5_Update (mdContext, inBuf, inLen) function Transform (line 203) | static void Transform (buf, in) FILE: src/tpl-tool/src/md5.h type UINT4 (line 44) | typedef unsigned int UINT4; type INT4 (line 45) | typedef int INT4; type UINT4 (line 47) | typedef unsigned long UINT4; type INT4 (line 48) | typedef long INT4; type MD5_CTX (line 53) | typedef struct { FILE: src/tpl-tool/src/tpl-tool.c type image_header (line 59) | struct image_header { type device_info (line 85) | struct device_info { type file_info (line 92) | struct file_info { type device_info (line 119) | struct device_info function usage (line 158) | static void usage(void) type device_info (line 176) | struct device_info type device_info (line 178) | struct device_info type device_info (line 179) | struct device_info function checksum (line 205) | static int checksum(char *buf, int len, int overwrite) function get_file_size (line 237) | static int get_file_size(struct file_info *fdata) function read_to_buffer (line 256) | static int read_to_buffer(struct file_info *fdata, char *buf) function write_from_buffer (line 278) | static int write_from_buffer(struct file_info *fdata, char *buf) function print_checksum (line 309) | static void print_checksum(char *label, uint8_t *chksum, int valid) function show_image_header (line 337) | static int show_image_header(char *fname_in) function extract_image (line 445) | static int extract_image(char *fname_in, char *fname_out) function build_image (line 622) | static int build_image(char *fname_in, char *fname_out) function main (line 865) | int main(int argc, char *argv[]) FILE: src/uncramfs-lzma/cramfs.h type cramfs_inode (line 10) | struct cramfs_inode { type cramfs_super (line 28) | struct cramfs_super { FILE: src/uncramfs-lzma/cramfs_fs.h type u8 (line 21) | typedef unsigned char u8; type u16 (line 22) | typedef unsigned short u16; type u32 (line 23) | typedef unsigned int u32; type cramfs_inode (line 49) | struct cramfs_inode { type cramfs_info (line 64) | struct cramfs_info { type cramfs_super (line 74) | struct cramfs_super { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/FileStreams.cpp function HRESULT (line 12) | static inline HRESULT ConvertBoolToHRESULT(bool result) function STDMETHODIMP (line 36) | STDMETHODIMP CInFileStream::Read(void *data, UInt32 size, UInt32 *proces... function STDMETHODIMP (line 60) | STDMETHODIMP CInFileStream::ReadPart(void *data, UInt32 size, UInt32 *pr... function STDMETHODIMP (line 66) | STDMETHODIMP CStdInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 92) | STDMETHODIMP CStdInFileStream::ReadPart(void *data, UInt32 size, UInt32 ... function STDMETHODIMP (line 98) | STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 124) | STDMETHODIMP CInFileStream::GetSize(UInt64 *size) function STDMETHODIMP (line 147) | STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32... function STDMETHODIMP (line 171) | STDMETHODIMP COutFileStream::WritePart(const void *data, UInt32 size, UI... function STDMETHODIMP (line 177) | STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, function STDMETHODIMP (line 202) | STDMETHODIMP COutFileStream::SetSize(Int64 newSize) function STDMETHODIMP (line 218) | STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UIn... function STDMETHODIMP (line 257) | STDMETHODIMP CStdOutFileStream::WritePart(const void *data, UInt32 size,... function STDMETHODIMP (line 263) | STDMETHODIMP CMemInFileStream::Read(void *data, UInt32 size, UInt32 *pro... function STDMETHODIMP (line 279) | STDMETHODIMP CMemInFileStream::ReadPart(void *data, UInt32 size, UInt32 ... function STDMETHODIMP (line 284) | STDMETHODIMP CMemOutFileStream::Write(const void *data, UInt32 size, UIn... function STDMETHODIMP (line 302) | STDMETHODIMP CMemOutFileStream::WritePart(const void *data, UInt32 size,... FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/FileStreams.h function virtual (line 27) | virtual ~CInFileStream() {} function virtual (line 72) | virtual ~COutFileStream() {} function virtual (line 112) | virtual ~CMemInFileStream() {} function SetBuffer (line 113) | void SetBuffer(void *buf, int buf_size) { _buf = buf; _buf_size = buf_si... function UInt32 (line 128) | UInt32 DataSize(void) { return _pos; } function virtual (line 129) | virtual ~CMemOutFileStream() {} function SetBuffer (line 130) | void SetBuffer(void *buf, int buf_size) { _buf = buf; _buf_size = buf_si... FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/InBuffer.h function class (line 10) | class CInBufferException function class (line 18) | class CInBuffer FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/OutBuffer.cpp function HRESULT (line 42) | HRESULT COutBuffer::Flush() FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/OutBuffer.h type COutBufferException (line 10) | struct COutBufferException function class (line 17) | class COutBuffer FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARM.cpp function UInt32 (line 8) | UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARMThumb.cpp function UInt32 (line 8) | UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARM.c function UInt32 (line 5) | UInt32 ARM_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARMThumb.c function UInt32 (line 5) | UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int enco... FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchCoder.cpp function STDMETHODIMP (line 6) | STDMETHODIMP CBranchConverter::Init() FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchCoder.h function virtual (line 18) | virtual void SubInit() {} FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchIA64.c function UInt32 (line 13) | UInt32 IA64_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchPPC.c function UInt32 (line 5) | UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchX86.c function Test86MSByte (line 5) | static int inline Test86MSByte(Byte b) function x86_Convert_Init (line 13) | void x86_Convert_Init(UInt32 *prevMask, UInt32 *prevPos) function UInt32 (line 19) | UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos, FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/IA64.cpp function UInt32 (line 8) | UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 13) | UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/PPC.cpp function UInt32 (line 9) | UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 14) | UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86.cpp function UInt32 (line 10) | UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) function UInt32 (line 15) | UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86.h type CBranch86 (line 9) | struct CBranch86 FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86_2.cpp function UInt32 (line 10) | inline UInt32 Swap4(UInt32 value) function IsJcc (line 16) | inline bool IsJcc(Byte b0, Byte b1) function Test86MSByte (line 23) | static bool inline Test86MSByte(Byte b) function HRESULT (line 52) | HRESULT CBCJ2_x86_Encoder::Flush() function HRESULT (line 63) | HRESULT CBCJ2_x86_Encoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 251) | STDMETHODIMP CBCJ2_x86_Encoder::Code(ISequentialInStream **inStreams, function HRESULT (line 270) | HRESULT CBCJ2_x86_Decoder::CodeReal(ISequentialInStream **inStreams, function STDMETHODIMP (line 362) | STDMETHODIMP CBCJ2_x86_Decoder::Code(ISequentialInStream **inStreams, FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86_2.h function ReleaseStreams (line 44) | void ReleaseStreams() function class (line 52) | class CCoderReleaser function ReleaseStreams (line 97) | void ReleaseStreams() function HRESULT (line 106) | HRESULT Flush() { return _outStream.Flush(); } function class (line 107) | class CCoderReleaser FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree.h function namespace (line 8) | namespace BT_NAMESPACE { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMF.h function namespace (line 9) | namespace BT_NAMESPACE { function virtual (line 98) | virtual ~CMatchFinderBinTree() {} FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMFMain.h function namespace (line 8) | namespace BT_NAMESPACE { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMain.h function namespace (line 7) | namespace BT_NAMESPACE { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC.h function namespace (line 8) | namespace HC_NAMESPACE { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMF.h function namespace (line 8) | namespace HC_NAMESPACE { function virtual (line 93) | virtual ~CMatchFinderHC() {} FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMFMain.h function namespace (line 5) | namespace HC_NAMESPACE { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMain.h function namespace (line 7) | namespace HC_NAMESPACE { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZInWindow.cpp function HRESULT (line 32) | HRESULT CLZInWindow::Init(ISequentialInStream *stream) function HRESULT (line 62) | HRESULT CLZInWindow::ReadBlock() FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZInWindow.h function class (line 8) | class CLZInWindow FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZOutWindow.cpp function HRESULT (line 72) | HRESULT CLZOutWindow::Flush() FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZOutWindow.h function class (line 9) | class CLZOutWindowException function class (line 17) | class CLZOutWindow FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat.h function namespace (line 10) | namespace PAT_NAMESPACE { type CNode (line 85) | struct CNode function AddLeafNode (line 283) | void AddLeafNode(CNodePointer aNode, Byte aByte, Byte aByteXOR, FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/PatMain.h function namespace (line 6) | namespace PAT_NAMESPACE { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMA.h function namespace (line 6) | namespace NCompress { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMADecoder.cpp type NCompress (line 8) | namespace NCompress { type NLZMA (line 9) | namespace NLZMA { function HRESULT (line 45) | HRESULT CDecoder::CodeSpec(Byte *buffer, UInt32 curSize) function STDMETHODIMP (line 234) | STDMETHODIMP CDecoder::CodeReal(ISequentialInStream *inStream, function STDMETHODIMP (line 263) | STDMETHODIMP CDecoder::Code(ISequentialInStream *inStream, function STDMETHODIMP (line 280) | STDMETHODIMP CDecoder::SetDecoderProperties(ISequentialInStream *inS... function STDMETHODIMP (line 308) | STDMETHODIMP CDecoder::GetInStreamProcessedSize(UInt64 *value) function STDMETHODIMP (line 314) | STDMETHODIMP CDecoder::SetInStream(ISequentialInStream *inStream) function STDMETHODIMP (line 320) | STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) function STDMETHODIMP (line 329) | STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *process... function STDMETHODIMP (line 351) | STDMETHODIMP CDecoder::ReadPart(void *data, UInt32 size, UInt32 *pro... FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMADecoder.h function namespace (line 14) | namespace NCompress { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMAEncoder.cpp type NCompress (line 57) | namespace NCompress { type NLZMA (line 58) | namespace NLZMA { class CFastPosInit (line 95) | class CFastPosInit method CFastPosInit (line 98) | CFastPosInit() { Init(); } method Init (line 99) | void Init() function UInt32 (line 148) | UInt32 CLiteralEncoder2::GetPrice(bool matchMode, Byte matchByte, By... type NLength (line 178) | namespace NLength { function UInt32 (line 216) | UInt32 CEncoder::GetPrice(UInt32 symbol, UInt32 posState) const function HRESULT (line 263) | HRESULT CEncoder::Create() function AreStringsEqual (line 345) | static bool AreStringsEqual(const wchar_t *base, const wchar_t *test... function FindMatchFinder (line 361) | static int FindMatchFinder(const wchar_t *s) function STDMETHODIMP (line 369) | STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function STDMETHODIMP (line 489) | STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *ou... function STDMETHODIMP (line 501) | STDMETHODIMP CEncoder::SetOutStream(ISequentialOutStream *outStream) function HRESULT (line 507) | HRESULT CEncoder::Init() function HRESULT (line 553) | HRESULT CEncoder::MovePos(UInt32 num) function UInt32 (line 564) | UInt32 CEncoder::Backward(UInt32 &backRes, UInt32 cur) function HRESULT (line 607) | HRESULT CEncoder::GetOptimum(UInt32 position, UInt32 &backRes, UInt3... function ChangePair (line 1060) | static inline bool ChangePair(UInt32 smallDist, UInt32 bigDist) function HRESULT (line 1067) | HRESULT CEncoder::ReadMatchDistances(UInt32 &lenRes) function HRESULT (line 1077) | HRESULT CEncoder::GetOptimumFast(UInt32 position, UInt32 &backRes, U... function STDMETHODIMP (line 1175) | STDMETHODIMP CEncoder::InitMatchFinder(IMatchFinder *matchFinder) function HRESULT (line 1181) | HRESULT CEncoder::Flush(UInt32 nowPos) function HRESULT (line 1210) | HRESULT CEncoder::CodeReal(ISequentialInStream *inStream, function HRESULT (line 1233) | HRESULT CEncoder::SetStreams(ISequentialInStream *inStream, function HRESULT (line 1267) | HRESULT CEncoder::CodeOneBlock(UInt64 *inSize, UInt64 *outSize, Int3... function STDMETHODIMP (line 1437) | STDMETHODIMP CEncoder::Code(ISequentialInStream *inStream, FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMAEncoder.h function namespace (line 14) | namespace NCompress { function UInt32 (line 271) | UInt32 GetRepLen1Price(CState state, UInt32 posState) const function UInt32 (line 276) | UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, CState state, UInt32 pos... function UInt32 (line 316) | UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState) const function ReleaseMFStream (line 338) | void ReleaseMFStream() function ReleaseStreams (line 347) | void ReleaseStreams() function class (line 354) | class CCoderReleaser function SetWriteEndMarkerMode (line 370) | void SetWriteEndMarkerMode(bool writeEndMarker) function virtual (line 412) | virtual ~CEncoder() {} FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/LzmaAlone.cpp type NKey (line 39) | namespace NKey { type Enum (line 40) | enum Enum function PrintHelp (line 75) | static void PrintHelp() function PrintHelpAndExit (line 96) | static void PrintHelpAndExit(const char *s) function IncorrectCommand (line 103) | static void IncorrectCommand() function WriteArgumentsToStringList (line 108) | static void WriteArgumentsToStringList(int numArguments, const char *arg... function GetNumber (line 115) | static bool GetNumber(const wchar_t *s, UInt32 &value) function main2 (line 130) | int main2(int n, const char *args[]) function main (line 394) | int main(int n, const char *args[]) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/LzmaBench.cpp class CRandomGenerator (line 25) | class CRandomGenerator method CRandomGenerator (line 30) | CRandomGenerator() { Init(); } method Init (line 31) | void Init() { A1 = 362436069; A2 = 521288629;} method UInt32 (line 32) | UInt32 GetRnd() class CBitRandomGenerator (line 40) | class CBitRandomGenerator method Init (line 46) | void Init() method UInt32 (line 51) | UInt32 GetRnd(int numBits) class CBenchRandomGenerator (line 70) | class CBenchRandomGenerator method CBenchRandomGenerator (line 77) | CBenchRandomGenerator(): Buffer(0) {} method Init (line 79) | void Init() { RG.Init(); } method Set (line 80) | void Set(UInt32 bufferSize) method UInt32 (line 88) | UInt32 GetRndBit() { return RG.GetRnd(1); } method UInt32 (line 96) | UInt32 GetLogRandBits(int numBits) method UInt32 (line 101) | UInt32 GetOffset() method UInt32 (line 107) | UInt32 GetLen() method Generate (line 115) | void Generate() class CBenchmarkInStream (line 135) | class CBenchmarkInStream: method MY_UNKNOWN_IMP (line 143) | MY_UNKNOWN_IMP function STDMETHODIMP (line 154) | STDMETHODIMP CBenchmarkInStream::Read(void *data, UInt32 size, UInt32 *p... function STDMETHODIMP (line 169) | STDMETHODIMP CBenchmarkInStream::ReadPart(void *data, UInt32 size, UInt3... class CBenchmarkOutStream (line 174) | class CBenchmarkOutStream: method CBenchmarkOutStream (line 183) | CBenchmarkOutStream(): _f(0), Buffer(0) {} method Init (line 185) | void Init(FILE *f, UInt32 bufferSize) function STDMETHODIMP (line 199) | STDMETHODIMP CBenchmarkOutStream::Write(const void *data, UInt32 size, U... function STDMETHODIMP (line 214) | STDMETHODIMP CBenchmarkOutStream::WritePart(const void *data, UInt32 siz... class CCrcOutStream (line 219) | class CCrcOutStream: method MY_UNKNOWN_IMP (line 225) | MY_UNKNOWN_IMP function STDMETHODIMP (line 231) | STDMETHODIMP CCrcOutStream::Write(const void *data, UInt32 size, UInt32 ... function STDMETHODIMP (line 239) | STDMETHODIMP CCrcOutStream::WritePart(const void *data, UInt32 size, UIn... function UInt64 (line 244) | static UInt64 GetTimeCount() function UInt64 (line 256) | static UInt64 GetFreq() type CProgressInfo (line 268) | struct CProgressInfo: method Init (line 275) | void Init() function STDMETHODIMP (line 284) | STDMETHODIMP CProgressInfo::SetRatioInfo(const UInt64 *inSize, const UIn... function UInt32 (line 296) | static UInt32 GetLogSize(UInt32 size) function UInt64 (line 305) | static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) function UInt64 (line 319) | static UInt64 GetCompressRating(UInt32 dictionarySize, bool isBT4, function UInt64 (line 337) | static UInt64 GetDecompressRating(UInt64 elapsedTime, function PrintRating (line 344) | static void PrintRating(FILE *f, UInt64 rating) function PrintResults (line 349) | static void PrintResults( function ThrowError (line 367) | static void ThrowError(FILE *f, HRESULT result, const char *s) function LzmaBenchmark (line 382) | int LzmaBenchmark(FILE *f, UInt32 numIterations, UInt32 dictionarySize, ... FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaDecode.c type CRangeDecoder (line 35) | typedef struct _CRangeDecoder function Byte (line 48) | Byte RangeDecoderReadByte(CRangeDecoder *rd) function RangeDecoderInit (line 69) | void RangeDecoderInit(CRangeDecoder *rd, function UInt32 (line 96) | UInt32 RangeDecoderDecodeDirectBits(CRangeDecoder *rd, int numTotalBits) function RangeDecoderBitDecode (line 124) | int RangeDecoderBitDecode(CProb *prob, CRangeDecoder *rd) function RangeDecoderBitTreeDecode (line 162) | int RangeDecoderBitTreeDecode(CProb *probs, int numLevels, CRangeDecoder... function RangeDecoderReverseBitTreeDecode (line 184) | int RangeDecoderReverseBitTreeDecode(CProb *probs, int numLevels, CRange... function Byte (line 209) | Byte LzmaLiteralDecode(CProb *probs, CRangeDecoder *rd) function Byte (line 231) | Byte LzmaLiteralDecodeMatch(CProb *probs, CRangeDecoder *rd, Byte matchB... function LzmaLenDecode (line 289) | int LzmaLenDecode(CProb *p, CRangeDecoder *rd, int posState) type LzmaVarState (line 334) | typedef struct _LzmaVarState function LzmaDecode (line 435) | int LzmaDecode( FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaDecode.h type ILzmaInCallback (line 57) | typedef struct _ILzmaInCallback FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaTest.c function MyReadFile (line 13) | size_t MyReadFile(FILE *file, void *data, size_t size) type CBuffer (line 19) | typedef struct _CBuffer function LzmaReadCompressed (line 26) | int LzmaReadCompressed(void *object, unsigned char **buffer, unsigned in... function main2 (line 37) | int main2(int numargs, const char *args[], char *rs) function main (line 234) | int main(int numargs, const char *args[]) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/decode.c function lzma_decode (line 71) | int lzma_decode(void *dst, int dstlen, void *src, int srclen) function lzma_decode_uninit (line 138) | void lzma_decode_uninit(void) FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoder.h function namespace (line 9) | namespace NCompress { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBit.cpp type NCompress (line 7) | namespace NCompress { type NRangeCoder (line 8) | namespace NRangeCoder { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBit.h function namespace (line 8) | namespace NCompress { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBitTree.h function namespace (line 9) | namespace NCompress { FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/ICoder.h function namespace (line 45) | namespace NCoderPropID function namespace (line 173) | namespace NMethodPropID FILE: src/uncramfs-lzma/lzma-rg/SRC/7zip/lzma_encode.cpp function lzma_encode_extended (line 26) | int lzma_encode_extended(char *dest, unsigned long *dest_len, function lzma_encode (line 114) | int lzma_encode(char *dest, unsigned long *dest_len, char *source, FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/Alloc.cpp function MyFree (line 17) | void MyFree(void *address) function BigFree (line 31) | void BigFree(void *address) FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/CRC.cpp class CCRCTableInit (line 25) | class CCRCTableInit method CCRCTableInit (line 28) | CCRCTableInit() { CCRC::InitTable(); } FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/CRC.h function class (line 8) | class CCRC FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/C_FileIO.cpp type NC (line 8) | namespace NC { type NFile (line 9) | namespace NFile { type NIO (line 10) | namespace NIO { function off_t (line 41) | off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/C_FileIO.h function namespace (line 12) | namespace NC { FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/CommandLineParser.cpp type NCommandLineParser (line 7) | namespace NCommandLineParser { function SplitCommandLine (line 9) | void SplitCommandLine(const UString &src, UString &dest1, UString &dest2) function SplitCommandLine (line 31) | void SplitCommandLine(const UString &s, UStringVector &parts) function IsItSwitchChar (line 53) | static bool IsItSwitchChar(wchar_t c) function CSwitchResult (line 186) | const CSwitchResult& CParser::operator[](size_t index) const function ParseCommand (line 194) | int ParseCommand(int numCommandForms, const CCommandForm *commandForms, function ParseSubCharsCommand (line 218) | bool ParseSubCharsCommand(int numForms, const CCommandSubCharsSet *forms, FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/CommandLineParser.h function namespace (line 8) | namespace NCommandLineParser { FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/Defs.h function T (line 6) | T MyMin(T a, T b) function T (line 8) | T MyMax(T a, T b) function MyCompare (line 11) | int MyCompare(T a, T b) function BoolToInt (line 14) | inline int BoolToInt(bool value) function IntToBool (line 17) | inline bool IntToBool(int value) FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/MyCom.h function Release (line 24) | void Release() { if (_p) { _p->Release(); _p = NULL; } } function operator (line 25) | operator T*() const { return (T*)_p; } FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/MyWindows.h type CHAR (line 12) | typedef char CHAR; type UCHAR (line 13) | typedef unsigned char UCHAR; type BYTE (line 14) | typedef unsigned char BYTE; type SHORT (line 16) | typedef short SHORT; type USHORT (line 17) | typedef unsigned short USHORT; type WORD (line 18) | typedef unsigned short WORD; type VARIANT_BOOL (line 19) | typedef short VARIANT_BOOL; type INT (line 21) | typedef int INT; type Int32 (line 22) | typedef Int32 INT32; type UINT (line 23) | typedef unsigned int UINT; type UInt32 (line 24) | typedef UInt32 UINT32; type LONG (line 25) | typedef long LONG; type ULONG (line 26) | typedef unsigned long ULONG; type DWORD (line 27) | typedef unsigned long DWORD; type Int64 (line 29) | typedef Int64 LONGLONG; type UInt64 (line 30) | typedef UInt64 ULONGLONG; type LARGE_INTEGER (line 32) | typedef struct LARGE_INTEGER { LONGLONG QuadPart; }LARGE_INTEGER; type ULARGE_INTEGER (line 33) | typedef struct _ULARGE_INTEGER { ULONGLONG QuadPart;} ULARGE_INTEGER; type CHAR (line 35) | typedef const CHAR *LPCSTR; type CHAR (line 36) | typedef CHAR TCHAR; type TCHAR (line 37) | typedef const TCHAR *LPCTSTR; type wchar_t (line 38) | typedef wchar_t WCHAR; type WCHAR (line 39) | typedef WCHAR OLECHAR; type WCHAR (line 40) | typedef const WCHAR *LPCWSTR; type OLECHAR (line 41) | typedef OLECHAR *BSTR; type OLECHAR (line 42) | typedef const OLECHAR *LPCOLESTR; type OLECHAR (line 43) | typedef OLECHAR *LPOLESTR; type FILETIME (line 45) | typedef struct _FILETIME type ULONG (line 53) | typedef ULONG PROPID; type LONG (line 54) | typedef LONG SCODE; type GUID (line 78) | typedef struct { type IUnknown (line 119) | struct IUnknown type IUnknown (line 126) | typedef IUnknown *LPUNKNOWN; type VARENUM (line 131) | enum VARENUM type VARTYPE (line 161) | typedef unsigned short VARTYPE; type WORD (line 162) | typedef WORD PROPVAR_PAD1; type WORD (line 163) | typedef WORD PROPVAR_PAD2; type WORD (line 164) | typedef WORD PROPVAR_PAD3; type PROPVARIANT (line 166) | typedef struct tagPROPVARIANT type tagPROPVARIANT (line 191) | typedef tagPROPVARIANT tagVARIANT; type tagVARIANT (line 192) | typedef tagVARIANT VARIANT; type VARIANT (line 193) | typedef VARIANT VARIANTARG; type STREAM_SEEK (line 209) | typedef enum tagSTREAM_SEEK FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/NewHandler.cpp class CC (line 58) | class CC method CC (line 61) | CC() FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/NewHandler.h function class (line 6) | class CNewException {} FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/String.cpp function wchar_t (line 18) | wchar_t MyCharUpper(wchar_t c) function wchar_t (line 33) | wchar_t MyCharLower(wchar_t c) function wchar_t (line 48) | wchar_t * MyStringUpper(wchar_t *s) function wchar_t (line 60) | wchar_t * MyStringLower(wchar_t *s) function ConvertCompareResult (line 74) | inline int ConvertCompareResult(int r) { return r - 2; } function MyStringCollate (line 76) | int MyStringCollate(const wchar_t *s1, const wchar_t *s2) function MyStringCollate (line 91) | int MyStringCollate(const char *s1, const char *s2) function MyStringCollateNoCase (line 97) | int MyStringCollateNoCase(const char *s1, const char *s2) function MyStringCollateNoCase (line 104) | int MyStringCollateNoCase(const wchar_t *s1, const wchar_t *s2) function NormalizeCompareResult (line 120) | inline int NormalizeCompareResult(int res) function wchar_t (line 131) | wchar_t MyCharUpper(wchar_t c) function MyStringCollateNoCase (line 136) | int MyStringCollateNoCase(const wchar_t *s1, const wchar_t *s2) function MyStringCompare (line 153) | int MyStringCompare(const char *s1, const char *s2) function MyStringCompare (line 165) | int MyStringCompare(const wchar_t *s1, const wchar_t *s2) FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/String.h function MyStringLen (line 14) | size_t MyStringLen(const T *s) function T (line 22) | T * MyStringCopy(T *dest, const T *src) function wchar_t (line 29) | inline wchar_t* MyStringGetNextCharPointer(wchar_t *p) function wchar_t (line 31) | inline const wchar_t* MyStringGetNextCharPointer(const wchar_t *p) function wchar_t (line 33) | inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *base, wchar_t *p) function wchar_t (line 35) | inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *base, co... function MyCharUpper (line 50) | inline char MyCharUpper(char c) function wchar_t (line 53) | inline wchar_t MyCharUpper(wchar_t c) function MyCharLower (line 59) | inline char MyCharLower(char c) function wchar_t (line 62) | inline wchar_t MyCharLower(wchar_t c) function wchar_t (line 70) | inline wchar_t * MyStringUpper(wchar_t *s) { return CharUpperW(s); } function wchar_t (line 77) | inline wchar_t * MyStringLower(wchar_t *s) { return CharLowerW(s); } function MyStringCompareNoCase (line 100) | int MyStringCompareNoCase(const T *s1, const T *s2) function TrimLeftWithCharSet (line 106) | void TrimLeftWithCharSet(const CStringBase &charSet) function TrimRightWithCharSet (line 113) | void TrimRightWithCharSet(const CStringBase &charSet) function MoveItems (line 135) | void MoveItems(int destIndex, int srcIndex) function InsertSpace (line 141) | void InsertSpace(int &index, int size) function T (line 148) | static T *GetNextCharPointer(T *p) function T (line 150) | static const T *GetNextCharPointer(const T *p) function T (line 152) | static T *GetPrevCharPointer(T *base, T *p) function T (line 154) | static const T *GetPrevCharPointer(const T *base, const T *p) function SetCapacity (line 161) | void SetCapacity(int newCapacity) function GrowLength (line 189) | void GrowLength(int n) function CorrectIndex (line 206) | void CorrectIndex(int &index) const function operator (line 237) | operator const T*() const { return _chars;} function T (line 241) | T* GetBuffer(int minBufLength) function ReleaseBuffer (line 247) | void ReleaseBuffer() { ReleaseBuffer(MyStringLen(_chars)); } function ReleaseBuffer (line 248) | void ReleaseBuffer(int newLength) function Empty (line 311) | void Empty() function CStringBase (line 319) | CStringBase Mid(int startIndex) const function CStringBase (line 321) | CStringBase Mid(int startIndex, int count ) const function CStringBase (line 338) | CStringBase Left(int count) const function CStringBase (line 340) | CStringBase Right(int count) const function MakeUpper (line 347) | void MakeUpper() function MakeLower (line 349) | void MakeLower() function Compare (line 352) | int Compare(const CStringBase& s) const function CompareNoCase (line 355) | int CompareNoCase(const CStringBase& s) const function Collate (line 357) | int Collate(const CStringBase& s) const function CollateNoCase (line 359) | int CollateNoCase(const CStringBase& s) const function Find (line 362) | int Find(T c) const { return Find(c, 0); } function Find (line 363) | int Find(T c, int startIndex) const function Find (line 375) | int Find(const CStringBase &s) const { return Find(s, 0); } function Find (line 376) | int Find(const CStringBase &s, int startIndex) const function ReverseFind (line 391) | int ReverseFind(T c) const function FindOneOf (line 405) | int FindOneOf(const CStringBase &s) const function TrimLeft (line 413) | void TrimLeft(T c) function TrimRight (line 435) | void TrimRight() function TrimRight (line 439) | void TrimRight(T c) function Trim (line 460) | void Trim() function Insert (line 466) | int Insert(int index, T c) function Insert (line 473) | int Insert(int index, const CStringBase &s) function Replace (line 487) | int Replace(T oldChar, T newChar) function Replace (line 504) | int Replace(const CStringBase &oldString, const CStringBase &newString) type CStringBase (line 607) | typedef CStringBase AString; type CStringBase (line 608) | typedef CStringBase UString; type CObjectVector (line 610) | typedef CObjectVector AStringVector; type CObjectVector (line 611) | typedef CObjectVector UStringVector; type UString (line 614) | typedef UString CSysString; type AString (line 616) | typedef AString CSysString; type CObjectVector (line 619) | typedef CObjectVector CSysStringVector; FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/StringConvert.cpp function UString (line 12) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 29) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) function AString (line 48) | AString SystemStringToOemString(const CSysString &srcString) function UString (line 59) | UString MultiByteToUnicodeString(const AString &srcString, UINT codePage) function AString (line 75) | AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage) FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/StringConvert.h function wchar_t (line 13) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString) function UString (line 15) | inline const UString& GetUnicodeString(const UString &unicodeString) function UString (line 17) | inline UString GetUnicodeString(const AString &ansiString) function UString (line 19) | inline UString GetUnicodeString(const AString &multiByteString, UINT cod... function wchar_t (line 21) | inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UIN... function UString (line 23) | inline const UString& GetUnicodeString(const UString &unicodeString, UIN... function AString (line 28) | inline const AString& GetAnsiString(const AString &ansiString) function AString (line 30) | inline AString GetAnsiString(const UString &unicodeString) function AString (line 35) | inline const AString& GetOemString(const AString &oemString) function AString (line 37) | inline AString GetOemString(const UString &unicodeString) function wchar_t (line 42) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString) function UString (line 44) | inline const UString& GetSystemString(const UString &unicodeString) function wchar_t (line 46) | inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT... function UString (line 48) | inline const UString& GetSystemString(const UString &unicodeString, UINT... function UString (line 50) | inline UString GetSystemString(const AString &multiByteString, UINT code... function UString (line 52) | inline UString GetSystemString(const AString &multiByteString) function AString (line 57) | inline const AString& GetSystemString(const AString &multiByteString, UI... function AString (line 61) | inline AString GetSystemString(const UString &unicodeString) function AString (line 63) | inline AString GetSystemString(const UString &unicodeString, UINT codePage) FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/StringToInt.cpp function UInt64 (line 7) | UInt64 ConvertStringToUInt64(const char *s, const char **end) function UInt64 (line 25) | UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) function Int64 (line 44) | Int64 ConvertStringToInt64(const char *s, const char **end) FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/Types.h type Byte (line 6) | typedef unsigned char Byte; type Int16 (line 7) | typedef short Int16; type UInt16 (line 8) | typedef unsigned short UInt16; type Int32 (line 9) | typedef int Int32; type UInt32 (line 10) | typedef unsigned int UInt32; type __int64 (line 12) | typedef __int64 Int64; type UInt64 (line 13) | typedef unsigned __int64 UInt64; type Int64 (line 15) | typedef long long int Int64; type UInt64 (line 16) | typedef unsigned long long int UInt64; FILE: src/uncramfs-lzma/lzma-rg/SRC/Common/Vector.h function class (line 8) | class CBaseRecordVector function CBaseRecordVector (line 39) | CRecordVector(const CRecordVector &v): function Add (line 54) | int Add(T item) function Insert (line 60) | void Insert(int index, T item) function T (line 67) | const T& operator[](int index) const { return ((T *)_items)[index]; } function Sort (line 79) | void Sort() type CRecordVector (line 83) | typedef CRecordVector CIntVector; type CUIntVector (line 84) | typedef CRecordVector CUIntVector; type CRecordVector (line 85) | typedef CRecordVector CBoolVector; type CByteVector (line 86) | typedef CRecordVector CByteVector; type CRecordVector (line 87) | typedef CRecordVector CPointerVector; function T (line 110) | const T& operator[](int index) const { return *((T *)CPointerVector::ope... function Add (line 116) | int Add(const T& item) function Insert (line 118) | void Insert(int index, const T& item) function Find (line 127) | int Find(const T& item) const function FindInSorted (line 134) | int FindInSorted(const T& item) const function AddToSorted (line 150) | int AddToSorted(const T& item) function Sort (line 176) | void Sort() FILE: src/uncramfs-lzma/lzma-rg/SRC/Windows/Defs.h function BOOLToBool (line 6) | inline bool BOOLToBool(BOOL value) function BOOL (line 9) | inline BOOL BoolToBOOL(bool value) function VARIANT_BOOL (line 12) | inline VARIANT_BOOL BoolToVARIANT_BOOL(bool value) function VARIANT_BOOLToBool (line 15) | inline bool VARIANT_BOOLToBool(VARIANT_BOOL value) FILE: src/uncramfs-lzma/lzma-rg/SRC/Windows/FileIO.cpp type NWindows (line 11) | namespace NWindows { type NFile (line 12) | namespace NFile { type NIO (line 13) | namespace NIO { function DWORD (line 165) | static inline DWORD GetCreationDisposition(bool createAlways) FILE: src/uncramfs-lzma/lzma-rg/SRC/Windows/FileIO.h function namespace (line 6) | namespace NWindows { FILE: src/uncramfs-lzma/lzma-uncramfs.c type u8 (line 30) | typedef unsigned char u8; type u16 (line 31) | typedef unsigned short u16; type u32 (line 32) | typedef unsigned int u32; type cramfs_inode (line 58) | struct cramfs_inode type cramfs_inode (line 64) | struct cramfs_inode function usage (line 68) | static void usage(void) function u32 (line 80) | u32 compressed_size(const u8* base, const u8* data, u32 size) function uncompress_data (line 92) | void uncompress_data(const u8* base, const u8* data, u32 size, u8* dstdata) function clearstats (line 128) | void clearstats() function updatestats (line 137) | void updatestats(int size, int csize) function printstats (line 150) | void printstats() function printmode (line 163) | void printmode(const struct cramfs_inode* inode) function printuidgid (line 197) | void printuidgid(const struct cramfs_inode* inode) function printsize (line 206) | void printsize(int size, int csize) function do_file (line 219) | void do_file(const u8* base, u32 offset, u32 size, function do_directory (line 281) | void do_directory(const u8* base, u32 offset, u32 size, function do_symlink (line 299) | void do_symlink(const u8* base, u32 offset, u32 size, function do_chrdev (line 324) | void do_chrdev(const u8* base, u32 offset, u32 size, function do_blkdev (line 364) | void do_blkdev(const u8* base, u32 offset, u32 size, function do_fifo (line 404) | void do_fifo(const u8* base, u32 offset, u32 size, function do_socket (line 440) | void do_socket(const u8* base, u32 offset, u32 size, function do_unknown (line 451) | void do_unknown(const u8* base, u32 offset, u32 size, function process_directory (line 457) | void process_directory(const u8* base, const char* dir, u32 offset, u32 ... function do_file_entry (line 516) | void do_file_entry(const u8* base, function do_dir_entry (line 610) | void do_dir_entry(const u8* base, function main (line 650) | int main(int argc, char **argv) FILE: src/uncramfs/cramfs.h type cramfs_inode (line 10) | struct cramfs_inode { type cramfs_super (line 28) | struct cramfs_super { FILE: src/uncramfs/uncramfs.c type u8 (line 29) | typedef unsigned char u8; type u16 (line 30) | typedef unsigned short u16; type u32 (line 31) | typedef unsigned int u32; type cramfs_inode (line 55) | struct cramfs_inode type cramfs_inode (line 61) | struct cramfs_inode function usage (line 65) | static void usage(void) function u32 (line 77) | u32 compressed_size(const u8* base, const u8* data, u32 size) function uncompress_data (line 89) | void uncompress_data(const u8* base, const u8* data, u32 size, u8* dstdata) function clearstats (line 123) | void clearstats() function updatestats (line 132) | void updatestats(int size, int csize) function printstats (line 145) | void printstats() function printmode (line 158) | void printmode(const struct cramfs_inode* inode) function printuidgid (line 192) | void printuidgid(const struct cramfs_inode* inode) function printsize (line 201) | void printsize(int size, int csize) function do_file (line 214) | void do_file(const u8* base, u32 offset, u32 size, function do_directory (line 276) | void do_directory(const u8* base, u32 offset, u32 size, function do_symlink (line 294) | void do_symlink(const u8* base, u32 offset, u32 size, function do_chrdev (line 319) | void do_chrdev(const u8* base, u32 offset, u32 size, function do_blkdev (line 359) | void do_blkdev(const u8* base, u32 offset, u32 size, function do_fifo (line 399) | void do_fifo(const u8* base, u32 offset, u32 size, function do_socket (line 435) | void do_socket(const u8* base, u32 offset, u32 size, function do_unknown (line 446) | void do_unknown(const u8* base, u32 offset, u32 size, function process_directory (line 452) | void process_directory(const u8* base, const char* dir, u32 offset, u32 ... function do_file_entry (line 511) | void do_file_entry(const u8* base, function do_dir_entry (line 605) | void do_dir_entry(const u8* base, function main (line 645) | int main(int argc, char **argv) FILE: src/untrx.cc function SEGMENT_TYPE (line 46) | SEGMENT_TYPE IdentifySegment(unsigned char *pData, unsigned long nLength) function EmitSquashfsMagic (line 104) | bool EmitSquashfsMagic(squashfs_super_block *pSuper, char *pszOutFile) function ShowUsage (line 123) | void ShowUsage() function main (line 135) | int main(int argc, char **argv) FILE: src/untrx.h function flip_endian16 (line 58) | short flip_endian16(short n) function u_int32_t (line 65) | u_int32_t flip_endian(u_int32_t nValue) type trx_header (line 99) | typedef struct _trx_header { type SEGMENT_TYPE (line 116) | typedef enum _SEGMENT_TYPE type squashfs_inode_t (line 135) | typedef long long squashfs_inode_t; type squashfs_super_block (line 137) | typedef struct squashfs_super_block squashfs_super_block; type squashfs_inode_t (line 138) | typedef squashfs_inode_t squashfs_inode; type squashfs_super_block (line 150) | struct squashfs_super_block { type cramfs_super (line 194) | struct cramfs_super { FILE: src/webcomp-tools/common.c function file_offset (line 14) | uint32_t file_offset(uint32_t address, uint32_t virtual, uint32_t physical) function virtual_address (line 24) | uint32_t virtual_address(uint32_t offset, uint32_t virtual, uint32_t phy... function are_entry_offsets_valid (line 34) | int are_entry_offsets_valid(unsigned char *data, uint32_t size) type entry_info (line 57) | struct entry_info type entry_info (line 61) | struct entry_info type new_file_entry (line 72) | struct new_file_entry type file_entry (line 76) | struct file_entry type entry_info (line 84) | struct entry_info type entry_info (line 87) | struct entry_info type new_file_entry (line 92) | struct new_file_entry type file_entry (line 102) | struct file_entry function parse_elf_header (line 144) | int parse_elf_header(unsigned char *data, size_t size) function find_websRomPageIndex (line 230) | int find_websRomPageIndex(char *data, size_t size) function ntoh_struct (line 301) | void ntoh_struct(struct entry_info *info) function hton_struct (line 319) | void hton_struct(struct entry_info *info) function hton_entries (line 332) | void hton_entries(struct entry_info *info) function is_ascii (line 352) | int is_ascii(char *data, int len) function find (line 373) | int find(char *needle, char *haystack, size_t size) type stat (line 398) | struct stat function file_write (line 447) | int file_write(char *file, unsigned char *data, size_t size) function mkdir_p (line 475) | void mkdir_p(char *dir) FILE: src/webcomp-tools/common.h type new_file_entry (line 17) | struct new_file_entry type file_entry (line 24) | struct file_entry type entry_info (line 31) | struct entry_info type global (line 41) | struct global type entry_info (line 57) | struct entry_info type entry_info (line 58) | struct entry_info type entry_info (line 59) | struct entry_info type entry_info (line 65) | struct entry_info FILE: src/webcomp-tools/webdecomp.c function main (line 17) | int main(int argc, char *argv[]) function detect_settings (line 113) | int detect_settings(unsigned char *httpd, size_t httpd_size) function detect_key (line 143) | void detect_key(char *httpd, char *www) function extract (line 182) | int extract(char *httpd, char *www, char *outdir, char *key) function restore (line 284) | int restore(char *httpd, char *www, char *indir, char *key) function usage (line 417) | void usage(char *progname) FILE: src/wrt_vx_imgtool/imghdr.h type VxFileDescriptor (line 82) | typedef struct _VxFileDescriptor type VxLinksysHeader (line 111) | typedef struct _VxLinksysHeader FILE: src/wrt_vx_imgtool/wrt54gv5_img.cpp function flip_endian (line 100) | unsigned long flip_endian(unsigned long nValue) function big_endian_l (line 116) | unsigned long big_endian_l(unsigned long nValue) function big_endian_s (line 135) | unsigned short big_endian_s(unsigned short nValue) function Checksum_Linksys_WRT54Gv5_v6 (line 154) | unsigned long function SanityChecks (line 165) | bool SanityChecks() function VxFileIdToName (line 192) | int VxFileIdToName(int nId, char *pszFilename, int nMaxLen) function VxFileNameToId (line 216) | int VxFileNameToId(const char *pszFilename) function EmitFile (line 244) | long EmitFile(unsigned char *pFirmwareImage, unsigned long nOffset, unsi... function store_bigendian_l (line 265) | void store_bigendian_l(unsigned long *pDest, unsigned long nValue) function store_bigendian_s (line 269) | void store_bigendian_s(unsigned short *pDest, unsigned short nValue) function BuildImage (line 279) | int BuildImage(vector &vInputFiles, const char *pszOutFile, char... function ExtractImage (line 452) | int ExtractImage(const char *pszInput, const char *pszOutFolder, bool bV... function FixImage (line 631) | int FixImage(const char *pszImage) function main (line 672) | int main(int argc, char* argv[])