Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 122) 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 Dinet_ntop.h36 #define Curl_inet_ntop(af,addr,buf,size) \ argument
39 #define Curl_inet_ntop(af,addr,buf,size) \ argument
H A Dstrerror.c579 get_winsock_error(int err, char *buf, size_t len) in get_winsock_error()
777 get_winapi_error(int err, char *buf, size_t buflen) in get_winapi_error()
834 const char *Curl_strerror(int err, char *buf, size_t buflen) in Curl_strerror()
929 const char *Curl_winapi_strerror(DWORD err, char *buf, size_t buflen) in Curl_winapi_strerror()
970 const char *Curl_sspi_strerror(int err, char *buf, size_t buflen) in Curl_sspi_strerror()
H A Dwarnless.h79 #define read(fd, buf, count) curlx_read(fd, buf, count) argument
81 #define write(fd, buf, count) curlx_write(fd, buf, count) argument
H A Dif2ip.c105 char *buf, size_t buf_size) in Curl_if2ip()
190 char *buf, size_t buf_size) in Curl_if2ip()
253 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 Drequest.c186 const char *buf, size_t blen, in xfer_send()
243 const unsigned char *buf; in req_send_buffer_flush() local
348 unsigned char *buf, size_t buflen, in add_from_client()
366 const char *buf, size_t blen, in req_send_buffer_add()
384 const char *buf; in Curl_req_send() local
H A Dversion.c90 static void brotli_version(char *buf, size_t bufsz) in brotli_version()
101 static void zstd_version(char *buf, size_t bufsz) in zstd_version()
112 static void oldap_version(char *buf, size_t bufsz) in oldap_version()
134 static void psl_version(char *buf, size_t bufsz) in psl_version()
152 static void idn_version(char *buf, size_t bufsz) in idn_version()
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 Dsendf.c71 int type, const char *buf, size_t blen) in Curl_client_write()
179 const char *buf, size_t nbytes) in Curl_cwriter_write()
196 const char *buf, size_t nbytes) in Curl_cwriter_def_write()
362 const char *buf, size_t nbytes) in cw_raw_write()
554 char *buf, size_t blen, in Curl_creader_def_read()
651 char *buf, size_t blen, in cr_in_read()
949 struct bufq buf; member
973 char *buf, size_t blen, in cr_lc_read()
1218 char *buf, size_t blen, in cr_null_read()
1269 const char *buf; member
[all …]
/curl/tests/unit/
H A Dunit1604.c49 char *buf = malloc(256); in getflagstr() local
62 char *buf = malloc(256); in getcurlcodestr() local
H A Dunit1398.c37 char buf[3] = {'b', 'u', 'g'}; variable
H A Dunit2601.c217 const unsigned char buf[] = "0123456789--"; in check_bufq() local
257 unsigned char buf[16*1024]; variable
H A Dunit1308.c38 static size_t print_httppost_callback(void *arg, const char *buf, size_t len) in print_httppost_callback()
/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-formadd.c49 static const char buf[] = "Expect:"; in main() local
H A Dmulti-post.c44 static const char buf[] = "Expect:"; in main() local
/curl/tests/libtest/
H A Dlib557.c1128 static int _string_check(int linenumber, char *buf, const char *buf2) in _string_check()
1140 static int _strlen_check(int linenumber, char *buf, size_t len) in _strlen_check()
1161 char buf[256]; in test_string_formatting() local
1194 char buf[256]; in test_pos_arguments() local
1213 char buf[256]; in test_weird_arguments() local
1335 char buf[512]; /* larger than max float size */ in test_float_formatting() local
1446 char buf[256]; in test_oct_hex_formatting() local
1488 char buf[128]; in test_return_codes() 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 Dlib556.c73 char buf[1024]; in test() local
/curl/src/
H A Dtool_parsecfg.c95 struct curlx_dynbuf buf; in parseconfig() local
307 char buf[4096]; in my_get_line() local

Completed in 36 milliseconds

12345