Home | History | Annotate | Download | only in cups

Lines Matching defs:intstatus

2989     int	intstatus;			/* Status value as an integer */
2991 if (sscanf(line, "HTTP/%d.%d%d", &major, &minor, &intstatus) != 3)
3000 *status = http->status = (http_status_t)intstatus;