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

Function get_t

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

Source from the content-addressed store, hash-verified

162
163
164struct cell *get_t(void) { return T; }
165void set_t(struct cell *t) { T=t; }
166void init_t(void) {set_t(T_UNDEFINED);}
167

Callers 15

t_relay_toFunction · 0.85
t_on_negativeFunction · 0.85
t_on_replyFunction · 0.85
faked_envFunction · 0.85
reply_receivedFunction · 0.85
w_t_reply_bodyFunction · 0.85
do_t_cleanupFunction · 0.85
t_check_statusFunction · 0.85
t_check_transFunction · 0.85
t_flush_flagsFunction · 0.85
t_local_repliedFunction · 0.85
t_was_cancelledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected