~ubuntu-branches/ubuntu/precise/xerces-c/precise-security

« back to all changes in this revision

Viewing changes to src/xercesc/util/RefHash3KeysIdPool.c

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: RefHash3KeysIdPool.c 679340 2008-07-24 10:28:29Z borisk $
 
19
 * $Id: RefHash3KeysIdPool.c 883368 2009-11-23 15:28:19Z amassari $
20
20
 */
21
21
 
22
22
 
73
73
    , fAdoptedElems(true)
74
74
    , fBucketList(0)
75
75
    , fHashModulus(modulus)
 
76
    , fIdPtrs(0)
 
77
    , fIdPtrsCount(initSize)
 
78
    , fIdCounter(0)
76
79
    , fHasher(hasher)
77
 
    , fIdPtrs(0)
78
 
    , fIdPtrsCount(initSize)
79
 
    , fIdCounter(0)
80
80
{
81
81
    initialize(modulus);
82
82
 
130
130
    , fAdoptedElems(adoptElems)
131
131
    , fBucketList(0)
132
132
    , fHashModulus(modulus)
133
 
    , fHasher(hasher)
134
133
    , fIdPtrs(0)
135
134
    , fIdPtrsCount(initSize)
136
135
    , fIdCounter(0)
 
136
    , fHasher(hasher)
137
137
{
138
138
    initialize(modulus);
139
139