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

/vbox/src/VBox/ValidationKit/utils/network/
H A DNetPerf.cpp1005 * @param pszParams The parameter string sent by the client.
1007 static int netperfTCPServerParseParams(NETPERFPARAMS *pParams, char *pszParams) argument
1023 char *pszCur = strchr(pszParams, ':');
/vbox/src/bldprogs/
H A DVBoxCPP.cpp2628 * @param pszParams The parameter list.
2635 const char *pszParams, size_t cchParams,
2641 Assert(RTStrNLen(pszParams, cchParams) == cchParams);
2656 if (!RT_C_IS_SPACE(pszParams[off]))
2658 if (pszParams[off] != ',' || !fIgnoreComma)
2660 if (vbcppIsCIdentifierLeadChar(pszParams[off]))
2663 return vbcppErrorPos(pThis, &pszParams[off], "Unexpected character");
2677 && vbcppIsCIdentifierChar(pszParams[off]))
2717 if (!RT_C_IS_SPACE(pszParams[off]))
2719 if (pszParams[of
2634 vbcppMacroAddFn(PVBCPP pThis, const char *pszDefine, size_t cchDefine, const char *pszParams, size_t cchParams, const char *pszValue, size_t cchValue, bool fCmdLine) argument
2782 const char *pszParams = (const char *)memchr(pszDefine, '(', cchDefine); local
[all...]

Completed in 100 milliseconds