Searched refs:heap_strndupAtoW (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | internet.h | 149 static inline WCHAR *heap_strndupAtoW(const char *str, int len_a, DWORD *len_w) in heap_strndupAtoW() function
|
H A D | internet.c | 1535 if(ret && !(url_w = heap_strndupAtoW(url, url_length ? url_length : -1, &url_length))) { in InternetCrackUrlA() 3795 headers = heap_strndupAtoW(lpszHeaders, dwHeadersLength, &dwHeadersLength); in InternetOpenUrlA()
|
H A D | http.c | 804 req->session->userName = heap_strndupAtoW(ad->authorization, length, &length); in retrieve_cached_basic_authorization() 806 …req->session->password = heap_strndupAtoW(&ad->authorization[length], ad->authorizationLen - lengt… in retrieve_cached_basic_authorization() 1338 headers = heap_strndupAtoW(lpszHeader, dwHeaderLength, &dwHeaderLength); in HttpAddRequestHeadersA()
|