Lines Matching defs:key1
104 pending_cmp(const void* key1, const void* key2)
106 struct pending *p1 = (struct pending*)key1;
117 serviced_cmp(const void* key1, const void* key2)
119 struct serviced_query* q1 = (struct serviced_query*)key1;
148 reuse_cmp_addrportssl(const void* key1, const void* key2)
150 struct reuse_tcp* r1 = (struct reuse_tcp*)key1;
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)
182 struct waiting_tcp* w1 = (struct waiting_tcp*)key1;