Home
last modified time | relevance | path

Searched refs:CLIENTWRITE_BODY (Results 1 – 24 of 24) sorted by relevance

/curl/lib/
H A Dldap.c586 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"DN: ", 4); in ldap_do()
593 result = Curl_client_write(data, CLIENTWRITE_BODY, name, name_len); in ldap_do()
600 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\n", 1); in ldap_do()
636 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\t", 1); in ldap_do()
647 result = Curl_client_write(data, CLIENTWRITE_BODY, attr, attr_len); in ldap_do()
658 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)": ", 2); in ldap_do()
685 result = Curl_client_write(data, CLIENTWRITE_BODY, val_b64, in ldap_do()
700 result = Curl_client_write(data, CLIENTWRITE_BODY, vals[i]->bv_val, in ldap_do()
713 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\n", 1); in ldap_do()
733 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\n", 1); in ldap_do()
H A Dhttp_chunks.c135 result = Curl_cwriter_write(data, cw_next, CLIENTWRITE_BODY, buf, blen); in httpchunk_readwrite()
137 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)buf, blen); in httpchunk_readwrite()
212 result = Curl_cwriter_write(data, cw_next, CLIENTWRITE_BODY, in httpchunk_readwrite()
215 result = Curl_client_write(data, CLIENTWRITE_BODY, in httpchunk_readwrite()
429 if(!(type & CLIENTWRITE_BODY)) in cw_chunked_write()
H A Dfile.c593 result = Curl_client_write(data, CLIENTWRITE_BODY, xfer_buf, nread); in file_do()
617 result = Curl_client_write(data, CLIENTWRITE_BODY, in file_do()
621 result = Curl_client_write(data, CLIENTWRITE_BODY, "\n", 1); in file_do()
H A Dcontent_encoding.c303 if(!(type & CLIENTWRITE_BODY) || !nbytes) in deflate_do_write()
460 if(!(type & CLIENTWRITE_BODY) || !nbytes) in gzip_do_write()
672 if(!(type & CLIENTWRITE_BODY) || !nbytes) in brotli_do_write()
765 if(!(type & CLIENTWRITE_BODY) || !nbytes) in zstd_do_write()
916 if(!(type & CLIENTWRITE_BODY) || !nbytes) in error_do_write()
H A Dpop3.c1541 result = Curl_client_write(data, CLIENTWRITE_BODY, &str[last], in pop3_write()
1600 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)POP3_EOB, in pop3_write()
1604 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)POP3_EOB, in pop3_write()
1624 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)POP3_EOB, 2); in pop3_write()
1637 result = Curl_client_write(data, CLIENTWRITE_BODY, &str[last], in pop3_write()
H A Dsendf.c76 DEBUGASSERT(type & (CLIENTWRITE_BODY|CLIENTWRITE_HEADER|CLIENTWRITE_INFO)); in Curl_client_write()
78 DEBUGASSERT(!(type & CLIENTWRITE_BODY) || in Curl_client_write()
79 ((type & ~(CLIENTWRITE_BODY|CLIENTWRITE_EOS)) == 0)); in Curl_client_write()
250 if(!(type & CLIENTWRITE_BODY)) { in cw_download_write()
364 if(type & CLIENTWRITE_BODY && data->set.verbose && !data->req.ignorebody) { in cw_raw_write()
H A Dsendf.h45 #define CLIENTWRITE_BODY (1<<0) /* non-meta information, BODY */ macro
H A Dopenldap.c968 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *) prefix, plen); in client_write()
971 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *) value, len); in client_write()
974 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *) suffix, slen); in client_write()
H A Dcw-out.c407 if((type & CLIENTWRITE_BODY) || in cw_out_write()
H A Drtsp.c623 return Curl_client_write(data, CLIENTWRITE_BODY, (char *)buf, blen); in rtp_write_body_junk()
860 result = Curl_client_write(data, CLIENTWRITE_BODY| in rtsp_rtp_write_resp()
H A Dws.c433 if(!(type & CLIENTWRITE_BODY) || data->set.ws_raw_mode) in ws_cw_write()
846 result = Curl_client_write(data, CLIENTWRITE_BODY, (char *)mem, nread); in Curl_ws_accept()
H A Dimap.c1069 result = Curl_client_write(data, CLIENTWRITE_BODY, line, len); in imap_state_listsearch_resp()
1192 result = Curl_client_write(data, CLIENTWRITE_BODY, in imap_state_fetch_resp()
H A Dmqtt.c695 result = Curl_client_write(data, CLIENTWRITE_BODY, buffer, nread); in mqtt_read_publish()
H A Dsmb.c1042 result = Curl_client_write(data, CLIENTWRITE_BODY, in smb_request_state()
H A Dtftp.c1137 result = Curl_client_write(data, CLIENTWRITE_BODY, in tftp_receive_packet()
H A Dtransfer.c1174 int cwtype = CLIENTWRITE_BODY; in Curl_xfer_write_resp()
H A Dc-hyper.c247 result = Curl_client_write(data, CLIENTWRITE_BODY, buf, len); in hyper_body_chunk()
H A Dhttp.c3968 result = Curl_client_write(data, (CLIENTWRITE_BODY|CLIENTWRITE_EOS), in Curl_http_write_resp_hd()
3995 result = Curl_client_write(data, CLIENTWRITE_BODY, in Curl_http_write_resp_hds()
4025 flags = CLIENTWRITE_BODY; in Curl_http_write_resp()
H A Dtelnet.c1083 CLIENTWRITE_BODY, \ in telrcv()
H A Dsmtp.c1050 result = Curl_client_write(data, CLIENTWRITE_BODY, line, len); in smtp_state_command_resp()
H A Dftp.c350 if(!(type & CLIENTWRITE_BODY) || in ftp_cw_lc_write()
/curl/lib/vssh/
H A Dlibssh2.c2346 result = Curl_client_write(data, CLIENTWRITE_BODY, in ssh_statemach_act()
2350 result = Curl_client_write(data, CLIENTWRITE_BODY, in ssh_statemach_act()
2432 result = Curl_client_write(data, CLIENTWRITE_BODY, in ssh_statemach_act()
H A Dwolfssh.c872 result = Curl_client_write(data, CLIENTWRITE_BODY, in wssh_statemach_act()
H A Dlibssh.c1464 result = Curl_client_write(data, CLIENTWRITE_BODY, in myssh_statemach_act()
1560 result = Curl_client_write(data, CLIENTWRITE_BODY, in myssh_statemach_act()

Completed in 122 milliseconds