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

Function init_t

modules/tm/t_lookup.c:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164struct cell *get_t(void) { return T; }
165void set_t(struct cell *t) { T=t; }
166void init_t(void) {set_t(T_UNDEFINED);}
167
168struct cell *get_cancelled_t(void) { return cancelled_T; }
169void set_cancelled_t(struct cell* t) { cancelled_T=t; }

Callers 2

mod_initFunction · 0.85
final_response_handlerFunction · 0.85

Calls 1

set_tFunction · 0.85

Tested by

no test coverage detected