HomeSort by relevance Sort by last modified time
    Searched refs:num_easy (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
multihandle.h 77 int num_easy; /* amount of entries in the linked list above. */ member in struct:Curl_multi
multi.c 448 multi->num_easy++;
492 (data->multi->maxconnects < 0) ? data->multi->num_easy * 4:
778 multi->num_easy--; /* one less to care about now */
    [all...]

Completed in 35 milliseconds