Lines Matching refs:http_t
62 # define CUPS_HTTP_DEFAULT (http_t *)0
294 typedef int (*cups_client_cert_cb_t)(http_t *http, void *tls,
315 typedef const char *(*cups_password_cb2_t)(const char *prompt, http_t *http,
322 typedef int (*cups_server_cert_cb_t)(http_t *http, void *tls,
333 extern ipp_t *cupsDoFileRequest(http_t *http, ipp_t *request,
336 extern ipp_t *cupsDoRequest(http_t *http, ipp_t *request,
383 extern int cupsDoAuthentication(http_t *http, const char *method,
386 extern http_status_t cupsGetFile(http_t *http, const char *resource,
388 extern http_status_t cupsGetFd(http_t *http, const char *resource, int fd) _CUPS_API_1_1_20;
389 extern http_status_t cupsPutFile(http_t *http, const char *resource,
391 extern http_status_t cupsPutFd(http_t *http, const char *resource, int fd)
395 extern const char *cupsGetDefault2(http_t *http) _CUPS_API_1_1_21;
396 extern int cupsGetDests2(http_t *http, cups_dest_t **dests)
398 extern int cupsGetJobs2(http_t *http, cups_job_t **jobs,
401 extern int cupsPrintFile2(http_t *http, const char *name,
405 extern int cupsPrintFiles2(http_t *http, const char *name,
410 extern int cupsSetDests2(http_t *http, int num_dests,
427 extern ipp_t *cupsDoIORequest(http_t *http, ipp_t *request,
440 extern ipp_status_t cupsCancelJob2(http_t *http, const char *name,
442 extern int cupsCreateJob(http_t *http, const char *name,
445 extern ipp_status_t cupsFinishDocument(http_t *http,
447 extern cups_dest_t *cupsGetNamedDest(http_t *http, const char *name,
449 extern const char *cupsGetPassword2(const char *prompt, http_t *http,
452 extern ipp_t *cupsGetResponse(http_t *http,
454 extern ssize_t cupsReadResponseData(http_t *http, char *buffer,
456 extern http_status_t cupsSendRequest(http_t *http, ipp_t *request,
461 extern http_status_t cupsStartDocument(http_t *http, const char *name,
465 extern http_status_t cupsWriteRequestData(http_t *http, const char *buffer,
476 extern ipp_status_t cupsCancelDestJob(http_t *http, cups_dest_t *dest,
478 extern int cupsCheckDestSupported(http_t *http, cups_dest_t *dest,
482 extern ipp_status_t cupsCloseDestJob(http_t *http, cups_dest_t *dest,
485 extern http_t *cupsConnectDest(cups_dest_t *dest, unsigned flags,
491 extern http_t *cupsConnectDestBlock(cups_dest_t *dest,
500 extern cups_dinfo_t *cupsCopyDestInfo(http_t *http, cups_dest_t *dest)
502 extern int cupsCopyDestConflicts(http_t *http, cups_dest_t *dest,
513 extern ipp_status_t cupsCreateDestJob(http_t *http, cups_dest_t *dest,
528 extern ipp_status_t cupsFinishDestDocument(http_t *http,
533 extern int cupsGetDestMediaByName(http_t *http, cups_dest_t *dest,
538 extern int cupsGetDestMediaBySize(http_t *http, cups_dest_t *dest,
543 extern const char *cupsLocalizeDestOption(http_t *http, cups_dest_t *dest,
547 extern const char *cupsLocalizeDestValue(http_t *http, cups_dest_t *dest,
552 extern http_status_t cupsStartDestDocument(http_t *http, cups_dest_t *dest,
561 extern ipp_attribute_t *cupsFindDestDefault(http_t *http, cups_dest_t *dest,
564 extern ipp_attribute_t *cupsFindDestReady(http_t *http, cups_dest_t *dest,
567 extern ipp_attribute_t *cupsFindDestSupported(http_t *http, cups_dest_t *dest,
571 extern int cupsGetDestMediaByIndex(http_t *http, cups_dest_t *dest,
576 extern int cupsGetDestMediaCount(http_t *http, cups_dest_t *dest,
579 extern int cupsGetDestMediaDefault(http_t *http, cups_dest_t *dest,
589 extern const char *cupsLocalizeDestMedia(http_t *http, cups_dest_t *dest, cups_dinfo_t *info, unsig…
604 extern int cupsAddDestMediaOptions(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, unsigned …