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

/vbox/src/VBox/Runtime/common/misc/
H A Duri.cpp425 size_t iPos3 = cbLen; local
428 rtUriFindAuthorityEnd(pszUri, iPos2, cbLen - iPos2, &iPos3);
429 if (iPos3 > iPos2) /* Length check */
430 return rtUriPercentDecodeN(&pszUri[iPos2], iPos3 - iPos2);
450 size_t iPos3 = iPos1; /* Skip if no authority is found */ local
456 if (!rtUriFindAuthorityEnd(pszUri, iPos2, cbLen - iPos2, &iPos3))
462 if (rtUriCheckPathStart(pszUri, iPos3, cbLen - iPos3, &iPos4))
487 size_t iPos3 = iPos1; /* Skip if no authority is found */ local
493 if (!rtUriFindAuthorityEnd(pszUri, iPos2, cbLen - iPos2, &iPos3))
535 size_t iPos3 = iPos1; /* Skip if no authority is found */ local
641 size_t iPos3 = iPos1; /* Skip if no authority is found */ local
[all...]

Completed in 42 milliseconds