RetroArch
Functions
net_socket_ssl.h File Reference
#include <stdlib.h>
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for net_socket_ssl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RETRO_BEGIN_DECLS voidssl_socket_init (int fd, const char *domain)
 
int ssl_socket_connect (void *state_data, void *data, bool timeout_enable, bool nonblock)
 
int ssl_socket_send_all_blocking (void *state_data, const void *data_, size_t size, bool no_signal)
 
ssize_t ssl_socket_send_all_nonblocking (void *state_data, const void *data_, size_t size, bool no_signal)
 
int ssl_socket_receive_all_blocking (void *state_data, void *data_, size_t size)
 
ssize_t ssl_socket_receive_all_nonblocking (void *state_data, bool *error, void *data_, size_t size)
 
void ssl_socket_close (void *state_data)
 
void ssl_socket_free (void *state_data)
 

Function Documentation

◆ ssl_socket_close()

void ssl_socket_close ( void state_data)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ssl_socket_connect()

int ssl_socket_connect ( void state_data,
void data,
bool  timeout_enable,
bool  nonblock 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ssl_socket_free()

void ssl_socket_free ( void state_data)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ssl_socket_init()

RETRO_BEGIN_DECLS void* ssl_socket_init ( int  fd,
const char *  domain 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ssl_socket_receive_all_blocking()

int ssl_socket_receive_all_blocking ( void state_data,
void data_,
size_t  size 
)
Here is the call graph for this function:

◆ ssl_socket_receive_all_nonblocking()

ssize_t ssl_socket_receive_all_nonblocking ( void state_data,
bool error,
void data_,
size_t  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ssl_socket_send_all_blocking()

int ssl_socket_send_all_blocking ( void state_data,
const void data_,
size_t  size,
bool  no_signal 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ssl_socket_send_all_nonblocking()

ssize_t ssl_socket_send_all_nonblocking ( void state_data,
const void data_,
size_t  size,
bool  no_signal 
)
Here is the call graph for this function: