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

  /external/curl/lib/
multihandle.h 76 struct Curl_easy *easyp; member in struct:Curl_multi
multi.c 426 if(multi->easyp) {
435 multi->easylp = multi->easyp = data; /* both first and last */
778 multi->easyp = data->next; /* point to first node */
941 data=multi->easyp;
1000 data=multi->easyp;
1038 data=multi->easyp;
    [all...]
easy.c 611 infof(multi->easyp, "call curl_multi_socket_action(socket %d)\n",

Completed in 60 milliseconds