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

/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetPortForwardString.cpp44 #define PF_FIELD_SEPARATOR ':' macro
105 AssertReturn(pszRaw[0] == PF_FIELD_SEPARATOR, -1);
134 Assert(cbRest || pszRaw[idxRaw - 1] == PF_FIELD_SEPARATOR); /* we are 1 char ahead */
164 Assert( pszRaw[0] == PF_FIELD_SEPARATOR
183 Assert(pszRaw[idxRaw] == PF_FIELD_SEPARATOR);
195 Assert(pszRaw[0] == PF_FIELD_SEPARATOR);
197 if (pszRaw[0] == PF_FIELD_SEPARATOR)
201 Assert(strlen(&pszRaw[idxRaw]) == 0 || pszRaw[idxRaw] == PF_FIELD_SEPARATOR);
253 if (pszRaw[idxRaw] == PF_FIELD_SEPARATOR)
275 AssertReturn(pszRaw[0] == PF_FIELD_SEPARATOR, VERR_INVALID_PARAMETE
[all...]

Completed in 56 milliseconds