Home
last modified time | relevance | path

Searched refs:SIP_SPACE_LEN (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c142 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize; in sip_add_empty_hdr()
186 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize + in sip_add_2strs_to_msg()
187 SIP_SPACE_LEN + strlen(str1) + csize + strlen(str2) + in sip_add_2strs_to_msg()
190 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize + in sip_add_2strs_to_msg()
191 SIP_SPACE_LEN + strlen(str1) + csize + strlen(str2) + in sip_add_2strs_to_msg()
256 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize + in sip_add_str_to_msg()
257 SIP_SPACE_LEN + + strlen(str) + strlen(SIP_CRLF); in sip_add_str_to_msg()
259 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize + in sip_add_str_to_msg()
260 SIP_SPACE_LEN + + strlen(str) + csize + strlen(plist) + in sip_add_str_to_msg()
314 header_size = strlen(hdr_name) + SIP_SPACE_LEN + csize + in sip_add_int_to_msg()
[all …]
H A Dsip_msg.c558 header_size = strlen(SIP_VERSION) + SIP_SPACE_LEN + in sip_add_response_line()
559 SIP_SIZE_OF_STATUS_CODE + SIP_SPACE_LEN + strlen(response_code) + in sip_add_response_line()
914 header_size = strlen(sip_methods[method].name) + SIP_SPACE_LEN + in sip_add_request_line()
915 strlen(request_uri) + SIP_SPACE_LEN + strlen(SIP_VERSION) + in sip_add_request_line()
H A Dsip_dialog.c361 SIP_SPACE_LEN + sizeof (char) + SIP_SPACE_LEN + in sip_dialog_set_route_hdr()
389 rset_len += strlen(SIP_ROUTE) + SIP_SPACE_LEN + sizeof (char) + in sip_dialog_set_route_hdr()
390 SIP_SPACE_LEN + rcnt - 1; in sip_dialog_set_route_hdr()
822 hdrsize = len + strlen(SIP_TO) + SIP_SPACE_LEN + sizeof (char) + in sip_dlg_xchg_from_to()
823 SIP_SPACE_LEN; in sip_dlg_xchg_from_to()
825 hdrsize = len + strlen(SIP_FROM) + SIP_SPACE_LEN + in sip_dlg_xchg_from_to()
826 sizeof (char) + SIP_SPACE_LEN; in sip_dlg_xchg_from_to()
H A Dsip_miscdefs.h63 #define SIP_SPACE_LEN sizeof (char) macro
H A Dsip_headers.c309 extra_len = SIP_SPACE_LEN + sizeof (char) + SIP_SPACE_LEN + in _sip_copy_header()
H A Dsip_ui.c870 param_len = SIP_SPACE_LEN + sizeof (char) + SIP_SPACE_LEN + in sip_add_param()