Lines Matching refs:StreamingUnicode
256 IN BOOLEAN StreamingUnicode in PerformParsing() argument
284 if (StreamingUnicode) { in PerformParsing()
290 if ((TempLine == NULL) || (*TempLine == CHAR_NULL && StreamingUnicode)) { in PerformParsing()
307 if (StreamingUnicode) { in PerformParsing()
390 BOOLEAN StreamingUnicode; in ShellCommandRunParse() local
394 StreamingUnicode = FALSE; in ShellCommandRunParse()
415 StreamingUnicode = IsStdInDataAvailable (); in ShellCommandRunParse()
416 if ((!StreamingUnicode && (ShellCommandLineGetCount(Package) < 4)) || in ShellCommandRunParse()
420 } else if ((StreamingUnicode && (ShellCommandLineGetCount(Package) > 3)) || in ShellCommandRunParse()
425 if (StreamingUnicode) { in ShellCommandRunParse()
445 …bleName, ShellStrToUintn(ColumnString), TableNameInstance, ShellCommandInstance, StreamingUnicode); in ShellCommandRunParse()