Lines Matching refs:http
58 http_t *http; member
74 monitor->http = NULL; in ipp_status_get_monitor_ifc()
96 if (monitor->http != NULL) { in _init()
97 httpClose(monitor->http); in _init()
100 monitor->http = ipp_cups_connect(connect_info, monitor->printer_uri, in _init()
134 if (monitor->http != NULL) { in _destroy()
135 httpClose(monitor->http); in _destroy()
172 if (monitor->http == NULL) { in _get_status()
179 ipp_status = get_PrinterState(monitor->http, monitor->printer_uri, printer_state_dyn, in _get_status()
231 if (monitor->http == NULL) { in _start()
317 response = ipp_doCupsRequest(monitor->http, request, monitor->http_resource, in _cancel()
371 if ((response = ipp_doCupsRequest(monitor->http, request, monitor->http_resource, in _cancel()