
Definition at line 58 of file glovars.h.
Data Fields | |
| mihl_ctx_t * | ctx |
| Mihsl context pointer. | |
| int | active |
| Is this connexion active ? | |
| SOCKET | sockfd |
| Socked (as returned by accept). | |
| mihl_cnxinfo_t | info |
| Exporteable information. | |
| int | keep_alive |
| 'Keep-Alive:' | |
| int | is_keep_alive |
| 'Connection:' | |
| char * | authorization |
| 'Authorization:' | |
| char * | html_buffer |
| HTML output buffer (mihl_add, mihl_send). | |
| int | html_buffer_len |
| Current length. | |
| int | html_buffer_sz |
| Length allocated (8K increment). | |
Mihsl context pointer.
Definition at line 59 of file glovars.h.
Referenced by delete_connexion(), got_data_for_active_connexion(), mihl_get_ctx(), mihl_init(), search_for_handle(), and send_file().
| int mihl_cnx::active |
Is this connexion active ?
Definition at line 60 of file glovars.h.
Referenced by add_new_connexion(), delete_connexion(), manage_existent_connexions(), manage_timedout_connexions(), mihl_dump_info(), mihl_info(), and mihl_init().
Socked (as returned by accept).
Definition at line 61 of file glovars.h.
Referenced by add_new_connexion(), delete_connexion(), got_data_for_active_connexion(), manage_existent_connexions(), mihl_dump_info(), mihl_send(), and send_file().
Exporteable information.
Definition at line 62 of file glovars.h.
Referenced by add_new_connexion(), decode_keys_values(), delete_connexion(), got_data_for_active_connexion(), manage_timedout_connexions(), mihl_dump_info(), and mihl_info().
'Keep-Alive:'
Definition at line 63 of file glovars.h.
Referenced by add_new_connexion(), decode_keys_values(), and manage_timedout_connexions().
| char* mihl_cnx::authorization |
'Authorization:'
Definition at line 65 of file glovars.h.
Referenced by add_new_connexion(), decode_keys_values(), and mihl_authorization().
| char* mihl_cnx::html_buffer |
HTML output buffer (mihl_add, mihl_send).
Definition at line 66 of file glovars.h.
Referenced by add_new_connexion(), delete_connexion(), mihl_add(), and mihl_send().
Current length.
Definition at line 67 of file glovars.h.
Referenced by add_new_connexion(), mihl_add(), and mihl_send().
Length allocated (8K increment).
Definition at line 68 of file glovars.h.
Referenced by add_new_connexion(), and mihl_add().
1.5.6