htp_transcode.c File Reference

#include <errno.h>
#include "htp.h"
Include dependency graph for htp_transcode.c:

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)

Detailed Description

Author:
Ivan Ristic <ivanr@webkreator.com>

Function Documentation

int htp_transcode_bstr ( iconv_t  cd,
bstr input,
bstr **  output 
)

Transcode one bstr.

Parameters:
cd 
input 
output 

Here is the call graph for this function:

Here is the caller graph for this function:

int htp_transcode_params ( htp_connp_t connp,
table_t **  params,
int  destroy_old 
)

Transcode all parameters supplied in the table.

Parameters:
connp 
params 
destroy_old 

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on 17 Aug 2012 for HTP by  doxygen 1.6.1