Write to a socket Connection. More...
Collaboration diagram for write():Functions | |
| static int | tls_socket_write (struct Connection *conn, const char *buf, size_t count) |
| Write data to a TLS socket - Implements Connection::write() -. | |
| static int | ssl_socket_write (struct Connection *conn, const char *buf, size_t count) |
| Write data to an SSL socket - Implements Connection::write() -. | |
| int | raw_socket_write (struct Connection *conn, const char *buf, size_t count) |
| Write data to a socket - Implements Connection::write() -. | |
| static int | mutt_sasl_conn_write (struct Connection *conn, const char *buf, size_t count) |
| Write to an SASL connection - Implements Connection::write() -. | |
| static int | tunnel_socket_write (struct Connection *conn, const char *buf, size_t count) |
| Write data to a tunnel socket - Implements Connection::write() -. | |
| static int | zstrm_write (struct Connection *conn, const char *buf, size_t count) |
| Write compressed data to a socket - Implements Connection::write() -. | |
Variables | |
| int(* | SaslSockData::write )(struct Connection *conn, const char *buf, size_t count) |
| Write to a socket Connection - Implements Connection::write() -. | |
Write to a socket Connection.
| conn | Connection to a server |
| buf | Buffer to read into |
| count | Number of bytes to read |
| >0 | Success, number of bytes written |
| -1 | Error, see errno |
|
static |
Write data to a TLS socket - Implements Connection::write() -.
Definition at line 1076 of file gnutls.c.
Here is the caller graph for this function:
|
static |
Write data to an SSL socket - Implements Connection::write() -.
Definition at line 1368 of file openssl.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int raw_socket_write | ( | struct Connection * | conn, |
| const char * | buf, | ||
| size_t | count ) |
Write data to a socket - Implements Connection::write() -.
Definition at line 325 of file raw.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Write to an SASL connection - Implements Connection::write() -.
Definition at line 534 of file sasl.c.
Here is the caller graph for this function:
|
static |
Write data to a tunnel socket - Implements Connection::write() -.
Definition at line 168 of file tunnel.c.
Here is the caller graph for this function:
|
static |
Write compressed data to a socket - Implements Connection::write() -.
Definition at line 231 of file zstrm.c.
Here is the caller graph for this function:| int(* SaslSockData::write) (struct Connection *conn, const char *buf, size_t count) |
Write to a socket Connection - Implements Connection::write() -.