Searched refs:on_end (Results 1 – 2 of 2) sorted by relevance
| /components/utilities/ymodem/ |
| A D | ymodem.h | 103 rym_callback on_end; member 141 rym_callback on_begin, rym_callback on_data, rym_callback on_end, 164 rym_callback on_begin, rym_callback on_data, rym_callback on_end,
|
| A D | ymodem.c | 480 if (ctx->on_end) in _rym_do_fin() 481 ctx->on_end(ctx, ctx->buf + 3, 128); in _rym_do_fin() 566 if (ctx->on_end && ctx->on_end(ctx, ctx->buf + 3, data_sz - 5) != RYM_CODE_SOH) in _rym_do_send_fin() 657 rym_callback on_end, in rym_recv_on_device() argument 670 ctx->on_end = on_end; in rym_recv_on_device() 714 rym_callback on_end, in rym_send_on_device() argument 727 ctx->on_end = on_end; in rym_send_on_device()
|
Completed in 4 milliseconds