Lines Matching defs:cbValue
2090 * @param cbValue The size of the output buffer.
2093 char *pszValue, size_t cbValue)
2102 if (cbReq > cbValue)
2130 * @param cbValue The size of the output buffer.
2133 char *pszValue, size_t cbValue)
2142 if (cch + 1 > cbValue)
2144 memcpy(pszValue, szTmp, cbValue);
2157 if (cbReq > cbValue)
2179 RTDECL(int) RTDbgCfgQueryString(RTDBGCFG hDbgCfg, RTDBGCFGPROP enmProp, char *pszValue, size_t cbValue)
2192 rc = rtDbgCfgQueryStringU64(pThis, pThis->fFlags, g_aDbgCfgFlags, pszValue, cbValue);
2195 rc = rtDbgCfgQueryStringList(pThis, &pThis->PathList, pszValue, cbValue);
2198 rc = rtDbgCfgQueryStringList(pThis, &pThis->SuffixList, pszValue, cbValue);
2201 rc = rtDbgCfgQueryStringList(pThis, &pThis->SrcPathList, pszValue, cbValue);