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

/lxc/src/python-lxc/
H A Dlxc.c371 int list_count = 0; local
402 list_count = list_all_containers(config_path, &names, NULL);
404 list_count = list_active_containers(config_path, &names, NULL);
406 list_count = list_defined_containers(config_path, &names, NULL);
409 if (list_count < 0) {
415 list = PyTuple_New(list_count);
416 for (i = 0; i < list_count; i++) {

Completed in 10 milliseconds