OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close_xml_element
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libop/
op_xml_events.c
30
close_xml_element
(NONE, 1, buffer, MAX_BUFFER);
34
close_xml_element
(NONE, 0, buffer, MAX_BUFFER);
41
close_xml_element
(HELP_EVENTS, 0, buffer, MAX_BUFFER);
81
close_xml_element
(NONE, 1, buffer, MAX_BUFFER);
97
close_xml_element
(NONE, 1, buffer, MAX_BUFFER);
106
close_xml_element
(NONE, 0, buffer, MAX_BUFFER);
108
close_xml_element
(HELP_UNIT_MASKS, 0, buffer, MAX_BUFFER);
110
close_xml_element
(has_nested ? HELP_EVENT : NONE, has_nested,
op_xml_out.h
65
void
close_xml_element
(tag_t tag, int has_nested, char *buffer, size_t size);
op_xml_out.c
116
void
close_xml_element
(tag_t tag, int has_nested, char *buffer, size_t max)
function
132
fprintf(stderr, "
close_xml_element
: snprintf failed\n");
/external/oprofile/libutil++/
xml_output.cpp
46
close_xml_element
(tag, has_nested, buf, MAX_XML_BUF);
Completed in 30 milliseconds