Searched refs:current_log_pos (Results 1 – 1 of 1) sorted by relevance
16 static char *current_log_pos = NULL; variable23 current_log_pos = NULL; in remove_log_poll()32 if (NULL == current_log_pos || NULL == input_log || input_log_size <= 0) { in push_log()36 memcpy(current_log_pos, input_log, input_log_size); in push_log()37 current_log_pos += input_log_size; in push_log()38 len = current_log_pos - g_log_poll; in push_log()46 current_log_pos -= 1; in add_tail()65 current_log_pos = g_log_poll; in reset_log_poll()132 if (current_log_pos > g_log_poll) { in stop_sample()
Completed in 4 milliseconds