mihl_cnx Struct Reference

Collaboration diagram for mihl_cnx:

Collaboration graph
[legend]

Detailed Description

Definition at line 58 of file glovars.h.


Data Fields

mihl_ctx_tctx
 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).

Field Documentation

Mihsl context pointer.

Definition at line 59 of file glovars.h.

Referenced by mihl_get_ctx(), mihl_init(), and send_file().

Is this connexion active ?

Definition at line 60 of file glovars.h.

Referenced by mihl_dump_info(), mihl_info(), and mihl_init().

Socked (as returned by accept).

Definition at line 61 of file glovars.h.

Referenced by mihl_dump_info(), mihl_send(), and send_file().

Exporteable information.

Definition at line 62 of file glovars.h.

Referenced by decode_keys_values(), mihl_dump_info(), and mihl_info().

'Keep-Alive:'

Definition at line 63 of file glovars.h.

Referenced by decode_keys_values().

'Connection:'

Definition at line 64 of file glovars.h.

Referenced by decode_keys_values().

'Authorization:'

Definition at line 65 of file glovars.h.

Referenced by decode_keys_values(), and mihl_authorization().

HTML output buffer (mihl_add, mihl_send).

Definition at line 66 of file glovars.h.

Referenced by mihl_add(), and mihl_send().

Current length.

Definition at line 67 of file glovars.h.

Referenced by mihl_add(), and mihl_send().

Length allocated (8K increment).

Definition at line 68 of file glovars.h.

Referenced by mihl_add().


The documentation for this struct was generated from the following file:

Generated on Mon May 26 18:06:03 2008 for mihl-example1 by  doxygen 1.5.6