Searched defs:cupsd_client_s (Results 1 – 1 of 1) sorted by relevance
20 struct cupsd_client_s struct22 int number; /* Connection number */23 http_t *http; /* HTTP client connection */24 ipp_t *request, /* IPP request information */25 *response; /* IPP response information */26 cupsd_location_t *best; /* Best match for AAA */27 struct timeval start; /* Request start time */28 http_state_t operation; /* Request operation */29 off_t bytes; /* Bytes transferred for this request */30 int is_browser; /* Is the client a web browser? */[all …]