Lines Matching refs:NULL
74 monitor->http = NULL; in ipp_status_get_monitor_ifc()
83 if (this_p == NULL) { in _init()
96 if (monitor->http != NULL) { in _init()
119 if (this_p == NULL) { in _destroy()
134 if (monitor->http != NULL) { in _destroy()
150 if (printer_state_dyn == NULL) { in _get_status()
161 if (this_p == NULL) { in _get_status()
172 if (monitor->http == NULL) { in _get_status()
192 ipp_monitor_t *monitor = NULL; in _start()
209 if (status_cb != NULL) { in _start()
216 if (this_p == NULL) { in _start()
231 if (monitor->http == NULL) { in _start()
232 if (status_cb != NULL) { in _start()
247 if ((status_cb != NULL) && in _start()
258 if (status_cb != NULL) { in _start()
268 if (this_p == NULL) { in _stop()
285 ipp_monitor_t *monitor = NULL; in _cancel()
286 ipp_t *request = NULL; in _cancel()
287 ipp_t *response = NULL; in _cancel()
293 if (this_p != NULL && monitor != NULL && monitor->initialized) { in _cancel()
301 if (request == NULL) { in _cancel()
305 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, in _cancel()
309 NULL, requesting_user); in _cancel()
315 sizeof(pattrs) / sizeof(pattrs[1]), NULL, pattrs); in _cancel()
319 if (response == NULL) { in _cancel()
326 if (attr != NULL) { in _cancel()
334 if (attr != NULL) { in _cancel()
340 if (attr != NULL) { in _cancel()
344 ippGetString(attr, idx, NULL)); in _cancel()
351 request = NULL; in _cancel()
353 response = NULL; in _cancel()
361 if (request == NULL) { in _cancel()
365 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, in _cancel()
369 "requesting-user-name", NULL, requesting_user); in _cancel()
372 monitor->printer_uri)) == NULL) { in _cancel()
382 if (attr != NULL) { in _cancel()
385 LOGD("job-state-reason (%d): %s", idx, ippGetString(attr, idx, NULL)); in _cancel()