Home
last modified time | relevance | path

Searched refs:sortedl (Results 1 – 1 of 1) sorted by relevance

/dports/audio/baresip/baresip-0.5.8/src/
H A Dcmd.c632 struct list sortedl = LIST_INIT; in cmd_print_all() local
680 list_append(&sortedl, &cs->le, cs); in cmd_print_all()
686 list_sort(&sortedl, sort_handler, &print_long); in cmd_print_all()
695 for (le = sortedl.head; le; le = le->next) { in cmd_print_all()
717 list_flush(&sortedl); in cmd_print_all()