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

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp986 PRTSTREAM StrmIn; local
988 StrmIn = g_pStdIn;
991 int vrc = RTStrmOpen(ValueUnion.psz, "r", &StrmIn);
996 int vrc = RTStrmGetLine(StrmIn, szPasswd, sizeof(szPasswd));
1001 if (StrmIn != g_pStdIn)
1002 RTStrmClose(StrmIn);

Completed in 48 milliseconds