Searched defs:iPos7 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Duri.cpp513 size_t iPos7 = cbLen; local
514 rtUriFindQueryEnd(pszUri, iPos6, cbLen - iPos6, &iPos7);
515 if (iPos7 > iPos6) /* Length check */
516 return rtUriPercentDecodeN(&pszUri[iPos6], iPos7 - iPos6);
557 size_t iPos7 = iPos5; /* Skip if no query is found */ local
563 if (!rtUriFindQueryEnd(pszUri, iPos6, cbLen - iPos6, &iPos7))
570 if (rtUriCheckFragmentStart(pszUri, iPos7, cbLen - iPos7, &iPos8))

Completed in 60 milliseconds