Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-private.h454 extern int _httpTLSRead(http_t *http, char *buf, int len);
Dtls-boringssl.c301 _httpTLSRead(http_t *http, /* I - Connection to server */ in _httpTLSRead() function
Dlibcups2.def75 _httpTLSRead
Dtls-gnutls.c1171 _httpTLSRead(http_t *http, /* I - Connection to server */ in _httpTLSRead() function
Dtls-darwin.c1092 _httpTLSRead(http_t *http, /* I - HTTP connection */ in _httpTLSRead() function
Dtls-sspi.c703 _httpTLSRead(http_t *http, /* I - HTTP connection */ in _httpTLSRead() function
Dhttp.c4145 bytes = _httpTLSRead(http, buffer, (int)length); in http_read()