XML_BUFFER_SIZE 409 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 412 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "//%s", tag); XML_BUFFER_SIZE 414 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "//*"); XML_BUFFER_SIZE 418 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "["); XML_BUFFER_SIZE 422 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "@id='%s'", ref); XML_BUFFER_SIZE 426 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, " and "); XML_BUFFER_SIZE 430 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "@%s", attr); XML_BUFFER_SIZE 434 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "]"); XML_BUFFER_SIZE 983 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 1009 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 1058 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 1464 lib/common/xml.c char buffer_set[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 1465 lib/common/xml.c char buffer_unset[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 1480 lib/common/xml.c o_set += snprintf(buffer_set + o_set, XML_BUFFER_SIZE - o_set, ", "); XML_BUFFER_SIZE 1482 lib/common/xml.c o_set += snprintf(buffer_set + o_set, XML_BUFFER_SIZE - o_set, "@%s=%s", name, value); XML_BUFFER_SIZE 1486 lib/common/xml.c o_unset += snprintf(buffer_unset + o_unset, XML_BUFFER_SIZE - o_unset, ", "); XML_BUFFER_SIZE 1488 lib/common/xml.c o_unset += snprintf(buffer_unset + o_unset, XML_BUFFER_SIZE - o_unset, "@%s", name); XML_BUFFER_SIZE 1952 lib/common/xml.c char *id = malloc(XML_BUFFER_SIZE); XML_BUFFER_SIZE 1953 lib/common/xml.c char *tag = malloc(XML_BUFFER_SIZE); XML_BUFFER_SIZE 1954 lib/common/xml.c char *section = malloc(XML_BUFFER_SIZE); XML_BUFFER_SIZE 1956 lib/common/xml.c char *remainder = malloc(XML_BUFFER_SIZE); XML_BUFFER_SIZE 2438 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 2449 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "[@%s]", name); XML_BUFFER_SIZE 2622 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "/%s[@id='%s']", (const char *)xml->name, id); XML_BUFFER_SIZE 2624 lib/common/xml.c offset += snprintf(buffer + offset, XML_BUFFER_SIZE - offset, "/%s", (const char *)xml->name); XML_BUFFER_SIZE 2634 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 2660 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 2669 lib/common/xml.c char buffer[XML_BUFFER_SIZE]; XML_BUFFER_SIZE 2824 lib/common/xml.c size_t next = XML_BUFFER_SIZE + data_length + 1; XML_BUFFER_SIZE 2827 lib/common/xml.c crm_err("Buffer size exceeded at: %l + %d", data_length, XML_BUFFER_SIZE); XML_BUFFER_SIZE 2832 lib/common/xml.c read_chars = fread(xml_buffer + data_length, 1, XML_BUFFER_SIZE, stdin); XML_BUFFER_SIZE 2877 lib/common/xml.c buffer = realloc_safe(buffer, XML_BUFFER_SIZE + length + 1); XML_BUFFER_SIZE 2878 lib/common/xml.c read_len = BZ2_bzRead(&rc, bz_file, buffer + length, XML_BUFFER_SIZE);