Searched refs:replymsg (Results 1 – 4 of 4) sorted by relevance
1416 reply->replymsg = malloc(len); in add_reply_to_list()1417 if (!reply->replymsg) { in add_reply_to_list()1420 memcpy(reply->replymsg, buf, len); in add_reply_to_list()1423 reply->replymsg = NULL; in add_reply_to_list()1623 if (thisreply->replymsg) in send_local_reply()1624 message_len += strlen(thisreply->replymsg) + 1; in send_local_reply()1659 if (thisreply->replymsg) { in send_local_reply()1660 strcpy(ptr, thisreply->replymsg); in send_local_reply()1661 ptr += strlen(thisreply->replymsg) + 1; in send_local_reply()1668 free(tempreply->replymsg); in send_local_reply()[all …]
35 char *replymsg; member
3281 replymsg
11437 - query_info and replymsg util/data structure.