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

Function tmrec_expr_check

time_rec.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70int _tmrec_expr_check(const tmrec_expr *trx, time_t check_time);
71static inline int tmrec_expr_check(const tmrec_expr *trx)
72{
73 return _tmrec_expr_check(trx, time(NULL));
74}
75
76void tmrec_expr_free(tmrec_expr *trx);
77

Callers 2

translateFunction · 0.85
internal_check_rtFunction · 0.85

Calls 1

_tmrec_expr_checkFunction · 0.85

Tested by

no test coverage detected