Searched refs:decodeURI (Results 1 – 7 of 7) sorted by relevance
85 void decodeURI(char *dst, const char *src) { in decodeURI() function130 decodeURI(localPath, localUri.c_str() + 7); in loadImage()
60 return extractExactPathFromURL(decodeURI(incomingUrl));
75 return extractExactPathFromURL(decodeURI(incomingUrl));
1 … const incomingUrl = res.query.url;\n return extractExactPathFromURL(decodeURI(incomingUrl));\n…