gnutls_record.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ssize_t MHD_gtls_send_int (MHD_gtls_session_t session, content_type_t type, MHD_gnutls_handshake_description_t htype, const void *data, size_t sizeofdata)
ssize_t MHD_gtls_recv_int (MHD_gtls_session_t session, content_type_t type, MHD_gnutls_handshake_description_t, opaque *data, size_t sizeofdata)
ssize_t MHD_gtls_send_change_cipher_spec (MHD_gtls_session_t session, int again)
void MHD__gnutls_transport_set_lowat (MHD_gtls_session_t session, int num)

Function Documentation

void MHD__gnutls_transport_set_lowat ( MHD_gtls_session_t  session,
int  num 
)

MHD__gnutls_transport_set_lowat - Used to set the lowat value in order for select to check for pending data. : is a MHD_gtls_session_t structure. : is the low water value.

Used to set the lowat value in order for select to check if there are pending data to socket buffer. Used only if you have changed the default low water value (default is 1). Normally you will not need that function. This function is only useful if using berkeley style sockets. Otherwise it must be called and set lowat to zero.

Definition at line 77 of file gnutls_record.c.

References MHD_gtls_session_int::internals, and MHD_gtls_internals_st::lowat.

ssize_t MHD_gtls_recv_int ( MHD_gtls_session_t  session,
content_type_t  type,
MHD_gnutls_handshake_description_t  ,
opaque data,
size_t  sizeofdata 
)
ssize_t MHD_gtls_send_change_cipher_spec ( MHD_gtls_session_t  session,
int  again 
)

Definition at line 402 of file gnutls_record.c.

References GNUTLS_CHANGE_CIPHER_SPEC, GNUTLS_TYPE_CHANGE_CIPHER_SPEC, MHD__gnutls_handshake_log, MHD_gtls_io_write_flush(), and MHD_gtls_send_int().

Referenced by MHD__gnutls_send_handshake_final().

Here is the call graph for this function:

Here is the caller graph for this function:

ssize_t MHD_gtls_send_int ( MHD_gtls_session_t  session,
content_type_t  type,
MHD_gnutls_handshake_description_t  htype,
const void *  data,
size_t  sizeofdata 
)
Generated by  doxygen 1.6.2-20100208