Searched defs:nbytes (Results 1 – 5 of 5) sorted by relevance
/curl/lib/ |
H A D | content_encoding.c | 298 const char *buf, size_t nbytes) in deflate_do_write() 455 const char *buf, size_t nbytes) in gzip_do_write() 662 const char *buf, size_t nbytes) in brotli_do_write() 757 const char *buf, size_t nbytes) in zstd_do_write() 910 const char *buf, size_t nbytes) in error_do_write()
|
H A D | sendf.c | 179 const char *buf, size_t nbytes) in Curl_cwriter_write() 196 const char *buf, size_t nbytes) in Curl_cwriter_def_write() 238 const char *buf, size_t nbytes) in cw_download_write() 362 const char *buf, size_t nbytes) in cw_raw_write()
|
H A D | mqtt.c | 359 static CURLcode mqtt_recv_atleast(struct Curl_easy *data, size_t nbytes) in mqtt_recv_atleast() 381 static void mqtt_recv_consume(struct Curl_easy *data, size_t nbytes) in mqtt_recv_consume()
|
H A D | ws.c | 427 const char *buf, size_t nbytes) in ws_cw_write()
|
/curl/tests/server/ |
H A D | sockfilt.c | 232 static ssize_t fullread(int filedes, void *buffer, size_t nbytes) in fullread() 283 static ssize_t fullwrite(int filedes, const void *buffer, size_t nbytes) in fullwrite() 329 static bool read_stdin(void *buffer, size_t nbytes) in read_stdin() 346 static bool write_stdout(const void *buffer, size_t nbytes) in write_stdout()
|
Completed in 28 milliseconds