| 380 | |
| 381 | |
| 382 | void print_script_route_refs(void) |
| 383 | { |
| 384 | struct script_route_ref *it; |
| 385 | |
| 386 | for( it=sroute_refs ; it ; it=it->next ) |
| 387 | LM_DBG(" rt_ref - [%s] idx %d, ver/cnt %d\n", it->name.s, |
| 388 | it->idx, it->u.refcnt); |
| 389 | } |
| 390 | |
| 391 | |
| 392 | /********************** Interpreter related functions ***********************/ |
no outgoing calls
no test coverage detected