Searched refs:cStat (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinSerial.c474 COMSTAT cStat;
510 if (ClearCommError(infoPtr->handle, &infoPtr->error, &cStat)) {
521 if ((cStat.cbInQue > 0) ||
915 COMSTAT cStat;
932 if (ClearCommError(infoPtr->handle, &infoPtr->error, &cStat)) {
946 if (cStat.cbInQue > 0) {
947 if ((DWORD) bufSize > cStat.cbInQue) {
948 bufSize = cStat.cbInQue;
959 if (cStat.cbInQue > 0) {
960 if ((DWORD) bufSize > cStat
467 COMSTAT cStat; local
903 COMSTAT cStat; local
2163 COMSTAT cStat; local
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinSerial.c456 COMSTAT cStat; local
494 if( ClearCommError( infoPtr->handle, &infoPtr->error, &cStat ) ) {
504 if( (cStat.cbInQue > 0) ||
867 COMSTAT cStat; local
883 if( ClearCommError( infoPtr->handle, &infoPtr->error, &cStat ) ) {
898 if( cStat.cbInQue > 0 ) {
899 if( (DWORD) bufSize > cStat.cbInQue ) {
900 bufSize = cStat.cbInQue;
912 if( cStat.cbInQue > 0 ) {
913 if( (DWORD) bufSize > cStat
2069 COMSTAT cStat; local
[all...]

Completed in 155 milliseconds