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

Function print_var

modules/exec/exec_hf.c:275–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275static int print_var(struct hf_wrapper *w, int offset)
276{
277 switch(w->var_type) {
278 case W_HF:
279 return print_hf_var(w, offset);
280 case W_AV:
281 return print_av_var(w);
282 default:
283 LM_CRIT("unknown type: %d\n", w->var_type );
284 return 0;
285 }
286}
287
288void release_vars(struct hf_wrapper *list)
289{

Callers 1

create_varsFunction · 0.85

Calls 2

print_hf_varFunction · 0.85
print_av_varFunction · 0.85

Tested by

no test coverage detected