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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp90 typedef VBCPPSTRBUF *PVBCPPSTRBUF; typedef
644 static void vbcppStrBufInit(PVBCPPSTRBUF pStrBuf, PVBCPP pThis)
658 static void vbcppStrBufDelete(PVBCPPSTRBUF pStrBuf)
673 static RTEXITCODE vbcppStrBufGrow(PVBCPPSTRBUF pStrBuf, size_t cbMin)
699 static RTEXITCODE vbcppStrBufAppendN(PVBCPPSTRBUF pStrBuf, const char *pchSrc, size_t cchSrc)
725 static RTEXITCODE vbcppStrBufAppendCh(PVBCPPSTRBUF pStrBuf, char ch)
750 static RTEXITCODE vbcppStrBufAppend(PVBCPPSTRBUF pStrBuf, const char *psz)
762 static char vbcppStrBufLastCh(PVBCPPSTRBUF pStrBuf)
2041 PVBCPPSTRBUF pStrBuf)
4308 static RTEXITCODE vbcppExtractQuotedString(PVBCPP pThis, PSCMSTREAM pStrmInput, PVBCPPSTRBUF pStrBu
[all...]

Completed in 58 milliseconds