Lines Matching refs:sourceLine

632                                       const char *action, int sourceLine);
634 int sourceLine);
636 int sourceLine);
802 XmlBigCount newTotal, XmlBigCount peakTotal, int sourceLine) { in expat_heap_stat() argument
811 absDiff, newTotal, peakTotal, (double)amplification, sourceLine); in expat_heap_stat()
816 int sourceLine) { in expat_heap_increase_tolerable() argument
842 expat_heap_stat(rootParser, '+', increase, newTotal, newTotal, sourceLine); in expat_heap_increase_tolerable()
853 expat_malloc(XML_Parser parser, size_t size, int sourceLine) { in expat_malloc() argument
870 sourceLine)) { in expat_malloc()
896 rootParser->m_alloc_tracker.peakBytesAllocated, sourceLine); in expat_malloc()
907 expat_free(XML_Parser parser, void *ptr, int sourceLine) { in expat_free() argument
931 rootParser->m_alloc_tracker.peakBytesAllocated, sourceLine); in expat_free()
943 expat_realloc(XML_Parser parser, void *ptr, size_t size, int sourceLine) { in expat_realloc() argument
947 return expat_malloc(parser, size, sourceLine); in expat_realloc()
951 expat_free(parser, ptr, sourceLine); in expat_realloc()
970 if (! expat_heap_increase_tolerable(rootParser, absDiff, sourceLine)) { in expat_realloc()
1006 rootParser->m_alloc_tracker.peakBytesAllocated, sourceLine); in expat_realloc()
8659 const char *action, int sourceLine) { argument
8678 sourceLine);
8682 entityTrackingOnOpen(XML_Parser originParser, ENTITY *entity, int sourceLine) { argument
8693 entityTrackingReportStats(rootParser, entity, "OPEN ", sourceLine);
8697 entityTrackingOnClose(XML_Parser originParser, ENTITY *entity, int sourceLine) { argument
8701 entityTrackingReportStats(rootParser, entity, "CLOSE", sourceLine);