H A D | print_cups_client.cpp | 7 * http://www.apache.org/licenses/LICENSE-2.0 608 http_t *http = nullptr; in QueryPrinterAttributesByUri() local 622 http = httpConnect2(host, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_IF_REQUESTED, 1, TIME_OUT, NULL); in QueryPrinterAttributesByUri() 624 http = httpConnect3(host, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_IF_REQUESTED, 1, TIME_OUT, NULL, nic.c_str()); in QueryPrinterAttributesByUri() 626 if (http == nullptr) { in QueryPrinterAttributesByUri() 635 response = printAbility_->DoRequest(http, request, "/"); in QueryPrinterAttributesByUri() 636 httpClose(http); in QueryPrinterAttributesByUri() 637 http = nullptr; in QueryPrinterAttributesByUri() 893 http_t *http; in SetDefaultPrinter() local 899 http in SetDefaultPrinter() 1071 VerifyPrintJob(JobParameters *jobParams, int &num_options, uint32_t &jobId, cups_option_t *options, http_t *http) VerifyPrintJob() argument 1117 HandleFiles(JobParameters *jobParams, uint32_t num_files, http_t *http, uint32_t jobId) HandleFiles() argument 1158 http_t *http = nullptr; StartCupsJob() local 1196 HandleJobState(http_t *http, JobMonitorParam *param, JobStatus *jobStatus, JobStatus *prevousJobStatus) HandleJobState() argument 1224 http_t *http = NULL; MonitorJobState() local 1269 QueryJobStateAgain(http_t *http, JobMonitorParam *param, JobStatus *jobStatus) QueryJobStateAgain() argument 1383 QueryJobState(http_t *http, JobMonitorParam *param, JobStatus *jobStatus) QueryJobState() argument 1428 http_t *http; CheckPrinterOnline() local 1640 http_t *http; IsCupsServerAlive() local [all...] |