Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dnsio.c2144 spec = heap_strdupUtoW(speca); in nsURI_SetSpec()
2244 scheme = heap_strdupUtoW(schemea); in nsURI_SetScheme()
2304 buf = heap_strdupUtoW(user_pass); in nsURI_SetUserPass()
2351 user = heap_strdupUtoW(usera); in nsURI_SetUsername()
2385 pass = heap_strdupUtoW(passa); in nsURI_SetPassword()
2463 host = heap_strdupUtoW(hosta); in nsURI_SetHost()
2532 path = heap_strdupUtoW(patha); in nsURI_SetPath()
2639 path = heap_strdupUtoW(patha); in nsURI_Resolve()
2731 ref = heap_strdupUtoW(refa); in nsURL_SetRef()
2885 query = heap_strdupUtoW(querya); in nsURL_SetQuery()
H A Dmshtml_private.h1230 static inline WCHAR *heap_strdupUtoW(const char *str) in heap_strdupUtoW() function
H A Dnsembed.c1113 buf = heap_strdupUtoW(path); in is_gecko_path()