Searched refs:pach (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Diprt-openssl.h36 DECLHIDDEN(int) rtCrOpenSslErrInfoCallback(const char *pach, size_t cch, void *pvUser);
/vbox/src/VBox/Runtime/common/crypto/
H A Diprt-openssl.cpp56 DECLHIDDEN(int) rtCrOpenSslErrInfoCallback(const char *pach, size_t cch, void *pvUser) argument
61 RTStrCopyEx(pErrInfo->pszMsg + cchAlready, pErrInfo->cbMsg - cchAlready, pach, cch);
/vbox/src/VBox/Runtime/common/log/
H A Dlogcom.cpp114 * @param pach Pointer to the buffer to write.
117 RTDECL(void) RTLogWriteCom(const char *pach, size_t cb) argument
121 for (pu8 = (const uint8_t *)pach; cb-- > 0; pu8++)
/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp472 static bool getSequence(const char *pach, size_t cch, size_t *pcchRead,
478 static void skipLine(const char *pach, size_t cch, size_t *pcchRead);
696 bool getSequence(const char *pach, size_t cch, size_t *pcchRead, argument
700 && !RTStrNCmp(pach + *pcchRead, pcszSequence, cchSequence))
900 void skipLine(const char *pach, size_t cch, size_t *pcchRead) argument
903 && (pach)[*pcchRead] != '\n'
904 && (pach)[*pcchRead] != '\r')
907 && ( (pach)[*pcchRead] == '\n'
908 || (pach)[*pcchRead] == '\r'))
/vbox/include/iprt/
H A Dlog.h2056 * @param pach Pointer to the buffer to write.
2059 RTDECL(void) RTLogWriteCom(const char *pach, size_t cb);
2145 * @param pach What to write.
2149 RTDECL(void) RTLogWriteDebugger(const char *pach, size_t cb);
2154 * @param pach What to write.
2158 RTDECL(void) RTLogWriteUser(const char *pach, size_t cb);
2163 * @param pach What to write.
2167 RTDECL(void) RTLogWriteStdOut(const char *pach, size_t cb);
2172 * @param pach What to write.
2176 RTDECL(void) RTLogWriteStdErr(const char *pach, size_
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp2003 * @param pach Pointer to an array of characters (bytes).
2006 static DECLCALLBACK(size_t) stamR3SnapshotOutput(void *pvArg, const char *pach, size_t cch)
2046 memcpy(pThis->psz, pach, cch);

Completed in 76 milliseconds