Searched refs:n_attributes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-loader-libxml.c51 int n_attributes; local
63 n_attributes = xmlTextReaderAttributeCount (reader);
66 if (name == NULL || n_attributes < 0 || is_empty == -1)
72 attribute_names = dbus_new0 (const char *, n_attributes + 1);
73 attribute_values = dbus_new0 (const char *, n_attributes + 1);
82 _dbus_assert (i < n_attributes);
97 _dbus_assert (i == n_attributes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestapi.c5092 int n_attributes; local
5102 for (n_attributes = 0;n_attributes < gen_nb_const_xmlChar_ptr_ptr;n_attributes++) {
5112 attributes = gen_const_xmlChar_ptr_ptr(n_attributes, 8);
5124 des_const_xmlChar_ptr_ptr(n_attributes, (const xmlChar **)attributes, 8);
5138 printf(" %d", n_attributes);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtestapi.c5092 int n_attributes; local
5102 for (n_attributes = 0;n_attributes < gen_nb_const_xmlChar_ptr_ptr;n_attributes++) {
5112 attributes = gen_const_xmlChar_ptr_ptr(n_attributes, 8);
5124 des_const_xmlChar_ptr_ptr(n_attributes, (const xmlChar **)attributes, 8);
5138 printf(" %d", n_attributes);
[all...]

Completed in 276 milliseconds