Home
last modified time | relevance | path

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

/external/curl/lib/
Dopenldap.c488 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 …]
Dldap.c456 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()
Dsendf.h50 #define CLIENTWRITE_BODY (1<<0) macro
52 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
Dhttp_chunks.c123 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()
Dpop3.c1517 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()
Dsendf.c528 if(type & CLIENTWRITE_BODY) in Curl_client_chop_write()
607 if((type & CLIENTWRITE_BODY) && in Curl_client_write()
Dtransfer.c726 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()
Dcontent_encoding.c119 result = Curl_client_write(conn, CLIENTWRITE_BODY, decomp, in inflate_stream()
Dhttp_proxy.c418 writetype |= CLIENTWRITE_BODY; in Curl_proxyCONNECT()
Dfile.c581 result = Curl_client_write(conn, CLIENTWRITE_BODY, buf, nread); in file_do()
Dimap.c1036 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()
Dsmb.c794 result = Curl_client_write(conn, CLIENTWRITE_BODY, in smb_request_state()
Dtftp.c1129 result = Curl_client_write(conn, CLIENTWRITE_BODY, in tftp_receive_packet()
Dtelnet.c1073 CLIENTWRITE_BODY, \ in telrcv()
Dsmtp.c872 result = Curl_client_write(conn, CLIENTWRITE_BODY, line, len + 1); in smtp_state_command_resp()
Dssh.c2027 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act()
2142 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act()
Dhttp.c3105 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()
3734 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()