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

/vbox/src/bldprogs/
H A Dscmstream.h130 const char *ScmStreamCGetWord(PSCMSTREAM pStream, size_t *pcchWord);
131 const char *ScmStreamCGetWordM1(PSCMSTREAM pStream, size_t *pcchWord);
H A Dscmstream.cpp1291 * @param pcchWord Where to return the word length.
1293 const char *ScmStreamCGetWord(PSCMSTREAM pStream, size_t *pcchWord) argument
1318 *pcchWord = off;
1330 * @param pcchWord Where to return the word length.
1332 const char *ScmStreamCGetWordM1(PSCMSTREAM pStream, size_t *pcchWord) argument
1357 *pcchWord = off;
H A DVBoxTpG.cpp1438 * @param pcchWord Where to return the length.
1440 static const char *parseGetNextCWord(PSCMSTREAM pStrm, size_t *pcchWord) argument
1444 return ScmStreamCGetWord(pStrm, pcchWord);

Completed in 51 milliseconds