Searched defs:add_to_clist (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/ |
H A D | lxccontainer.c | 1738 static bool add_to_clist(struct lxc_container ***list, struct lxc_container *c, int pos, bool sort) function 4294 if (!add_to_clist(cret, c, nfound, true)) { 4406 if (!add_to_clist(cret, c, cret_cnt, true)) { 4490 if (!add_to_clist(&ct_list, c, ct_list_cnt, false)) {
|
Completed in 24 milliseconds