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

Function have_sdp_ops

sdp_ops.h:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72static inline int have_sdp_ops(struct sip_msg *msg)
73{
74 return msg->sdp_ops && (
75 msg->sdp_ops->flags & (SDP_OPS_FL_DIRTY|SDP_OPS_FL_NULL)
76 || msg->sdp_ops->sdp.s || msg->sdp_ops->rebuilt_sdp.s);
77}
78void free_sdp_ops(struct sdp_body_part_ops *ops);
79
80int pv_set_sdp(struct sip_msg *msg, pv_param_t *param, int op, pv_value_t *val);

Callers 11

pv_get_sdp_lineFunction · 0.85
pv_set_sdp_lineFunction · 0.85
pv_get_sdp_streamFunction · 0.85
pv_set_sdp_streamFunction · 0.85
pv_get_sdp_stream_idxFunction · 0.85
pv_get_sdp_sessionFunction · 0.85
pv_set_sdp_sessionFunction · 0.85
clen_builderFunction · 0.85
msg_translator.cFile · 0.85
parse_sip_bodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected