pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <ctype.h>
#include <libxml/HTMLtree.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <crm/common/cmdline_internal.h>
#include <crm/common/xml.h>
Go to the source code of this file.
Typedefs | |
typedef struct private_data_s | private_data_t |
Functions | |
pcmk__output_t * | pcmk__mk_html_output (char **argv) |
xmlNodePtr | pcmk__output_create_html_node (pcmk__output_t *out, const char *element_name, const char *id, const char *class_name, const char *text) |
void | pcmk__html_add_header (const char *name,...) |
Variables | |
GOptionEntry | pcmk__html_output_entries [] |
typedef struct private_data_s private_data_t |
void pcmk__html_add_header | ( | const char * | name, |
... | |||
) |
Definition at line 455 of file output_html.c.
pcmk__output_t* pcmk__mk_html_output | ( | char ** | argv | ) |
Definition at line 395 of file output_html.c.
xmlNodePtr pcmk__output_create_html_node | ( | pcmk__output_t * | out, |
const char * | element_name, | ||
const char * | id, | ||
const char * | class_name, | ||
const char * | text | ||
) |
Definition at line 434 of file output_html.c.
GOptionEntry pcmk__html_output_entries[] |
Definition at line 44 of file output_html.c.