Lines Matching refs:response

172 	papi_attribute_t **request = NULL, **op = NULL, **response = NULL;  in send_document_uri()  local
189 result = ipp_send_request_with_file(svc, request, &response, file); in send_document_uri()
191 papiAttributeListFree(response); in send_document_uri()
212 papi_attribute_t **request = NULL, **response = NULL; in internal_job_submit() local
296 result = ipp_send_request_with_file(svc, request, &response, in internal_job_submit()
302 result = ipp_send_request(svc, request, &response); in internal_job_submit()
311 papiAttributeListGetCollection(response, NULL, in internal_job_submit()
329 papiAttributeListFree(response); in internal_job_submit()
435 papi_attribute_t **response = NULL; in papiJobStreamClose() local
455 result = ipp_read_message(&ipp_request_read, svc, &response, in papiJobStreamClose()
458 result = ipp_status_info(svc, response); in papiJobStreamClose()
463 papiAttributeListGetCollection(response, NULL, in papiJobStreamClose()
467 papiAttributeListFree(response); in papiJobStreamClose()
480 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in papiJobQuery() local
508 result = ipp_send_request(svc, request, &response); in papiJobQuery()
512 papiAttributeListGetCollection(response, NULL, in papiJobQuery()
515 papiAttributeListFree(response); in papiJobQuery()
527 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in _job_cancel_hold_release_restart_promote() local
544 result = ipp_send_request(svc, request, &response); in _job_cancel_hold_release_restart_promote()
546 papiAttributeListFree(response); in _job_cancel_hold_release_restart_promote()
593 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in papiJobMove() local
619 result = ipp_send_request(svc, request, &response); in papiJobMove()
621 papiAttributeListFree(response); in papiJobMove()
632 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in papiJobModify() local
656 result = ipp_send_request(svc, request, &response); in papiJobModify()
660 papiAttributeListGetCollection(response, NULL, in papiJobModify()
663 papiAttributeListFree(response); in papiJobModify()