Microchip® Advanced Software Framework

httpd_state Struct Reference

#include <httpd.h>

Data Fields

struct httpd_fs_file file
 
char filename [40]
 
char inputbuf [50]
 
int len
 
int scriptlen
 
struct pt outputpt scriptpt
 
char * scriptptr
 
struct psock sin sout
 
char state
 
unsigned char timer
 
union {
   unsigned short   count
 
   void *   ptr
 
u
 

unsigned short httpd_state::count

Referenced by for(), and make_tcp_stats().

struct httpd_fs_file httpd_state::file

Referenced by generate(), if(), and while().

char httpd_state::filename[40]

Referenced by if().

char httpd_state::inputbuf[50]

Referenced by httpd_appcall(), and while().

int httpd_state::len

Referenced by generate(), and while().

void* httpd_state::ptr
int httpd_state::scriptlen

Referenced by next_scriptstate(), and while().

struct pt outputpt httpd_state::scriptpt

Referenced by if(), and while().

char* httpd_state::scriptptr

Referenced by next_scriptstate(), and while().

struct psock sin httpd_state::sout

Referenced by for(), httpd_appcall(), and if().

char httpd_state::state

Referenced by handle_connection(), and httpd_appcall().

unsigned char httpd_state::timer

Referenced by httpd_appcall().

union { ... } httpd_state::u