Home | History | Annotate | Download | only in win

Lines Matching full:code

7  * 1. Redistributions of source code must retain the above copyright
56 result = LPCTSTR_UI_STRING("server error", "HTTP result code string");
60 result = LPCTSTR_UI_STRING("continue", "HTTP result code string");
63 result = LPCTSTR_UI_STRING("switching protocols", "HTTP result code string");
66 result = LPCTSTR_UI_STRING("informational", "HTTP result code string");
72 result = LPCTSTR_UI_STRING("no error", "HTTP result code string");
75 result = LPCTSTR_UI_STRING("created", "HTTP result code string");
78 result = LPCTSTR_UI_STRING("accepted", "HTTP result code string");
81 result = LPCTSTR_UI_STRING("non-authoritative information", "HTTP result code string");
84 result = LPCTSTR_UI_STRING("no content", "HTTP result code string");
87 result = LPCTSTR_UI_STRING("reset content", "HTTP result code string");
90 result = LPCTSTR_UI_STRING("partial content", "HTTP result code string");
93 result = LPCTSTR_UI_STRING("success", "HTTP result code string");
99 result = LPCTSTR_UI_STRING("multiple choices", "HTTP result code string");
102 result = LPCTSTR_UI_STRING("moved permanently", "HTTP result code string");
105 result = LPCTSTR_UI_STRING("found", "HTTP result code string");
108 result = LPCTSTR_UI_STRING("see other", "HTTP result code string");
111 result = LPCTSTR_UI_STRING("not modified", "HTTP result code string");
114 result = LPCTSTR_UI_STRING("needs proxy", "HTTP result code string");
117 result = LPCTSTR_UI_STRING("temporarily redirected", "HTTP result code string");
119 case 306: // 306 status code unused in HTTP
121 result = LPCTSTR_UI_STRING("redirected", "HTTP result code string");
127 result = LPCTSTR_UI_STRING("bad request", "HTTP result code string");
130 result = LPCTSTR_UI_STRING("unauthorized", "HTTP result code string");
133 result = LPCTSTR_UI_STRING("payment required", "HTTP result code string");
136 result = LPCTSTR_UI_STRING("forbidden", "HTTP result code string");
139 result = LPCTSTR_UI_STRING("not found", "HTTP result code string");
142 result = LPCTSTR_UI_STRING("method not allowed", "HTTP result code string");
145 result = LPCTSTR_UI_STRING("unacceptable", "HTTP result code string");
148 result = LPCTSTR_UI_STRING("proxy authentication required", "HTTP result code string");
151 result = LPCTSTR_UI_STRING("request timed out", "HTTP result code string");
154 result = LPCTSTR_UI_STRING("conflict", "HTTP result code string");
157 result = LPCTSTR_UI_STRING("no longer exists", "HTTP result code string");
160 result = LPCTSTR_UI_STRING("length required", "HTTP result code string");
163 result = LPCTSTR_UI_STRING("precondition failed", "HTTP result code string");
166 result = LPCTSTR_UI_STRING("request too large", "HTTP result code string");
169 result = LPCTSTR_UI_STRING("requested URL too long", "HTTP result code string");
172 result = LPCTSTR_UI_STRING("unsupported media type", "HTTP result code string");
175 result = LPCTSTR_UI_STRING("requested range not satisfiable", "HTTP result code string");
178 result = LPCTSTR_UI_STRING("expectation failed", "HTTP result code string");
181 result = LPCTSTR_UI_STRING("client error", "HTTP result code string");
187 result = LPCTSTR_UI_STRING("internal server error", "HTTP result code string");
190 result = LPCTSTR_UI_STRING("unimplemented", "HTTP result code string");
193 result = LPCTSTR_UI_STRING("bad gateway", "HTTP result code string");
196 result = LPCTSTR_UI_STRING("service unavailable", "HTTP result code string");
199 result = LPCTSTR_UI_STRING("gateway timed out", "HTTP result code string");
202 result = LPCTSTR_UI_STRING("unsupported version", "HTTP result code string");
205 result = LPCTSTR_UI_STRING("server error", "HTTP result code string");