/third_party/curl/lib/ |
D | openldap.c | 531 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"DN: ", 4); in oldap_recv() 537 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)bv.bv_val, in oldap_recv() 544 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\n", 1); in oldap_recv() 565 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\t", 1); in oldap_recv() 570 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)bv.bv_val, in oldap_recv() 576 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)":\n", 2); in oldap_recv() 587 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\t", 1); in oldap_recv() 593 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)bv.bv_val, in oldap_recv() 600 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, (char *)":", 1); in oldap_recv() 638 writeerr = Curl_client_write(data, CLIENTWRITE_BODY, in oldap_recv() [all …]
|
D | ldap.c | 542 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"DN: ", 4); in ldap_do() 549 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *) name, in ldap_do() 557 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\n", 1); in ldap_do() 595 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\t", 1); in ldap_do() 606 result = Curl_client_write(data, CLIENTWRITE_BODY, in ldap_do() 618 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)": ", 2); in ldap_do() 650 result = Curl_client_write(data, CLIENTWRITE_BODY, val_b64, in ldap_do() 667 result = Curl_client_write(data, CLIENTWRITE_BODY, vals[i]->bv_val, in ldap_do() 682 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\n", 1); in ldap_do() 704 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\n", 1); in ldap_do()
|
D | sendf.h | 48 #define CLIENTWRITE_BODY (1<<0) macro 50 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
|
D | http_chunks.c | 129 result = Curl_client_write(data, CLIENTWRITE_BODY, datap, datalen); in Curl_httpchunk_read() 200 result = Curl_client_write(data, CLIENTWRITE_BODY, datap, piece); in Curl_httpchunk_read()
|
D | pop3.c | 1462 result = Curl_client_write(data, CLIENTWRITE_BODY, &str[last], in Curl_pop3_write() 1521 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)POP3_EOB, in Curl_pop3_write() 1525 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)POP3_EOB, in Curl_pop3_write() 1545 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)POP3_EOB, 2); in Curl_pop3_write() 1558 result = Curl_client_write(data, CLIENTWRITE_BODY, &str[last], in Curl_pop3_write()
|
D | c-hyper.c | 161 writetype |= CLIENTWRITE_BODY; in hyper_each_header() 217 result = Curl_client_write(data, CLIENTWRITE_BODY, buf, len); in hyper_body_chunk() 267 writetype |= CLIENTWRITE_BODY; in status_line()
|
D | sendf.c | 542 if(type & CLIENTWRITE_BODY) in chop_write() 628 if((type & CLIENTWRITE_BODY) && in Curl_client_write()
|
D | file.c | 530 result = Curl_client_write(data, CLIENTWRITE_BODY, buf, nread); in file_do()
|
D | transfer.c | 818 result = Curl_client_write(data, CLIENTWRITE_BODY, in readwrite_data() 822 result = Curl_client_write(data, CLIENTWRITE_BODY, in readwrite_data() 842 result = Curl_client_write(data, CLIENTWRITE_BODY, k->str, in readwrite_data()
|
D | imap.c | 1052 result = Curl_client_write(data, CLIENTWRITE_BODY, line, len + 1); in imap_state_listsearch_resp() 1165 result = Curl_client_write(data, CLIENTWRITE_BODY, pp->cache, chunk); in imap_state_fetch_resp()
|
D | mqtt.c | 663 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)pkt, nread); in mqtt_read_publish()
|
D | content_encoding.c | 905 return Curl_client_write(data, CLIENTWRITE_BODY, (char *) buf, nbytes); in client_unencode_write()
|
D | http_proxy.c | 490 writetype |= CLIENTWRITE_BODY; in CONNECT()
|
D | smb.c | 853 result = Curl_client_write(data, CLIENTWRITE_BODY, in smb_request_state()
|
D | tftp.c | 1138 result = Curl_client_write(data, CLIENTWRITE_BODY, in tftp_receive_packet()
|
D | telnet.c | 1042 CLIENTWRITE_BODY, \ in telrcv()
|
D | smtp.c | 1026 result = Curl_client_write(data, CLIENTWRITE_BODY, line, len + 1); in smtp_state_command_resp()
|
D | http.c | 4022 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers() 4351 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()
|
/third_party/curl/lib/vssh/ |
D | libssh2.c | 2150 result = Curl_client_write(data, CLIENTWRITE_BODY, in ssh_statemach_act() 2154 result = Curl_client_write(data, CLIENTWRITE_BODY, in ssh_statemach_act() 2242 result = Curl_client_write(data, CLIENTWRITE_BODY, in ssh_statemach_act()
|
D | wolfssh.c | 871 result = Curl_client_write(data, CLIENTWRITE_BODY, in wssh_statemach_act()
|
D | libssh.c | 1443 result = Curl_client_write(data, CLIENTWRITE_BODY, in myssh_statemach_act() 1564 result = Curl_client_write(data, CLIENTWRITE_BODY, in myssh_statemach_act()
|