Searched refs:ki_curl_connect_post_helper (Results 1 – 1 of 1) sorted by relevance
/dports/net/kamailio/kamailio-5.4.5/src/modules/http_client/ |
H A D | http_client.c | 675 static int ki_curl_connect_post_helper(sip_msg_t *_m, str *con, str *url, in ki_curl_connect_post_helper() function 716 return ki_curl_connect_post_helper(_m, con, url, ctype, data, dst); in ki_curl_connect_post() 754 return ki_curl_connect_post_helper(_m, &con, &url, &ctype, &data, dst); in w_curl_connect_post_raw() 794 return ki_curl_connect_post_helper(_m, &con, &url, &ctype, &data, dst); in w_curl_connect_post()
|