Home
last modified time | relevance | path

Searched refs:fxDictBucket (Results 1 – 2 of 2) sorted by relevance

/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A DDictionary.c++51 const fxDictBucket* sb = a.buckets[i]; in fxDictionary()
68 fxDictBucket* bucket = buckets[i]; in cleanup()
70 fxDictBucket* bucket2 = bucket->next; in cleanup()
86 fxDictBucket::~fxDictBucket() in ~fxDictBucket()
99 const fxDictBucket* db = a.buckets[i]; in operator =()
111 fxDictBucket* bucket = buckets[index]; in addInternal()
123 fxDictBucket* newbucket = new fxDictBucket(kvmem,buckets[index]); in addInternal()
148 fxDictBucket* bucket = buckets[index]; in findCreate()
156 fxDictBucket* bucket = new fxDictBucket(kvmem,buckets[index]); in findCreate()
167 fxDictBucket* bucket = buckets[index]; in remove()
[all …]
H A DDictionary.h84 class fxDictBucket {
86 fxDictBucket(void* kv,fxDictBucket* n) { kvmem = kv; next = n; } in fxDictBucket() function
87 ~fxDictBucket();
90 fxDictBucket* next;
93 fxDECLARE_PtrArray(fxDictBuckets, fxDictBucket*) in fxDECLARE_PtrArray() argument
138 void invalidateIters(const fxDictBucket*);
170 fxDictBucket* node; // if "invalid", points to the next node