Searched refs:sourceLine (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | internal.h | 187 void *expat_malloc(XML_Parser parser, size_t size, int sourceLine); 188 void expat_free(XML_Parser parser, void *ptr, int sourceLine); 189 void *expat_realloc(XML_Parser parser, void *ptr, size_t size, int sourceLine);
|
| H A D | xmlparse.c | 632 const char *action, int sourceLine); 634 int sourceLine); 636 int sourceLine); 803 XmlBigCount newTotal, XmlBigCount peakTotal, int sourceLine) { in expat_heap_stat() argument 812 absDiff, newTotal, peakTotal, (double)amplification, sourceLine); in expat_heap_stat() 817 int sourceLine) { in expat_heap_increase_tolerable() argument 843 expat_heap_stat(rootParser, '+', increase, newTotal, newTotal, sourceLine); in expat_heap_increase_tolerable() 854 expat_malloc(XML_Parser parser, size_t size, int sourceLine) { in expat_malloc() argument 871 sourceLine)) { in expat_malloc() 897 rootParser->m_alloc_tracker.peakBytesAllocated, sourceLine); in expat_malloc() [all …]
|