Dillo v3.1.1-98-g318d1f14
|
Go to the source code of this file.
Functions | |
char * | Escape_uri_str (const char *str, const char *p_esc_set) |
char * | Unescape_uri_str (const char *str) |
char * | Escape_html_str (const char *str) |
char * | Unescape_html_str (const char *str) |
char * | Filter_smtp_hack (char *url) |
char * Escape_html_str | ( | const char * | str | ) |
Definition at line 93 of file dpiutil.c.
References dStr_append(), dStr_append_c(), dStr_free(), dStr_sized_new(), FALSE, Dstr::str, unsafe_chars, and unsafe_rep.
Referenced by Bms_add(), Bms_sec_add(), Bms_update_sec_title(), Bms_update_title(), File_info2html(), File_print_parent_dir(), File_send_dir(), and main().
char * Escape_uri_str | ( | const char * | str, |
const char * | p_esc_set | ||
) |
Definition at line 36 of file dpiutil.c.
References dStr_append_c(), dStr_free(), dStr_sized_new(), FALSE, and Dstr::str.
Referenced by Bms_add(), File_info2html(), File_print_parent_dir(), File_send_dir(), and make_wget_argv().
char * Filter_smtp_hack | ( | char * | url | ) |
Definition at line 148 of file dpiutil.c.
References D_ASCII_TOLOWER.
Referenced by make_wget_argv().
char * Unescape_html_str | ( | const char * | str | ) |
Definition at line 115 of file dpiutil.c.
References dStrdup(), dStrnAsciiCasecmp(), unsafe_chars, unsafe_rep, and unsafe_rep_len.
Referenced by Bms_load(), Bms_save(), Bmsrv_add_bm(), and Bmsrv_modify_add_url().
char * Unescape_uri_str | ( | const char * | str | ) |
Definition at line 64 of file dpiutil.c.
References D_ASCII_TOUPPER, and dStrdup().
Referenced by datauri_get_data().