Searched refs:tncs_message (Results 1 – 1 of 1) sorted by relevance
92 char *tncs_message; member600 if (tncs->tncs_message) in tncs_total_send_len()601 len += os_strlen(tncs->tncs_message); in tncs_total_send_len()622 if (tncs->tncs_message) { in tncs_copy_send_buf()623 size_t len = os_strlen(tncs->tncs_message); in tncs_copy_send_buf()624 os_memcpy(pos, tncs->tncs_message, len); in tncs_copy_send_buf()626 os_free(tncs->tncs_message); in tncs_copy_send_buf()627 tncs->tncs_message = NULL; in tncs_copy_send_buf()745 os_free(tncs->tncs_message); in tncs_derive_recommendation()746 tncs->tncs_message = os_zalloc(200); in tncs_derive_recommendation()[all …]