Lines Matching defs:sourceLine
631 const char *action, int sourceLine);
633 int sourceLine);
635 int sourceLine);
801 XmlBigCount newTotal, XmlBigCount peakTotal, int sourceLine) {
810 absDiff, newTotal, peakTotal, (double)amplification, sourceLine);
815 int sourceLine) {
841 expat_heap_stat(rootParser, '+', increase, newTotal, newTotal, sourceLine);
852 expat_malloc(XML_Parser parser, size_t size, int sourceLine) {
869 sourceLine)) {
895 rootParser->m_alloc_tracker.peakBytesAllocated, sourceLine);
906 expat_free(XML_Parser parser, void *ptr, int sourceLine) {
930 rootParser->m_alloc_tracker.peakBytesAllocated, sourceLine);
942 expat_realloc(XML_Parser parser, void *ptr, size_t size, int sourceLine) {
946 return expat_malloc(parser, size, sourceLine);
950 expat_free(parser, ptr, sourceLine);
969 if (! expat_heap_increase_tolerable(rootParser, absDiff, sourceLine)) {
1005 rootParser->m_alloc_tracker.peakBytesAllocated, sourceLine);
8608 const char *action, int sourceLine) {
8627 sourceLine);
8631 entityTrackingOnOpen(XML_Parser originParser, ENTITY *entity, int sourceLine) {
8642 entityTrackingReportStats(rootParser, entity, "OPEN ", sourceLine);
8646 entityTrackingOnClose(XML_Parser originParser, ENTITY *entity, int sourceLine) {
8650 entityTrackingReportStats(rootParser, entity, "CLOSE", sourceLine);