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

Function pv_get_null

pvar.c:251–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251int pv_get_null(struct sip_msg *msg, pv_param_t *param, pv_value_t *res)
252{
253 if(res==NULL)
254 return -1;
255
256 res->rs = str_empty;
257 res->ri = 0;
258 res->flags = PV_VAL_NULL;
259 return 0;
260}
261
262/************************************************************/
263static int pv_get_pid(struct sip_msg *msg, pv_param_t *param,

Callers 15

pv_get_sdp_lineFunction · 0.85
pv_get_sdp_streamFunction · 0.85
pv_get_sdp_stream_idxFunction · 0.85
pv_get_sdp_sessionFunction · 0.85
xlog.cFile · 0.85
launch_route_param_getFunction · 0.85
route_param_getFunction · 0.85
route_params_runFunction · 0.85
pv_get_routeFunction · 0.85
pv_get_route_nameFunction · 0.85
pv_get_route_typeFunction · 0.85
pv_get_formated_timeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected