|
HTP
0.3
|

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) |
| 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 |


1.7.6.1