Home
last modified time | relevance | path

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

/external/curl/lib/
Dopenldap.c518 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 …]
Dldap.c527 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()
Dsendf.h50 #define CLIENTWRITE_BODY (1<<0) macro
52 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER)
Dhttp_chunks.c127 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()
Dpop3.c1456 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()
Dsendf.c581 if(type & CLIENTWRITE_BODY) in chop_write()
666 if((type & CLIENTWRITE_BODY) && in Curl_client_write()
Dtransfer.c912 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()
Dfile.c527 result = Curl_client_write(conn, CLIENTWRITE_BODY, buf, nread); in file_do()
Dhttp_proxy.c427 writetype |= CLIENTWRITE_BODY; in CONNECT()
Dimap.c1041 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()
Dcontent_encoding.c817 return Curl_client_write(conn, CLIENTWRITE_BODY, (char *) buf, nbytes); in client_unencode_write()
Dsmb.c831 result = Curl_client_write(conn, CLIENTWRITE_BODY, in smb_request_state()
Dssh-libssh.c1312 result = Curl_client_write(conn, CLIENTWRITE_BODY, in myssh_statemach_act()
1436 result = Curl_client_write(conn, CLIENTWRITE_BODY, in myssh_statemach_act()
Dtftp.c1141 result = Curl_client_write(conn, CLIENTWRITE_BODY, in tftp_receive_packet()
Dtelnet.c1070 CLIENTWRITE_BODY, \ in telrcv()
Dsmtp.c867 result = Curl_client_write(conn, CLIENTWRITE_BODY, line, len + 1); in smtp_state_command_resp()
Dssh.c1961 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act()
2076 result = Curl_client_write(conn, CLIENTWRITE_BODY, in ssh_statemach_act()
Dhttp.c3414 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()
4052 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers()