Lines Matching refs:response

85 	papi_attribute_t **request = NULL, **op = NULL, **response = NULL;  in papiPrintersList()  local
110 result = ipp_send_request(svc, request, &response); in papiPrintersList()
114 for (status = papiAttributeListGetCollection(response, &iter, in papiPrintersList()
117 status = papiAttributeListGetCollection(response, &iter, in papiPrintersList()
128 papiAttributeListFree(response); in papiPrintersList()
142 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in papiPrinterQuery() local
170 result = ipp_send_request(svc, request, &response); in papiPrinterQuery()
174 papiAttributeListGetCollection(response, NULL, in papiPrinterQuery()
177 papiAttributeListFree(response); in papiPrinterQuery()
188 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in _printer_enable_disable_pause_resume_delete() local
218 result = ipp_send_request(svc, request, &response); in _printer_enable_disable_pause_resume_delete()
220 papiAttributeListFree(response); in _printer_enable_disable_pause_resume_delete()
272 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in papiPrinterModify() local
295 result = ipp_send_request(svc, request, &response); in papiPrinterModify()
299 papiAttributeListGetCollection(response, NULL, in papiPrinterModify()
302 papiAttributeListFree(response); in papiPrinterModify()
320 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in papiPrinterPurgeJobs() local
339 result = ipp_send_request(svc, request, &response); in papiPrinterPurgeJobs()
343 for (status = papiAttributeListGetCollection(response, &iter, in papiPrinterPurgeJobs()
346 status = papiAttributeListGetCollection(response, &iter, in papiPrinterPurgeJobs()
357 papiAttributeListFree(response); in papiPrinterPurgeJobs()
369 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in papiPrinterListJobs() local
395 result = ipp_send_request(svc, request, &response); in papiPrinterListJobs()
399 for (status = papiAttributeListGetCollection(response, &iter, in papiPrinterListJobs()
402 status = papiAttributeListGetCollection(response, &iter, in papiPrinterListJobs()
413 papiAttributeListFree(response); in papiPrinterListJobs()