/external/c-ares/ |
D | ares_getsock.c | 26 int numsocks) /* size of the 'socks' array */ in ares_getsock() argument 47 if(sockindex >= numsocks) in ares_getsock() 59 if(sockindex >= numsocks) in ares_getsock()
|
D | ares.h | 392 int numsocks);
|
/external/curl/lib/ |
D | url.h | 52 int numsocks); 55 int numsocks);
|
D | multi.c | 630 int numsocks) in waitconnect_getsock() argument 636 if(!numsocks) in waitconnect_getsock() 651 int numsocks) in waitproxyconnect_getsock() argument 653 if(!numsocks) in waitproxyconnect_getsock() 668 int numsocks) in domore_getsock() argument 671 return conn->handler->domore_getsock(conn, socks, numsocks); in domore_getsock() 679 int numsocks) in multi_getsock() argument 713 return Curl_resolver_getsock(data->easy_conn, socks, numsocks); in multi_getsock() 717 return Curl_protocol_getsock(data->easy_conn, socks, numsocks); in multi_getsock() 721 return Curl_doing_getsock(data->easy_conn, socks, numsocks); in multi_getsock() [all …]
|
D | urldata.h | 749 int numsocks); 755 int numsocks); 761 int numsocks); 768 int numsocks); 1667 int numsocks; member
|
D | asyn.h | 102 int numsocks);
|
D | transfer.h | 47 int numsocks);
|
D | pingpong.h | 138 int numsocks);
|
D | pingpong.c | 452 int numsocks) in Curl_pp_getsock() argument 456 if(!numsocks) in Curl_pp_getsock()
|
D | rtsp.c | 68 int numsocks); 90 int numsocks) in rtsp_getsock_do() argument 93 (void)numsocks; /* unused, we trust it to be at least 1 */ in rtsp_getsock_do()
|
D | asyn-thread.c | 549 int numsocks) in Curl_resolver_getsock() argument 553 (void)numsocks; in Curl_resolver_getsock()
|
D | asyn-ares.c | 217 int numsocks) in Curl_resolver_getsock() argument 225 (ares_socket_t *)socks, numsocks); in Curl_resolver_getsock()
|
D | ssh.c | 145 int numsocks); 150 int numsocks); 2618 int numsocks) in ssh_perform_getsock() argument 2622 (void)numsocks; in ssh_perform_getsock() 2636 return Curl_single_getsock(conn, sock, numsocks); in ssh_perform_getsock() 2645 int numsocks) in ssh_getsock() argument 2650 (void)numsocks; in ssh_getsock() 2657 return ssh_perform_getsock(conn, sock, numsocks); in ssh_getsock()
|
D | http2.c | 52 int numsocks) in http2_perform_getsock() argument 56 (void)numsocks; in http2_perform_getsock() 74 int numsocks) in http2_getsock() argument 76 return http2_perform_getsock(conn, sock, numsocks); in http2_getsock()
|
D | smb.c | 63 int numsocks); 913 int numsocks) in smb_getsock() argument 917 if(!numsocks) in smb_getsock()
|
D | http.c | 92 int numsocks); 99 int numsocks); 1388 int numsocks) in http_getsock_do() argument 1391 (void)numsocks; /* unused, we trust it to be at least 1 */ in http_getsock_do() 1417 int numsocks) in https_getsock() argument 1422 if(!numsocks) in https_getsock() 1442 int numsocks) in https_getsock() argument 1446 (void)numsocks; in https_getsock()
|
D | pop3.c | 100 int numsocks); 1086 int numsocks) in pop3_getsock() argument 1088 return Curl_pp_getsock(&conn->proto.pop3c.pp, socks, numsocks); in pop3_getsock()
|
D | tftp.c | 160 int numsocks); 1059 int numsocks) in tftp_getsock() argument 1061 if(!numsocks) in tftp_getsock()
|
D | smtp.c | 99 int numsocks); 1124 int numsocks) in smtp_getsock() argument 1126 return Curl_pp_getsock(&conn->proto.smtpc.pp, socks, numsocks); in smtp_getsock()
|
D | transfer.c | 1191 int numsocks) in Curl_single_getsock() argument 1198 return conn->handler->perform_getsock(conn, sock, numsocks); in Curl_single_getsock() 1200 if(numsocks < 2) in Curl_single_getsock()
|
D | ftp.c | 136 int numsocks); 138 int numsocks); 863 int numsocks) in ftp_getsock() argument 865 return Curl_pp_getsock(&conn->proto.ftpc.pp, socks, numsocks); in ftp_getsock() 870 int numsocks) in ftp_domore_getsock() argument 874 if(!numsocks) in ftp_domore_getsock() 909 return Curl_pp_getsock(&conn->proto.ftpc.pp, socks, numsocks); in ftp_domore_getsock()
|
D | imap.c | 98 int numsocks); 1411 int numsocks) in imap_getsock() argument 1413 return Curl_pp_getsock(&conn->proto.imapc.pp, socks, numsocks); in imap_getsock()
|
D | url.c | 3508 int numsocks) in Curl_protocol_getsock() argument 3511 return conn->handler->proto_getsock(conn, socks, numsocks); in Curl_protocol_getsock() 3517 int numsocks) in Curl_doing_getsock() argument 3520 return conn->handler->doing_getsock(conn, socks, numsocks); in Curl_doing_getsock()
|