Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
502
static 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
509
tmrec_p tmrec_new(char alloc)
510
{
Callers
1
tmrec_expr_parse
Function · 0.85
Calls
2
INIT_LIST_HEAD
Function · 0.85
tmrec_init
Function · 0.85
Tested by
no test coverage detected