Searched defs:iPos6 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/common/misc/ |
H A D | uri.cpp | 508 size_t iPos6; local 510 if (rtUriCheckQueryStart(pszUri, iPos5, cbLen - iPos5, &iPos6)) 514 rtUriFindQueryEnd(pszUri, iPos6, cbLen - iPos6, &iPos7); 515 if (iPos7 > iPos6) /* Length check */ 516 return rtUriPercentDecodeN(&pszUri[iPos6], iPos7 - iPos6); 556 size_t iPos6; local 559 if (rtUriCheckQueryStart(pszUri, iPos5, cbLen - iPos5, &iPos6)) 563 if (!rtUriFindQueryEnd(pszUri, iPos6, cbLe [all...] |
Completed in 102 milliseconds