Searched refs:g_log_poll (Results 1 – 2 of 2) sorted by relevance
15 char *g_log_poll = NULL; variable20 if (NULL != g_log_poll) { in remove_log_poll()21 HAL_Free(g_log_poll); in remove_log_poll()22 g_log_poll = NULL; in remove_log_poll()38 len = current_log_pos - g_log_poll; in push_log()60 if (NULL == g_log_poll) { in reset_log_poll()64 memset(g_log_poll, 0, LOG_POLL_SIZE); in reset_log_poll()65 current_log_pos = g_log_poll; in reset_log_poll()74 g_log_poll = HAL_Malloc(LOG_POLL_SIZE); in create_log_poll()132 if (current_log_pos > g_log_poll) { in stop_sample()
1389 extern char *g_log_poll; in dm_mgr_upstream_thing_log_post()1417 g_log_poll, log_size + 1, "thing.log.post", &request); in dm_mgr_upstream_thing_log_post()
Completed in 7 milliseconds