#include <curl/curl.h>#include "../../mod_fix.h"#include "../../pvar.h"#include "../../route_struct.h"#include "../../ut.h"#include "../../mem/mem.h"#include "../../parser/msg_parser.h"#include "utils.h"

Go to the source code of this file.
Functions | |
| int | http_query (struct sip_msg *_m, char *_url, char *_dst) |
| size_t | write_function (void *ptr, size_t size, size_t nmemb, void *stream) |
| int http_query | ( | struct sip_msg * | _m, | |
| char * | _url, | |||
| char * | _dst | |||
| ) |
Definition at line 65 of file utils/functions.c.
References EQ_T, fixup_get_svalue(), _pv_value::flags, http_query_timeout, _str::len, LM_ERR, NULL, pkg_free, pkg_malloc, PV_VAL_STR, _pv_spec::pvp, _pv_value::rs, _str::s, _pv_spec::setf, and write_function().
| size_t write_function | ( | void * | ptr, | |
| size_t | size, | |||
| size_t | nmemb, | |||
| void * | stream | |||
| ) |
1.5.6