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

Function pv_init_extra_list

pvar.c:5833–5843  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

5831 *
5832 */
5833static int pv_init_extra_list(void)
5834{
5835 _pv_extra_list = (pv_extra_p*)pkg_malloc(sizeof(pv_extra_p));
5836 if(_pv_extra_list==0)
5837 {
5838 LM_ERR("cannot alloc extra items list\n");
5839 return -1;
5840 }
5841 *_pv_extra_list=0;
5842 return 0;
5843}
5844
5845static int pv_add_extra(const pv_export_t *e)
5846{

Callers 1

pv_add_extraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected