/curl/lib/ |
H A D | strerror.c | 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 D | http1.c | 85 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 D | ws.c | 389 static ssize_t ws_cw_dec_next(const unsigned char *buf, size_t buflen, in ws_cw_dec_next() 641 const unsigned char *buf, size_t buflen, in ws_enc_write_payload() 857 size_t buflen; member 866 static ssize_t ws_client_collect(const unsigned char *buf, size_t buflen, in ws_client_collect() 915 unsigned char *buf, size_t buflen, in nw_in_recv() 928 size_t buflen, size_t *nread, in curl_ws_recv() 1053 const char *buffer, size_t buflen) in ws_send_raw_blocking() 1095 size_t buflen, size_t *pnwritten) in ws_send_raw() 1131 size_t buflen, size_t *sent, in curl_ws_send() 1362 CURL_EXTERN CURLcode curl_ws_recv(CURL *curl, void *buffer, size_t buflen, in curl_ws_recv() [all …]
|
H A D | hmac.c | 149 const unsigned char *buf, const size_t buflen, in Curl_hmacit()
|
H A D | easy.c | 1227 CURLcode curl_easy_recv(CURL *d, void *buffer, size_t buflen, size_t *n) in curl_easy_recv() 1281 size_t buflen, size_t *n) in Curl_senddata() 1310 CURLcode curl_easy_send(CURL *d, const void *buffer, size_t buflen, size_t *n) in curl_easy_send()
|
H A D | pingpong.c | 260 size_t buflen, in pingpong_read()
|
H A D | c-hyper.c | 79 uint8_t *buf, size_t buflen) in Curl_hyper_recv() 113 const uint8_t *buf, size_t buflen) in Curl_hyper_send()
|
H A D | request.c | 348 unsigned char *buf, size_t buflen, in add_from_client()
|
H A D | altsvc.c | 402 static CURLcode getalnum(const char **ptr, char *alpnbuf, size_t buflen) in getalnum()
|
H A D | cf-h2-proxy.c | 237 unsigned char *buf, size_t buflen, in proxy_nw_in_reader() 256 const unsigned char *buf, size_t buflen, in proxy_h2_nw_out_writer()
|
H A D | mqtt.c | 569 size_t buflen, size_t *lenbytes) in mqtt_decode_len()
|
/curl/src/ |
H A D | tool_getpass.c | 62 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 99 char *getpass_r(const char *prompt, char *buffer, size_t buflen) in getpass_r() 177 size_t buflen) /* size of buffer to store password in */ in getpass_r()
|
H A D | tool_urlglob.c | 535 size_t buflen = glob->urllen + 1; in glob_next_url() local
|
/curl/tests/unit/ |
H A D | unit1655.c | 144 const size_t buflen = sizeof(buffer); variable
|
H A D | unit2603.c | 74 size_t buflen, i, in_len, in_consumed; in parse_success() local
|
/curl/packages/vms/ |
H A D | curl_crtl_init.c | 72 unsigned short int buflen; member
|
/curl/tests/http/clients/ |
H A D | ws-data.c | 96 static CURLcode send_binary(CURL *curl, char *buf, size_t buflen) in send_binary()
|
H A D | hx-upload.c | 177 static size_t my_write_cb(char *buf, size_t nitems, size_t buflen, in my_write_cb() 203 static size_t my_read_cb(char *buf, size_t nitems, size_t buflen, in my_read_cb()
|
H A D | hx-download.c | 174 static size_t my_write_cb(char *buf, size_t nitems, size_t buflen, in my_write_cb()
|
/curl/packages/OS400/ |
H A D | os400sys.c | 897 Curl_os400_sendto(int sd, char *buffer, int buflen, int flags, in Curl_os400_sendto() 912 Curl_os400_recvfrom(int sd, char *buffer, int buflen, int flags, in Curl_os400_recvfrom()
|
/curl/lib/vtls/ |
H A D | sectransp.c | 1480 const unsigned char *buf, size_t buflen, 1522 const unsigned char *certbuf, size_t buflen, 1658 size_t buflen; local
|
/curl/tests/server/ |
H A D | util.c | 136 static const char *win32_strerror(int err, char *buf, size_t buflen) in win32_strerror()
|
H A D | mqttd.c | 367 size_t buflen, size_t *lenbytes) in decode_length()
|
/curl/lib/vssh/ |
H A D | wolfssh.c | 1151 void Curl_ssh_version(char *buffer, size_t buflen) in Curl_ssh_version()
|
/curl/tests/libtest/ |
H A D | lib557.c | 1142 size_t buflen = strlen(buf); in _strlen_check() local
|