Searched refs:msg_chain (Results 1 – 5 of 5) sorted by relevance
267 sip_msg_chain_t *msg_chain; in sip_write_xaction_to_log() local287 msg_chain = sip_log->sip_msgs; in sip_write_xaction_to_log()288 while (msg_chain != NULL) { in sip_write_xaction_to_log()289 nmsg_chain = msg_chain->next; in sip_write_xaction_to_log()291 localtime_r(&msg_chain->msg_timestamp, &tms)); in sip_write_xaction_to_log()293 " %d\n%s", timebuf, msg_chain->msg_seq, msg_chain-> in sip_write_xaction_to_log()295 free(msg_chain->sip_msg); in sip_write_xaction_to_log()296 free(msg_chain); in sip_write_xaction_to_log()298 msg_chain = nmsg_chain; in sip_write_xaction_to_log()319 sip_msg_chain_t *msg_chain; in sip_write_dlg_to_log() local[all …]
488 sip_msg_chain_t *msg_chain; in sip_xaction_remove() local532 msg_chain = tmp->sip_xaction_log[count].sip_msgs; in sip_xaction_remove()533 while (msg_chain != NULL) { in sip_xaction_remove()534 nmsg_chain = msg_chain->next; in sip_xaction_remove()535 if (msg_chain->sip_msg != NULL) in sip_xaction_remove()536 free(msg_chain->sip_msg); in sip_xaction_remove()537 free(msg_chain); in sip_xaction_remove()538 msg_chain = nmsg_chain; in sip_xaction_remove()
112 sip_msg_chain_t *msg_chain; in sip_release_dialog_res() local149 msg_chain = dialog->sip_dlg_log[count].sip_msgs; in sip_release_dialog_res()150 while (msg_chain != NULL) { in sip_release_dialog_res()151 nmsg_chain = msg_chain->next; in sip_release_dialog_res()152 if (msg_chain->sip_msg != NULL) in sip_release_dialog_res()153 free(msg_chain->sip_msg); in sip_release_dialog_res()154 free(msg_chain); in sip_release_dialog_res()155 msg_chain = nmsg_chain; in sip_release_dialog_res()
76 struct msg_chain { struct81 struct msg_chain *next; /* next node */ argument86 struct msg_chain *first_elem; /* head of msg link list */87 struct msg_chain *current_elem; /* most recently used msg */
671 struct msg_chain *p1; in insert_message()672 struct msg_chain *node, *prev_node; in insert_message()716 node = (struct msg_chain *) in insert_message()717 Xmalloc(sizeof (struct msg_chain)); in insert_message()737 node = (struct msg_chain *) in insert_message()738 Xmalloc(sizeof (struct msg_chain)); in insert_message()892 struct msg_chain *p; in output_one_mo_file()1130 struct msg_chain *m; in printlist()