Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-private.h459 extern int _httpTLSWrite(http_t *http, const char *buf, int len);
Dtls-boringssl.c570 _httpTLSWrite(http_t *http, /* I - Connection to server */ in _httpTLSWrite() function
Dlibcups2.def79 _httpTLSWrite
Dtls-gnutls.c1674 _httpTLSWrite(http_t *http, /* I - Connection to server */ in _httpTLSWrite() function
Dtls-darwin.c1747 _httpTLSWrite(http_t *http, /* I - HTTP connection */ in _httpTLSWrite() function
Dtls-sspi.c1123 _httpTLSWrite(http_t *http, /* I - HTTP connection */ in _httpTLSWrite() function
Dhttp.c4781 bytes = _httpTLSWrite(http, buffer, (int)length); in http_write()