MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / print_cseq_num

Function print_cseq_num

modules/tm/t_msgbuilder.c:598–606  ·  view source on GitHub ↗

* Convert CSeq number into asciiz */

Source from the content-addressed store, hash-verified

596 * Convert CSeq number into asciiz
597 */
598static inline int print_cseq_num(str* _s, dlg_t* _d)
599{
600 static char cseq[INT2STR_MAX_LEN];
601 int len;
602
603 _s->s = int2bstr(_d->loc_seq.value, cseq, &len);
604 _s->len = len;
605 return 0;
606}
607
608
609/*

Callers 1

build_uac_reqFunction · 0.85

Calls 1

int2bstrFunction · 0.85

Tested by

no test coverage detected