Lines Matching +defs:buffer +defs:base +defs:buffer
188 char buffer[1024];
190 snprintf(buffer, sizeof(buffer),
192 fail(buffer);
195 snprintf(buffer, sizeof(buffer),
197 fail(buffer);
210 char buffer[1024];
211 snprintf(buffer, sizeof(buffer),
213 fail(buffer);
414 const XML_Char *base, const XML_Char *systemId,
419 UNUSED_P(base);
440 const XML_Char *base, const XML_Char *systemId,
445 UNUSED_P(base);
467 const XML_Char *base, const XML_Char *systemId,
472 UNUSED_P(base);
495 const XML_Char *base, const XML_Char *systemId,
499 UNUSED_P(base);
507 const XML_Char *base, const XML_Char *systemId,
513 UNUSED_P(base);
566 const XML_Char *base, const XML_Char *systemId,
571 UNUSED_P(base);
602 const XML_Char *base, const XML_Char *systemId,
609 UNUSED_P(base);
639 const XML_Char *base,
644 void *buffer;
647 UNUSED_P(base);
656 buffer = XML_GetBuffer(ext_parser, parse_len);
657 if (buffer == NULL)
658 fail("Could not allocate parse buffer");
659 assert(buffer != NULL);
660 memcpy(buffer, fault->parse_text, parse_len);
677 const XML_Char *base,
682 UNUSED_P(base);
694 const XML_Char *base, const XML_Char *systemId,
699 UNUSED_P(base);
715 const XML_Char *base, const XML_Char *systemId,
720 UNUSED_P(base);
738 const XML_Char *base, const XML_Char *systemId,
743 UNUSED_P(base);
761 const XML_Char *base, const XML_Char *systemId,
768 UNUSED_P(base);
789 const XML_Char *base, const XML_Char *systemId,
795 UNUSED_P(base);
814 const XML_Char *base,
820 UNUSED_P(base);
840 const XML_Char *base, const XML_Char *systemId,
850 UNUSED_P(base);
881 const XML_Char *base, const XML_Char *systemId,
886 UNUSED_P(base);
902 const XML_Char *base,
912 UNUSED_P(base);
928 const XML_Char *base,
938 UNUSED_P(base);
954 const XML_Char *base, const XML_Char *systemId,
962 UNUSED_P(base);
1000 const XML_Char *base, const XML_Char *systemId,
1008 UNUSED_P(base);
1037 const XML_Char *base, const XML_Char *systemId,
1046 UNUSED_P(base);
1074 const XML_Char *base, const XML_Char *systemId,
1082 UNUSED_P(base);
1101 const XML_Char *base, const XML_Char *systemId,
1109 UNUSED_P(base);
1130 const XML_Char *base, const XML_Char *systemId,
1135 UNUSED_P(base);
1155 const XML_Char *base, const XML_Char *systemId,
1160 UNUSED_P(base);
1182 const XML_Char *base, const XML_Char *systemId,
1187 UNUSED_P(base);
1210 const XML_Char *base,
1218 UNUSED_P(base);
1237 const XML_Char *base, const XML_Char *systemId,
1243 UNUSED_P(base);
1268 const XML_Char *base, const XML_Char *systemId,
1274 UNUSED_P(base);
1300 const XML_Char *base, const XML_Char *systemId,
1309 UNUSED_P(base);
1357 const XML_Char *base, const XML_Char *systemId,
1365 UNUSED_P(base);
1395 const XML_Char *base,
1404 UNUSED_P(base);
1424 const XML_Char *base, const XML_Char *systemId,
1428 void *buffer;
1431 UNUSED_P(base);
1439 buffer = XML_GetBuffer(ext_parser, 1536);
1440 if (buffer == NULL)
1442 assert(buffer != NULL);
1443 memcpy(buffer, text, strlen(text));
1452 const XML_Char *base, const XML_Char *systemId,
1458 UNUSED_P(base);
1473 const XML_Char *base,
1476 UNUSED_P(base);
1503 const XML_Char *base,
1506 UNUSED_P(base);
1635 const char *buffer;
1639 buffer = XML_GetInputContext(g_parser, &offset, &size);
1640 if (buffer == NULL)
1641 fail("Failed to get context buffer");
1647 fail("Context size is not full buffer");
1736 int value_length, const XML_Char *base,
1740 UNUSED_P(base);
1866 int value_length, const XML_Char *base,
1872 UNUSED_P(base);