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

/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetPortForwardString.cpp56 int idxRaw = 0; local
99 int idxRaw = 1; /* we increment pszRaw after checks. */
132 idxRaw += cbPort;
134 Assert(cbRest || pszRaw[idxRaw - 1] == PF_FIELD_SEPARATOR); /* we are 1 char ahead */
139 Assert(idxRaw > 0);
147 return idxRaw;
156 int idxRaw = 0; local
171 idxRaw = 0;
175 idxRaw += netPfStrAddressParse(pszRaw,
176 cbRaw - idxRaw,
228 int idxRaw = 0; local
[all...]

Completed in 41 milliseconds