Searched refs:pszAuthority1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Duri.cpp307 char *pszAuthority1 = 0; local
319 pszAuthority1 = rtUriPercentEncodeN(pszAuthority, RTSTR_MAX);
320 if (!pszAuthority1)
322 cbSize += strlen(pszAuthority1) + 2;
352 if (pszAuthority1)
355 RTStrCatP(&pszTmp, &cbSize, pszAuthority1);
374 if (pszAuthority1)
375 RTStrFree(pszAuthority1);

Completed in 43 milliseconds