Searched refs:end_offset (Results 1 – 2 of 2) sorted by relevance
397 int end_offset = 0; in z_shell_print_cmd() local403 end_offset += sh->ctx->vt100_ctx.cons.terminal_wid - adjust; in z_shell_print_cmd()404 ch = sh->ctx->cmd_buff[end_offset]; in z_shell_print_cmd()405 sh->ctx->cmd_buff[end_offset] = '\0'; in z_shell_print_cmd()410 sh->ctx->cmd_buff[end_offset] = ch; in z_shell_print_cmd()412 beg_offset = end_offset; in z_shell_print_cmd()
1160 uint32_t end_offset; in tcp_check_pending_data() local1166 if (end_offset < pending_len) { in tcp_check_pending_data()1167 if (end_offset) { in tcp_check_pending_data()1169 pending_len -= end_offset; in tcp_check_pending_data()2632 uint32_t end_offset; in tcp_queue_recv_data() local2639 if (end_offset < len) { in tcp_queue_recv_data()2640 if (end_offset) { in tcp_queue_recv_data()2648 end_offset, pending_len); in tcp_queue_recv_data()2671 if (end_offset < len) { in tcp_queue_recv_data()2672 if (end_offset) { in tcp_queue_recv_data()[all …]
Completed in 29 milliseconds