Searched refs:sip_dlg_ref_cnt (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_dialog.h50 (dialog)->sip_dlg_ref_cnt++;
54 assert((dialog)->sip_dlg_ref_cnt > 0); \
55 (dialog)->sip_dlg_ref_cnt--; \
56 if ((dialog)->sip_dlg_ref_cnt == 0 && \
85 uint32_t sip_dlg_ref_cnt; member in struct:sip_dialog
H A Dsip_dialog.c115 if (dialog->sip_dlg_ref_cnt != 0) {
119 assert(dialog->sip_dlg_ref_cnt == 0);
1254 if (dialog->sip_dlg_ref_cnt != 0) {

Completed in 49 milliseconds