example_3.c File Reference

Include dependency graph for example_3.c:

Go to the source code of this file.

Functions

int http_root (mihl_cnx_t *cnx, char const *tag, char const *host, void *param)
 TBD.
int http_data (mihl_cnx_t *cnx, char const *tag, char const *host, void *param)
 TBD.
int main (int argc, char *argv[])
 Program entry point.


Function Documentation

int http_root ( mihl_cnx_t cnx,
char const *  tag,
char const *  host,
void *  param 
)

TBD.

Parameters:
cnx opaque context structure as returned by mihl_init()
tag TBD
host TBD
param TBD
Returns:
0

Definition at line 37 of file example_3.c.

References mihl_add(), and mihl_send().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int http_data ( mihl_cnx_t cnx,
char const *  tag,
char const *  host,
void *  param 
)

TBD.

Parameters:
cnx opaque context structure as returned by mihl_init()
tag TBD
host TBD
param TBD
Returns:
0

Definition at line 146 of file example_3.c.

References mihl_add(), and mihl_send().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Program entry point.

Parameters:
argc Number of arguments
argv Arguments given on the command line
Returns:
  • 0 if OK
  • or -1 if an error occurred (errno is then set).

Definition at line 164 of file example_3.c.

References help(), http_data(), http_root(), mihl_handle_file(), mihl_handle_get(), mihl_init(), MIHL_LOG_ERROR, MIHL_LOG_INFO, MIHL_LOG_INFO_VERBOSE, MIHL_LOG_WARNING, mihl_server(), and peek_key().

Here is the call graph for this function:


Generated on Mon May 26 18:06:23 2008 for milh-example_3 by  doxygen 1.5.6