Home | History | Annotate | Download | only in libfetch

Lines Matching refs:xyz

136 #define HTTP_REDIRECT(xyz) ((xyz) == HTTP_MOVED_PERM \
137 || (xyz) == HTTP_MOVED_TEMP \
138 || (xyz) == HTTP_TEMP_REDIRECT \
139 || (xyz) == HTTP_SEE_OTHER)
141 #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599)
456 * A valid status line looks like "HTTP/m.n xyz reason" where m
457 * and n are the major and minor protocol version numbers and xyz