int escape_forward_slash(char* dst, size_t dstlen, const char* src); int urlencode(char* dst, size_t dstlen, const char* src);