/external/curl/lib/ |
D | openldap.c | 518 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"DN: ", 4); in ldap_recv() 524 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)bv.bv_val, in ldap_recv() 531 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in ldap_recv() 552 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\t", 1); in ldap_recv() 557 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)bv.bv_val, in ldap_recv() 563 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)":\n", 2); in ldap_recv() 574 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\t", 1); in ldap_recv() 580 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)bv.bv_val, in ldap_recv() 587 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)":", 1); in ldap_recv() 625 writeerr = Curl_client_write(conn, CLIENTWRITE_BODY, in ldap_recv() [all …]
|
D | ldap.c | 527 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"DN: ", 4); in Curl_ldap() 537 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *) name, in Curl_ldap() 548 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in Curl_ldap() 590 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\t", 1); in Curl_ldap() 603 result = Curl_client_write(conn, CLIENTWRITE_BODY, in Curl_ldap() 617 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)": ", 2); in Curl_ldap() 653 result = Curl_client_write(conn, CLIENTWRITE_BODY, val_b64, in Curl_ldap() 672 result = Curl_client_write(conn, CLIENTWRITE_BODY, vals[i]->bv_val, in Curl_ldap() 689 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in Curl_ldap() 715 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 | 127 result = Curl_client_write(conn, CLIENTWRITE_BODY, datap, datalen); in Curl_httpchunk_read() 198 result = Curl_client_write(conn, CLIENTWRITE_BODY, datap, piece); in Curl_httpchunk_read()
|
D | pop3.c | 1456 result = Curl_client_write(conn, CLIENTWRITE_BODY, &str[last], in Curl_pop3_write() 1514 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)POP3_EOB, in Curl_pop3_write() 1530 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)POP3_EOB, 2); in Curl_pop3_write() 1543 result = Curl_client_write(conn, CLIENTWRITE_BODY, &str[last], in Curl_pop3_write()
|
D | sendf.c | 581 if(type & CLIENTWRITE_BODY) in chop_write() 666 if((type & CLIENTWRITE_BODY) && in Curl_client_write()
|
D | transfer.c | 912 result = Curl_client_write(conn, CLIENTWRITE_BODY, in readwrite_data() 916 result = Curl_client_write(conn, CLIENTWRITE_BODY, in readwrite_data() 936 result = Curl_client_write(conn, CLIENTWRITE_BODY, k->str, in readwrite_data()
|
D | file.c | 527 result = Curl_client_write(conn, CLIENTWRITE_BODY, buf, nread); in file_do()
|
D | http_proxy.c | 427 writetype |= CLIENTWRITE_BODY; in CONNECT()
|
D | imap.c | 1041 result = Curl_client_write(conn, CLIENTWRITE_BODY, line, len + 1); in imap_state_listsearch_resp() 1154 result = Curl_client_write(conn, CLIENTWRITE_BODY, pp->cache, chunk); in imap_state_fetch_resp()
|
D | content_encoding.c | 817 return Curl_client_write(conn, CLIENTWRITE_BODY, (char *) buf, nbytes); in client_unencode_write()
|
D | smb.c | 831 result = Curl_client_write(conn, CLIENTWRITE_BODY, in smb_request_state()
|
D | ssh-libssh.c | 1312 result = Curl_client_write(conn, CLIENTWRITE_BODY, in myssh_statemach_act() 1436 result = Curl_client_write(conn, CLIENTWRITE_BODY, in myssh_statemach_act()
|
D | tftp.c | 1141 result = Curl_client_write(conn, CLIENTWRITE_BODY, in tftp_receive_packet()
|
D | telnet.c | 1070 CLIENTWRITE_BODY, \ in telrcv()
|
D | smtp.c | 867 result = Curl_client_write(conn, CLIENTWRITE_BODY, line, len + 1); in smtp_state_command_resp()
|
D | ssh.c | 1961 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act() 2076 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act()
|
D | http.c | 3414 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers() 4052 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()
|