Searched refs:input_log_size (Results 1 – 1 of 1) sorted by relevance
28 unsigned int push_log(const char *input_log, int input_log_size) in push_log() argument32 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()
Completed in 2 milliseconds