Home
last modified time | relevance | path

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

/reactos/dll/win32/wininet/
H A Dinternet.c4221 *lpdwUrlLength = 0; in calc_url_length()
4226 *lpdwUrlLength += dwLen; in calc_url_length()
4238 *lpdwUrlLength += lstrlenW(scheme); in calc_url_length()
4241 (*lpdwUrlLength)++; /* ':' */ in calc_url_length()
4243 *lpdwUrlLength += strlen("//"); in calc_url_length()
4248 *lpdwUrlLength += strlen("@"); in calc_url_length()
4261 *lpdwUrlLength += strlen(":"); in calc_url_length()
4275 *lpdwUrlLength += strlen(":"); in calc_url_length()
4279 (*lpdwUrlLength)++; /* '/' */ in calc_url_length()
4384 *lpdwUrlLength /= sizeof(WCHAR); in InternetCreateUrlA()
[all …]
/reactos/sdk/include/psdk/
H A Dwininet.h444 _Out_writes_opt_(*lpdwUrlLength) LPSTR lpszUrl,
445 _Inout_ LPDWORD lpdwUrlLength);
451 _Out_writes_opt_(*lpdwUrlLength) LPWSTR lpszUrl,
452 _Inout_ LPDWORD lpdwUrlLength);