#include <errno.h>
#include "htp.h"
Functions | |
int | htp_transcode_params (htp_connp_t *connp, table_t **params, int destroy_old) |
int | htp_transcode_bstr (iconv_t cd, bstr *input, bstr **output) |
Transcode one bstr.
cd | ||
input | ||
output |
int htp_transcode_params | ( | htp_connp_t * | connp, | |
table_t ** | params, | |||
int | destroy_old | |||
) |
Transcode all parameters supplied in the table.
connp | ||
params | ||
destroy_old |