Lines Matching refs:stat
412 int stat = 0; in xyzModem_stream_open() local
451 stat = xyzModem_get_hdr (); in xyzModem_stream_open()
452 if (stat == 0) in xyzModem_stream_open()
468 else if (stat == xyzModem_timeout) in xyzModem_stream_open()
477 if (stat == xyzModem_cancel) in xyzModem_stream_open()
482 *err = stat; in xyzModem_stream_open()
490 int stat, total, len; in xyzModem_stream_read() local
494 stat = xyzModem_cancel; in xyzModem_stream_read()
503 stat = xyzModem_get_hdr (); in xyzModem_stream_read()
504 if (stat == 0) in xyzModem_stream_read()
553 stat = xyzModem_sequence; in xyzModem_stream_read()
556 if (stat == xyzModem_cancel) in xyzModem_stream_read()
560 if (stat == xyzModem_eof) in xyzModem_stream_read()
570 stat = xyzModem_get_hdr (); in xyzModem_stream_read()
581 if (stat < 0) in xyzModem_stream_read()
583 *err = stat; in xyzModem_stream_read()