#include <httpd.h>
Data Fields | |
unsigned char | timer |
struct psock sin | sout |
struct pt outputpt | scriptpt |
char | inputbuf [50] |
char | filename [20] |
char | state |
struct httpd_fs_file | file |
int | len |
char * | scriptptr |
int | scriptlen |
unsigned short | count |
Definition at line 43 of file httpd.h.
unsigned short httpd_state::count |
struct httpd_fs_file httpd_state::file |
char httpd_state::filename[20] |
char httpd_state::inputbuf[50] |
int httpd_state::len |
struct pt outputpt httpd_state::scriptpt |
char* httpd_state::scriptptr |
struct psock sin httpd_state::sout |
char httpd_state::state |
unsigned char httpd_state::timer |