added wrapper functions - qse_httpd_mbsdup() and qse_httpd_mbsxdup()

This commit is contained in:
2014-11-02 12:01:22 +00:00
parent 514eee844f
commit 06e55b9c7e
2 changed files with 31 additions and 0 deletions

View File

@ -1357,6 +1357,18 @@ QSE_EXPORT qse_mchar_t* qse_httpd_strntombsdup (
qse_size_t len
);
QSE_EXPORT qse_mchar_t* qse_httpd_mbsdup (
qse_httpd_t* httpd,
const qse_mchar_t* str
);
QSE_EXPORT qse_mchar_t* qse_httpd_mbsxdup (
qse_httpd_t* httpd,
const qse_mchar_t* str,
qse_size_t len
);
QSE_EXPORT qse_mchar_t* qse_httpd_escapehtml (
qse_httpd_t* httpd,
const qse_mchar_t* str