Lines Matching refs:http_t
67 # define CUPS_HTTP_DEFAULT (http_t *)0
299 typedef int (*cups_client_cert_cb_t)(http_t *http, void *tls,
320 typedef const char *(*cups_password_cb2_t)(const char *prompt, http_t *http,
327 typedef int (*cups_server_cert_cb_t)(http_t *http, void *tls,
338 extern ipp_t *cupsDoFileRequest(http_t *http, ipp_t *request,
341 extern ipp_t *cupsDoRequest(http_t *http, ipp_t *request,
388 extern int cupsDoAuthentication(http_t *http, const char *method,
391 extern http_status_t cupsGetFile(http_t *http, const char *resource,
393 extern http_status_t cupsGetFd(http_t *http, const char *resource, int fd);
394 extern http_status_t cupsPutFile(http_t *http, const char *resource,
396 extern http_status_t cupsPutFd(http_t *http, const char *resource, int fd)
400 extern const char *cupsGetDefault2(http_t *http) _CUPS_API_1_1_21;
401 extern int cupsGetDests2(http_t *http, cups_dest_t **dests)
403 extern int cupsGetJobs2(http_t *http, cups_job_t **jobs,
406 extern int cupsPrintFile2(http_t *http, const char *name,
410 extern int cupsPrintFiles2(http_t *http, const char *name,
415 extern int cupsSetDests2(http_t *http, int num_dests,
436 extern ipp_t *cupsDoIORequest(http_t *http, ipp_t *request,
449 extern ipp_status_t cupsCancelJob2(http_t *http, const char *name,
451 extern int cupsCreateJob(http_t *http, const char *name,
454 extern ipp_status_t cupsFinishDocument(http_t *http,
456 extern cups_dest_t *cupsGetNamedDest(http_t *http, const char *name,
458 extern const char *cupsGetPassword2(const char *prompt, http_t *http,
461 extern ipp_t *cupsGetResponse(http_t *http,
463 extern ssize_t cupsReadResponseData(http_t *http, char *buffer,
465 extern http_status_t cupsSendRequest(http_t *http, ipp_t *request,
470 extern http_status_t cupsStartDocument(http_t *http, const char *name,
474 extern http_status_t cupsWriteRequestData(http_t *http, const char *buffer,
485 extern ipp_status_t cupsCancelDestJob(http_t *http, cups_dest_t *dest,
487 extern int cupsCheckDestSupported(http_t *http, cups_dest_t *dest,
491 extern ipp_status_t cupsCloseDestJob(http_t *http, cups_dest_t *dest,
494 extern http_t *cupsConnectDest(cups_dest_t *dest, unsigned flags,
500 extern http_t *cupsConnectDestBlock(cups_dest_t *dest,
509 extern cups_dinfo_t *cupsCopyDestInfo(http_t *http, cups_dest_t *dest)
511 extern int cupsCopyDestConflicts(http_t *http, cups_dest_t *dest,
522 extern ipp_status_t cupsCreateDestJob(http_t *http, cups_dest_t *dest,
537 extern ipp_status_t cupsFinishDestDocument(http_t *http,
542 extern int cupsGetDestMediaByName(http_t *http, cups_dest_t *dest,
547 extern int cupsGetDestMediaBySize(http_t *http, cups_dest_t *dest,
552 extern const char *cupsLocalizeDestOption(http_t *http, cups_dest_t *dest,
556 extern const char *cupsLocalizeDestValue(http_t *http, cups_dest_t *dest,
561 extern http_status_t cupsStartDestDocument(http_t *http, cups_dest_t *dest,
570 extern ipp_attribute_t *cupsFindDestDefault(http_t *http, cups_dest_t *dest,
573 extern ipp_attribute_t *cupsFindDestReady(http_t *http, cups_dest_t *dest,
576 extern ipp_attribute_t *cupsFindDestSupported(http_t *http, cups_dest_t *dest,
580 extern int cupsGetDestMediaByIndex(http_t *http, cups_dest_t *dest,
585 extern int cupsGetDestMediaCount(http_t *http, cups_dest_t *dest,
588 extern int cupsGetDestMediaDefault(http_t *http, cups_dest_t *dest,
598 extern const char *cupsLocalizeDestMedia(http_t *http, cups_dest_t *dest, cups_dinfo_t *info, unsig…