#include "htp_config_auto.h"
#include "htp_private.h"
Functions | |
int | htp_transcode_params (htp_connp_t *connp, htp_table_t **params, int destroy_old) |
int | htp_transcode_bstr (iconv_t cd, bstr *input, bstr **output) |
Transcode one bstr.
[in] | cd | |
[in] | input | |
[in] | output |
int htp_transcode_params | ( | htp_connp_t * | connp, | |
htp_table_t ** | params, | |||
int | destroy_old | |||
) |
Transcode all parameters supplied in the table.
[in] | connp | |
[in] | params | |
[in] | destroy_old |