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

Function malloc_session_expires

parser/parse_sst.c:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54struct session_expires *
55malloc_session_expires( void )
56{
57 struct session_expires *se = (struct session_expires *)
58 pkg_malloc( sizeof(struct session_expires) );
59 if ( se )
60 memset( se, 0, sizeof(struct session_expires) );
61 return se;
62}
63
64
65void

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected