|
LiVES 3.2.0
|
Go to the source code of this file.
Functions | |
| void * | OpenHTMSocket (const char *host, int portnumber, boolean sender) |
| boolean | lives_stream_out (void *htmsendhandle, size_t length_in_bytes, void *buffer) |
| ssize_t | lives_stream_in (void *htmrecvhandle, size_t length, void *buffer, int bfsize) |
| void | CloseHTMSocket (void *htmsendhandle) |
| void CloseHTMSocket | ( | void * | htmsendhandle | ) |
Definition at line 173 of file htmsocket.c.
Referenced by lives2lives_read_stream().
| ssize_t lives_stream_in | ( | void * | htmrecvhandle, |
| size_t | length, | ||
| void * | buffer, | ||
| int | bfsize | ||
| ) |
Definition at line 163 of file htmsocket.c.
| boolean lives_stream_out | ( | void * | htmsendhandle, |
| size_t | length_in_bytes, | ||
| void * | buffer | ||
| ) |
Definition at line 158 of file htmsocket.c.
| void * OpenHTMSocket | ( | const char * | host, |
| int | portnumber, | ||
| boolean | sender | ||
| ) |
Definition at line 40 of file htmsocket.c.
Referenced by lives2lives_read_stream().