Lines Matching refs:NULL

79     monitor->http = NULL;  in ipp_status_get_monitor_ifc()
88 if (this_p == NULL) { in _init()
101 if (monitor->http != NULL) { in _init()
124 if (this_p == NULL) { in _destroy()
140 if (monitor->http != NULL) { in _destroy()
156 if (printer_state_dyn == NULL) { in _get_status()
167 if (this_p == NULL) { in _get_status()
178 if (monitor->http == NULL) { in _get_status()
201 ipp_monitor_t *monitor = NULL; in _start()
220 if (status_cb != NULL) { in _start()
240 if (this_p == NULL) { in _start()
255 if (monitor->http == NULL) { in _start()
256 if (status_cb != NULL) { in _start()
272 if ((status_cb != NULL) && in _start()
284 if (status_cb != NULL) { in _start()
294 if (this_p == NULL) { in _stop()
311 ipp_monitor_t *monitor = NULL; in _cancel()
312 ipp_t *request = NULL; in _cancel()
313 ipp_t *response = NULL; in _cancel()
319 if (this_p != NULL && monitor != NULL && monitor->initialized && !monitor->stop_monitor) { in _cancel()
327 if (request == NULL) { in _cancel()
331 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, in _cancel()
335 NULL, requesting_user); in _cancel()
341 sizeof(pattrs) / sizeof(pattrs[1]), NULL, pattrs); in _cancel()
345 if (response == NULL) { in _cancel()
352 if (attr != NULL) { in _cancel()
360 if (attr != NULL) { in _cancel()
366 if (attr != NULL) { in _cancel()
370 ippGetString(attr, idx, NULL)); in _cancel()
377 request = NULL; in _cancel()
379 response = NULL; in _cancel()
387 if (request == NULL) { in _cancel()
391 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, in _cancel()
395 "requesting-user-name", NULL, requesting_user); in _cancel()
398 monitor->printer_uri)) == NULL) { in _cancel()
408 if (attr != NULL) { in _cancel()
411 LOGD("job-state-reason (%d): %s", idx, ippGetString(attr, idx, NULL)); in _cancel()
437 ipp_monitor_t *monitor = NULL; in _get_job_state()
440 if (this_p != NULL && monitor != NULL && monitor->initialized && !monitor->stop_monitor) { in _get_job_state()
450 if (ipp_job->http == NULL) in _get_job_state()