~yolanda.robla/ubuntu/saucy/clamav/dep-8-tests

« back to all changes in this revision

Viewing changes to libclamav/regex_list.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-11-02 23:27:19 UTC
  • mfrom: (0.35.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091102232719-61ay35095dhbuxfm
Tags: 0.95.3+dfsg-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Build-dep on libltdl3-dev instead of libltdl-dev for updating earlier
    releases more easily
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
};
45
45
 
46
46
struct regex_matcher {
47
 
        struct hashtable suffix_hash;
 
47
        struct cli_hashtable suffix_hash;
48
48
        size_t suffix_cnt;
49
49
        struct regex_list_ht *suffix_regexes;
50
50
        size_t root_regex_idx;
52
52
        regex_t **all_pregs;
53
53
        struct cli_matcher suffixes;
54
54
        struct cli_matcher sha256_hashes;
 
55
        struct cli_hashset sha256_pfx_set;
55
56
        struct cli_matcher hostkey_prefix;
56
57
        struct filter filter;
57
58
#ifdef USE_MPOOL