OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_attributes
(Results
1 - 2
of
2
) sorted by null
/external/dbus/bus/
config-loader-libxml.c
51
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
);
/external/harfbuzz/src/
harfbuzz-shape.h
139
int
n_attributes
;
member in struct:_HB_ShapeInput
Completed in 55 milliseconds