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