Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 124) sorted by relevance

12345

/curl/lib/
H A Dcurl_endian.c42 unsigned short Curl_read16_le(const unsigned char *buf) in Curl_read16_le()
61 unsigned int Curl_read32_le(const unsigned char *buf) in Curl_read32_le()
80 unsigned short Curl_read16_be(const unsigned char *buf) in Curl_read16_be()
H A Dwarnless.h87 #define read(fd, buf, count) curlx_read(fd, buf, count) argument
89 #define write(fd, buf, count) curlx_write(fd, buf, count) argument
H A Dstrerror.c584 get_winsock_error(int err, char *buf, size_t len) in get_winsock_error()
782 get_winapi_error(int err, char *buf, size_t buflen) in get_winapi_error()
839 const char *Curl_strerror(int err, char *buf, size_t buflen) in Curl_strerror()
934 const char *Curl_winapi_strerror(DWORD err, char *buf, size_t buflen) in Curl_winapi_strerror()
975 const char *Curl_sspi_strerror(int err, char *buf, size_t buflen) in Curl_sspi_strerror()
H A Dinet_ntop.h35 #define Curl_inet_ntop(af,addr,buf,size) \ argument
H A Drequest.c184 const char *buf, size_t blen, in xfer_send()
229 const unsigned char *buf; in req_send_buffer_flush() local
300 unsigned char *buf, size_t buflen, in add_from_client()
318 const char *buf, size_t blen, in req_send_buffer_add()
336 const char *buf; in Curl_req_send() local
H A Dif2ip.c105 char *buf, size_t buf_size) in Curl_if2ip()
190 char *buf, size_t buf_size) in Curl_if2ip()
245 char *buf, size_t buf_size) in Curl_if2ip()
H A Dcurl_get_line.c39 int Curl_get_line(struct dynbuf *buf, FILE *input) in Curl_get_line()
H A Dfileinfo.h34 struct dynbuf buf; member
H A Dcurl_gssapi.c96 char *buf, size_t len) { in display_gss_error()
137 char buf[GSS_LOG_BUFFER_LEN]; in Curl_gss_log_error() local
H A Dhttp1.c85 const char *buf, const size_t buflen, in detect_line()
103 const char *buf, const size_t buflen, int options, in next_line()
262 const char *buf, size_t buflen, in Curl_h1_req_parse_read()
H A Dhttp_chunks.c118 const char *buf, size_t blen, in httpchunk_readwrite()
393 char *buf, size_t blen, in Curl_httpchunk_read()
423 const char *buf, size_t blen) in cw_chunked_write()
556 char *buf, size_t blen) in add_chunk()
610 char *buf, size_t blen, in cr_chunked_read()
H A Dtransfer.c173 char *buf, size_t blen, in Curl_xfer_recv_resp()
215 char *buf, *xfer_buf; in readwrite_data() local
1129 const char *buf, size_t blen, in Curl_xfer_write_resp()
1187 const void *buf, size_t blen, in Curl_xfer_send()
1216 char *buf, size_t blen, in Curl_xfer_recv()
H A Dsendf.c179 const char *buf, size_t nbytes) in Curl_cwriter_write()
196 const char *buf, size_t nbytes) in Curl_cwriter_def_write()
361 const char *buf, size_t nbytes) in cw_raw_write()
553 char *buf, size_t blen, in Curl_creader_def_read()
641 char *buf, size_t blen, in cr_in_read()
919 struct bufq buf; member
942 char *buf, size_t blen, in cr_lc_read()
1175 char *buf, size_t blen, in cr_null_read()
1225 const char *buf; member
1232 char *buf, size_t blen, in cr_buf_read()
[all …]
H A Dbufq.c60 const unsigned char *buf, size_t len) in chunk_append()
74 unsigned char *buf, size_t len) in chunk_read()
388 const unsigned char *buf, size_t len, in Curl_bufq_write()
421 const char *buf, size_t len, in Curl_bufq_cwrite()
431 ssize_t Curl_bufq_read(struct bufq *q, unsigned char *buf, size_t len, in Curl_bufq_read()
454 CURLcode Curl_bufq_cread(struct bufq *q, char *buf, size_t len, in Curl_bufq_cread()
516 const unsigned char *buf; in Curl_bufq_pass() local
546 const unsigned char *buf, size_t len, in Curl_bufq_write_pass()
H A Dcw-out.c104 struct cw_out_buf *buf; member
198 const char *buf, size_t blen, in cw_out_ptr_flush()
330 const char *buf, size_t blen) in cw_out_append()
353 const char *buf, size_t blen) in cw_out_do_write()
401 const char *buf, size_t blen) in cw_out_write()
/curl/tests/libtest/
H A Dlib553.c38 static char buf[1024]; in myreadfunc() local
58 static char buf[SIZE_HEADERS + 100]; variable
H A Dlib556.c76 char buf[1024]; in test() local
H A Dlib2302.c31 char buf[1024*1024]; member
57 static size_t add_data(struct ws_data *wd, const char *buf, size_t blen, in add_data()
H A Dlib557.c1121 static int _string_check(int linenumber, char *buf, const char *buf2) in _string_check()
1133 static int _strlen_check(int linenumber, char *buf, size_t len) in _strlen_check()
1154 char buf[256]; in test_string_formatting() local
1187 char buf[256]; in test_pos_arguments() local
1206 char buf[256]; in test_weird_arguments() local
1328 char buf[512]; /* larger than max float size */ in test_float_formatting() local
1439 char buf[128]; in test_return_codes() local
/curl/tests/unit/
H A Dunit1604.c49 char *buf = malloc(256); in getflagstr() local
66 char *buf = malloc(256); in getcurlcodestr() local
H A Dunit1398.c36 char buf[3] = {'b', 'u', 'g'}; variable
/curl/docs/examples/
H A Dpostit2-formadd.c58 static const char buf[] = "Expect:"; in main() local
H A Dpostit2.c54 static const char buf[] = "Expect:"; in main() local
H A Dmulti-post.c44 static const char buf[] = "Expect:"; in main() local
H A Dmulti-formadd.c49 static const char buf[] = "Expect:"; in main() local

Completed in 73 milliseconds

12345