Searched refs:container_destroy (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lua-lxc/
H A Dcore.c138 static int container_destroy(lua_State *L) function
499 {"destroy", container_destroy},
/lxc/src/lxc/
H A Dlxccontainer.c104 static bool container_destroy(struct lxc_container *c);
1559 container_destroy(c);
2336 static bool container_destroy(struct lxc_container *c) function
2435 return container_destroy(c);
3275 if (!container_destroy(c)) {
3633 if (!container_destroy(c)) {
4150 container_destroy(c);

Completed in 19 milliseconds