Home
last modified time | relevance | path

Searched refs:URL_UNESCAPE_INPLACE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d48 enum URL_UNESCAPE_INPLACE = 0x00100000; variable
165 return UrlUnescapeA(pszUrl, null, null, dwFlags | URL_UNESCAPE_INPLACE); in UrlUnescapeInPlaceA()
169 return UrlUnescapeW(pszUrl, null, null, dwFlags | URL_UNESCAPE_INPLACE); in UrlUnescapeInPlaceW()