Modules | |
| Server Structures | |
| Structures pertaining to server operation. | |
Classes | |
| struct | owwl_conn |
| Structure used to hold connexion data. More... | |
| struct | owwl_buffer |
| Structure used to build transmit (server) data stream. More... | |
Defines | |
| #define | OwwlBuffInc 16 |
Typedefs | |
| typedef int(* | owwl_func )(owwl_conn *conn, owwl_data *data, void *user_data) |
Enumerations | |
| enum | owwl_read_result { Owwl_Read_Disconnect = -2, Owwl_Read_Error = -1, Owwl_Read_Read_And_Decoded = 0, Owwl_Read_Again } |
| The values returned by owwl_read(). More... | |
|
|
Step size for allocating buffer memory |
|
|
Function type for owwl_foreach |
|
|
The values returned by owwl_read().
|
1.4.6