![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Generic xlat functions dependent on libcurl. More...
#include <curl/curl.h>#include <freeradius-devel/unlang/xlat.h>
Include dependency graph for xlat.h:Go to the source code of this file.
Macros | |
| #define | CURL_URI_SAFE_FOR ((fr_value_box_safe_for_t)fr_curl_xlat_uri_escape) |
| safe for value suitable for all users of the curl library | |
Functions | |
| xlat_action_t | fr_curl_xlat_uri_escape (UNUSED TALLOC_CTX *ctx, UNUSED fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, UNUSED request_t *request, fr_value_box_list_t *in) |
| xlat_action_t | fr_curl_xlat_uri_unescape (UNUSED TALLOC_CTX *ctx, UNUSED fr_dcursor_t *out, UNUSED xlat_ctx_t const *xctx, UNUSED request_t *request, fr_value_box_list_t *in) |
Variables | |
| xlat_arg_parser_t const | fr_curl_xlat_safe_args [] |
| xlat_arg_parser_t const | fr_curl_xlat_uri_args [] |
Generic xlat functions dependent on libcurl.
Definition in file xlat.h.
| #define CURL_URI_SAFE_FOR ((fr_value_box_safe_for_t)fr_curl_xlat_uri_escape) |
| xlat_action_t fr_curl_xlat_uri_escape | ( | UNUSED TALLOC_CTX * | ctx, |
| UNUSED fr_dcursor_t * | out, | ||
| UNUSED xlat_ctx_t const * | xctx, | ||
| UNUSED request_t * | request, | ||
| fr_value_box_list_t * | in | ||
| ) |
| xlat_action_t fr_curl_xlat_uri_unescape | ( | UNUSED TALLOC_CTX * | ctx, |
| UNUSED fr_dcursor_t * | out, | ||
| UNUSED xlat_ctx_t const * | xctx, | ||
| UNUSED request_t * | request, | ||
| fr_value_box_list_t * | in | ||
| ) |
|
extern |
|
extern |
1.9.8