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

Function tmrec_expr_init

time_rec.c:502–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502static inline void tmrec_expr_init(tmrec_expr_t *e)
503{
504 memset(e, 0, sizeof *e);
505 INIT_LIST_HEAD(&e->operands);
506 tmrec_init(&e->tr);
507}
508
509tmrec_p tmrec_new(char alloc)
510{

Callers 1

tmrec_expr_parseFunction · 0.85

Calls 2

INIT_LIST_HEADFunction · 0.85
tmrec_initFunction · 0.85

Tested by

no test coverage detected