Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_logging.c281 if (sip_log->sip_msgcnt == 0) in sip_write_xaction_to_log()
295 --sip_log->sip_msgcnt; in sip_write_xaction_to_log()
332 if (sip_log->sip_msgcnt == 0) in sip_write_dlg_to_log()
346 --sip_log->sip_msgcnt; in sip_write_dlg_to_log()
424 if (sip_log->sip_msgcnt == 0) { in sip_add_log()
431 sip_log->sip_msgcnt++; in sip_add_log()
H A Dsip_miscdefs.h229 int sip_msgcnt; member