Searched refs:Curl_read (Results 1 – 12 of 12) sorted by relevance
/external/curl/lib/ |
D | mqtt.c | 184 result = Curl_read(conn, sockfd, (char *)readbuf, MQTT_CONNACK_LEN, &nread); in mqtt_verify_connack() 297 result = Curl_read(conn, sockfd, (char *)readbuf, MQTT_SUBACK_LEN, &nread); in mqtt_verify_suback() 477 result = Curl_read(conn, sockfd, (char *)pkt, rest, &nread); in mqtt_read_publish() 558 result = Curl_read(conn, sockfd, (char *)&mq->firstbyte, 1, &nread); in mqtt_doing() 569 result = Curl_read(conn, sockfd, (char *)&byte, 1, &nread); in mqtt_doing()
|
D | sendf.h | 69 CURLcode Curl_read(struct connectdata *conn, curl_socket_t sockfd,
|
D | pingpong.c | 319 result = Curl_read(conn, sockfd, ptr, in Curl_pp_readresp()
|
D | http_proxy.c | 333 result = Curl_read(conn, tunnelsocket, &byte, 1, &gotbytes); in CONNECT()
|
D | telnet.c | 1421 result = Curl_read(conn, sockfd, buf, data->set.buffer_size, &nread); in telnet_do() 1501 result = Curl_read(conn, sockfd, buf, data->set.buffer_size, &nread); in telnet_do()
|
D | sendf.c | 661 CURLcode Curl_read(struct connectdata *conn, /* connection data */ in Curl_read() function
|
D | easy.c | 1131 result = Curl_read(c, sfd, buffer, buflen, &n1); in curl_easy_recv()
|
D | smb.c | 297 result = Curl_read(conn, FIRSTSOCKET, buf + smbc->got, len, &bytes_read); in smb_recv_message()
|
D | transfer.c | 601 result = Curl_read(conn, conn->sockfd, buf, bytestoread, &nread); in readwrite_data()
|
/external/curl/lib/vssh/ |
D | libssh2.c | 3050 result = Curl_read(conn, sock, buffer, length, &nread); in ssh_tls_recv()
|
/external/curl/docs/ |
D | INTERNALS.md | 301 the source by the use of `Curl_read()` for reading and `Curl_write()` for
|
/external/curl/ |
D | CHANGES | 760 via Curl_read but nothing to read from the socket. After we setup a 5244 - mqtt: fix Curl_read() error handling while reading remaining length
|