Lines Matching refs:_CUPS_API_2_0
626 extern int httpAddrClose(http_addr_t *addr, int fd) _CUPS_API_2_0;
627 extern int httpAddrFamily(http_addr_t *addr) _CUPS_API_2_0;
628 extern int httpCompareCredentials(cups_array_t *cred1, cups_array_t *cred2) _CUPS_API_2_0;
630 extern time_t httpCredentialsGetExpiration(cups_array_t *credentials) _CUPS_API_2_0;
631 …_trust_t httpCredentialsGetTrust(cups_array_t *credentials, const char *common_name) _CUPS_API_2_0;
632 …ze_t httpCredentialsString(cups_array_t *credentials, char *buffer, size_t bufsize) _CUPS_API_2_0;
633 extern http_field_t httpFieldValue(const char *name) _CUPS_API_2_0;
634 extern time_t httpGetActivity(http_t *http) _CUPS_API_2_0;
635 extern http_addr_t *httpGetAddress(http_t *http) _CUPS_API_2_0;
636 extern http_encryption_t httpGetEncryption(http_t *http) _CUPS_API_2_0;
637 extern http_keepalive_t httpGetKeepAlive(http_t *http) _CUPS_API_2_0;
638 extern size_t httpGetPending(http_t *http) _CUPS_API_2_0;
639 extern size_t httpGetReady(http_t *http) _CUPS_API_2_0;
640 extern size_t httpGetRemaining(http_t *http) _CUPS_API_2_0;
641 extern int httpIsChunked(http_t *http) _CUPS_API_2_0;
642 extern int httpIsEncrypted(http_t *http) _CUPS_API_2_0;
643 …adCredentials(const char *path, cups_array_t **credentials, const char *common_name) _CUPS_API_2_0;
644 extern const char *httpResolveHostname(http_t *http, char *buffer, size_t bufsize) _CUPS_API_2_0;
645 …aveCredentials(const char *path, cups_array_t *credentials, const char *common_name) _CUPS_API_2_0;
646 extern void httpSetKeepAlive(http_t *http, http_keepalive_t keep_alive) _CUPS_API_2_0;
647 extern void httpShutdown(http_t *http) _CUPS_API_2_0;
648 extern const char *httpStateString(http_state_t state) _CUPS_API_2_0;
649 extern const char *httpURIStatusString(http_uri_status_t status) _CUPS_API_2_0;