Data Structures | |
struct | httpd_cgi_call |
Macros | |
#define | HTTPD_CGI_CALL(name, str, function) static struct httpd_cgi_call name = {NULL, str, function} |
Functions | |
httpd_cgifunction | httpd_cgi (char *name) |
void | httpd_cgi_add (struct httpd_cgi_call *c) |
void | httpd_cgi_init (void) |
typedef | PT_THREAD ((*httpd_cgifunction)(struct httpd_state *, char *)) |
#define HTTPD_CGI_CALL | ( | name, | |
str, | |||
function | |||
) | static struct httpd_cgi_call name = {NULL, str, function} |
httpd_cgifunction httpd_cgi | ( | char * | name | ) |
References httpd_cgi_call::function, httpd_cgi_call::name, httpd_cgi_call::next, and NULL.
Referenced by while().
void httpd_cgi_add | ( | struct httpd_cgi_call * | c | ) |
References c, httpd_cgi_call::next, and NULL.
Referenced by httpd_cgi_init().
void httpd_cgi_init | ( | void | ) |
References httpd_cgi_add(), and simple_udp_ping_init().
Referenced by httpd_init().
typedef PT_THREAD | ( | (*)(struct httpd_state *, char *) | httpd_cgifunction | ) |