Lines Matching refs:pszPath1
308 char *pszPath1 = 0;
326 pszPath1 = rtUriPercentEncodeN(pszPath, RTSTR_MAX);
327 if (!pszPath1)
329 cbSize += strlen(pszPath1);
357 if (pszPath1)
359 RTStrCatP(&pszTmp, &cbSize, pszPath1);
376 if (pszPath1)
377 RTStrFree(pszPath1);
590 char *pszPath1 = 0;
596 pszPath1 = rtUriPercentEncodeN(pszPath, RTSTR_MAX);
597 if (!pszPath1)
599 size_t cbSize = 7 /* file:// */ + strlen(pszPath1) + 1; /* plus zero byte */
600 if (pszPath1[0] != '/')
607 if (pszPath1[0] != '/')
609 RTStrCatP(&pszTmp, &cbSize, pszPath1);
613 if (pszPath1)
614 RTStrFree(pszPath1);