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

Function init_global_avps

usr_avp.c:61–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59#define int2p(_i) (void *)(unsigned long)(_i)
60
61int init_global_avps(void)
62{
63 /* initialize map for static avps */
64 avp_map = map_create(0);
65 if (!avp_map) {
66 LM_ERR("cannot create avp_map\n");
67 return -1;
68 }
69 return 0;
70}
71
72
73int init_extra_avps(void)

Callers 1

mainFunction · 0.85

Calls 1

map_createFunction · 0.85

Tested by

no test coverage detected