Lines Matching refs:transfers
210 struct Curl_hash transfers; /* hash of transfers using this socket */
213 unsigned int users; /* number of transfers using this */
215 unsigned int readers; /* this many transfers want to read */
216 unsigned int writers; /* this many transfers want to write */
266 Curl_hash_destroy(&sh->transfers);
290 Curl_hash_init(&check->transfers, TRHASH_SIZE, trhash, trhash_compare,
295 Curl_hash_destroy(&check->transfers);
308 Curl_hash_destroy(&entry->transfers);
520 /* a "dead" handle cannot get added transfers while any existing easy
2596 transfers */
2999 if(!Curl_hash_add(&entry->transfers, (char *)&data, /* hash key */
3001 Curl_hash_destroy(&entry->transfers);
3030 * Need to remove the easy handle from the multi->sockhash->transfers and
3072 if(Curl_hash_delete(&entry->transfers, (char *)&data,
3235 /* the socket can be shared by many transfers, iterate */
3236 Curl_hash_start_iterate(&entry->transfers, &iter);