Searched refs:http_ssl_send_wrapper (Results 1 – 3 of 3) sorted by relevance
37 int http_ssl_send_wrapper(httpclient_t *client, const char *data, size_t length);
187 int http_ssl_send_wrapper(httpclient_t *client, const char *data, size_t length) in http_ssl_send_wrapper() function
301 if (http_ssl_send_wrapper(client, send_buf, len) != len) { in httpclient_send_header()359 …if (http_ssl_send_wrapper(client, client_data->post_buf, client_data->post_buf_len) != client_data… in httpclient_send_userdata()
Completed in 5 milliseconds