send.c (261B)
1 ssize_t 2 (*send)(void *cls, 3 struct MHD_TLS_ConnectionState *cs, 4 const void *buf, 5 size_t buf_size); 6 7 8 see: 9 res = gnutls_record_send (connection->tls_session, 10 urh->out_buffer, 11 data_size);
libmicrohttpdHTTP/1.x server C library (MHD 1.x, stable) | |
| Log | Files | Refs | Submodules | README | LICENSE |