Searched refs:buf_ptr_now (Results 1 – 2 of 2) sorted by relevance
82 if (be->enable == RT_FALSE || be->buf_ptr_now == be->file_buf) in ulog_file_backend_flush_with_buf()112 write_size = (rt_size_t)(be->buf_ptr_now - be->file_buf); in ulog_file_backend_flush_with_buf()122 be->buf_ptr_now = be->file_buf; in ulog_file_backend_flush_with_buf()135 free_len = buf_ptr_end - be->buf_ptr_now; in ulog_file_backend_output_with_buf()145 rt_memcpy(be->buf_ptr_now, log, copy_len); in ulog_file_backend_output_with_buf()147 be->buf_ptr_now += copy_len; in ulog_file_backend_output_with_buf()151 RT_ASSERT(be->buf_ptr_now <= buf_ptr_end); in ulog_file_backend_output_with_buf()153 if (buf_ptr_end == be->buf_ptr_now) in ulog_file_backend_output_with_buf()156 if (buf_ptr_end == be->buf_ptr_now) in ulog_file_backend_output_with_buf()177 be->buf_ptr_now = be->file_buf; in ulog_file_backend_init()
31 rt_uint8_t *buf_ptr_now; member
Completed in 5 milliseconds