Searched refs:paLines (Results 1 - 3 of 3) sorted by relevance

/vbox/src/bldprogs/
H A Dscmstream.cpp46 pStream->paLines = NULL;
105 pStream->paLines = (PSCMSTREAMLINE)RTMemAlloc(cLinesEstimate * sizeof(SCMSTREAMLINE));
106 if (pStream->paLines)
108 pStream->paLines[0].off = 0;
109 pStream->paLines[0].cch = 0;
110 pStream->paLines[0].enmEol = SCMEOL_NONE;
141 if (pStream->paLines)
143 RTMemFree(pStream->paLines);
144 pStream->paLines = NULL;
206 void *pvNew = RTMemRealloc(pStream->paLines, cLinesAllocate
[all...]
H A Dscmstream.h67 PSCMSTREAMLINE paLines; member in struct:SCMSTREAM
72 /** The sizeof the the memory backing paLines. */
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1748 * @param paLines Pointer to the first line number table entry.
1752 PCIMAGE_LINENUMBER paLines, uint32_t cLines)
1755 PCIMAGE_LINENUMBER pCur = paLines;
1794 * @param paLines Pointer to the line number table.
1801 PCIMAGE_LINENUMBER paLines, uint32_t cLines,
1899 rtDbgModCvAddCoffLineNumbers(pThis, szFile, iLineSect, &paLines[iLine], cLinesToAdd);
1751 rtDbgModCvAddCoffLineNumbers(PRTDBGMODCV pThis, const char *pszFile, uint32_t iSection, PCIMAGE_LINENUMBER paLines, uint32_t cLines) argument
1799 rtDbgModCvProcessCoffSymbolTable(PRTDBGMODCV pThis, PCIMAGE_SYMBOL paSymbols, uint32_t cSymbols, PCIMAGE_LINENUMBER paLines, uint32_t cLines, const char *pszzStrTab, uint32_t cbStrTab) argument

Completed in 295 milliseconds