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

/vbox/src/bldprogs/
H A DVBoxCPP.cpp1285 * @param poffComment Where to note down the position of the final
1288 static RTEXITCODE vbcppInputSkipToEndOfDirectiveLine(PVBCPP pThis, PSCMSTREAM pStrmInput, size_t *poffComment) argument
1290 if (poffComment)
1291 *poffComment = ~(size_t)0;
1315 if (poffComment)
1316 *poffComment = ScmStreamTell(pStrmInput) - 1;
1320 if (poffComment)
1321 *poffComment = ScmStreamTell(pStrmInput) - 1;
4358 * @param poffComment Where to note down the position of the final
4361 static RTEXITCODE vbcppExtractDirectiveLine(PVBCPP pThis, PSCMSTREAM pStrmInput, PVBCPPSTRBUF pStrBuf, size_t *poffComment) argument
[all...]

Completed in 59 milliseconds