Home
last modified time | relevance | path

Searched refs:_httpReadGNUTLS (Results 1 – 6 of 6) sorted by relevance

/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/cups/
H A Dhttp-private.h109 extern ssize_t _httpReadGNUTLS(gnutls_transport_ptr ptr, void *data,
H A Dhttp.c1666 _httpReadGNUTLS( in _httpReadGNUTLS() function
3094 gnutls_transport_set_pull_function(conn->session, _httpReadGNUTLS); in http_setup_ssl()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/cups/
H A Dhttp-private.h109 extern ssize_t _httpReadGNUTLS(gnutls_transport_ptr ptr, void *data,
H A Dhttp.c1666 _httpReadGNUTLS( in _httpReadGNUTLS() function
3094 gnutls_transport_set_pull_function(conn->session, _httpReadGNUTLS); in http_setup_ssl()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dhttp-private.h175 extern ssize_t _httpReadGNUTLS(gnutls_transport_ptr_t ptr, void *data,
H A Dhttp.c2314 _httpReadGNUTLS( in _httpReadGNUTLS() function
5159 gnutls_transport_set_pull_function(http->tls, _httpReadGNUTLS); in http_setup_ssl()