/external/curl/lib/ |
D | openldap.c | 488 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"DN: ", 4); in ldap_recv() 494 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)bv.bv_val, in ldap_recv() 501 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in ldap_recv() 522 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\t", 1); in ldap_recv() 528 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)bv.bv_val, in ldap_recv() 535 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)":", 1); in ldap_recv() 573 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, in ldap_recv() 582 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, val_b64, in ldap_recv() 593 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)" ", 1); in ldap_recv() 599 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, bvals[i].bv_val, in ldap_recv() [all …]
|
D | ldap.c | 456 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"DN: ", 4); in Curl_ldap() 466 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *) name, in Curl_ldap() 477 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in Curl_ldap() 519 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\t", 1); in Curl_ldap() 532 result = Curl_client_write(conn, CLIENTWRITE_BODY, in Curl_ldap() 546 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)": ", 2); in Curl_ldap() 582 result = Curl_client_write(conn, CLIENTWRITE_BODY, val_b64, in Curl_ldap() 601 result = Curl_client_write(conn, CLIENTWRITE_BODY, vals[i]->bv_val, in Curl_ldap() 618 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in Curl_ldap() 644 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in Curl_ldap()
|
D | sendf.h | 50 #define CLIENTWRITE_BODY (1<<0) macro 52 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
|
D | http_chunks.c | 123 result = Curl_client_write(conn, CLIENTWRITE_BODY, datap, datalen); in Curl_httpchunk_read() 199 result = Curl_client_write(conn, CLIENTWRITE_BODY, datap, in Curl_httpchunk_read()
|
D | pop3.c | 1517 result = Curl_client_write(conn, CLIENTWRITE_BODY, &str[last], in Curl_pop3_write() 1575 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)POP3_EOB, in Curl_pop3_write() 1591 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)POP3_EOB, 2); in Curl_pop3_write() 1604 result = Curl_client_write(conn, CLIENTWRITE_BODY, &str[last], in Curl_pop3_write()
|
D | sendf.c | 528 if(type & CLIENTWRITE_BODY) in Curl_client_chop_write() 607 if((type & CLIENTWRITE_BODY) && in Curl_client_write()
|
D | transfer.c | 726 result = Curl_client_write(conn, CLIENTWRITE_BODY, in readwrite_data() 730 result = Curl_client_write(conn, CLIENTWRITE_BODY, in readwrite_data() 759 result = Curl_client_write(conn, CLIENTWRITE_BODY, k->str, in readwrite_data()
|
D | content_encoding.c | 119 result = Curl_client_write(conn, CLIENTWRITE_BODY, decomp, in inflate_stream()
|
D | http_proxy.c | 418 writetype |= CLIENTWRITE_BODY; in Curl_proxyCONNECT()
|
D | file.c | 581 result = Curl_client_write(conn, CLIENTWRITE_BODY, buf, nread); in file_do()
|
D | imap.c | 1036 result = Curl_client_write(conn, CLIENTWRITE_BODY, line, len + 1); in imap_state_listsearch_resp() 1143 result = Curl_client_write(conn, CLIENTWRITE_BODY, pp->cache, chunk); in imap_state_fetch_resp()
|
D | smb.c | 794 result = Curl_client_write(conn, CLIENTWRITE_BODY, in smb_request_state()
|
D | tftp.c | 1129 result = Curl_client_write(conn, CLIENTWRITE_BODY, in tftp_receive_packet()
|
D | telnet.c | 1073 CLIENTWRITE_BODY, \ in telrcv()
|
D | smtp.c | 872 result = Curl_client_write(conn, CLIENTWRITE_BODY, line, len + 1); in smtp_state_command_resp()
|
D | ssh.c | 2027 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act() 2142 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act()
|
D | http.c | 3105 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers() 3734 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()
|