Lines Matching refs:interfaces
1029 char** interfaces = NULL;
1033 /* Get the interfaces */
1034 interfaces = self->container->get_interfaces(self->container);
1035 if (!interfaces)
1039 while (interfaces[i])
1049 while (interfaces[i]) {
1050 if (!interfaces[i]) {
1055 PyObject *unicode = PyUnicode_FromString(interfaces[i]);
1067 while (interfaces[i]) {
1068 free(interfaces[i]);
1071 free(interfaces);
1695 "Get a tuple of interfaces for the container."