Home | History | Annotate | Download | only in WebServer

Lines Matching refs:MaxBytes

650   size_t MaxBytes;

661 MaxBytes = sizeof ( pPort->TxBuffer );
662 DataBytes = MaxBytes - pPort->TxBytes;
683 if ( MaxBytes <= pPort->TxBytes ) {