Searched refs:tme_log_handle_message (Results 1 – 3 of 3) sorted by relevance
230 if (handle->tme_log_handle_message != NULL) { in _tmesh_log_output()231 fprintf(fp, ": %s", handle->tme_log_handle_message); in _tmesh_log_output()232 tme_free(handle->tme_log_handle_message); in _tmesh_log_output()233 handle->tme_log_handle_message = NULL; in _tmesh_log_output()270 binary_message = (struct _tmesh_log_message_binary *) handle->tme_log_handle_message; in _tmesh_log_output_binary()300 handle->tme_log_handle_message = handle->tme_log_handle_private; in _tmesh_log_output_binary()308 handle->tme_log_handle_message += handle->tme_log_handle_message_size; in _tmesh_log_output_binary()347 handle->tme_log_handle_message = (char *) binary_message; in _tmesh_log_open()376 handle->tme_log_handle_message = NULL; in _tmesh_log_open()
338 message = handle->tme_log_handle_message;504 #define PRF_OUT_MEM(s, len) tme_output_append_raw(&handle->tme_log_handle_message, s, len)505 #define PRF_OUT_CHAR(c) tme_output_xpend_char(&handle->tme_log_handle_message, c, FALSE)
78 char *tme_log_handle_message; member