Searched refs:SIP_CONTENT_LENGTH (Results 1 – 4 of 4) sorted by relevance
1468 header_size = strlen(SIP_CONTENT_LENGTH) + SIP_SPACE_LEN + in sip_add_content_length()1478 "%s %c %u%s%s", SIP_CONTENT_LENGTH, SIP_HCOLON, length, in sip_add_content_length()
53 #define SIP_CONTENT_LENGTH "CONTENT-LENGTH" macro
362 header = sip_search_for_header(msg, SIP_CONTENT_LENGTH, NULL); in sip_adjust_msgbuf()
773 r = (int *)sip_get_val_from_msg(sip_msg, SIP_CONTENT_LENGTH, in sip_get_content_length()