HomeSort by relevance Sort by last modified time
    Searched refs:_httpTLSPending (Results 1 - 6 of 6) sorted by null

  /external/libcups/cups/
http-private.h 440 extern size_t _httpTLSPending(http_t *http);
tls-boringssl.c 389 * '_httpTLSPending()' - Return the number of pending TLS-encrypted bytes.
393 _httpTLSPending(http_t *http) /* I - HTTP connection */
tls-gnutls.c 1157 * '_httpTLSPending()' - Return the number of pending TLS-encrypted bytes.
1161 _httpTLSPending(http_t *http) /* I - HTTP connection */
    [all...]
http.c 1125 return (_httpTLSPending(http));
    [all...]
tls-darwin.c 1072 * '_httpTLSPending()' - Return the number of pending TLS-encrypted bytes.
1076 _httpTLSPending(http_t *http) /* I - HTTP connection */
    [all...]
tls-sspi.c 686 * '_httpTLSPending()' - Return the number of pending TLS-encrypted bytes.
690 _httpTLSPending(http_t *http) /* I - HTTP connection */
    [all...]

Completed in 152 milliseconds