Searched defs:httpd_state (Results 1 – 1 of 1) sorted by relevance
41 struct httpd_state { struct42 unsigned char timer;43 struct psock sin, sout;44 struct pt outputpt, scriptpt;45 char inputbuf[50];46 char filename[20];47 char state;48 struct httpd_fs_file file;49 int len;50 char *scriptptr;[all …]