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

Function print_cseq_mini

modules/tm/t_msgbuilder.c:729–735  ·  view source on GitHub ↗

* Print CSeq header field */

Source from the content-addressed store, hash-verified

727 * Print CSeq header field
728 */
729char* print_cseq_mini(char* target, str* cseq, str* method) {
730 append_string(target, CSEQ, CSEQ_LEN);
731 append_string(target, cseq->s, cseq->len);
732 *(target++) = ' ';
733 append_string(target, method->s, method->len);
734 return target;
735}
736
737static inline char* print_cseq(char* w, str* cseq, str* method, struct cell* t)
738{

Callers 2

print_cseqFunction · 0.85
t_lookup_callidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected