Home
last modified time | relevance | path

Searched refs:DLG_DESTROYED (Results 1 – 2 of 2) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Ddlg.c695 _d->state = DLG_DESTROYED; in dlg_new_resp_uac()
734 _d->state = DLG_DESTROYED; in dlg_early_resp_uac()
767 _d->state = DLG_DESTROYED; in dlg_confirmed_resp_uac()
831 case DLG_DESTROYED: in dlg_response_uac()
1080 } else if(_d->state == DLG_DESTROYED) { in update_dlg_uas()
1107 _d->state = DLG_DESTROYED; in update_dlg_uas()
1321 case DLG_DESTROYED: in print_dlg()
H A Ddlg.h70 DLG_DESTROYED /* Destroyed dialog */ enumerator