Lines Matching refs:vargs
382 PyObject *vargs = NULL;
388 &config_path, &vargs))
839 PyObject *vargs = NULL;
844 &template_name, &flags, &bdevtype, &vargs))
847 if (vargs) {
848 if (PyTuple_Check(vargs)) {
849 create_args = convert_tuple_to_char_pointer_array(vargs);
866 if (vargs) {
867 /* We cannot have gotten here unless vargs was given and create_args
870 for (i = 0; i < PyTuple_GET_SIZE(vargs); i++)
1458 PyObject *vargs = NULL;
1468 &vargs))
1475 if (vargs && PyTuple_Check(vargs)) {
1476 init_args = convert_tuple_to_char_pointer_array(vargs);
1501 if (vargs) {
1502 /* We cannot have gotten here unless vargs was given and create_args
1505 for (i = 0; i < PyTuple_GET_SIZE(vargs); i++)