HomeSort by relevance Sort by last modified time
    Searched full:n_attributes (Results 1 - 1 of 1) sorted by null

  /external/dbus/bus/
config-loader-libxml.c 48 int n_attributes; local
60 n_attributes = xmlTextReaderAttributeCount (reader);
63 if (name == NULL || n_attributes < 0 || is_empty == -1)
69 attribute_names = dbus_new0 (const char *, n_attributes + 1);
70 attribute_values = dbus_new0 (const char *, n_attributes + 1);
79 _dbus_assert (i < n_attributes);
94 _dbus_assert (i == n_attributes);

Completed in 31 milliseconds