Lines Matching defs:key
125 /* creates a key to find a bundle for this connection */
176 char key[HASHKEY_SIZE];
177 hashkey(conn, key, sizeof(key));
178 bundle = Curl_hash_pick(&connc->hash, key, strlen(key));
185 char *key,
188 return Curl_hash_add(&connc->hash, key, strlen(key), bundle);
207 Curl_hash_delete(&connc->hash, he->key, he->key_len);
226 char key[HASHKEY_SIZE];
233 hashkey(conn, key, sizeof(key));
235 if(!conncache_add_bundle(data->state.conn_cache, key, bundle)) {
575 fprintf(stderr, "%s -", he->key);