Lines Matching refs:CHAR
20 CHAR HttpMsg400[] = "<HEAD><TITLE>400 Bad Request</TITLE></HEAD>\n\r<BODY><H1>400 Bad Request</H1>\…
21 CHAR HttpMsg404[] = "<HEAD><TITLE>404 Not Found</TITLE></HEAD>\n\r<BODY><H1>404 Not Found</H1>\n\rT…
22 CHAR HttpMsg405[] = "<HEAD><TITLE>405 Method Not Allowed</TITLE></HEAD>\n\r<BODY><H1>405 Method Not…
23 CHAR HttpMsg500[] = "<HEAD><TITLE>500 Internal Server Error</TITLE></HEAD>\n\r<BODY><H1>500 Interna…
24 CHAR HttpMsg501[] = "<HEAD><TITLE>501 Not Implemented</TITLE></HEAD>\n\r<BODY><H1>501 Not Implement…
120 CHAR sStr[255]; in ProcessRequest()
121 CHAR sHost[255]; in ProcessRequest()
122 CHAR sResource[255]; in ProcessRequest()
123 CHAR sParams[255]; in ProcessRequest()
162 CHAR str[255]; in SendFile()
163 CHAR str2[32]; in SendFile()
265 CHAR sTmp[128]; in Report()
266 CHAR sTmp2[16]; in Report()