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

Function shm_duplicate_rr

parser/parse_rr.c:348–351  ·  view source on GitHub ↗

* Duplicate a single rr_t structure or the whole list (based on * "first" param) using shm_malloc */

Source from the content-addressed store, hash-verified

346 * "first" param) using shm_malloc
347 */
348int shm_duplicate_rr(rr_t** _new, rr_t* _r, int first)
349{
350 return do_duplicate_rr(_new, _r, 1, first);
351}
352
353
354/**

Callers 1

get_route_setFunction · 0.85

Calls 1

do_duplicate_rrFunction · 0.85

Tested by

no test coverage detected