Searched refs:http_write_ssl (Results 1 – 1 of 1) sorted by relevance
125 static int http_write_ssl(http_t *http, const char *buf, int len);1204 bytes = http_write_ssl(http, buffer, length); in httpWrite()1453 nbytes = http_write_ssl(http, bufptr, bytes - tbytes); in httpPrintf()2489 http_write_ssl(http_t *http, /* I - HTTP data */ in http_write_ssl() function