|
pianod2
multisource multiuser scriptable networked music player
|
Football private transport layer declarations. More...


Go to the source code of this file.
Classes | |
| struct | fb_config_files_t |
| Structure with various I/O functions. More... | |
| struct | fb_transport_funcs_t |
Macros | |
| #define | FB_HAVE_TLS |
Typedefs | |
| typedef struct fb_config_files_t | FB_TLS_CONFIG_FILENAMES |
| Structure with various I/O functions. More... | |
| typedef struct fb_transport_funcs_t | FB_TRANSPORT_FUNCS |
Variables | |
| const ssize_t | FB_TRANSPORT_CLOSED |
| Connection closed normally. Returned by read transport function only. More... | |
| const ssize_t | FB_TRANSPORT_INCOMPLETE |
| An action was incomplete, but can be retried in the future. More... | |
| const ssize_t | FB_TRANSPORT_FAILURE |
| An action failed permanently; the connection has failed and should be closed. More... | |
| const FB_TRANSPORT_FUNCS | fb_transport_unencrypted |
| Transport virtual method table for unenrypted connections. More... | |
| const FB_TRANSPORT_FUNCS | fb_transport_read_file |
| Transport virtual method table for reading from files. More... | |
Football private transport layer declarations.
| #define FB_HAVE_TLS |
| typedef struct fb_config_files_t FB_TLS_CONFIG_FILENAMES |
Structure with various I/O functions.
| typedef struct fb_transport_funcs_t FB_TRANSPORT_FUNCS |
|
extern |
Connection closed normally. Returned by read transport function only.
|
extern |
An action failed permanently; the connection has failed and should be closed.
|
extern |
An action was incomplete, but can be retried in the future.
|
extern |
Transport virtual method table for reading from files.
|
extern |
Transport virtual method table for unenrypted connections.