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.c457 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"DN: ", 4); in Curl_ldap()
467 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *) name, in Curl_ldap()
478 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in Curl_ldap()
520 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\t", 1); in Curl_ldap()
533 result = Curl_client_write(conn, CLIENTWRITE_BODY, in Curl_ldap()
547 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)": ", 2); in Curl_ldap()
583 result = Curl_client_write(conn, CLIENTWRITE_BODY, val_b64, in Curl_ldap()
602 result = Curl_client_write(conn, CLIENTWRITE_BODY, vals[i]->bv_val, in Curl_ldap()
619 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)"\n", 1); in Curl_ldap()
645 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.c1519 result = Curl_client_write(conn, CLIENTWRITE_BODY, &str[last], in Curl_pop3_write()
1577 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char*)POP3_EOB, in Curl_pop3_write()
1593 result = Curl_client_write(conn, CLIENTWRITE_BODY, (char *)POP3_EOB, 2); in Curl_pop3_write()
1606 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.c716 result = Curl_client_write(conn, CLIENTWRITE_BODY, in readwrite_data()
720 result = Curl_client_write(conn, CLIENTWRITE_BODY, in readwrite_data()
749 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.c373 writetype |= CLIENTWRITE_BODY; in Curl_proxyCONNECT()
Dfile.c580 result = Curl_client_write(conn, CLIENTWRITE_BODY, buf, nread); in file_do()
Dimap.c1037 result = Curl_client_write(conn, CLIENTWRITE_BODY, line, len + 1); in imap_state_listsearch_resp()
1144 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.c1116 result = Curl_client_write(conn, CLIENTWRITE_BODY, in tftp_receive_packet()
Dsmtp.c874 result = Curl_client_write(conn, CLIENTWRITE_BODY, line, len + 1); in smtp_state_command_resp()
Dtelnet.c1074 CLIENTWRITE_BODY, \ in telrcv()
Dssh.c2027 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act()
2141 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act()
Dhttp.c3125 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()
3745 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()