Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-private.h441 extern int _httpTLSRead(http_t *http, char *buf, int len);
Dlibcups2.def87 _httpTLSRead
Dtls-gnutls.c1172 _httpTLSRead(http_t *http, /* I - Connection to server */ in _httpTLSRead() function
Dtls-darwin.c1093 _httpTLSRead(http_t *http, /* I - HTTP connection */ in _httpTLSRead() function
Dtls-sspi.c704 _httpTLSRead(http_t *http, /* I - HTTP connection */ in _httpTLSRead() function
Dhttp.c4074 bytes = _httpTLSRead(http, buffer, (int)length); in http_read()