CXLB_buf           75 include/crm/common/xml_internal.h         char *CXLB_buf = NULL;                                                  \
CXLB_buf           80 include/crm/common/xml_internal.h         CXLB_len = vasprintf(&CXLB_buf, (fmt), (ap));                           \
CXLB_buf           82 include/crm/common/xml_internal.h         if (CXLB_len <= 0 || CXLB_buf[CXLB_len - 1] == '\n' || !(dechunk)) {    \
CXLB_buf           84 include/crm/common/xml_internal.h                 CXLB_buf = (char *) "LOG CORRUPTION HAZARD"; /*we don't modify*/\
CXLB_buf           87 include/crm/common/xml_internal.h                        && CXLB_buf[CXLB_len - 1] == '\n') {                     \
CXLB_buf           88 include/crm/common/xml_internal.h                 CXLB_buf[CXLB_len - 1] = '\0';                                  \
CXLB_buf           94 include/crm/common/xml_internal.h                                             CXLB_buffer, CXLB_buf);             \
CXLB_buf          100 include/crm/common/xml_internal.h                                             CXLB_buf);                          \
CXLB_buf          103 include/crm/common/xml_internal.h                 CXLB_buf = NULL;  /* restore temporary override */              \
CXLB_buf          111 include/crm/common/xml_internal.h             CXLB_buffer = CXLB_buf;                                             \
CXLB_buf          112 include/crm/common/xml_internal.h             CXLB_buf = NULL;                                                    \
CXLB_buf          117 include/crm/common/xml_internal.h             memcpy(CXLB_buffer + CXLB_buffer_len, CXLB_buf, CXLB_len);          \
CXLB_buf          122 include/crm/common/xml_internal.h         free(CXLB_buf);                                                         \