Searched refs:base_end (Results 1 – 1 of 1) sorted by relevance
480 LPCWSTR base_end, ptr; in ITSProtocolInfo_CombineUrl() local489 base_end = wcsstr(pwzBaseUrl, separator); in ITSProtocolInfo_CombineUrl()490 if(!base_end) in ITSProtocolInfo_CombineUrl()492 base_end += 2; in ITSProtocolInfo_CombineUrl()501 base_end += lstrlenW(base_end); in ITSProtocolInfo_CombineUrl()503 ptr = wcsrchr(base_end, '/'); in ITSProtocolInfo_CombineUrl()505 base_end = ptr+1; in ITSProtocolInfo_CombineUrl()507 base_end += lstrlenW(base_end); in ITSProtocolInfo_CombineUrl()512 *pcchResult = rel_len + (base_end-pwzBaseUrl); in ITSProtocolInfo_CombineUrl()517 memcpy(pwzResult, pwzBaseUrl, (base_end-pwzBaseUrl)*sizeof(WCHAR)); in ITSProtocolInfo_CombineUrl()[all …]