Searched defs:sort (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.c1732 // sort the arrray as we will use binary search on it
1738 static bool add_to_clist(struct lxc_container ***list, struct lxc_container *c, int pos, bool sort) argument
1749 // sort the arrray as we will use binary search on it
1750 if (sort)
2350 // we should queue some sort of error - in c->error_string?

Completed in 24 milliseconds