Lines Matching defs:pszBuf

651     char * const pszBuf   = &pLogger->pInt->pszRingBuf[sizeof(RTLOG_RINGBUF_EYE_CATCHER)];
653 size_t offCur = pLogger->pInt->pchRingBufCur - pszBuf;
672 pszBuf[offCur] = '\0';
675 pszFirst = &pszBuf[offCur + 1];
677 pszSecond = pszBuf;
685 pszFirst = &pszBuf[offCur - cchFirst];
694 pszFirst = &pszBuf[cchBuf - cchFirst];
695 pszSecond = pszBuf;
1923 * @param pszBuf The output buffer.
1927 RTDECL(int) RTLogGetGroupSettings(PRTLOGGER pLogger, char *pszBuf, size_t cchBuf)
1945 *pszBuf = '\0';
1960 rc = rtLogGetGroupSettingsAddOne("all", fGroup, &pszBuf, &cchBuf, &fNotFirst);
1975 rc = rtLogGetGroupSettingsAddOne(pszName, fGroup, &pszBuf, &cchBuf, &fNotFirst);
1983 *pszBuf = '\0';
2147 * @param pszBuf The output buffer.
2151 RTDECL(int) RTLogGetFlags(PRTLOGGER pLogger, char *pszBuf, size_t cchBuf)
2168 *pszBuf = '\0';
2190 *pszBuf++ = ' ';
2193 memcpy(pszBuf, s_aLogFlags[i].pszInstr, cchInstr);
2194 pszBuf += cchInstr;
2198 *pszBuf = '\0';
2404 * @param pszBuf The output buffer.
2408 RTDECL(int) RTLogGetDestinations(PRTLOGGER pLogger, char *pszBuf, size_t cchBuf)
2416 *pszBuf = '\0';
2437 rc = RTStrCopyP(&pszBuf, &cchBuf, " ");
2441 rc = RTStrCopyP(&pszBuf, &cchBuf, s_aLogDst[i].pszInstr);
2455 rc = RTStrCopyP(&pszBuf, &cchBuf, fNotFirst ? " file=" : "file=");
2458 rc = RTStrCopyP(&pszBuf, &cchBuf, pLogger->pInt->szFilename);
2466 rc = RTStrCopyP(&pszBuf, &cchBuf, szNum);
2474 rc = RTStrCopyP(&pszBuf, &cchBuf, szNum);
2482 rc = RTStrCopyP(&pszBuf, &cchBuf, szNum);
2496 rc = RTStrCopyP(&pszBuf, &cchBuf, fNotFirst ? " ringbuf" : "ringbuf");
2500 rc = RTStrCopyP(&pszBuf, &cchBuf, szNum);