Lines Matching defs:key2
104 pending_cmp(const void* key1, const void* key2)
107 struct pending *p2 = (struct pending*)key2;
117 serviced_cmp(const void* key1, const void* key2)
120 struct serviced_query* q2 = (struct serviced_query*)key2;
148 reuse_cmp_addrportssl(const void* key1, const void* key2)
151 struct reuse_tcp* r2 = (struct reuse_tcp*)key2;
167 reuse_cmp(const void* key1, const void* key2)
170 r = reuse_cmp_addrportssl(key1, key2);
175 if(key1 < key2) return -1;
176 if(key1 > key2) return 1;
180 int reuse_id_cmp(const void* key1, const void* key2)
183 struct waiting_tcp* w2 = (struct waiting_tcp*)key2;